pings.yaml (1900B)
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 usage-reporting: 8 description: | 9 Minimal ping to measure the usage frequency of Firefox. 10 Sent on the baseline schedule. 11 include_client_id: false 12 send_if_empty: true 13 bugs: 14 - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440 15 data_reviews: 16 - https://bugzilla.mozilla.org/show_bug.cgi?id=1921440 17 notification_emails: 18 - glean-team@mozilla.com 19 - jrediger@mozilla.com 20 - loines@mozilla.com 21 metadata: 22 follows_collection_enabled: false 23 include_info_sections: false 24 reasons: 25 dirty_startup: | 26 Defined to avoid error logging. 27 *Note*: this ping will not actually send a ping reason. 28 inactive: | 29 Defined to avoid error logging. 30 *Note*: this ping will not actually send a ping reason. 31 active: | 32 Defined to avoid error logging. 33 *Note*: this ping will not actually send a ping reason. 34 35 usage-deletion-request: 36 description: | 37 This ping is submitted when a user opts out of sending usage 38 frequency of Focus to Mozilla. 39 Sent in response to user action. 40 include_client_id: false 41 send_if_empty: true 42 bugs: 43 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923902 44 data_reviews: 45 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923902 46 notification_emails: 47 - glean-team@mozilla.com 48 - jrediger@mozilla.com 49 - loines@mozilla.com 50 metadata: 51 follows_collection_enabled: false 52 include_info_sections: false 53 reasons: 54 set_upload_enabled: | 55 The ping was submitted between Glean init and Glean shutdown. 56 After init but before shutdown the upload of usage reporting data changed 57 from enabled to disabled.