# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at
http://mozilla.org/MPL/2.0/.
---
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0
activation:
description: |
This ping is intended to provide a measure of the activation of mobile
products. It's generated when Focus starts, right after Glean is
initialized.
include_client_id: false
bugs:
-
https://github.com/mozilla-mobile/focus-android/issues/4545
data_reviews:
-
https://github.com/mozilla-mobile/focus-android/issues/4901
notification_emails:
- jalmeida@mozilla.com
cookie-banner-report-site:
description: |
This ping is needed when the cookie banner reducer doesn't work on
a website, and the user wants to report the site.
This ping doesn't include a client id.
include_client_id: false
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1803589
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/389#pullrequestreview-1341440145
notification_emails:
- android-probes@mozilla.com
dau-reporting:
description: |
Minimal ping to measure DAU.
Sent on the baseline schedule.
**NOTE**: This ping is deprecated and replaced by the `usage-reporting` ping.
include_client_id: true
send_if_empty: true
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
notification_emails:
- glean-team@mozilla.com
- jrediger@mozilla.com
- loines@mozilla.com
reasons:
dirty_startup: |
The ping was submitted at startup, because the application process was
killed before the Glean SDK had the chance to generate this ping, before
becoming inactive, in the last session.
inactive: |
The ping was submitted when becoming inactive.
active: |
The ping was submitted when the application became active again,
which includes when the application starts.
usage-reporting:
description: |
Minimal ping to measure the usage frequency of Firefox.
Sent on the baseline schedule.
include_client_id: false
send_if_empty: true
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1921440
notification_emails:
- glean-team@mozilla.com
- jrediger@mozilla.com
- loines@mozilla.com
metadata:
follows_collection_enabled: false
include_info_sections: false
reasons:
dirty_startup: |
Defined to avoid error logging.
*Note*: this ping will not actually send a ping reason.
inactive: |
Defined to avoid error logging.
*Note*: this ping will not actually send a ping reason.
active: |
Defined to avoid error logging.
*Note*: this ping will not actually send a ping reason.
usage-deletion-request:
description: |
This ping is submitted when a user opts out of sending usage
frequency of Focus to Mozilla.
Sent in response to user action.
include_client_id: false
send_if_empty: true
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1923902
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1923902
notification_emails:
- glean-team@mozilla.com
- jrediger@mozilla.com
- loines@mozilla.com
metadata:
follows_collection_enabled: false
include_info_sections: false
reasons:
set_upload_enabled: |
The ping was submitted between Glean init and Glean shutdown.
After init but before shutdown the upload of usage reporting data changed
from enabled to disabled.