metrics.yaml (13045B)
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 :: Protections UI' 12 13 security.ui.protections: 14 show_protection_report: 15 type: event 16 description: > 17 User arrived on the protection report. This also includes a 'value' 18 attribute which defaults to 'direct' or will be the value that a 19 referring website addds to the url. This also indicates if the vpn 20 banner has been seen. 21 This event was generated to correspond to the Legacy Telemetry event 22 security.ui.protections.show#protection_report. 23 bugs: &security_ui_protections_show_bugs 24 - https://bugzil.la/1557050 25 - https://bugzil.la/1610897 26 - https://bugzil.la/1643428 27 - https://bugzil.la/1650468 28 - https://bugzil.la/1661756 29 - https://bugzil.la/1678201 30 - https://bugzil.la/1739287 31 - https://bugzil.la/1787249 32 data_reviews: &security_ui_protections_show_data_reviews 33 - https://bugzil.la/1557050 34 - https://bugzil.la/1610897 35 - https://bugzil.la/1643428 36 - https://bugzil.la/1650468 37 - https://bugzil.la/1661756 38 - https://bugzil.la/1678201 39 - https://bugzil.la/1739287 40 - https://bugzil.la/1787249 41 notification_emails: &security_ui_protections_show_emails 42 - emz@mozilla.com 43 - seceng-telemetry@mozilla.com 44 expires: never 45 extra_keys: &security_ui_protections_show_extra 46 value: 47 description: > 48 The `value` of the event. Mirrors to the Legacy Telemetry 49 event's `value` parameter. 50 type: string 51 category: 52 description: > 53 The category of protections the user is in, standard, strict or custom. 54 type: string 55 telemetry_mirror: SecurityUiProtections_Show_ProtectionReport 56 57 show_vpn_banner: 58 type: event 59 description: > 60 User arrived on the protection report. This also includes a 'value' 61 attribute which defaults to 'direct' or will be the value that a 62 referring website addds to the url. This also indicates if the vpn 63 banner has been seen. 64 This event was generated to correspond to the Legacy Telemetry event 65 security.ui.protections.show#vpn_banner. 66 bugs: *security_ui_protections_show_bugs 67 data_reviews: *security_ui_protections_show_data_reviews 68 notification_emails: *security_ui_protections_show_emails 69 expires: never 70 extra_keys: *security_ui_protections_show_extra 71 telemetry_mirror: SecurityUiProtections_Show_VpnBanner 72 73 close_protection_report: 74 type: event 75 description: > 76 User closed on the protection report. 77 This event was generated to correspond to the Legacy Telemetry event 78 security.ui.protections.close#protection_report. 79 bugs: 80 - https://bugzil.la/1557050 81 - https://bugzil.la/1610897 82 - https://bugzil.la/1612091 83 - https://bugzil.la/1643428 84 - https://bugzil.la/1678201 85 - https://bugzil.la/1739287 86 - https://bugzil.la/1787249 87 data_reviews: 88 - https://bugzil.la/1557050 89 - https://bugzil.la/1610897 90 - https://bugzil.la/1612091 91 - https://bugzil.la/1643428 92 - https://bugzil.la/1678201 93 - https://bugzil.la/1739287 94 - https://bugzil.la/1787249 95 notification_emails: 96 - emz@mozilla.com 97 - seceng-telemetry@mozilla.com 98 expires: never 99 extra_keys: 100 value: 101 description: > 102 The `value` of the event. Mirrors to the Legacy Telemetry 103 event's `value` parameter. 104 type: string 105 category: 106 description: > 107 The category of protections the user is in, standard, strict or custom. 108 type: string 109 telemetry_mirror: SecurityUiProtections_Close_ProtectionReport 110 111 click_lw_open_button: 112 type: event 113 description: > 114 User interaction by click events on the protection report. 115 This event was generated to correspond to the Legacy Telemetry event 116 security.ui.protections.click#lw_open_button. 117 bugs: &security_ui_protections_click_bugs 118 - https://bugzil.la/1557050 119 - https://bugzil.la/1572825 120 - https://bugzil.la/1610897 121 - https://bugzil.la/1612088 122 - https://bugzil.la/1612091 123 - https://bugzil.la/1637615 124 - https://bugzil.la/1643428 125 - https://bugzil.la/1661756 126 - https://bugzil.la/1678201 127 - https://bugzil.la/1739287 128 - https://bugzil.la/1787249 129 data_reviews: &security_ui_protections_click_data_reviews 130 - https://bugzil.la/1557050 131 - https://bugzil.la/1572825 132 - https://bugzil.la/1610897 133 - https://bugzil.la/1612088 134 - https://bugzil.la/1612091 135 - https://bugzil.la/1637615 136 - https://bugzil.la/1643428 137 - https://bugzil.la/1661756 138 - https://bugzil.la/1678201 139 - https://bugzil.la/1739287 140 - https://bugzil.la/1787249 141 notification_emails: &security_ui_protections_click_emails 142 - emz@mozilla.com 143 - seceng-telemetry@mozilla.com 144 expires: never 145 extra_keys: &security_ui_protections_click_extra 146 value: 147 description: > 148 The `value` of the event. Mirrors to the Legacy Telemetry 149 event's `value` parameter. 150 type: string 151 category: 152 description: > 153 The category of protections the user is in, standard, strict or custom. 154 type: string 155 telemetry_mirror: SecurityUiProtections_Click_LwOpenButton 156 157 click_lw_sync_link: 158 type: event 159 description: > 160 User interaction by click events on the protection report. 161 This event was generated to correspond to the Legacy Telemetry event 162 security.ui.protections.click#lw_sync_link. 163 bugs: *security_ui_protections_click_bugs 164 data_reviews: *security_ui_protections_click_data_reviews 165 notification_emails: *security_ui_protections_click_emails 166 expires: never 167 extra_keys: *security_ui_protections_click_extra 168 telemetry_mirror: SecurityUiProtections_Click_LwSyncLink 169 170 click_lw_about_link: 171 type: event 172 description: > 173 User interaction by click events on the protection report. 174 This event was generated to correspond to the Legacy Telemetry event 175 security.ui.protections.click#lw_about_link. 176 bugs: *security_ui_protections_click_bugs 177 data_reviews: *security_ui_protections_click_data_reviews 178 notification_emails: *security_ui_protections_click_emails 179 expires: never 180 extra_keys: *security_ui_protections_click_extra 181 telemetry_mirror: SecurityUiProtections_Click_LwAboutLink 182 183 click_mtr_about_link: 184 type: event 185 description: > 186 User interaction by click events on the protection report. 187 This event was generated to correspond to the Legacy Telemetry event 188 security.ui.protections.click#mtr_about_link. 189 bugs: *security_ui_protections_click_bugs 190 data_reviews: *security_ui_protections_click_data_reviews 191 notification_emails: *security_ui_protections_click_emails 192 expires: never 193 extra_keys: *security_ui_protections_click_extra 194 telemetry_mirror: SecurityUiProtections_Click_MtrAboutLink 195 196 click_mtr_report_link: 197 type: event 198 description: > 199 User interaction by click events on the protection report. 200 This event was generated to correspond to the Legacy Telemetry event 201 security.ui.protections.click#mtr_report_link. 202 bugs: *security_ui_protections_click_bugs 203 data_reviews: *security_ui_protections_click_data_reviews 204 notification_emails: *security_ui_protections_click_emails 205 expires: never 206 extra_keys: *security_ui_protections_click_extra 207 telemetry_mirror: SecurityUiProtections_Click_MtrReportLink 208 209 click_mtr_signup_button: 210 type: event 211 description: > 212 User interaction by click events on the protection report. 213 This event was generated to correspond to the Legacy Telemetry event 214 security.ui.protections.click#mtr_signup_button. 215 bugs: *security_ui_protections_click_bugs 216 data_reviews: *security_ui_protections_click_data_reviews 217 notification_emails: *security_ui_protections_click_emails 218 expires: never 219 extra_keys: *security_ui_protections_click_extra 220 telemetry_mirror: SecurityUiProtections_Click_MtrSignupButton 221 222 click_trackers_about_link: 223 type: event 224 description: > 225 User interaction by click events on the protection report. 226 This event was generated to correspond to the Legacy Telemetry event 227 security.ui.protections.click#trackers_about_link. 228 bugs: *security_ui_protections_click_bugs 229 data_reviews: *security_ui_protections_click_data_reviews 230 notification_emails: *security_ui_protections_click_emails 231 expires: never 232 extra_keys: *security_ui_protections_click_extra 233 telemetry_mirror: SecurityUiProtections_Click_TrackersAboutLink 234 235 click_mobile_app_link: 236 type: event 237 description: > 238 User interaction by click events on the protection report. 239 This event was generated to correspond to the Legacy Telemetry event 240 security.ui.protections.click#mobile_app_link. 241 bugs: *security_ui_protections_click_bugs 242 data_reviews: *security_ui_protections_click_data_reviews 243 notification_emails: *security_ui_protections_click_emails 244 expires: never 245 extra_keys: *security_ui_protections_click_extra 246 telemetry_mirror: SecurityUiProtections_Click_MobileAppLink 247 248 click_settings_link: 249 type: event 250 description: > 251 User interaction by click events on the protection report. 252 This event was generated to correspond to the Legacy Telemetry event 253 security.ui.protections.click#settings_link. 254 bugs: *security_ui_protections_click_bugs 255 data_reviews: *security_ui_protections_click_data_reviews 256 notification_emails: *security_ui_protections_click_emails 257 expires: never 258 extra_keys: *security_ui_protections_click_extra 259 telemetry_mirror: SecurityUiProtections_Click_SettingsLink 260 261 click_vpn_banner_link: 262 type: event 263 description: > 264 User interaction by click events on the protection report. 265 This event was generated to correspond to the Legacy Telemetry event 266 security.ui.protections.click#vpn_banner_link. 267 bugs: *security_ui_protections_click_bugs 268 data_reviews: *security_ui_protections_click_data_reviews 269 notification_emails: *security_ui_protections_click_emails 270 expires: never 271 extra_keys: *security_ui_protections_click_extra 272 telemetry_mirror: SecurityUiProtections_Click_VpnBannerLink 273 274 click_vpn_banner_close: 275 type: event 276 description: > 277 User interaction by click events on the protection report. 278 This event was generated to correspond to the Legacy Telemetry event 279 security.ui.protections.click#vpn_banner_close. 280 bugs: *security_ui_protections_click_bugs 281 data_reviews: *security_ui_protections_click_data_reviews 282 notification_emails: *security_ui_protections_click_emails 283 expires: never 284 extra_keys: *security_ui_protections_click_extra 285 telemetry_mirror: SecurityUiProtections_Click_VpnBannerClose 286 287 click_vpn_card_link: 288 type: event 289 description: > 290 User interaction by click events on the protection report. 291 This event was generated to correspond to the Legacy Telemetry event 292 security.ui.protections.click#vpn_card_link. 293 bugs: *security_ui_protections_click_bugs 294 data_reviews: *security_ui_protections_click_data_reviews 295 notification_emails: *security_ui_protections_click_emails 296 expires: never 297 extra_keys: *security_ui_protections_click_extra 298 telemetry_mirror: SecurityUiProtections_Click_VpnCardLink 299 300 click_vpn_app_link_android: 301 type: event 302 description: > 303 User interaction by click events on the protection report. 304 This event was generated to correspond to the Legacy Telemetry event 305 security.ui.protections.click#vpn_app_link_android. 306 bugs: *security_ui_protections_click_bugs 307 data_reviews: *security_ui_protections_click_data_reviews 308 notification_emails: *security_ui_protections_click_emails 309 expires: never 310 extra_keys: *security_ui_protections_click_extra 311 telemetry_mirror: SecurityUiProtections_Click_VpnAppLinkAndroid 312 313 click_vpn_app_link_ios: 314 type: event 315 description: > 316 User interaction by click events on the protection report. 317 This event was generated to correspond to the Legacy Telemetry event 318 security.ui.protections.click#vpn_app_link_ios. 319 bugs: *security_ui_protections_click_bugs 320 data_reviews: *security_ui_protections_click_data_reviews 321 notification_emails: *security_ui_protections_click_emails 322 expires: never 323 extra_keys: *security_ui_protections_click_extra 324 telemetry_mirror: SecurityUiProtections_Click_VpnAppLinkIos