metrics.yaml (3920B)
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 # Adding a new metric? We have docs for that! 6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 7 8 --- 9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 10 $tags: 11 - 'Firefox :: Private Browsing' 12 13 private_browsing.reset_pbm: 14 confirm_panel: 15 type: event 16 description: > 17 Confirm panel show / hide event. 18 extra_keys: 19 action: 20 type: string 21 description: Whether the panel was hidden or shown. 22 reason: 23 type: string 24 description: Reason for the action. 25 bugs: 26 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853698 27 data_reviews: 28 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853698#c3 29 data_sensitivity: 30 - interaction 31 notification_emails: 32 - emz@mozilla.com 33 expires: never 34 reset_action: 35 type: event 36 description: > 37 Dispatched whenever PBM is restarted / reset via the resetPBM feature. 38 extra_keys: 39 did_confirm: 40 type: boolean 41 description: Whether the user confirmed the reset action via the confirmation dialog. 42 bugs: 43 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853698 44 data_reviews: 45 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853698#c3 46 data_sensitivity: 47 - interaction 48 notification_emails: 49 - emz@mozilla.com 50 expires: never 51 52 aboutprivatebrowsing: 53 click_info_link: 54 type: event 55 description: > 56 This is recorded when a user clicks a link on the private browsing 57 newtab. 58 This event was generated to correspond to the Legacy Telemetry event 59 aboutprivatebrowsing.click#info_link. 60 bugs: &aboutprivatebrowsing_click_bugs 61 - https://bugzil.la/1709344 62 - https://bugzil.la/1754635 63 - https://bugzil.la/1781973 64 - https://bugzil.la/1811146 65 - https://bugzil.la/1841925 66 - https://bugzil.la/1871197 67 - https://bugzil.la/1922609 68 - https://bugzil.la/1952111 69 - https://bugzil.la/1984459 70 - https://bugzil.la/2005390 71 data_reviews: &aboutprivatebrowsing_click_data_reviews 72 - https://bugzil.la/1709344 73 - https://bugzil.la/1754635 74 - https://bugzil.la/1781973 75 - https://bugzil.la/1811146 76 - https://bugzil.la/1841925 77 - https://bugzil.la/1871197 78 - https://phabricator.services.mozilla.com/D225937 79 - https://bugzil.la/1984459 80 - https://bugzil.la/2005390 81 notification_emails: &aboutprivatebrowsing_click_emails 82 - emz@mozilla.com 83 - tihuang@mozilla.com 84 expires: 160 85 no_lint: 86 - COMMON_PREFIX 87 telemetry_mirror: Aboutprivatebrowsing_Click_InfoLink 88 89 click_promo_link: 90 type: event 91 description: > 92 This is recorded when a user clicks a link on the private browsing 93 newtab. 94 This event was generated to correspond to the Legacy Telemetry event 95 aboutprivatebrowsing.click#promo_link. 96 bugs: *aboutprivatebrowsing_click_bugs 97 data_reviews: *aboutprivatebrowsing_click_data_reviews 98 notification_emails: *aboutprivatebrowsing_click_emails 99 expires: 160 100 no_lint: 101 - COMMON_PREFIX 102 telemetry_mirror: Aboutprivatebrowsing_Click_PromoLink 103 104 click_dismiss_button: 105 type: event 106 description: > 107 This is recorded when a user clicks a link on the private browsing 108 newtab. 109 This event was generated to correspond to the Legacy Telemetry event 110 aboutprivatebrowsing.click#dismiss_button. 111 bugs: *aboutprivatebrowsing_click_bugs 112 data_reviews: *aboutprivatebrowsing_click_data_reviews 113 notification_emails: *aboutprivatebrowsing_click_emails 114 expires: 160 115 no_lint: 116 - COMMON_PREFIX 117 telemetry_mirror: Aboutprivatebrowsing_Click_DismissButton