legacy_pings.yaml (1153B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 --- 5 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0 6 7 activation: 8 description: | 9 This ping is intended to provide a measure of the activation of mobile 10 products. It's generated when Focus starts, right after Glean is 11 initialized. 12 include_client_id: false 13 bugs: 14 - https://github.com/mozilla-mobile/focus-android/issues/4545 15 data_reviews: 16 - https://github.com/mozilla-mobile/focus-android/issues/4901 17 notification_emails: 18 - jalmeida@mozilla.com 19 20 cookie-banner-report-site: 21 description: | 22 This ping is needed when the cookie banner reducer doesn't work on 23 a website, and the user wants to report the site. 24 This ping doesn't include a client id. 25 include_client_id: false 26 bugs: 27 - https://bugzilla.mozilla.org/show_bug.cgi?id=1803589 28 data_reviews: 29 - https://github.com/mozilla-mobile/firefox-android/pull/389#pullrequestreview-1341440145 30 notification_emails: 31 - android-probes@mozilla.com