metrics.yaml (495064B)
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/metrics/2-0-0 6 7 no_lint: 8 - CATEGORY_GENERIC 9 10 events: 11 app_opened: 12 type: event 13 description: | 14 A user opened the app (from cold start, to the homescreen or browser) 15 extra_keys: 16 source: 17 description: | 18 The method used to open Fenix. Possible values are: `app_icon`, 19 `custom_tab` or `link` 20 type: string 21 bugs: 22 - https://github.com/mozilla-mobile/fenix/issues/968 23 - https://github.com/mozilla-mobile/fenix/issues/10616 24 - https://github.com/mozilla-mobile/fenix/issues/19923 25 - https://bugzilla.mozilla.org/show_bug.cgi?id=1917939 26 data_reviews: 27 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673 28 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 29 - https://github.com/mozilla-mobile/fenix/pull/18143 30 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 31 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 32 - https://phabricator.services.mozilla.com/D222046 33 data_sensitivity: 34 - interaction 35 notification_emails: 36 - telemetry-client-dev@mozilla.com 37 - android-probes@mozilla.com 38 expires: never 39 metadata: 40 tags: 41 - Performance 42 search_bar_tapped: 43 type: event 44 description: | 45 A user tapped the search bar 46 extra_keys: 47 source: 48 description: | 49 The view the user was on when they initiated the search (For example: 50 `Home` or `Browser`) 51 type: string 52 bugs: 53 - https://github.com/mozilla-mobile/fenix/issues/959 54 - https://github.com/mozilla-mobile/fenix/issues/19923 55 data_reviews: 56 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673 57 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 58 - https://github.com/mozilla-mobile/fenix/pull/18143 59 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 60 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 61 data_sensitivity: 62 - interaction 63 notification_emails: 64 - android-probes@mozilla.com 65 expires: never 66 metadata: 67 tags: 68 - Search 69 entered_url: 70 type: event 71 description: | 72 A user entered a url 73 extra_keys: 74 autocomplete: 75 description: | 76 A boolean that tells us whether the URL was autofilled by an 77 Autocomplete suggestion 78 type: boolean 79 bugs: 80 - https://github.com/mozilla-mobile/fenix/issues/959 81 - https://github.com/mozilla-mobile/fenix/issues/19923 82 data_reviews: 83 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673 84 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 85 - https://github.com/mozilla-mobile/fenix/pull/18143 86 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 87 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 88 data_sensitivity: 89 - interaction 90 notification_emails: 91 - android-probes@mozilla.com 92 expires: never 93 metadata: 94 tags: 95 - Search 96 performed_search: 97 type: event 98 description: | 99 A user performed a search 100 extra_keys: 101 source: 102 description: | 103 A string that tells us how the user performed the search. Possible 104 values are: 105 106 * default.action 107 * default.suggestion 108 * shortcut.action 109 * shortcut.suggestion 110 type: string 111 bugs: 112 - https://github.com/mozilla-mobile/fenix/issues/959 113 - https://github.com/mozilla-mobile/fenix/issues/19923 114 data_reviews: 115 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673 116 - https://github.com/mozilla-mobile/fenix/pull/1677 117 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 118 - https://github.com/mozilla-mobile/fenix/pull/18143 119 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 120 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 121 data_sensitivity: 122 - interaction 123 notification_emails: 124 - android-probes@mozilla.com 125 expires: never 126 metadata: 127 tags: 128 - Search 129 browser_menu_action: 130 type: event 131 description: | 132 A browser menu item was tapped. 133 The name of the item that the user tapped is stored in extras with the 134 key `item`. 135 extra_keys: 136 item: 137 description: | 138 A string containing the name of the item the user tapped. These items 139 include: 140 add_bookmark, add_to_homescreen, add_to_top_sites, addon_details, addons_manager, 141 back, back_long_press, bookmark, bookmarks, custom_back, custom_back_long_press, 142 custom_desktop_view_off, custom_desktop_view_on, custom_find_in_page, 143 custom_forward, custom_forward_long_press, custom_share, desktop_view_off, 144 desktop_view_on, discover_more_extensions, dismiss_menu_banner, downloads, 145 edit_bookmark, extensions_learn_more, find_in_page, forward, forward_long_press, 146 history, install_addon, installed_addon_details, menu_banner, new_tab, open_in_app, 147 open_in_fenix, print_content, quit, reader_mode_appearance, reload, remove_from_top_sites, 148 save_to_collection, set_default_browser, settings, share, stop, sync_account, 149 translate and web_extension_browser_action_clicked. 150 type: string 151 bugs: 152 - https://github.com/mozilla-mobile/fenix/issues/1024 153 - https://github.com/mozilla-mobile/fenix/issues/19923 154 - https://bugzilla.mozilla.org/show_bug.cgi?id=1808689 155 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836780 156 data_reviews: 157 - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708 158 - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996 159 - https://github.com/mozilla-mobile/fenix/pull/6310 160 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 161 - https://github.com/mozilla-mobile/fenix/pull/18143 162 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 163 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 164 - https://github.com/mozilla-mobile/fenix/pull/27295 165 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3 166 - https://github.com/mozilla-mobile/firefox-android/pull/4039 167 data_sensitivity: 168 - interaction 169 notification_emails: 170 - android-probes@mozilla.com 171 expires: never 172 default_browser_changed: 173 type: event 174 description: | 175 Indicates the default browser was changed 176 bugs: 177 - https://github.com/mozilla-mobile/fenix/issues/18857 178 data_reviews: 179 - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629 180 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 181 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 182 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 183 data_sensitivity: 184 - interaction 185 notification_emails: 186 - android-probes@mozilla.com 187 expires: never 188 metadata: 189 tags: 190 - Toolbar 191 re_engagement_notif_tapped: 192 type: event 193 description: | 194 User tapped on the re-engagement notification 195 bugs: 196 - https://github.com/mozilla-mobile/fenix/issues/27949 197 data_reviews: 198 - https://github.com/mozilla-mobile/fenix/pull/27978 199 - https://github.com/mozilla-mobile/firefox-android/pull/4039 200 data_sensitivity: 201 - interaction 202 notification_emails: 203 - android-probes@mozilla.com 204 expires: never 205 re_engagement_notif_shown: 206 type: event 207 description: | 208 Re-engagement notification was shown to the user 209 bugs: 210 - https://github.com/mozilla-mobile/fenix/issues/27949 211 data_reviews: 212 - https://github.com/mozilla-mobile/fenix/pull/27978 213 - https://github.com/mozilla-mobile/firefox-android/pull/4039 214 data_sensitivity: 215 - technical 216 notification_emails: 217 - android-probes@mozilla.com 218 expires: never 219 marketing_notification_allowed: 220 type: boolean 221 lifetime: application 222 description: | 223 True if marketing notifications are allowed, otherwise false. 224 bugs: 225 - https://github.com/mozilla-mobile/fenix/issues/27795 226 data_reviews: 227 - https://github.com/mozilla-mobile/fenix/pull/27797 228 - https://github.com/mozilla-mobile/firefox-android/pull/4039 229 data_sensitivity: 230 - technical 231 notification_emails: 232 - android-probes@mozilla.com 233 expires: never 234 metadata: 235 tags: 236 - Notifications 237 toolbar_menu_visible: 238 type: event 239 description: | 240 The browser menu was displayed from toolbar menu 241 bugs: 242 - https://github.com/mozilla-mobile/fenix/issues/18855 243 data_reviews: 244 - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629 245 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 246 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 247 - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381 248 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 249 data_sensitivity: 250 - interaction 251 notification_emails: 252 - android-probes@mozilla.com 253 expires: never 254 metadata: 255 tags: 256 - Toolbar 257 normal_and_private_uri_count: 258 type: counter 259 description: | 260 A counter of URIs visited by the user in the current session, including 261 page reloads. This includes private browsing. This does not include 262 background page requests and URIs from embedded pages but may be 263 incremented without user interaction by website scripts that 264 programmatically redirect to a new location. 265 send_in_pings: 266 - metrics 267 - baseline 268 bugs: 269 - https://github.com/mozilla-mobile/fenix/issues/17089 270 data_reviews: 271 - https://github.com/mozilla-mobile/fenix/pull/17935 272 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 273 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 274 data_sensitivity: 275 - interaction 276 notification_emails: 277 - android-probes@mozilla.com 278 expires: never 279 no_lint: 280 - BASELINE_PING 281 metadata: 282 tags: 283 - PrivateBrowsing 284 preference_toggled: 285 type: event 286 description: | 287 A user toggled a boolean preference in settings 288 extra_keys: 289 preference_key: 290 description: | 291 The preference key for the boolean (true/false) preference the user 292 toggled. 293 294 We currently track: show_search_suggestions, remote_debugging, telemetry, 295 tracking_protection, search_bookmarks, search_browsing_history, show_clipboard_suggestions, 296 show_search_shortcuts, open_links_in_a_private_tab, pref_key_sync_logins, 297 pref_key_sync_bookmarks, pref_key_sync_history, pref_key_show_voice_search, 298 pref_key_show_search_suggestions_in_private, pref_key_show_trending_search_suggestions, 299 pref_key_show_recent_search_suggestions. 300 type: string 301 enabled: 302 description: "Whether or not the preference is *now* enabled" 303 type: boolean 304 bugs: 305 - https://github.com/mozilla-mobile/fenix/issues/975 306 - https://github.com/mozilla-mobile/fenix/issues/5094 307 - https://github.com/mozilla-mobile/fenix/issues/5737 308 - https://github.com/mozilla-mobile/fenix/issues/5586 309 - https://github.com/mozilla-mobile/fenix/issues/6396 310 - https://github.com/mozilla-mobile/fenix/issues/6070 311 - https://github.com/mozilla-mobile/fenix/issues/19923 312 - https://bugzilla.mozilla.org/show_bug.cgi?id=1945634 313 - https://bugzilla.mozilla.org/show_bug.cgi?id=1950208 314 data_reviews: 315 - https://github.com/mozilla-mobile/fenix/pull/1896 316 - https://github.com/mozilla-mobile/fenix/pull/5704 317 - https://github.com/mozilla-mobile/fenix/pull/5886 318 - https://github.com/mozilla-mobile/fenix/pull/5975 319 - https://github.com/mozilla-mobile/fenix/pull/6352 320 - https://github.com/mozilla-mobile/fenix/pull/6601 321 - https://github.com/mozilla-mobile/fenix/pull/6746 322 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 323 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 324 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 325 - https://phabricator.services.mozilla.com/D239200 326 - https://phabricator.services.mozilla.com/D240680 327 data_sensitivity: 328 - technical 329 - interaction 330 notification_emails: 331 - android-probes@mozilla.com 332 expires: never 333 metadata: 334 tags: 335 - Bookmarks 336 - History 337 - Logins 338 - PrivateBrowsing 339 - Search 340 whats_new_tapped: 341 type: event 342 description: | 343 A user opened the "what's new" page button 344 extra_keys: 345 source: 346 description: | 347 The view the user was on when they tapped on "what's new" page button (For example: 348 `HOME`, `ABOUT` or `MENU`) 349 type: string 350 bugs: 351 - https://github.com/mozilla-mobile/fenix/issues/5021 352 - https://github.com/mozilla-mobile/fenix/issues/19923 353 - https://bugzilla.mozilla.org/show_bug.cgi?id=1809328 354 data_reviews: 355 - https://github.com/mozilla-mobile/fenix/pull/5090 356 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 357 - https://github.com/mozilla-mobile/fenix/pull/18143 358 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 359 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 360 - https://github.com/mozilla-mobile/fenix/pull/27295 361 - https://github.com/mozilla-mobile/firefox-android/pull/4039 362 - https://phabricator.services.mozilla.com/D227615 363 data_sensitivity: 364 - interaction 365 notification_emails: 366 - android-probes@mozilla.com 367 expires: never 368 opened_link: 369 type: event 370 description: | 371 A user opened a link with Fenix 372 extra_keys: 373 mode: 374 description: | 375 The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.: 376 this probe may be incorrectly implemented: see 377 https://github.com/mozilla-mobile/fenix/issues/14133 378 type: string 379 bugs: 380 - https://github.com/mozilla-mobile/fenix/issues/5737 381 - https://github.com/mozilla-mobile/fenix/issues/19923 382 data_reviews: 383 - https://github.com/mozilla-mobile/fenix/pull/5975 384 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 385 - https://github.com/mozilla-mobile/fenix/pull/18143 386 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 387 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 388 data_sensitivity: 389 - interaction 390 notification_emails: 391 - android-probes@mozilla.com 392 expires: never 393 metadata: 394 tags: 395 - PrivateBrowsing 396 opened_ext_pdf: 397 type: event 398 description: | 399 A user opened a PDF with Fenix from another app 400 extra_keys: 401 referrer_is_fenix: 402 description: | 403 If the PDF was opened from Fenix itself (for example from the Download notification) 404 type: boolean 405 bugs: 406 - https://bugzilla.mozilla.org/show_bug.cgi?id=1871548 407 data_reviews: 408 - https://github.com/mozilla-mobile/firefox-android/pull/4940 409 data_sensitivity: 410 - interaction 411 notification_emails: 412 - android-probes@mozilla.com 413 - mcastelluccio@mozilla.com 414 - calixte@mozilla.com 415 - sylvestre@mozilla.com 416 expires: never 417 synced_tab_opened: 418 type: event 419 description: | 420 An event that indicates that a synced tab was opened. 421 bugs: 422 - https://github.com/mozilla-mobile/fenix/issues/15369 423 - https://github.com/mozilla-mobile/fenix/issues/19923 424 data_reviews: 425 - https://github.com/mozilla-mobile/fenix/pull/16727 426 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 427 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 428 data_sensitivity: 429 - interaction 430 notification_emails: 431 - android-probes@mozilla.com 432 expires: never 433 metadata: 434 tags: 435 - SyncTabs 436 recently_closed_tabs_opened: 437 type: event 438 description: | 439 An event that indicates that the user 440 has accessed recently closed tabs list. 441 Deprecated in favor of "recently_closed_tabs.opened" 442 bugs: 443 - https://github.com/mozilla-mobile/fenix/issues/15366 444 - https://github.com/mozilla-mobile/fenix/issues/19923 445 data_reviews: 446 - https://github.com/mozilla-mobile/fenix/pull/16739 447 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 448 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 449 data_sensitivity: 450 - interaction 451 notification_emails: 452 - android-probes@mozilla.com 453 expires: never 454 metadata: 455 tags: 456 - Tabs 457 copy_url_tapped: 458 type: event 459 description: | 460 An event that indicates that a user has selected 461 copy option when long pressing on url bar. 462 bugs: 463 - https://github.com/mozilla-mobile/fenix/issues/16827 464 - https://github.com/mozilla-mobile/fenix/issues/19923 465 data_reviews: 466 - https://github.com/mozilla-mobile/fenix/pull/16915 467 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 468 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 469 data_sensitivity: 470 - interaction 471 notification_emails: 472 - android-probes@mozilla.com 473 expires: never 474 metadata: 475 tags: 476 - ContextMenu 477 browser_toolbar_qr_scan_completed: 478 type: event 479 description: | 480 An event that indicates that a QR code has been scanned successfully. 481 bugs: 482 - https://bugzilla.mozilla.org/show_bug.cgi?id=1869664 483 data_reviews: 484 - https://github.com/mozilla-mobile/firefox-android/pull/5019#issuecomment-1876329933 485 data_sensitivity: 486 - interaction 487 notification_emails: 488 - android-probes@mozilla.com 489 expires: never 490 metadata: 491 tags: 492 - Toolbar 493 toolbar_tab_swipe: 494 type: event 495 description: | 496 A user swiped the toolbar to change the current tab. 497 bugs: 498 - https://bugzilla.mozilla.org/show_bug.cgi?id=1862096 499 data_reviews: 500 - https://bugzilla.mozilla.org/show_bug.cgi?id=1862096 501 data_sensitivity: 502 - interaction 503 notification_emails: 504 - android-probes@mozilla.com 505 expires: never 506 metadata: 507 tags: 508 - Toolbar 509 toolbar_tab_swipe_cfr_shown: 510 type: event 511 description: | 512 Address bar swipe CFR was shown to the user. 513 bugs: 514 - https://bugzilla.mozilla.org/show_bug.cgi?id=1935696 515 data_reviews: 516 - https://bugzilla.mozilla.org/show_bug.cgi?id=1935696 517 data_sensitivity: 518 - interaction 519 notification_emails: 520 - android-probes@mozilla.com 521 expires: never 522 toolbar_tab_swipe_cfr_dismissed: 523 type: event 524 description: | 525 Address bar swipe CFR was dismissed by the user. 526 bugs: 527 - https://bugzilla.mozilla.org/show_bug.cgi?id=1935696 528 data_reviews: 529 - https://bugzilla.mozilla.org/show_bug.cgi?id=1935696 530 data_sensitivity: 531 - interaction 532 notification_emails: 533 - android-probes@mozilla.com 534 expires: never 535 tab_view_changed: 536 type: event 537 description: | 538 Indicates that the user has changed their tab view 539 settings, either from the default or by personal 540 preference. 541 extra_keys: 542 type: 543 description: | 544 A string containing the name of the tab view the user tapped. 545 These items include: list or grid. 546 type: string 547 bugs: 548 - https://github.com/mozilla-mobile/fenix/issues/19956 549 data_reviews: 550 - https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619 551 - https://github.com/mozilla-mobile/fenix/pull/24409 552 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 553 - https://github.com/mozilla-mobile/firefox-android/pull/2597 554 data_sensitivity: 555 - interaction 556 notification_emails: 557 - android-probes@mozilla.com 558 expires: never 559 save_to_pdf_tapped: 560 type: event 561 description: | 562 A user tapped the save to pdf option in the share sheet. 563 extra_keys: 564 source: 565 type: string 566 description: | 567 A string that indicates the type of document of pdf, non-pdf or unknown. 568 The default is unknown. 569 bugs: 570 - https://github.com/mozilla-mobile/fenix/issues/3709 571 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213 572 data_reviews: 573 - https://github.com/mozilla-mobile/fenix/pull/27257 574 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4 575 - https://github.com/mozilla-mobile/firefox-android/pull/4039 576 data_sensitivity: 577 - interaction 578 notification_emails: 579 - android-probes@mozilla.com 580 expires: never 581 metadata: 582 tags: 583 - Sharing 584 save_to_pdf_failure: 585 type: event 586 description: | 587 A user tapped the save pdf but an error occurred 588 and the process failed. 589 extra_keys: 590 source: 591 type: string 592 description: | 593 A string that indicates the type of document of pdf, non-pdf or unknown. 594 The default is unknown. 595 reason: 596 type: string 597 description: | 598 An error occurred while setting up for saving a PDF. 599 Default option is unknown, other options are no_settings_service, no_settings, 600 no_canonical_context, no_activity_context_delegate, no_activity_context, 601 no_print_delegate, and io_error. 602 bugs: 603 - https://github.com/mozilla-mobile/fenix/issues/27635 604 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213 605 data_reviews: 606 - https://github.com/mozilla-mobile/fenix/pull/27661#issuecomment-1300505370 607 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4 608 - https://github.com/mozilla-mobile/firefox-android/pull/4039 609 data_sensitivity: 610 - technical 611 notification_emails: 612 - android-probes@mozilla.com 613 expires: never 614 metadata: 615 tags: 616 - Sharing 617 save_to_pdf_completed: 618 type: event 619 description: | 620 Saving to PDF successfully generated a PDF. 621 extra_keys: 622 source: 623 type: string 624 description: | 625 A string that indicates the type of document of pdf, non-pdf or unknown. 626 The default is unknown. 627 bugs: 628 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213 629 data_reviews: 630 - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4 631 - https://github.com/mozilla-mobile/firefox-android/pull/4039 632 data_sensitivity: 633 - technical 634 notification_emails: 635 - android-probes@mozilla.com 636 expires: never 637 metadata: 638 tags: 639 - Sharing 640 print_failure: 641 type: event 642 description: | 643 A user tapped the print in the menu or share sheet but an error occurred 644 and the process failed. 645 extra_keys: 646 source: 647 type: string 648 description: | 649 A string that indicates the type of document of pdf, non-pdf or unknown. 650 The default is unknown. 651 reason: 652 type: string 653 description: | 654 An error occurred while setting up for printing. 655 Default option is unknown, other options are no_settings_service, no_settings, 656 no_canonical_context, no_activity_context_delegate, no_activity_context, 657 no_print_delegate, and io_error. 658 bugs: 659 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517 660 data_reviews: 661 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3 662 - https://github.com/mozilla-mobile/firefox-android/pull/4039 663 data_sensitivity: 664 - technical 665 notification_emails: 666 - android-probes@mozilla.com 667 expires: never 668 print_completed: 669 type: event 670 description: | 671 Printing from the share sheet or menu successfully completed. 672 extra_keys: 673 source: 674 type: string 675 description: | 676 A string that indicates the type of document of pdf, non-pdf or unknown. 677 The default is unknown. 678 bugs: 679 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517 680 data_reviews: 681 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3 682 - https://github.com/mozilla-mobile/firefox-android/pull/4039 683 data_sensitivity: 684 - technical 685 notification_emails: 686 - android-probes@mozilla.com 687 expires: never 688 print_tapped: 689 type: event 690 description: | 691 A user tapped the print option in the menu or share sheet. 692 extra_keys: 693 source: 694 type: string 695 description: | 696 A string that indicates the type of document of pdf, non-pdf or unknown. 697 The default is unknown. 698 bugs: 699 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517 700 data_reviews: 701 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5 702 - https://github.com/mozilla-mobile/firefox-android/pull/4039 703 data_sensitivity: 704 - interaction 705 notification_emails: 706 - android-probes@mozilla.com 707 expires: never 708 share_menu_action: 709 type: event 710 description: | 711 A share menu item was tapped. 712 The name of the item that the user tapped is stored in extras with the 713 key `item`. 714 extra_keys: 715 item: 716 description: | 717 A string containing the name of the item the user tapped. These items 718 currently include: print 719 type: string 720 bugs: 721 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517 722 data_reviews: 723 - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5 724 - https://github.com/mozilla-mobile/firefox-android/pull/4039 725 data_sensitivity: 726 - interaction 727 notification_emails: 728 - android-probes@mozilla.com 729 expires: never 730 metadata: 731 tags: 732 - Sharing 733 share_to_app: 734 type: event 735 description: | 736 A user selected an app to share to from the share sheet. 737 extra_keys: 738 app_package: 739 description: | 740 Allowed package identifier for app or action (ex. 'org.mozilla.focus' 741 or 'com.android.bluetooth') the user selected. Any package identifiers 742 not in list are recorded as 'other'. 743 744 Currently allowed packages are: 745 'com.google.android.gm', 'com.microsoft.office.outlook', 746 'com.samsung.android.email.provider', 'com.facebook.katana', 747 'com.instagram.android', 'com.snapchat.android', 748 'com.google.android.keep', 'com.samsung.android.app.notes', 749 'com.microsoft.office.onenote', 'com.evernote', 750 'com.google.android.apps.messaging', 'com.facebook.orca', 751 'com.chating.messages.chat.fun', 'org.telegram.messenger', 752 'org.thoughtcrime.securesms', 'com.google.android.apps.dynamite', 753 'com.whatsapp', 'com.tencent.mm', 'com.Slack', 'com.discord', 754 'com.android.bluetooth', 'com.google.android.gms', 755 'org.mozilla.fenix.COPY_LINK_TO_CLIPBOARD 756 type: string 757 sent_from_firefox_enabled: 758 type: boolean 759 description: | 760 Indicates whether the sent from Firefox feature is enabled or not. 761 bugs: 762 - https://github.com/mozilla-mobile/fenix/issues/28033 763 data_reviews: 764 - https://github.com/mozilla-mobile/fenix/pull/28118#issuecomment-1341620815 765 notification_emails: 766 - android-probes@mozilla.com 767 data_sensitivity: 768 - interaction 769 expires: never 770 metadata: 771 tags: 772 - Sharing 773 form_data_failure: 774 type: event 775 description: | 776 Form data retrieval from a tab failed. 777 bugs: 778 - https://github.com/mozilla-mobile/fenix/issues/28280 779 data_reviews: 780 - https://github.com/mozilla-mobile/fenix/issues/28280#issuecomment-1376040252 781 - https://github.com/mozilla-mobile/firefox-android/pull/4039 782 notification_emails: 783 - android-probes@mozilla.com 784 data_sensitivity: 785 - technical 786 expires: never 787 metadata: 788 tags: 789 - Performance 790 default_engine_selected: 791 type: event 792 description: | 793 A user selected a new default search engine to use 794 extra_keys: 795 engine: 796 type: string 797 description: | 798 The name of the default search engine the user selected as a string. 799 Custom search engine user created will have the name `Custom`. 800 bugs: 801 - https://bugzilla.mozilla.org/show_bug.cgi?id=1827686 802 data_reviews: 803 - https://github.com/mozilla-mobile/firefox-android/pull/1674 804 - https://github.com/mozilla-mobile/firefox-android/pull/4039 805 notification_emails: 806 - android-probes@mozilla.com 807 expires: never 808 metadata: 809 tags: 810 - Search 811 custom_engine_settings_viewed: 812 type: event 813 description: | 814 A user viewed the custom search engine setting 815 bugs: 816 - https://bugzilla.mozilla.org/show_bug.cgi?id=1967798 817 data_reviews: 818 - https://phabricator.services.mozilla.com/D250487 819 notification_emails: 820 - android-probes@mozilla.com 821 expires: never 822 metadata: 823 tags: 824 - Search 825 - Settings 826 custom_engine_created: 827 type: event 828 description: | 829 A user created a new custom search engine to use 830 bugs: 831 - https://bugzilla.mozilla.org/show_bug.cgi?id=1967798 832 data_reviews: 833 - https://phabricator.services.mozilla.com/D250487 834 notification_emails: 835 - android-probes@mozilla.com 836 expires: never 837 metadata: 838 tags: 839 - Search 840 - Settings 841 first_session_ping_cancelled: 842 type: event 843 description: | 844 First session ping cancelled because Adjust metrics were empty. 845 bugs: 846 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875514 847 data_reviews: 848 - https://github.com/mozilla-mobile/firefox-android/pull/5223 849 notification_emails: 850 - android-probes@mozilla.com 851 expires: never 852 853 translations: 854 action: 855 type: event 856 description: | 857 An area inside the translations feature was tapped. 858 The name of the translations area that the user tapped is stored in extras with the 859 key `item`. 860 extra_keys: 861 item: 862 description: | 863 A string containing the name of the item the user tapped. These items 864 include: 865 main_flow_toolbar, main_flow_browser, page_settings, global_settings, 866 global_lang_settings, global_site_settings, downloads, global_settings_from_preferences 867 type: string 868 bugs: 869 - https://bugzilla.mozilla.org/show_bug.cgi?id=1883968 870 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886851 871 - https://bugzilla.mozilla.org/show_bug.cgi?id=1890838 872 data_reviews: 873 - https://bugzilla.mozilla.org/show_bug.cgi?id=1883968#c6 874 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886851#c8 875 data_sensitivity: 876 - interaction 877 notification_emails: 878 - android-probes@mozilla.com 879 expires: never 880 translate_requested: 881 type: event 882 description: | 883 The user requested a translation of the page. 884 extra_keys: 885 to_language: 886 description: | 887 A string containing the BCP 47 that the user is translating the page to. Predefined based 888 on published translation models. For example, possible values are: 889 "en", "es", "fr", and all other translations engine "to" language codes. 890 type: string 891 from_language: 892 description: | 893 A string containing the BCP 47 that the user is translating the page from. Predefined based 894 on published translation models. For example, possible values are: 895 "en", "es", "fr", and all other translations engine "from" language codes. 896 type: string 897 bugs: 898 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221 899 data_reviews: 900 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3 901 data_sensitivity: 902 - interaction 903 notification_emails: 904 - android-probes@mozilla.com 905 expires: never 906 translate_success: 907 type: event 908 description: | 909 The user requested a translation of the page and it completed successfully. 910 bugs: 911 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221 912 data_reviews: 913 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3 914 data_sensitivity: 915 - interaction 916 notification_emails: 917 - android-probes@mozilla.com 918 expires: never 919 translate_failed: 920 type: event 921 description: | 922 The user requested a translation of the page and it failed. 923 extra_keys: 924 error: 925 description: | 926 A string containing the name of the error that occurred. Possible values are predefined 927 in TranslationError and include: 928 unknown, unexpected-null, missing-session-coordinator, engine-not-supported, unknown-engine-support 929 could-not-translate, could-not-restore, could-not-determine-translation-download-size, could-not-load-languages, 930 could-not-load-settings, could-not-load-language-settings, could-not-load-never-translate-sites, 931 language-not-supported, model-could-not-retrieve, model-could-not-delete, model-could-not-download, 932 model-language-required, model-download-required 933 type: string 934 bugs: 935 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221 936 data_reviews: 937 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3 938 data_sensitivity: 939 - interaction 940 notification_emails: 941 - android-probes@mozilla.com 942 expires: never 943 engine_unsupported: 944 type: event 945 description: | 946 The translations engine for translating pages is only supported on certain devices. 947 This probe is sent when the device does not support the translations engine. 948 bugs: 949 - https://bugzilla.mozilla.org/show_bug.cgi?id=1978120 950 data_reviews: 951 - https://phabricator.services.mozilla.com/D270865 952 data_sensitivity: 953 - technical 954 notification_emails: 955 - android-probes@mozilla.com 956 expires: never 957 splash_screen: 958 first_launch_extended: 959 type: event 960 description: | 961 The splash screen was shown for an extended period of time, providing more time 962 to download marketing and experiment data. 963 extra_keys: 964 data_fetched: 965 type: boolean 966 description: | 967 If the splash screen was closed due to data being fetched or due to the time running out. 968 bugs: 969 - https://bugzilla.mozilla.org/show_bug.cgi?id=1840315 970 data_reviews: 971 - https://github.com/mozilla-mobile/firefox-android/pull/2616 972 - https://github.com/mozilla-mobile/firefox-android/pull/4039 973 data_sensitivity: 974 - technical 975 notification_emails: 976 - android-probes@mozilla.com 977 expires: never 978 979 onboarding: 980 privacy_preferences_modal_crash_reporting_enabled: 981 type: event 982 description: The crash reporting preference value. 983 extra_keys: 984 value: 985 type: boolean 986 description: The crash reporting preference value. 987 bugs: 988 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933175 989 data_reviews: 990 - https://phabricator.services.mozilla.com/D230103 991 data_sensitivity: 992 - interaction 993 notification_emails: 994 - android-probes@mozilla.com 995 expires: never 996 metadata: 997 tags: 998 - Onboarding 999 privacy_preferences_modal_usage_data_enabled: 1000 type: event 1001 description: The usage data preference value. 1002 extra_keys: 1003 value: 1004 type: boolean 1005 description: Whether the usage data option is enabled. 1006 bugs: 1007 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933175 1008 data_reviews: 1009 - https://phabricator.services.mozilla.com/D230103 1010 data_sensitivity: 1011 - interaction 1012 notification_emails: 1013 - android-probes@mozilla.com 1014 expires: never 1015 metadata: 1016 tags: 1017 - Onboarding 1018 privacy_preferences_modal_crash_reporting_learn_more: 1019 type: event 1020 description: The privacy preferences model usage data "learn more" link used". 1021 bugs: 1022 - https://bugzilla.mozilla.org/show_bug.cgi?id=1943588 1023 data_reviews: 1024 - https://phabricator.services.mozilla.com/D235440 1025 data_sensitivity: 1026 - interaction 1027 notification_emails: 1028 - android-probes@mozilla.com 1029 expires: never 1030 metadata: 1031 tags: 1032 - Onboarding 1033 privacy_preferences_modal_usage_data_learn_more: 1034 type: event 1035 description: The privacy preferences model crash reporting "learn more" link used". 1036 bugs: 1037 - https://bugzilla.mozilla.org/show_bug.cgi?id=1943588 1038 data_reviews: 1039 - https://phabricator.services.mozilla.com/D235440 1040 data_sensitivity: 1041 - interaction 1042 notification_emails: 1043 - android-probes@mozilla.com 1044 expires: never 1045 metadata: 1046 tags: 1047 - Onboarding 1048 fxa_auto_signin: 1049 type: event 1050 description: 1051 The onboarding automatic sign in card was tapped. 1052 bugs: 1053 - https://github.com/mozilla-mobile/fenix/issues/10824 1054 data_reviews: 1055 - https://github.com/mozilla-mobile/fenix/pull/11867 1056 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 1057 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 1058 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 1059 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 1060 data_sensitivity: 1061 - interaction 1062 notification_emails: 1063 - android-probes@mozilla.com 1064 expires: never 1065 metadata: 1066 tags: 1067 - Onboarding 1068 welcome_card_impression: 1069 type: event 1070 description: 1071 The welcome onboarding card was displayed to the user. 1072 bugs: 1073 - https://github.com/mozilla-mobile/fenix/issues/26551 1074 data_reviews: 1075 - https://github.com/mozilla-mobile/fenix/pull/26596 1076 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1077 data_sensitivity: 1078 - interaction 1079 notification_emails: 1080 - android-probes@mozilla.com 1081 expires: never 1082 metadata: 1083 tags: 1084 - Onboarding 1085 welcome_close_clicked: 1086 type: event 1087 description: 1088 The user clicked the `X` button from the welcome onboarding card. 1089 bugs: 1090 - https://github.com/mozilla-mobile/fenix/issues/26551 1091 data_reviews: 1092 - https://github.com/mozilla-mobile/fenix/pull/26596 1093 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1094 data_sensitivity: 1095 - interaction 1096 notification_emails: 1097 - android-probes@mozilla.com 1098 expires: never 1099 metadata: 1100 tags: 1101 - Onboarding 1102 welcome_get_started_clicked: 1103 type: event 1104 description: 1105 The user clicked the `Get started` button from the welcome onboarding 1106 card. 1107 bugs: 1108 - https://github.com/mozilla-mobile/fenix/issues/26551 1109 data_reviews: 1110 - https://github.com/mozilla-mobile/fenix/pull/26596 1111 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1112 data_sensitivity: 1113 - interaction 1114 notification_emails: 1115 - android-probes@mozilla.com 1116 expires: never 1117 metadata: 1118 tags: 1119 - Onboarding 1120 sync_card_impression: 1121 type: event 1122 description: 1123 The sync sign in onboarding card was displayed to the user. 1124 bugs: 1125 - https://github.com/mozilla-mobile/fenix/issues/26551 1126 data_reviews: 1127 - https://github.com/mozilla-mobile/fenix/pull/26596 1128 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1129 data_sensitivity: 1130 - interaction 1131 notification_emails: 1132 - android-probes@mozilla.com 1133 expires: never 1134 metadata: 1135 tags: 1136 - Onboarding 1137 sync_close_clicked: 1138 type: event 1139 description: 1140 The user clicked the `X` button from the sync sign in onboarding card. 1141 bugs: 1142 - https://github.com/mozilla-mobile/fenix/issues/26551 1143 data_reviews: 1144 - https://github.com/mozilla-mobile/fenix/pull/26596 1145 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1146 data_sensitivity: 1147 - interaction 1148 notification_emails: 1149 - android-probes@mozilla.com 1150 expires: never 1151 metadata: 1152 tags: 1153 - Onboarding 1154 sync_sign_in_clicked: 1155 type: event 1156 description: 1157 The user clicked the `Sign in` button from the sync sign in 1158 onboarding card. 1159 bugs: 1160 - https://github.com/mozilla-mobile/fenix/issues/26551 1161 data_reviews: 1162 - https://github.com/mozilla-mobile/fenix/pull/26596 1163 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1164 data_sensitivity: 1165 - interaction 1166 notification_emails: 1167 - android-probes@mozilla.com 1168 expires: never 1169 metadata: 1170 tags: 1171 - Onboarding 1172 sync_skip_clicked: 1173 type: event 1174 description: 1175 The user clicked the `Skip` button from the sign in onboarding card. 1176 bugs: 1177 - https://github.com/mozilla-mobile/fenix/issues/26551 1178 data_reviews: 1179 - https://github.com/mozilla-mobile/fenix/pull/26596 1180 - https://github.com/mozilla-mobile/firefox-android/pull/3319 1181 data_sensitivity: 1182 - interaction 1183 notification_emails: 1184 - android-probes@mozilla.com 1185 expires: never 1186 metadata: 1187 tags: 1188 - Onboarding 1189 set_to_default_card: 1190 type: event 1191 description: | 1192 User viewed onboarding set to default card. 1193 extra_keys: 1194 element_type: 1195 type: string 1196 description: | 1197 Type of element that was viewed. 1198 action: 1199 type: string 1200 description: | 1201 Type of action taken by the user. 1202 sequence_position: 1203 type: string 1204 description: | 1205 Position of the onboarding card in the onboarding flow. 1206 sequence_id: 1207 type: string 1208 description: | 1209 Identifier for the sequence. 1210 bugs: 1211 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1212 data_reviews: 1213 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1214 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1215 data_sensitivity: 1216 - interaction 1217 notification_emails: 1218 - android-probes@mozilla.com 1219 expires: never 1220 metadata: 1221 tags: 1222 - Onboarding 1223 sign_in_card: 1224 type: event 1225 description: | 1226 User viewed onboarding sign in card. 1227 extra_keys: 1228 element_type: 1229 type: string 1230 description: | 1231 Type of element that was viewed. 1232 action: 1233 type: string 1234 description: | 1235 Type of action taken by the user. 1236 sequence_position: 1237 type: string 1238 description: | 1239 Position of the onboarding card in the onboarding flow. 1240 sequence_id: 1241 type: string 1242 description: | 1243 Identifier for the sequence. 1244 bugs: 1245 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1246 data_reviews: 1247 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1248 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1249 data_sensitivity: 1250 - interaction 1251 notification_emails: 1252 - android-probes@mozilla.com 1253 expires: never 1254 metadata: 1255 tags: 1256 - Onboarding 1257 turn_on_notifications_card: 1258 type: event 1259 description: | 1260 User viewed onboarding notification permission card. 1261 extra_keys: 1262 element_type: 1263 type: string 1264 description: | 1265 Type of element that was viewed. 1266 action: 1267 type: string 1268 description: | 1269 Type of action taken by the user. 1270 sequence_position: 1271 type: string 1272 description: | 1273 Position of the onboarding card in the onboarding flow. 1274 sequence_id: 1275 type: string 1276 description: | 1277 Identifier for the sequence. 1278 bugs: 1279 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1280 data_reviews: 1281 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1282 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1283 data_sensitivity: 1284 - interaction 1285 notification_emails: 1286 - android-probes@mozilla.com 1287 expires: never 1288 metadata: 1289 tags: 1290 - Onboarding 1291 terms_of_service_card: 1292 type: event 1293 description: | 1294 User viewed the terms of service onboarding card. 1295 extra_keys: 1296 element_type: 1297 type: string 1298 description: | 1299 Type of element that was viewed. 1300 action: 1301 type: string 1302 description: | 1303 Type of action taken by the user. 1304 sequence_position: 1305 type: string 1306 description: | 1307 Position of the onboarding card in the onboarding flow. 1308 sequence_id: 1309 type: string 1310 description: | 1311 Identifier for the sequence. 1312 bugs: 1313 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933253 1314 data_reviews: 1315 - https://phabricator.services.mozilla.com/D230140 1316 data_sensitivity: 1317 - interaction 1318 notification_emails: 1319 - android-probes@mozilla.com 1320 expires: never 1321 metadata: 1322 tags: 1323 - Onboarding 1324 terms_of_service_link_clicked: 1325 type: event 1326 description: | 1327 User clicked the terms of service link on the onboarding card. 1328 bugs: 1329 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933253 1330 data_reviews: 1331 - https://phabricator.services.mozilla.com/D230140 1332 data_sensitivity: 1333 - interaction 1334 notification_emails: 1335 - android-probes@mozilla.com 1336 expires: never 1337 metadata: 1338 tags: 1339 - Onboarding 1340 terms_of_service_privacy_notice_link_clicked: 1341 type: event 1342 description: | 1343 User clicked the privacy policy link on the terms of service onboarding card. 1344 bugs: 1345 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933253 1346 data_reviews: 1347 - https://phabricator.services.mozilla.com/D230140 1348 data_sensitivity: 1349 - interaction 1350 notification_emails: 1351 - android-probes@mozilla.com 1352 expires: never 1353 metadata: 1354 tags: 1355 - Onboarding 1356 terms_of_service_manage_link_clicked: 1357 type: event 1358 description: | 1359 User clicked the manage link on the terms of service onboarding card. 1360 bugs: 1361 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933253 1362 data_reviews: 1363 - https://phabricator.services.mozilla.com/D230140 1364 data_sensitivity: 1365 - interaction 1366 notification_emails: 1367 - android-probes@mozilla.com 1368 expires: never 1369 metadata: 1370 tags: 1371 - Onboarding 1372 terms_of_service_accepted: 1373 type: event 1374 description: | 1375 User clicked accept button on the terms of service onboarding card. 1376 bugs: 1377 - https://bugzilla.mozilla.org/show_bug.cgi?id=1933253 1378 data_reviews: 1379 - https://phabricator.services.mozilla.com/D230140 1380 data_sensitivity: 1381 - interaction 1382 notification_emails: 1383 - android-probes@mozilla.com 1384 expires: never 1385 metadata: 1386 tags: 1387 - Onboarding 1388 toolbar_placement_card: 1389 type: event 1390 description: | 1391 User viewed the toolbar placement onboarding card. 1392 extra_keys: 1393 element_type: 1394 type: string 1395 description: | 1396 Type of element that was viewed. 1397 action: 1398 type: string 1399 description: | 1400 Type of action taken by the user. 1401 sequence_position: 1402 type: string 1403 description: | 1404 Position of the onboarding card in the onboarding flow. 1405 sequence_id: 1406 type: string 1407 description: | 1408 Identifier for the sequence. 1409 bugs: 1410 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926956 1411 data_sensitivity: 1412 - interaction 1413 data_reviews: 1414 - https://phabricator.services.mozilla.com/D230299 1415 notification_emails: 1416 - android-probes@mozilla.com 1417 expires: never 1418 metadata: 1419 tags: 1420 - Onboarding 1421 theme_selection_card: 1422 type: event 1423 description: | 1424 User viewed the pick a theme card. 1425 extra_keys: 1426 element_type: 1427 type: string 1428 description: | 1429 Type of element that was viewed. 1430 action: 1431 type: string 1432 description: | 1433 Type of action taken by the user. 1434 sequence_position: 1435 type: string 1436 description: | 1437 Position of the onboarding card in the onboarding flow. 1438 sequence_id: 1439 type: string 1440 description: | 1441 Identifier for the sequence. 1442 bugs: 1443 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926955 1444 data_reviews: 1445 - https://phabricator.services.mozilla.com/D229448 1446 data_sensitivity: 1447 - interaction 1448 notification_emails: 1449 - android-probes@mozilla.com 1450 expires: never 1451 metadata: 1452 tags: 1453 - Onboarding 1454 set_to_default: 1455 type: event 1456 description: | 1457 User tapped on set to default button in onboarding. 1458 extra_keys: 1459 element_type: 1460 type: string 1461 description: | 1462 Type of element that was viewed. 1463 action: 1464 type: string 1465 description: | 1466 Type of action taken by the user. 1467 sequence_position: 1468 type: string 1469 description: | 1470 Position of the onboarding card in the onboarding flow. 1471 sequence_id: 1472 type: string 1473 description: | 1474 Identifier for the sequence. 1475 bugs: 1476 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1477 data_reviews: 1478 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1479 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1480 data_sensitivity: 1481 - interaction 1482 notification_emails: 1483 - android-probes@mozilla.com 1484 expires: never 1485 metadata: 1486 tags: 1487 - Onboarding 1488 skip_default: 1489 type: event 1490 description: | 1491 User tapped on skip set to default button in onboarding. 1492 extra_keys: 1493 element_type: 1494 type: string 1495 description: | 1496 Type of element that was viewed. 1497 action: 1498 type: string 1499 description: | 1500 Type of action taken by the user. 1501 sequence_position: 1502 type: string 1503 description: | 1504 Position of the onboarding card in the onboarding flow. 1505 sequence_id: 1506 type: string 1507 description: | 1508 Identifier for the sequence. 1509 bugs: 1510 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1511 data_reviews: 1512 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1513 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1514 data_sensitivity: 1515 - interaction 1516 notification_emails: 1517 - android-probes@mozilla.com 1518 expires: never 1519 metadata: 1520 tags: 1521 - Onboarding 1522 sign_in: 1523 type: event 1524 description: | 1525 User tapped on sign in button in onboarding. 1526 extra_keys: 1527 element_type: 1528 type: string 1529 description: | 1530 Type of element that was viewed. 1531 action: 1532 type: string 1533 description: | 1534 Type of action taken by the user. 1535 sequence_position: 1536 type: string 1537 description: | 1538 Position of the onboarding card in the onboarding flow. 1539 sequence_id: 1540 type: string 1541 description: | 1542 Identifier for the sequence. 1543 bugs: 1544 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1545 data_reviews: 1546 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1547 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1548 data_sensitivity: 1549 - interaction 1550 notification_emails: 1551 - android-probes@mozilla.com 1552 expires: never 1553 metadata: 1554 tags: 1555 - Onboarding 1556 skip_sign_in: 1557 type: event 1558 description: | 1559 User tapped on skip sign in button in onboarding. 1560 extra_keys: 1561 element_type: 1562 type: string 1563 description: | 1564 Type of element that was viewed. 1565 action: 1566 type: string 1567 description: | 1568 Type of action taken by the user. 1569 sequence_position: 1570 type: string 1571 description: | 1572 Position of the onboarding card in the onboarding flow. 1573 sequence_id: 1574 type: string 1575 description: | 1576 Identifier for the sequence. 1577 bugs: 1578 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1579 data_reviews: 1580 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1581 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1582 data_sensitivity: 1583 - interaction 1584 notification_emails: 1585 - android-probes@mozilla.com 1586 expires: never 1587 metadata: 1588 tags: 1589 - Onboarding 1590 turn_on_notifications: 1591 type: event 1592 description: | 1593 User tapped on turn on notifications button in onboarding. 1594 extra_keys: 1595 element_type: 1596 type: string 1597 description: | 1598 Type of element that was viewed. 1599 action: 1600 type: string 1601 description: | 1602 Type of action taken by the user. 1603 sequence_position: 1604 type: string 1605 description: | 1606 Position of the onboarding card in the onboarding flow. 1607 sequence_id: 1608 type: string 1609 description: | 1610 Identifier for the sequence. 1611 bugs: 1612 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1613 data_reviews: 1614 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1615 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1616 data_sensitivity: 1617 - interaction 1618 notification_emails: 1619 - android-probes@mozilla.com 1620 expires: never 1621 metadata: 1622 tags: 1623 - Onboarding 1624 skip_turn_on_notifications: 1625 type: event 1626 description: | 1627 User tapped on skip turn on notification button in onboarding. 1628 extra_keys: 1629 element_type: 1630 type: string 1631 description: | 1632 Type of element that was viewed. 1633 action: 1634 type: string 1635 description: | 1636 Type of action taken by the user. 1637 sequence_position: 1638 type: string 1639 description: | 1640 Position of the onboarding card in the onboarding flow. 1641 sequence_id: 1642 type: string 1643 description: | 1644 Identifier for the sequence. 1645 bugs: 1646 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1647 data_reviews: 1648 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1649 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1650 data_sensitivity: 1651 - interaction 1652 notification_emails: 1653 - android-probes@mozilla.com 1654 expires: never 1655 metadata: 1656 tags: 1657 - Onboarding 1658 add_search_widget_card: 1659 type: event 1660 description: | 1661 User viewed onboarding add search widget card. 1662 extra_keys: 1663 element_type: 1664 type: string 1665 description: | 1666 Type of element that was viewed. 1667 action: 1668 type: string 1669 description: | 1670 Type of action taken by the user. 1671 sequence_position: 1672 type: string 1673 description: | 1674 Position of the onboarding card in the onboarding flow. 1675 sequence_id: 1676 type: string 1677 description: | 1678 Identifier for the sequence. 1679 bugs: 1680 - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960 1681 data_reviews: 1682 - https://github.com/mozilla-mobile/firefox-android/pull/3310 1683 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1684 data_sensitivity: 1685 - interaction 1686 notification_emails: 1687 - android-probes@mozilla.com 1688 expires: never 1689 metadata: 1690 tags: 1691 - Onboarding 1692 add_search_widget: 1693 type: event 1694 description: | 1695 User tapped on Add Firefox Widget in onboarding. 1696 extra_keys: 1697 element_type: 1698 type: string 1699 description: | 1700 Type of element that was viewed. 1701 action: 1702 type: string 1703 description: | 1704 Type of action taken by the user. 1705 sequence_position: 1706 type: string 1707 description: | 1708 Position of the onboarding card in the onboarding flow. 1709 sequence_id: 1710 type: string 1711 description: | 1712 Identifier for the sequence. 1713 bugs: 1714 - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960 1715 data_reviews: 1716 - https://github.com/mozilla-mobile/firefox-android/pull/3310 1717 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1718 data_sensitivity: 1719 - interaction 1720 notification_emails: 1721 - android-probes@mozilla.com 1722 expires: never 1723 metadata: 1724 tags: 1725 - Onboarding 1726 skip_add_search_widget: 1727 type: event 1728 description: | 1729 User tapped on skip add search widget button in onboarding. 1730 extra_keys: 1731 element_type: 1732 type: string 1733 description: | 1734 Type of element that was viewed. 1735 action: 1736 type: string 1737 description: | 1738 Type of action taken by the user. 1739 sequence_position: 1740 type: string 1741 description: | 1742 Position of the onboarding card in the onboarding flow. 1743 sequence_id: 1744 type: string 1745 description: | 1746 Identifier for the sequence. 1747 bugs: 1748 - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960 1749 data_reviews: 1750 - https://github.com/mozilla-mobile/firefox-android/pull/3310 1751 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1752 data_sensitivity: 1753 - interaction 1754 notification_emails: 1755 - android-probes@mozilla.com 1756 expires: never 1757 metadata: 1758 tags: 1759 - Onboarding 1760 select_toolbar_placement: 1761 type: event 1762 description: | 1763 User selected a toolbar placement option and tapped on save button for picking toolbar placement in onboarding. 1764 extra_keys: 1765 toolbar_placement: 1766 type: string 1767 description: | 1768 The type of toolbar placement selected (ie. top or bottom). 1769 element_type: 1770 type: string 1771 description: | 1772 Type of element that was viewed. 1773 action: 1774 type: string 1775 description: | 1776 Type of action taken by the user. 1777 sequence_position: 1778 type: string 1779 description: | 1780 Position of the onboarding card in the onboarding flow. 1781 sequence_id: 1782 type: string 1783 description: | 1784 Identifier for the sequence. 1785 bugs: 1786 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926956 1787 data_reviews: 1788 - https://phabricator.services.mozilla.com/D230299 1789 data_sensitivity: 1790 - interaction 1791 notification_emails: 1792 - android-probes@mozilla.com 1793 expires: never 1794 metadata: 1795 tags: 1796 - Onboarding 1797 select_theme: 1798 type: event 1799 description: | 1800 User selected a theme option (dark, light, or system) and tapped on the save button during onboarding. 1801 extra_keys: 1802 theme_option: 1803 type: string 1804 description: | 1805 The selected theme option. Possible values are "dark", "light", or "system". 1806 action: 1807 type: string 1808 description: | 1809 Type of action taken by the user. 1810 sequence_position: 1811 type: string 1812 description: | 1813 Position of the onboarding card in the onboarding flow. 1814 sequence_id: 1815 type: string 1816 description: | 1817 Identifier for the sequence. 1818 bugs: 1819 - https://bugzilla.mozilla.org/show_bug.cgi?id=1935222 1820 data_reviews: 1821 - https://phabricator.services.mozilla.com/D231443 1822 data_sensitivity: 1823 - interaction 1824 notification_emails: 1825 - android-probes@mozilla.com 1826 expires: never 1827 metadata: 1828 tags: 1829 - Onboarding 1830 privacy_policy: 1831 type: event 1832 description: | 1833 User tapped on privacy policy link in onboarding. 1834 extra_keys: 1835 element_type: 1836 type: string 1837 description: | 1838 Type of element that was viewed. 1839 action: 1840 type: string 1841 description: | 1842 Type of action taken by the user. 1843 sequence_position: 1844 type: string 1845 description: | 1846 Position of the onboarding card in the onboarding flow. 1847 sequence_id: 1848 type: string 1849 description: | 1850 Identifier for the sequence. 1851 bugs: 1852 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1853 data_reviews: 1854 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1855 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1856 data_sensitivity: 1857 - interaction 1858 notification_emails: 1859 - android-probes@mozilla.com 1860 expires: never 1861 metadata: 1862 tags: 1863 - Onboarding 1864 completed: 1865 type: event 1866 description: | 1867 User completed onboarding. 1868 extra_keys: 1869 sequence_position: 1870 type: string 1871 description: | 1872 Position of the onboarding card in the onboarding flow. 1873 sequence_id: 1874 type: string 1875 description: | 1876 Identifier for the sequence. 1877 bugs: 1878 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726 1879 data_reviews: 1880 - https://github.com/mozilla-mobile/firefox-android/pull/1554 1881 - https://github.com/mozilla-mobile/firefox-android/pull/4039 1882 data_sensitivity: 1883 - interaction 1884 notification_emails: 1885 - android-probes@mozilla.com 1886 expires: never 1887 metadata: 1888 tags: 1889 - Onboarding 1890 started: 1891 type: event 1892 description: | 1893 User started onboarding. 1894 bugs: 1895 - https://bugzilla.mozilla.org/show_bug.cgi?id=1872968 1896 data_reviews: 1897 - https://phabricator.services.mozilla.com/D215034 1898 data_sensitivity: 1899 - interaction 1900 notification_emails: 1901 - android-probes@mozilla.com 1902 expires: never 1903 metadata: 1904 tags: 1905 - Onboarding 1906 marketing_data_continue_clicked: 1907 type: event 1908 description: 1909 The user clicked continue on the marketing data opt out screen 1910 extra_keys: 1911 opt_in: 1912 type: boolean 1913 description: | 1914 Whether the user chose to opt in to marketing data collection. True if the user opts in. 1915 bugs: 1916 - https://bugzilla.mozilla.org/show_bug.cgi?id=1930758 1917 data_reviews: 1918 - https://phabricator.services.mozilla.com/D228921 1919 notification_emails: 1920 - android-probes@mozilla.com 1921 expires: never 1922 metadata: 1923 tags: 1924 - Onboarding 1925 marketing_data_card_viewed: 1926 type: event 1927 description: 1928 The user viewed the marketing data opt in card. 1929 extra_keys: 1930 element_type: 1931 type: string 1932 description: | 1933 Type of element that was viewed. 1934 action: 1935 type: string 1936 description: | 1937 Type of action taken by the user. 1938 sequence_position: 1939 type: string 1940 description: | 1941 Position of the onboarding card in the onboarding flow. 1942 sequence_id: 1943 type: string 1944 description: | 1945 Identifier for the sequence. 1946 bugs: 1947 - https://bugzilla.mozilla.org/show_bug.cgi?id=1930758 1948 data_reviews: 1949 - https://phabricator.services.mozilla.com/D228921 1950 notification_emails: 1951 - android-probes@mozilla.com 1952 expires: never 1953 metadata: 1954 tags: 1955 - Onboarding 1956 marketing_data_opt_in_toggled: 1957 type: event 1958 description: The user toggled the marketing data checkbox. 1959 extra_keys: 1960 opt_in: 1961 type: boolean 1962 description: Whether the user chose to opt in to marketing data collection. 1963 bugs: 1964 - https://bugzilla.mozilla.org/show_bug.cgi?id=1930758 1965 data_reviews: 1966 - https://phabricator.services.mozilla.com/D235446 1967 notification_emails: 1968 - android-probes@mozilla.com 1969 expires: never 1970 metadata: 1971 tags: 1972 - Onboarding 1973 marketing_data_learn_more: 1974 type: event 1975 description: The marketing data "learn more" link used". 1976 bugs: 1977 - https://bugzilla.mozilla.org/show_bug.cgi?id=1943588 1978 data_reviews: 1979 - https://phabricator.services.mozilla.com/D235446 1980 data_sensitivity: 1981 - interaction 1982 notification_emails: 1983 - android-probes@mozilla.com 1984 expires: never 1985 metadata: 1986 tags: 1987 - Onboarding 1988 setup_checklist_task_clicked: 1989 type: event 1990 description: | 1991 User clicked a task from the set-up checklist. 1992 extra_keys: 1993 task_id: 1994 type: string 1995 description: | 1996 The id of the set-up task that was clicked. 1997 bugs: 1998 - https://bugzilla.mozilla.org/show_bug.cgi?id=1951909 1999 data_reviews: 2000 - https://phabricator.services.mozilla.com/D241096 2001 data_sensitivity: 2002 - interaction 2003 notification_emails: 2004 - android-probes@mozilla.com 2005 expires: never 2006 metadata: 2007 tags: 2008 - Onboarding 2009 2010 terms_of_use: 2011 impression: 2012 type: event 2013 description: The Terms of Use prompt was displayed to the user. 2014 extra_keys: 2015 tou_version: 2016 type: quantity 2017 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2018 unit: version 2019 surface: 2020 type: string 2021 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2022 bugs: 2023 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2024 data_reviews: 2025 - https://phabricator.services.mozilla.com/D260153 2026 data_sensitivity: 2027 - interaction 2028 notification_emails: 2029 - android-probes@mozilla.com 2030 expires: never 2031 2032 impression_count: 2033 type: counter 2034 lifetime: application 2035 description: Records the number of Terms of Use prompt impressions the user has had. 2036 bugs: 2037 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2038 data_reviews: 2039 - https://phabricator.services.mozilla.com/D260153 2040 data_sensitivity: 2041 - interaction 2042 notification_emails: 2043 - android-probes@mozilla.com 2044 expires: never 2045 2046 accepted: 2047 type: event 2048 description: The user accepted the Terms of Use. 2049 extra_keys: 2050 tou_version: 2051 type: quantity 2052 description: The version of the Terms of Use the user accepted. 2053 unit: version 2054 surface: 2055 type: string 2056 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2057 bugs: 2058 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2059 data_reviews: 2060 - https://phabricator.services.mozilla.com/D260153 2061 data_sensitivity: 2062 - interaction 2063 notification_emails: 2064 - android-probes@mozilla.com 2065 expires: never 2066 2067 version: 2068 type: quantity 2069 lifetime: application 2070 description: The version of the Terms of Use the user accepted. 2071 unit: version 2072 send_in_pings: 2073 - metrics 2074 notification_emails: 2075 - android-probes@mozilla.com 2076 bugs: 2077 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2078 data_reviews: 2079 - https://phabricator.services.mozilla.com/D260153 2080 expires: never 2081 2082 date: 2083 type: datetime 2084 lifetime: application 2085 description: The timestamp when the user accepted the Terms of Use. 2086 time_unit: millisecond 2087 send_in_pings: 2088 - metrics 2089 notification_emails: 2090 - android-probes@mozilla.com 2091 bugs: 2092 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2093 data_reviews: 2094 - https://phabricator.services.mozilla.com/D260153 2095 expires: never 2096 2097 remind_me_later_click: 2098 type: event 2099 description: The user clicked the 'remind me later' link on the Terms of Use prompt. 2100 extra_keys: 2101 tou_version: 2102 type: quantity 2103 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2104 unit: version 2105 surface: 2106 type: string 2107 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2108 bugs: 2109 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2110 data_reviews: 2111 - https://phabricator.services.mozilla.com/D260153 2112 data_sensitivity: 2113 - interaction 2114 notification_emails: 2115 - android-probes@mozilla.com 2116 expires: never 2117 2118 remind_me_later_count: 2119 type: counter 2120 lifetime: application 2121 description: Records the number of times the user clicked 'remind me later' on the Terms of Use prompt. 2122 bugs: 2123 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2124 data_reviews: 2125 - https://phabricator.services.mozilla.com/D260153 2126 data_sensitivity: 2127 - interaction 2128 notification_emails: 2129 - android-probes@mozilla.com 2130 expires: never 2131 2132 learn_more_click: 2133 type: event 2134 description: The user clicked the 'learn more' link on the Terms of Use prompt. 2135 extra_keys: 2136 tou_version: 2137 type: quantity 2138 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2139 unit: version 2140 surface: 2141 type: string 2142 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2143 bugs: 2144 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2145 data_reviews: 2146 - https://phabricator.services.mozilla.com/D260153 2147 data_sensitivity: 2148 - interaction 2149 notification_emails: 2150 - android-probes@mozilla.com 2151 expires: never 2152 2153 privacy_notice_click: 2154 type: event 2155 description: The user clicked the 'privacy notice' link on the Terms of Use prompt. 2156 extra_keys: 2157 tou_version: 2158 type: quantity 2159 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2160 unit: version 2161 surface: 2162 type: string 2163 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2164 bugs: 2165 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2166 data_reviews: 2167 - https://phabricator.services.mozilla.com/D260153 2168 data_sensitivity: 2169 - interaction 2170 notification_emails: 2171 - android-probes@mozilla.com 2172 expires: never 2173 2174 terms_of_use_click: 2175 type: event 2176 description: The user clicked the 'terms of use' link on the Terms of Use prompt. 2177 extra_keys: 2178 tou_version: 2179 type: quantity 2180 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2181 unit: version 2182 surface: 2183 type: string 2184 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2185 bugs: 2186 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2187 data_reviews: 2188 - https://phabricator.services.mozilla.com/D260153 2189 data_sensitivity: 2190 - interaction 2191 notification_emails: 2192 - android-probes@mozilla.com 2193 expires: never 2194 2195 dismiss: 2196 type: event 2197 description: > 2198 The user dismissed the Terms of Use prompt by swiping, hitting back, or tapping 2199 the background scrim. 2200 extra_keys: 2201 tou_version: 2202 type: quantity 2203 description: The Terms of Use version, e.g., 1, 2. No semantic versioning. 2204 unit: version 2205 surface: 2206 type: string 2207 description: The surface on which the Terms of Use prompt was displayed, e.g. Homescreen, Browser. 2208 bugs: 2209 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2210 data_reviews: 2211 - https://phabricator.services.mozilla.com/D260153 2212 data_sensitivity: 2213 - interaction 2214 notification_emails: 2215 - android-probes@mozilla.com 2216 expires: never 2217 2218 dismiss_count: 2219 type: counter 2220 lifetime: application 2221 description: Records the number of times the user dismissed the Terms of Use prompt. 2222 bugs: 2223 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963720 2224 data_reviews: 2225 - https://phabricator.services.mozilla.com/D260153 2226 data_sensitivity: 2227 - interaction 2228 notification_emails: 2229 - android-probes@mozilla.com 2230 expires: never 2231 2232 private_browsing_locked: 2233 feature_enabled: 2234 type: event 2235 description: | 2236 Logged when the user enables Private Browsing Mode Locked from settings. 2237 bugs: 2238 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2239 data_reviews: 2240 - https://phabricator.services.mozilla.com/D243351 2241 data_sensitivity: 2242 - interaction 2243 notification_emails: 2244 - android-probes@mozilla.com 2245 expires: never 2246 2247 feature_disabled: 2248 type: event 2249 description: | 2250 Logged when the user disables Private Browsing Mode Locked from settings. 2251 bugs: 2252 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2253 data_reviews: 2254 - https://phabricator.services.mozilla.com/D243351 2255 data_sensitivity: 2256 - interaction 2257 notification_emails: 2258 - android-probes@mozilla.com 2259 expires: never 2260 2261 prompt_shown: 2262 type: event 2263 description: | 2264 Logged when the Private Browsing Mode Locked prompt is triggered upon entering or re-entering private browsing. 2265 bugs: 2266 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2267 data_reviews: 2268 - https://phabricator.services.mozilla.com/D243351 2269 data_sensitivity: 2270 - interaction 2271 notification_emails: 2272 - android-probes@mozilla.com 2273 expires: never 2274 2275 auth_success: 2276 type: event 2277 description: | 2278 Logged when the user successfully unlocks Private Browsing Mode using biometrics. 2279 bugs: 2280 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2281 data_reviews: 2282 - https://phabricator.services.mozilla.com/D243351 2283 data_sensitivity: 2284 - interaction 2285 notification_emails: 2286 - android-probes@mozilla.com 2287 expires: never 2288 2289 auth_failure: 2290 type: event 2291 description: | 2292 Logged when the user fails to unlock Private Browsing Mode using biometrics (e.g. unrecognized face/fingerprint). 2293 bugs: 2294 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2295 data_reviews: 2296 - https://phabricator.services.mozilla.com/D243351 2297 data_sensitivity: 2298 - interaction 2299 notification_emails: 2300 - android-probes@mozilla.com 2301 expires: never 2302 2303 see_other_tabs_clicked: 2304 type: event 2305 description: | 2306 Logged when the user selects a fallback option like "See other tabs" instead of unlocking Private Browsing Mode. 2307 bugs: 2308 - https://bugzilla.mozilla.org/show_bug.cgi?id=1944178 2309 data_reviews: 2310 - https://phabricator.services.mozilla.com/D243351 2311 data_sensitivity: 2312 - interaction 2313 notification_emails: 2314 - android-probes@mozilla.com 2315 expires: never 2316 2317 banner_negative_clicked: 2318 type: event 2319 description: | 2320 Logged when the user clicks the negative ("No thanks") button on the Private Browsing Mode Lock banner prompt. 2321 bugs: 2322 - https://bugzilla.mozilla.org/show_bug.cgi?id=1962614 2323 data_reviews: 2324 - https://phabricator.services.mozilla.com/D247195 2325 data_sensitivity: 2326 - interaction 2327 notification_emails: 2328 - android-probes@mozilla.com 2329 expires: never 2330 2331 banner_positive_clicked: 2332 type: event 2333 description: | 2334 Logged when the user clicks the positive ("Lock tabs") button on the Private Browsing Mode Lock banner prompt. 2335 bugs: 2336 - https://bugzilla.mozilla.org/show_bug.cgi?id=1962614 2337 data_reviews: 2338 - https://phabricator.services.mozilla.com/D247195 2339 data_sensitivity: 2340 - interaction 2341 notification_emails: 2342 - android-probes@mozilla.com 2343 expires: never 2344 2345 privacy_notice_banner: 2346 displayed_date: 2347 type: datetime 2348 lifetime: application 2349 description: The timestamp when the user was shown the privacy notice banner. 2350 time_unit: millisecond 2351 send_in_pings: 2352 - metrics 2353 notification_emails: 2354 - android-probes@mozilla.com 2355 bugs: 2356 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004413 2357 data_reviews: 2358 - https://phabricator.services.mozilla.com/D276081 2359 expires: never 2360 2361 displayed: 2362 type: event 2363 description: The user was shown the privacy notice banner. 2364 notification_emails: 2365 - android-probes@mozilla.com 2366 bugs: 2367 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004413 2368 data_reviews: 2369 - https://phabricator.services.mozilla.com/D276081 2370 data_sensitivity: 2371 - interaction 2372 expires: never 2373 2374 close_clicked: 2375 type: event 2376 description: The user clicked the 'x' to close the banner. 2377 notification_emails: 2378 - android-probes@mozilla.com 2379 bugs: 2380 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004413 2381 data_reviews: 2382 - https://phabricator.services.mozilla.com/D276081 2383 data_sensitivity: 2384 - interaction 2385 expires: never 2386 2387 privacy_notice_link_clicked: 2388 type: event 2389 description: The user clicked the Privacy Notice link on the banner. 2390 notification_emails: 2391 - android-probes@mozilla.com 2392 bugs: 2393 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004413 2394 data_reviews: 2395 - https://phabricator.services.mozilla.com/D276081 2396 data_sensitivity: 2397 - interaction 2398 expires: never 2399 2400 learn_more_link_clicked: 2401 type: event 2402 description: The user clicked the Learn More link on the banner. 2403 notification_emails: 2404 - android-probes@mozilla.com 2405 bugs: 2406 - https://bugzilla.mozilla.org/show_bug.cgi?id=2004413 2407 data_reviews: 2408 - https://phabricator.services.mozilla.com/D276081 2409 data_sensitivity: 2410 - interaction 2411 expires: never 2412 2413 custom_review_prompt: 2414 prompt_displayed: 2415 type: event 2416 description: Logged when the custom review prompt is shown to the user. 2417 bugs: 2418 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2419 data_reviews: 2420 - https://phabricator.services.mozilla.com/D253398 2421 data_sensitivity: 2422 - interaction 2423 notification_emails: 2424 - android-probes@mozilla.com 2425 expires: never 2426 2427 positive_feedback_clicked: 2428 type: event 2429 description: Logged when the user clicks the positive button in the custom review prompt. 2430 bugs: 2431 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2432 data_reviews: 2433 - https://phabricator.services.mozilla.com/D253398 2434 data_sensitivity: 2435 - interaction 2436 notification_emails: 2437 - android-probes@mozilla.com 2438 expires: never 2439 2440 negative_feedback_clicked: 2441 type: event 2442 description: Logged when the user clicks the negative button in the custom review prompt. 2443 bugs: 2444 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2445 data_reviews: 2446 - https://phabricator.services.mozilla.com/D253398 2447 data_sensitivity: 2448 - interaction 2449 notification_emails: 2450 - android-probes@mozilla.com 2451 expires: never 2452 2453 rate_on_play_store_clicked: 2454 type: event 2455 description: Logged when the user chooses to rate the app on the Play Store from the custom review prompt. 2456 bugs: 2457 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2458 data_reviews: 2459 - https://phabricator.services.mozilla.com/D253398 2460 data_sensitivity: 2461 - interaction 2462 notification_emails: 2463 - android-probes@mozilla.com 2464 expires: never 2465 2466 leave_feedback_clicked: 2467 type: event 2468 description: Logged when the user chooses to leave feedback from the custom review prompt. 2469 bugs: 2470 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2471 - https://bugzilla.mozilla.org/show_bug.cgi?id=1978806 2472 data_reviews: 2473 - https://phabricator.services.mozilla.com/D253398 2474 data_sensitivity: 2475 - interaction 2476 notification_emails: 2477 - android-probes@mozilla.com 2478 expires: never 2479 2480 prompt_dismissed: 2481 type: event 2482 description: Logged when the user dismisses the custom review prompt without interacting with any of the main options. 2483 bugs: 2484 - https://bugzilla.mozilla.org/show_bug.cgi?id=1966653 2485 data_reviews: 2486 - https://phabricator.services.mozilla.com/D253398 2487 data_sensitivity: 2488 - interaction 2489 notification_emails: 2490 - android-probes@mozilla.com 2491 expires: never 2492 2493 search_shortcuts: 2494 selected: 2495 type: event 2496 description: | 2497 A user selected a search shortcut engine to use 2498 extra_keys: 2499 engine: 2500 type: string 2501 description: | 2502 The name of the built-in search engine the user selected as a string 2503 bugs: 2504 - https://github.com/mozilla-mobile/fenix/issues/793 2505 data_reviews: 2506 - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449 2507 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 2508 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2509 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2510 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2511 - https://github.com/mozilla-mobile/fenix/pull/28502 2512 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2513 notification_emails: 2514 - android-probes@mozilla.com 2515 expires: never 2516 metadata: 2517 tags: 2518 - Search 2519 - Shortcuts 2520 2521 toolbar_settings: 2522 changed_position: 2523 type: event 2524 description: | 2525 The user selected a new position for the toolbar 2526 extra_keys: 2527 position: 2528 type: string 2529 description: | 2530 A string that indicates the new position of the toolbar TOP or BOTTOM 2531 bugs: 2532 - https://github.com/mozilla-mobile/fenix/issues/6054 2533 data_reviews: 2534 - https://github.com/mozilla-mobile/fenix/pull/6608 2535 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 2536 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2537 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2538 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2539 data_sensitivity: 2540 - interaction 2541 notification_emails: 2542 - android-probes@mozilla.com 2543 expires: never 2544 metadata: 2545 tags: 2546 - Toolbar 2547 2548 context_menu: 2549 item_tapped: 2550 type: event 2551 description: | 2552 A user tapped an item in the browsers context menu 2553 extra_keys: 2554 named: 2555 description: | 2556 The name of the item that was tapped. Available items are: 2557 2558 ``` 2559 open_in_new_tab, open_in_private_tab, open_image_in_new_tab, 2560 save_image, share_link, copy_link, copy_image_location, share_image 2561 ``` 2562 type: string 2563 bugs: 2564 - https://github.com/mozilla-mobile/fenix/issues/957 2565 - https://github.com/mozilla-mobile/fenix/issues/16076 2566 - https://github.com/mozilla-mobile/fenix/issues/19923 2567 data_reviews: 2568 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010 2569 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 2570 - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734 2571 - https://github.com/mozilla-mobile/fenix/pull/18143 2572 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2573 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 2574 data_sensitivity: 2575 - interaction 2576 notification_emails: 2577 - android-probes@mozilla.com 2578 expires: never 2579 metadata: 2580 tags: 2581 - ContextMenu 2582 - Sharing 2583 2584 login_dialog: 2585 displayed: 2586 type: event 2587 description: | 2588 The login dialog prompt was displayed 2589 bugs: 2590 - https://github.com/mozilla-mobile/fenix/issues/9730 2591 data_reviews: 2592 - https://github.com/mozilla-mobile/fenix/pull/13050 2593 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2594 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2595 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2596 - https://github.com/mozilla-mobile/fenix/pull/28502 2597 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2598 data_sensitivity: 2599 - interaction 2600 notification_emails: 2601 - android-probes@mozilla.com 2602 expires: never 2603 metadata: 2604 tags: 2605 - Logins 2606 cancelled: 2607 type: event 2608 description: | 2609 The login dialog prompt was cancelled 2610 bugs: 2611 - https://github.com/mozilla-mobile/fenix/issues/9730 2612 data_reviews: 2613 - https://github.com/mozilla-mobile/fenix/pull/13050 2614 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2615 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2616 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2617 - https://github.com/mozilla-mobile/fenix/pull/28502 2618 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2619 data_sensitivity: 2620 - interaction 2621 notification_emails: 2622 - android-probes@mozilla.com 2623 expires: never 2624 metadata: 2625 tags: 2626 - Logins 2627 saved: 2628 type: event 2629 description: | 2630 The login dialog prompt "save" button was pressed 2631 bugs: 2632 - https://github.com/mozilla-mobile/fenix/issues/9730 2633 data_reviews: 2634 - https://github.com/mozilla-mobile/fenix/pull/13050 2635 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2636 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2637 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2638 - https://github.com/mozilla-mobile/fenix/pull/28502 2639 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2640 data_sensitivity: 2641 - interaction 2642 notification_emails: 2643 - android-probes@mozilla.com 2644 expires: never 2645 metadata: 2646 tags: 2647 - Logins 2648 never_save: 2649 type: event 2650 description: | 2651 The login dialog prompt "never save" button was pressed 2652 bugs: 2653 - https://github.com/mozilla-mobile/fenix/issues/9730 2654 data_reviews: 2655 - https://github.com/mozilla-mobile/fenix/pull/13050 2656 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2657 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2658 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2659 - https://github.com/mozilla-mobile/fenix/pull/28502 2660 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2661 data_sensitivity: 2662 - interaction 2663 notification_emails: 2664 - android-probes@mozilla.com 2665 expires: never 2666 metadata: 2667 tags: 2668 - Logins 2669 2670 generated_password_dialog: 2671 shown: 2672 type: event 2673 description: | 2674 The password generator prompt was pressed 2675 bugs: 2676 - https://bugzilla.mozilla.org/show_bug.cgi?id=1877238 2677 data_reviews: 2678 - https://bugzilla.mozilla.org/show_bug.cgi?id=1877238 2679 data_sensitivity: 2680 - interaction 2681 notification_emails: 2682 - android-probes@mozilla.com 2683 expires: never 2684 metadata: 2685 tags: 2686 - Logins 2687 filled: 2688 type: event 2689 description: | 2690 The password generator prompt "Use password" was pressed 2691 bugs: 2692 - https://bugzilla.mozilla.org/show_bug.cgi?id=1877238 2693 data_reviews: 2694 - https://bugzilla.mozilla.org/show_bug.cgi?id=1877238 2695 data_sensitivity: 2696 - interaction 2697 notification_emails: 2698 - android-probes@mozilla.com 2699 expires: never 2700 metadata: 2701 tags: 2702 - Logins 2703 metrics: 2704 default_browser: 2705 type: boolean 2706 lifetime: application 2707 description: | 2708 Is Fenix the default browser? 2709 send_in_pings: 2710 - metrics 2711 - usage-reporting 2712 - baseline 2713 bugs: 2714 - https://github.com/mozilla-mobile/fenix/issues/960 2715 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 2716 - https://bugzilla.mozilla.org/show_bug.cgi?id=1941007 2717 data_reviews: 2718 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673 2719 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 2720 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2721 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2722 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 2723 data_sensitivity: 2724 - interaction 2725 notification_emails: 2726 - android-probes@mozilla.com 2727 expires: never 2728 metadata: 2729 tags: 2730 - Settings 2731 no_lint: 2732 - BASELINE_PING 2733 set_as_default_browser_native_prompt_shown: 2734 type: event 2735 description: > 2736 This event records an attempt to show the Set as Default Browser native prompt. 2737 send_in_pings: 2738 - metrics 2739 bugs: 2740 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923744 2741 data_reviews: 2742 - https://phabricator.services.mozilla.com/D226735 2743 data_sensitivity: 2744 - interaction 2745 notification_emails: 2746 - android-probes@mozilla.com 2747 expires: never 2748 metadata: 2749 tags: 2750 - Settings 2751 default_browser_changed_via_native_system_prompt: 2752 type: event 2753 description: | 2754 Indicates the default browser was changed via the native OS prompt 2755 bugs: 2756 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923744 2757 data_reviews: 2758 - https://phabricator.services.mozilla.com/D226735 2759 data_sensitivity: 2760 - interaction 2761 notification_emails: 2762 - android-probes@mozilla.com 2763 expires: never 2764 metadata: 2765 tags: 2766 - Settings 2767 distribution_id: 2768 type: string 2769 lifetime: application 2770 description: | 2771 A string containing the distribution identifier. This was used 2772 to identify installs from Mozilla Online, but now also identifies 2773 partnership deal distributions 2774 send_in_pings: 2775 - metrics 2776 - baseline 2777 - usage-reporting 2778 bugs: 2779 - https://github.com/mozilla-mobile/fenix/issues/16075 2780 data_reviews: 2781 - https://github.com/mozilla-mobile/fenix/issues/16075 2782 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2783 data_sensitivity: 2784 - technical 2785 notification_emails: 2786 - android-probes@mozilla.com 2787 expires: never 2788 no_lint: 2789 - BASELINE_PING 2790 metadata: 2791 tags: 2792 - China 2793 bookmarks_add: 2794 type: labeled_counter 2795 lifetime: application 2796 description: | 2797 A counter that indicates how many bookmarks a user has added. 2798 2799 The label for this counter is `<source>`. 2800 2801 `source` will be: `page_action_menu` as that is the only 2802 entry point right now to add bookmarks. 2803 send_in_pings: 2804 - metrics 2805 bugs: 2806 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167 2807 data_reviews: 2808 - https://github.com/mozilla-mobile/firefox-android/pull/2375 2809 data_sensitivity: 2810 - interaction 2811 notification_emails: 2812 - android-probes@mozilla.com 2813 expires: never 2814 metadata: 2815 tags: 2816 - Bookmarks 2817 bookmarks_edit: 2818 type: labeled_counter 2819 lifetime: application 2820 description: | 2821 A counter that indicates how many bookmarks a user has edited. 2822 2823 The label for this counter is `<source>`. 2824 2825 `source` will be: `bookmark_edit_page` or `bookmark_panel`. 2826 send_in_pings: 2827 - metrics 2828 bugs: 2829 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167 2830 data_reviews: 2831 - https://github.com/mozilla-mobile/firefox-android/pull/2375 2832 data_sensitivity: 2833 - interaction 2834 notification_emails: 2835 - android-probes@mozilla.com 2836 expires: never 2837 metadata: 2838 tags: 2839 - Bookmarks 2840 bookmarks_delete: 2841 type: labeled_counter 2842 lifetime: application 2843 description: | 2844 A counter that indicates how many bookmarks a user has deleted. 2845 2846 The label for this counter is `<source>`. 2847 2848 `source` will be: `add_bookmark_toast` or `bookmark_panel`. 2849 send_in_pings: 2850 - metrics 2851 bugs: 2852 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167 2853 data_reviews: 2854 - https://github.com/mozilla-mobile/firefox-android/pull/2375 2855 data_sensitivity: 2856 - interaction 2857 notification_emails: 2858 - android-probes@mozilla.com 2859 expires: never 2860 metadata: 2861 tags: 2862 - Bookmarks 2863 bookmarks_open: 2864 type: labeled_counter 2865 lifetime: application 2866 description: | 2867 A counter that indicates how many bookmarks a user has opened. 2868 2869 The label for this counter is `<source>`. 2870 2871 `source` will be: `top_sites`, `awesomebar_results`, `bookmark_panel`. 2872 send_in_pings: 2873 - metrics 2874 bugs: 2875 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167 2876 data_reviews: 2877 - https://github.com/mozilla-mobile/firefox-android/pull/2375 2878 data_sensitivity: 2879 - interaction 2880 notification_emails: 2881 - android-probes@mozilla.com 2882 expires: never 2883 metadata: 2884 tags: 2885 - Bookmarks 2886 mobile_bookmarks_count: 2887 type: counter 2888 lifetime: application 2889 description: | 2890 A counter that indicates how many bookmarks a user has in the mobile 2891 folder. This value will only be set if the user has at least *one* 2892 bookmark. If they have 0, this ping will not get sent, resulting in 2893 a null value. To disambiguate between a failed `mobile_bookmarks_count` 2894 ping and 0 bookmarks, please see `has_mobile_bookmarks`. 2895 send_in_pings: 2896 - metrics 2897 bugs: 2898 - https://github.com/mozilla-mobile/fenix/issues/16941 2899 data_reviews: 2900 - https://github.com/mozilla-mobile/fenix/pull/16942 2901 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701 2902 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2903 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2904 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-9067573./01 2905 data_sensitivity: 2906 - interaction 2907 notification_emails: 2908 - android-probes@mozilla.com 2909 expires: never 2910 metadata: 2911 tags: 2912 - Bookmarks 2913 has_mobile_bookmarks: 2914 type: boolean 2915 lifetime: application 2916 description: | 2917 A boolean that indicates if the user has bookmarks in the mobile folder 2918 send_in_pings: 2919 - metrics 2920 bugs: 2921 - https://github.com/mozilla-mobile/fenix/issues/16941 2922 data_reviews: 2923 - https://github.com/mozilla-mobile/fenix/pull/16942 2924 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701 2925 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2926 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2927 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 2928 data_sensitivity: 2929 - interaction 2930 notification_emails: 2931 - android-probes@mozilla.com 2932 expires: never 2933 metadata: 2934 tags: 2935 - Bookmarks 2936 desktop_bookmarks_count: 2937 type: counter 2938 lifetime: application 2939 description: | 2940 A counter that indicates how many bookmarks a user has in the desktop 2941 folder. This value will only be set if the user has at least *one* 2942 bookmark. If they have 0, this ping will not get sent, resulting in a 2943 null value. To disambiguate between a failed `desktop_bookmarks_count` 2944 ping and 0 bookmarks, please see `has_desktop_bookmarks`. 2945 send_in_pings: 2946 - metrics 2947 bugs: 2948 - https://github.com/mozilla-mobile/fenix/issues/16941 2949 data_reviews: 2950 - https://github.com/mozilla-mobile/fenix/pull/16942 2951 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701 2952 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2953 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2954 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 2955 data_sensitivity: 2956 - interaction 2957 notification_emails: 2958 - android-probes@mozilla.com 2959 expires: never 2960 metadata: 2961 tags: 2962 - Bookmarks 2963 has_desktop_bookmarks: 2964 type: boolean 2965 lifetime: application 2966 description: | 2967 A boolean that indicates if the user has bookmarks in the desktop folder 2968 send_in_pings: 2969 - metrics 2970 bugs: 2971 - https://github.com/mozilla-mobile/fenix/issues/16941 2972 data_reviews: 2973 - https://github.com/mozilla-mobile/fenix/pull/16942 2974 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701 2975 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 2976 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 2977 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 2978 - https://github.com/mozilla-mobile/fenix/pull/28502 2979 - https://github.com/mozilla-mobile/firefox-android/pull/4039 2980 data_sensitivity: 2981 - interaction 2982 notification_emails: 2983 - android-probes@mozilla.com 2984 expires: never 2985 metadata: 2986 tags: 2987 - Bookmarks 2988 top_sites_count: 2989 type: counter 2990 lifetime: application 2991 description: | 2992 A counter that indicates how many top sites a user has. This value will 2993 only be set if the user has at least *one* top site. If they have 0, 2994 this ping will not get sent, resulting in a null value. To disambiguate 2995 between a failed `top_sites_count` ping and 0 top sites, please see 2996 `has_top_sites`. 2997 send_in_pings: 2998 - metrics 2999 bugs: 3000 - https://github.com/mozilla-mobile/fenix/issues/8125 3001 data_reviews: 3002 - https://github.com/mozilla-mobile/fenix/pull/9556 3003 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3004 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3005 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3006 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 3007 data_sensitivity: 3008 - interaction 3009 notification_emails: 3010 - android-probes@mozilla.com 3011 expires: never 3012 metadata: 3013 tags: 3014 - Shortcuts 3015 has_top_sites: 3016 type: boolean 3017 lifetime: application 3018 description: | 3019 A boolean that indicates if the user has top sites 3020 send_in_pings: 3021 - metrics 3022 bugs: 3023 - https://github.com/mozilla-mobile/fenix/issues/8125 3024 data_reviews: 3025 - https://github.com/mozilla-mobile/fenix/pull/9556 3026 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3027 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3028 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3029 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 3030 data_sensitivity: 3031 - interaction 3032 notification_emails: 3033 - android-probes@mozilla.com 3034 expires: never 3035 metadata: 3036 tags: 3037 - Shortcuts 3038 recently_used_pwa_count: 3039 type: counter 3040 lifetime: application 3041 description: | 3042 A counter that indicates how many PWAs a user has recently used. 3043 Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD. 3044 Currently we are not told by the OS when a PWA is removed by the user, 3045 so we use the "recently used" heuristic to judge how many PWAs are still 3046 active, as a proxy for "installed". This value will only be set if the 3047 user has at least *one* recently used PWA. If they have 0, this metric 3048 will not be sent, resulting in a null value during analysis on the 3049 server-side. To disambiguate between a failed `recently_used_pwa_count` 3050 metric and 0 recent PWAs, please see `has_recent_pwas`. 3051 send_in_pings: 3052 - metrics 3053 bugs: 3054 - https://github.com/mozilla-mobile/fenix/issues/11909 3055 data_reviews: 3056 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817 3057 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3058 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3059 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3060 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3061 - https://github.com/mozilla-mobile/fenix/pull/28502 3062 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3063 data_sensitivity: 3064 - interaction 3065 notification_emails: 3066 - android-probes@mozilla.com 3067 expires: never 3068 metadata: 3069 tags: 3070 - PWA 3071 has_recent_pwas: 3072 type: boolean 3073 lifetime: application 3074 description: | 3075 A boolean that indicates if the user has recently used PWAs. 3076 See recently_used_pwa_count for the actual count. 3077 send_in_pings: 3078 - metrics 3079 bugs: 3080 - https://github.com/mozilla-mobile/fenix/issues/11909 3081 data_reviews: 3082 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817 3083 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3084 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3085 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3086 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3087 - https://github.com/mozilla-mobile/fenix/pull/28502 3088 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3089 data_sensitivity: 3090 - interaction 3091 notification_emails: 3092 - android-probes@mozilla.com 3093 expires: never 3094 metadata: 3095 tags: 3096 - PWA 3097 search_count: 3098 type: labeled_counter 3099 description: | 3100 The labels for this counter are `<search-engine-name>.<source>`. 3101 3102 If the search engine is bundled with Fenix `search-engine-name` will be 3103 the name of the search engine. If it's a custom search engine (defined: 3104 https://github.com/mozilla-mobile/fenix/issues/1607) the value will be 3105 `custom`. 3106 3107 `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite` 3108 (depending on the source from which the search started). Also added the 3109 `other` option for the source but it should never enter on this case. 3110 send_in_pings: 3111 - metrics 3112 - baseline 3113 bugs: 3114 - https://github.com/mozilla-mobile/fenix/issues/1158 3115 - https://github.com/mozilla-mobile/fenix/issues/6556 3116 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 3117 data_reviews: 3118 - https://github.com/mozilla-mobile/fenix/pull/1677 3119 - https://github.com/mozilla-mobile/fenix/pull/5216 3120 - https://github.com/mozilla-mobile/fenix/pull/7310 3121 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3122 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3123 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3124 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 3125 data_sensitivity: 3126 - technical 3127 - interaction 3128 notification_emails: 3129 - android-probes@mozilla.com 3130 expires: never 3131 no_lint: 3132 - BASELINE_PING 3133 metadata: 3134 tags: 3135 - Search 3136 mozilla_products: 3137 type: string_list 3138 lifetime: application 3139 description: | 3140 A list of all the Mozilla products installed on device. We currently scan 3141 for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox 3142 Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix, 3143 Focus, and Lockwise. 3144 send_in_pings: 3145 - metrics 3146 bugs: 3147 - https://github.com/mozilla-mobile/fenix/issues/1192 3148 data_reviews: 3149 - https://github.com/mozilla-mobile/fenix/pull/1953/ 3150 - https://github.com/mozilla-mobile/fenix/pull/5216 3151 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3152 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3153 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3154 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3155 - https://github.com/mozilla-mobile/fenix/pull/28502 3156 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3157 data_sensitivity: 3158 - technical 3159 - interaction 3160 notification_emails: 3161 - android-probes@mozilla.com 3162 expires: never 3163 metadata: 3164 tags: 3165 - Settings 3166 default_moz_browser: 3167 type: string 3168 lifetime: application 3169 description: | 3170 The name of the default browser on device if and only if it's a Mozilla 3171 owned product 3172 send_in_pings: 3173 - metrics 3174 bugs: 3175 - https://github.com/mozilla-mobile/fenix/issues/1192 3176 data_reviews: 3177 - https://github.com/mozilla-mobile/fenix/pull/1953/ 3178 - https://github.com/mozilla-mobile/fenix/pull/5216 3179 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3180 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3181 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3182 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3183 - https://github.com/mozilla-mobile/fenix/pull/28502 3184 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3185 data_sensitivity: 3186 - technical 3187 - interaction 3188 notification_emails: 3189 - android-probes@mozilla.com 3190 expires: never 3191 metadata: 3192 tags: 3193 - Settings 3194 adjust_campaign: 3195 type: string 3196 lifetime: application 3197 description: | 3198 A string containing the Adjust campaign ID from which the user installed 3199 Fenix. This will not send on the first session the user runs. If the 3200 install is organic, this will be empty. 3201 send_in_pings: 3202 - metrics 3203 bugs: 3204 - https://github.com/mozilla-mobile/fenix/issues/1298 3205 - https://github.com/mozilla-mobile/fenix/issues/9136 3206 data_reviews: 3207 - https://github.com/mozilla-mobile/fenix/pull/5579 3208 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3209 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3210 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3211 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3212 - https://github.com/mozilla-mobile/fenix/pull/28502 3213 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3214 data_sensitivity: 3215 - technical 3216 notification_emails: 3217 - android-probes@mozilla.com 3218 expires: never 3219 metadata: 3220 tags: 3221 - Telemetry 3222 adjust_ad_group: 3223 type: string 3224 lifetime: application 3225 description: | 3226 A string containing the Adjust ad group ID from which the user installed 3227 Fenix. This will not send on the first session the user runs. If the 3228 install is organic, this will be empty. 3229 send_in_pings: 3230 - metrics 3231 bugs: 3232 - https://github.com/mozilla-mobile/fenix/issues/1298 3233 - https://github.com/mozilla-mobile/fenix/issues/9136 3234 data_reviews: 3235 - https://github.com/mozilla-mobile/fenix/pull/9253 3236 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3237 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3238 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3239 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3240 - https://github.com/mozilla-mobile/fenix/pull/28502 3241 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3242 data_sensitivity: 3243 - interaction 3244 notification_emails: 3245 - android-probes@mozilla.com 3246 expires: never 3247 metadata: 3248 tags: 3249 - Telemetry 3250 adjust_creative: 3251 type: string 3252 lifetime: application 3253 description: | 3254 A string containing the Adjust creative ID from which the user installed 3255 Fenix. This will not send on the first session the user runs. If the 3256 install is organic, this will be empty. 3257 send_in_pings: 3258 - metrics 3259 bugs: 3260 - https://github.com/mozilla-mobile/fenix/issues/1298 3261 - https://github.com/mozilla-mobile/fenix/issues/9136 3262 data_reviews: 3263 - https://github.com/mozilla-mobile/fenix/pull/9253 3264 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3265 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3266 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3267 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3268 - https://github.com/mozilla-mobile/fenix/pull/28502 3269 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3270 data_sensitivity: 3271 - interaction 3272 notification_emails: 3273 - android-probes@mozilla.com 3274 expires: never 3275 metadata: 3276 tags: 3277 - Telemetry 3278 adjust_network: 3279 type: string 3280 lifetime: application 3281 description: | 3282 A string containing the Adjust network ID from which the user installed 3283 Fenix. This will not send on the first session the user runs. If the 3284 install is organic, this will be empty. 3285 send_in_pings: 3286 - metrics 3287 bugs: 3288 - https://github.com/mozilla-mobile/fenix/issues/1298 3289 - https://github.com/mozilla-mobile/fenix/issues/9136 3290 data_reviews: 3291 - https://github.com/mozilla-mobile/fenix/pull/9253 3292 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3293 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3294 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3295 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3296 - https://github.com/mozilla-mobile/fenix/pull/28502 3297 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3298 data_sensitivity: 3299 - interaction 3300 notification_emails: 3301 - android-probes@mozilla.com 3302 expires: never 3303 metadata: 3304 tags: 3305 - Telemetry 3306 close_tab_setting: 3307 type: string 3308 lifetime: application 3309 description: | 3310 A string that indicates the setting for tab closing: 3311 MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH 3312 send_in_pings: 3313 - metrics 3314 bugs: 3315 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 3316 data_reviews: 3317 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 3318 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3319 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3320 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3321 - https://github.com/mozilla-mobile/fenix/pull/28502 3322 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3323 data_sensitivity: 3324 - interaction 3325 notification_emails: 3326 - android-probes@mozilla.com 3327 expires: never 3328 metadata: 3329 tags: 3330 - Tabs 3331 tab_view_setting: 3332 type: string 3333 lifetime: application 3334 description: | 3335 A string that indicates the setting for tab view: 3336 GRID, LIST 3337 send_in_pings: 3338 - metrics 3339 bugs: 3340 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 3341 data_reviews: 3342 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 3343 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3344 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3345 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3346 - https://github.com/mozilla-mobile/fenix/pull/28502 3347 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3348 data_sensitivity: 3349 - interaction 3350 notification_emails: 3351 - android-probes@mozilla.com 3352 expires: never 3353 metadata: 3354 tags: 3355 - Tabs 3356 search_widget_installed: 3357 type: boolean 3358 lifetime: application 3359 description: | 3360 Whether or not the search widget is installed 3361 send_in_pings: 3362 - metrics 3363 bugs: 3364 - https://github.com/mozilla-mobile/fenix/issues/9488 3365 data_reviews: 3366 - https://github.com/mozilla-mobile/fenix/pull/10958 3367 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3368 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3369 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3370 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3371 - https://github.com/mozilla-mobile/fenix/pull/28502 3372 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3373 data_sensitivity: 3374 - interaction 3375 notification_emails: 3376 - android-probes@mozilla.com 3377 expires: never 3378 metadata: 3379 tags: 3380 - Discovery 3381 - Search 3382 private_tabs_open_count: 3383 type: counter 3384 lifetime: application 3385 description: | 3386 A counter that indicates how many PRIVATE tabs a user has open. This 3387 value will only be set if the user has at least *one* open tab. If they 3388 have 0, this ping will not get sent, resulting in a null value. To 3389 disambiguate between a failed `private_tabs_open_count` ping and 0 open tabs, 3390 please see `has_open_tabs` 3391 send_in_pings: 3392 - metrics 3393 bugs: 3394 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836165 3395 data_reviews: 3396 - https://github.com/mozilla-mobile/firefox-android/pull/2427 3397 data_sensitivity: 3398 - interaction 3399 notification_emails: 3400 - android-probes@mozilla.com 3401 expires: never 3402 metadata: 3403 tags: 3404 - Tabs 3405 tabs_open_count: 3406 type: counter 3407 lifetime: application 3408 description: | 3409 A counter that indicates how many NORMAL tabs a user has open. This 3410 value will only be set if the user has at least *one* open tab. If they 3411 have 0, this ping will not get sent, resulting in a null value. To 3412 disambiguate between a failed `tabs_open_count` ping and 0 open tabs, 3413 please see `has_open_tabs`. 3414 send_in_pings: 3415 - metrics 3416 bugs: 3417 - https://github.com/mozilla-mobile/fenix/issues/11479 3418 data_reviews: 3419 - https://github.com/mozilla-mobile/fenix/pull/12024 3420 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3421 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3422 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3423 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 3424 data_sensitivity: 3425 - interaction 3426 notification_emails: 3427 - android-probes@mozilla.com 3428 expires: never 3429 metadata: 3430 tags: 3431 - Tabs 3432 has_open_tabs: 3433 type: boolean 3434 lifetime: application 3435 description: | 3436 A boolean that indicates if the user has any open NORMAL tabs. 3437 send_in_pings: 3438 - metrics 3439 bugs: 3440 - https://github.com/mozilla-mobile/fenix/issues/11479 3441 data_reviews: 3442 - https://github.com/mozilla-mobile/fenix/pull/12024 3443 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3444 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3445 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3446 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3447 - https://github.com/mozilla-mobile/fenix/pull/28502 3448 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3449 data_sensitivity: 3450 - interaction 3451 notification_emails: 3452 - android-probes@mozilla.com 3453 expires: never 3454 metadata: 3455 tags: 3456 - Tabs 3457 start_reason_process_error: 3458 type: boolean 3459 description: | 3460 The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was 3461 unexpectedly called twice. We can use this metric to validate our 3462 assumptions about how these APIs are called. This probe can be removed 3463 once we validate these assumptions. 3464 bugs: 3465 - https://github.com/mozilla-mobile/fenix/issues/18426 3466 data_reviews: 3467 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452 3468 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 3469 - https://github.com/mozilla-mobile/fenix/pull/23506 3470 data_sensitivity: 3471 - technical 3472 notification_emails: 3473 - perf-telemetry-alerts@mozilla.com 3474 - mcomella@mozilla.com 3475 expires: never 3476 metadata: 3477 tags: 3478 - Performance 3479 start_reason_activity_error: 3480 type: boolean 3481 description: | 3482 The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated` 3483 was unexpectedly called twice. We can use this metric to validate our 3484 assumptions about how these APIs are called. This probe can be removed 3485 once we validate these assumptions. 3486 bugs: 3487 - https://github.com/mozilla-mobile/fenix/issues/18426 3488 data_reviews: 3489 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452 3490 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 3491 - https://github.com/mozilla-mobile/fenix/pull/23506 3492 data_sensitivity: 3493 - technical 3494 notification_emails: 3495 - perf-telemetry-alerts@mozilla.com 3496 - mcomella@mozilla.com 3497 expires: never 3498 metadata: 3499 tags: 3500 - Performance 3501 inactive_tabs_count: 3502 type: quantity 3503 description: | 3504 How many inactive tabs does the user have, checked when the user opens 3505 the tabs tray. 3506 Value will be 0 if the feature is disabled. 3507 send_in_pings: 3508 - metrics 3509 bugs: 3510 - https://github.com/mozilla-mobile/fenix/issues/22155 3511 data_reviews: 3512 - https://github.com/mozilla-mobile/fenix/pull/22163#issuecomment-957636802 3513 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3514 - https://github.com/mozilla-mobile/fenix/pull/28502 3515 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3516 data_sensitivity: 3517 - interaction 3518 notification_emails: 3519 - android-probes@mozilla.com 3520 expires: never 3521 unit: integer 3522 default_wallpaper: 3523 type: boolean 3524 lifetime: application 3525 description: | 3526 Is the default wallpapper set to be shown? 3527 send_in_pings: 3528 - metrics 3529 bugs: 3530 - https://github.com/mozilla-mobile/fenix/issues/25538 3531 data_reviews: 3532 - https://github.com/mozilla-mobile/fenix/pull/25539#issuecomment-1163393066 3533 - https://github.com/mozilla-mobile/firefox-android/pull/1101 3534 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3535 data_sensitivity: 3536 - interaction 3537 notification_emails: 3538 - android-probes@mozilla.com 3539 expires: never 3540 metadata: 3541 tags: 3542 - Wallpapers 3543 notifications_allowed: 3544 type: boolean 3545 lifetime: application 3546 description: | 3547 True if notifications are allowed, otherwise false. 3548 send_in_pings: 3549 - metrics 3550 bugs: 3551 - https://github.com/mozilla-mobile/fenix/issues/27795 3552 data_reviews: 3553 - https://github.com/mozilla-mobile/fenix/pull/27797 3554 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3555 data_sensitivity: 3556 - technical 3557 notification_emails: 3558 - android-probes@mozilla.com 3559 expires: never 3560 metadata: 3561 tags: 3562 - Notifications 3563 ram_more_than_threshold: 3564 type: boolean 3565 lifetime: application 3566 description: True if the device's asserted 'advertised' RAM is more than the given threshold. 3567 send_in_pings: 3568 - metrics 3569 bugs: 3570 - https://bugzilla.mozilla.org/show_bug.cgi?id=1840341 3571 data_reviews: 3572 - https://github.com/mozilla-mobile/firefox-android/pull/2620 3573 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3574 data_sensitivity: 3575 - technical 3576 notification_emails: 3577 - android-probes@mozilla.com 3578 expires: never 3579 metadata: 3580 tags: 3581 - Experiments 3582 device_total_ram: 3583 type: quantity 3584 lifetime: application 3585 description: > 3586 The total amount of memory this device in bytes, when available will be 3587 MemoryInfo.advertisedMem otherwise it will be MemoryInfo.totalMem. 3588 This doesn't represent memory available to the application however. 3589 send_in_pings: 3590 - metrics 3591 bugs: 3592 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853967 3593 data_reviews: 3594 - https://bugzilla.mozilla.org/show_bug.cgi?id=1853967#c3 3595 - https://github.com/mozilla-mobile/firefox-android/pull/3704 3596 data_sensitivity: 3597 - technical 3598 notification_emails: 3599 - android-probes@mozilla.com 3600 expires: never 3601 unit: integer 3602 metadata: 3603 tags: 3604 - Performance 3605 is_large_device: 3606 type: boolean 3607 lifetime: application 3608 description: True if the device is a large screen device. 3609 send_in_pings: 3610 - metrics 3611 bugs: 3612 - https://bugzilla.mozilla.org/show_bug.cgi?id=1962163 3613 data_reviews: 3614 - https://phabricator.services.mozilla.com/D246425 3615 data_sensitivity: 3616 - technical 3617 notification_emails: 3618 - android-probes@mozilla.com 3619 expires: never 3620 metadata: 3621 tags: 3622 - Experiments 3623 3624 customize_home: 3625 most_visited_sites: 3626 type: boolean 3627 lifetime: application 3628 description: | 3629 An indication of whether the most visited sites 3630 are enabled to be displayed 3631 send_in_pings: 3632 - metrics 3633 bugs: 3634 - https://github.com/mozilla-mobile/fenix/issues/21239 3635 data_reviews: 3636 - https://github.com/mozilla-mobile/fenix/pull/21344 3637 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 3638 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3639 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3640 data_sensitivity: 3641 - interaction 3642 notification_emails: 3643 - android-probes@mozilla.com 3644 expires: never 3645 jump_back_in: 3646 type: boolean 3647 lifetime: application 3648 description: | 3649 An indication of whether the Jump back 3650 in section is enabled to be displayed 3651 send_in_pings: 3652 - metrics 3653 bugs: 3654 - https://github.com/mozilla-mobile/fenix/issues/21239 3655 data_reviews: 3656 - https://github.com/mozilla-mobile/fenix/pull/21344 3657 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 3658 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3659 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3660 data_sensitivity: 3661 - interaction 3662 notification_emails: 3663 - android-probes@mozilla.com 3664 expires: never 3665 bookmarks: 3666 type: boolean 3667 lifetime: application 3668 description: | 3669 An indication of whether the recently 3670 saved section is enabled to be displayed. This was previously customize_home.recently_saved. 3671 send_in_pings: 3672 - metrics 3673 bugs: 3674 - https://github.com/mozilla-mobile/fenix/issues/21239 3675 data_reviews: 3676 - https://github.com/mozilla-mobile/fenix/pull/21344 3677 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 3678 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3679 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3680 data_sensitivity: 3681 - interaction 3682 notification_emails: 3683 - android-probes@mozilla.com 3684 expires: never 3685 recently_visited: 3686 type: boolean 3687 lifetime: application 3688 description: | 3689 An indication of whether the Recently 3690 visited section is enabled to be displayed 3691 send_in_pings: 3692 - metrics 3693 bugs: 3694 - https://github.com/mozilla-mobile/fenix/issues/21239 3695 data_reviews: 3696 - https://github.com/mozilla-mobile/fenix/pull/21344 3697 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 3698 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3699 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3700 data_sensitivity: 3701 - interaction 3702 notification_emails: 3703 - android-probes@mozilla.com 3704 expires: never 3705 pocket: 3706 type: boolean 3707 lifetime: application 3708 description: | 3709 An indication of whether Pocket is enabled to be displayed 3710 send_in_pings: 3711 - metrics 3712 bugs: 3713 - https://github.com/mozilla-mobile/fenix/issues/21239 3714 data_reviews: 3715 - https://github.com/mozilla-mobile/fenix/pull/21344 3716 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 3717 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3718 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3719 data_sensitivity: 3720 - interaction 3721 notification_emails: 3722 - android-probes@mozilla.com 3723 expires: never 3724 metadata: 3725 tags: 3726 - PocketIntegration 3727 sponsored_pocket: 3728 type: boolean 3729 lifetime: application 3730 description: | 3731 An indication of whether Pocket sponsored stories are enabled 3732 to be displayed 3733 send_in_pings: 3734 - metrics 3735 bugs: 3736 - https://github.com/mozilla-mobile/fenix/issues/25401 3737 data_reviews: 3738 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855 3739 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3740 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3741 data_sensitivity: 3742 - interaction 3743 notification_emails: 3744 - android-probes@mozilla.com 3745 expires: never 3746 metadata: 3747 tags: 3748 - PocketIntegration 3749 contile: 3750 type: boolean 3751 lifetime: application 3752 description: | 3753 An indication of whether Contile is enabled to be displayed 3754 send_in_pings: 3755 - metrics 3756 - topsites-impression 3757 bugs: 3758 - https://github.com/mozilla-mobile/fenix/issues/24467 3759 data_reviews: 3760 - https://github.com/mozilla-mobile/fenix/pull/24468 3761 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410642835 3762 data_sensitivity: 3763 - interaction 3764 notification_emails: 3765 - android-probes@mozilla.com 3766 expires: never 3767 preference_toggled: 3768 type: event 3769 description: | 3770 A user toggles the preference for the home screen items. 3771 extra_keys: 3772 preference_key: 3773 type: string 3774 description: | 3775 The preference key for the boolean (true/false) preference the user 3776 toggled. 3777 3778 We currently track: most_visited_sites, jump_back_in, 3779 recently_visited, bookmarks, pocket, and contile. 3780 We previously tracked bookmarks as recently_saved. 3781 enabled: 3782 type: boolean 3783 description: "Whether or not the preference is *now* enabled" 3784 bugs: 3785 - https://github.com/mozilla-mobile/fenix/issues/21095 3786 data_reviews: 3787 - https://github.com/mozilla-mobile/fenix/pull/1896 3788 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 3789 - https://github.com/mozilla-mobile/firefox-android/pull/2597 3790 data_sensitivity: 3791 - technical 3792 - interaction 3793 notification_emails: 3794 - android-probes@mozilla.com 3795 expires: never 3796 opening_screen: 3797 type: string 3798 lifetime: application 3799 description: | 3800 What opening screen preference the user has selected 3801 under "Customize Home". 3802 "homepage," "last tab," or "homepage after 4 hours" 3803 default: "homepage after 4 hours" 3804 bugs: 3805 - https://github.com/mozilla-mobile/fenix/issues/22145 3806 data_reviews: 3807 - https://github.com/mozilla-mobile/fenix/pull/22333 3808 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 3809 - https://github.com/mozilla-mobile/firefox-android/pull/3319 3810 data_sensitivity: 3811 - interaction 3812 notification_emails: 3813 - android-probes@mozilla.com 3814 expires: never 3815 3816 preferences: 3817 studies_enabled: 3818 type: boolean 3819 lifetime: application 3820 description: > 3821 A metric indicating whether or not the user has studies enabled 3822 default: true 3823 send_in_pings: 3824 - metrics 3825 bugs: 3826 - https://github.com/mozilla-mobile/fenix/issues/22192 3827 data_reviews: 3828 - https://github.com/mozilla-mobile/fenix/pull/22193 3829 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 3830 - https://github.com/mozilla-mobile/firefox-android/pull/3319 3831 data_sensitivity: 3832 - interaction 3833 notification_emails: 3834 - android-probes@mozilla.com 3835 expires: never 3836 studies_preference_enabled: 3837 type: event 3838 description: > 3839 An event indicating whether or not the user has studies enabled. 3840 extra_keys: 3841 enabled: 3842 type: boolean 3843 description: | 3844 Whether or not studies is enabled from Settings screen. 3845 bugs: 3846 - https://github.com/mozilla-mobile/fenix/issues/22192 3847 - https://bugzilla.mozilla.org/show_bug.cgi?id=1930868 3848 data_reviews: 3849 - https://github.com/mozilla-mobile/fenix/pull/22193 3850 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 3851 - https://github.com/mozilla-mobile/firefox-android/pull/3319 3852 - https://phabricator.services.mozilla.com/D236728 3853 data_sensitivity: 3854 - interaction 3855 notification_emails: 3856 - android-probes@mozilla.com 3857 expires: never 3858 search_suggestions_enabled: 3859 type: boolean 3860 lifetime: application 3861 description: | 3862 Whether or not the user has search suggestions enabled 3863 default: true 3864 send_in_pings: 3865 - metrics 3866 bugs: 3867 - https://github.com/mozilla-mobile/fenix/issues/11118 3868 data_reviews: 3869 - https://github.com/mozilla-mobile/fenix/pull/11211 3870 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3871 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3872 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3873 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3874 data_sensitivity: 3875 - interaction 3876 notification_emails: 3877 - android-probes@mozilla.com 3878 expires: never 3879 metadata: 3880 tags: 3881 - Search 3882 - Settings 3883 show_sponsor_suggestions_enabled: 3884 type: boolean 3885 lifetime: application 3886 description: | 3887 Whether or not the user has sponsor search suggestions enabled 3888 default: true 3889 send_in_pings: 3890 - metrics 3891 bugs: 3892 - https://bugzilla.mozilla.org/show_bug.cgi?id=1987009 3893 data_reviews: 3894 - https://phabricator.services.mozilla.com/D263806 3895 data_sensitivity: 3896 - interaction 3897 notification_emails: 3898 - android-probes@mozilla.com 3899 expires: never 3900 metadata: 3901 tags: 3902 - Search 3903 - Settings 3904 show_non_sponsor_suggestions_enabled: 3905 type: boolean 3906 lifetime: application 3907 description: | 3908 Whether or not the user has non sponsor search suggestions enabled 3909 default: true 3910 send_in_pings: 3911 - metrics 3912 bugs: 3913 - https://bugzilla.mozilla.org/show_bug.cgi?id=1987009 3914 data_reviews: 3915 - https://phabricator.services.mozilla.com/D263806 3916 data_sensitivity: 3917 - interaction 3918 notification_emails: 3919 - android-probes@mozilla.com 3920 expires: never 3921 metadata: 3922 tags: 3923 - Search 3924 - Settings 3925 remote_debugging_enabled: 3926 type: boolean 3927 lifetime: application 3928 description: | 3929 Whether or not the user has remote debugging enabled 3930 default: false 3931 send_in_pings: 3932 - metrics 3933 bugs: 3934 - https://github.com/mozilla-mobile/fenix/issues/11118 3935 data_reviews: 3936 - https://github.com/mozilla-mobile/fenix/pull/11211 3937 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3938 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3939 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3940 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3941 - https://github.com/mozilla-mobile/fenix/pull/28502 3942 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3943 data_sensitivity: 3944 - interaction 3945 notification_emails: 3946 - android-probes@mozilla.com 3947 expires: never 3948 metadata: 3949 tags: 3950 - Settings 3951 telemetry_enabled: 3952 type: boolean 3953 lifetime: application 3954 description: | 3955 Whether or not the user has telemetry enabled. Note we should 3956 never receive a "false" value for this since telemetry would 3957 not send in that case. 3958 default: true 3959 send_in_pings: 3960 - metrics 3961 bugs: 3962 - https://github.com/mozilla-mobile/fenix/issues/11118 3963 data_reviews: 3964 - https://github.com/mozilla-mobile/fenix/pull/11211 3965 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3966 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3967 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3968 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3969 data_sensitivity: 3970 - interaction 3971 notification_emails: 3972 - android-probes@mozilla.com 3973 expires: never 3974 metadata: 3975 tags: 3976 - Telemetry 3977 - Settings 3978 enhanced_tracking_protection: 3979 type: string 3980 lifetime: application 3981 description: | 3982 What type of enhanced tracking protection the user has enabled. 3983 "standard," "strict," "custom," or "" (if disabled) 3984 default: "standard" 3985 send_in_pings: 3986 - metrics 3987 bugs: 3988 - https://github.com/mozilla-mobile/fenix/issues/11118 3989 data_reviews: 3990 - https://github.com/mozilla-mobile/fenix/pull/11211 3991 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 3992 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 3993 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 3994 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 3995 - https://github.com/mozilla-mobile/fenix/pull/28502 3996 - https://github.com/mozilla-mobile/firefox-android/pull/4039 3997 data_sensitivity: 3998 - interaction 3999 notification_emails: 4000 - android-probes@mozilla.com 4001 expires: never 4002 metadata: 4003 tags: 4004 - TrackingProtection 4005 - Settings 4006 etp_custom_cookies_selection: 4007 type: string 4008 lifetime: application 4009 description: | 4010 The option user has selected in the "Custom" mode of the 4011 Enhanced Tracking Protection settings. 4012 Possible values: 4013 - total-protection for “Isolate cross-site cookies” 4014 - social for “Cross-site and social media trackers” 4015 - unvisited for “Cookies from unvisited sites” 4016 - third-party for “All third-party cookies..” 4017 - all for “All cookies..” 4018 send_in_pings: 4019 - metrics 4020 bugs: 4021 - https://github.com/mozilla-mobile/fenix/issues/18175 4022 data_reviews: 4023 - https://github.com/mozilla-mobile/fenix/pull/26449#issuecomment-1225765591 4024 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4025 data_sensitivity: 4026 - interaction 4027 notification_emails: 4028 - android-probes@mozilla.com 4029 expires: never 4030 metadata: 4031 tags: 4032 - TrackingProtection 4033 - Settings 4034 bookmarks_suggestion: 4035 type: boolean 4036 lifetime: application 4037 description: | 4038 Whether or not the user has enabled bookmark search suggestions 4039 default: true 4040 send_in_pings: 4041 - metrics 4042 bugs: 4043 - https://github.com/mozilla-mobile/fenix/issues/11118 4044 data_reviews: 4045 - https://github.com/mozilla-mobile/fenix/pull/11211 4046 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4047 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4048 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4049 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4050 - https://github.com/mozilla-mobile/fenix/pull/28502 4051 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4052 data_sensitivity: 4053 - interaction 4054 notification_emails: 4055 - android-probes@mozilla.com 4056 expires: never 4057 metadata: 4058 tags: 4059 - Settings 4060 browsing_history_suggestion: 4061 type: boolean 4062 lifetime: application 4063 description: | 4064 Whether or not the user has enabled browsing history suggestions. 4065 default: true 4066 send_in_pings: 4067 - metrics 4068 bugs: 4069 - https://github.com/mozilla-mobile/fenix/issues/11118 4070 data_reviews: 4071 - https://github.com/mozilla-mobile/fenix/pull/11211 4072 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4073 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4074 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4075 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4076 - https://github.com/mozilla-mobile/fenix/pull/28502 4077 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4078 data_sensitivity: 4079 - interaction 4080 notification_emails: 4081 - android-probes@mozilla.com 4082 expires: never 4083 metadata: 4084 tags: 4085 - Settings 4086 clipboard_suggestions_enabled: 4087 type: boolean 4088 lifetime: application 4089 description: | 4090 Whether or not the user has enabled clipboard search suggestions. 4091 default: true 4092 send_in_pings: 4093 - metrics 4094 bugs: 4095 - https://github.com/mozilla-mobile/fenix/issues/11118 4096 data_reviews: 4097 - https://github.com/mozilla-mobile/fenix/pull/11211 4098 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4099 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4100 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4101 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4102 - https://github.com/mozilla-mobile/fenix/pull/28502 4103 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4104 data_sensitivity: 4105 - interaction 4106 notification_emails: 4107 - android-probes@mozilla.com 4108 expires: never 4109 metadata: 4110 tags: 4111 - Settings 4112 search_shortcuts_enabled: 4113 type: boolean 4114 lifetime: application 4115 description: | 4116 Whether or not the user has enabled search shortcuts. 4117 default: true 4118 send_in_pings: 4119 - metrics 4120 bugs: 4121 - https://github.com/mozilla-mobile/fenix/issues/11118 4122 data_reviews: 4123 - https://github.com/mozilla-mobile/fenix/pull/11211 4124 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4125 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4126 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4127 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4128 data_sensitivity: 4129 - interaction 4130 notification_emails: 4131 - android-probes@mozilla.com 4132 expires: never 4133 metadata: 4134 tags: 4135 - Search 4136 - Settings 4137 signed_in_sync: 4138 type: boolean 4139 lifetime: application 4140 description: | 4141 Whether or not the user is signed into FxA 4142 default: false 4143 send_in_pings: 4144 - metrics 4145 bugs: 4146 - https://github.com/mozilla-mobile/fenix/issues/11118 4147 data_reviews: 4148 - https://github.com/mozilla-mobile/fenix/pull/11211 4149 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4150 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4151 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4152 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4153 - https://github.com/mozilla-mobile/fenix/pull/28502 4154 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4155 data_sensitivity: 4156 - interaction 4157 notification_emails: 4158 - android-probes@mozilla.com 4159 expires: never 4160 metadata: 4161 tags: 4162 - Sync 4163 - Settings 4164 sync_items: 4165 type: string_list 4166 lifetime: application 4167 description: | 4168 The list of items the user has chosen to sync with FxA. 4169 default: "" if the user is signed out. Otherwise defaults to 4170 whatever is set in their FxA account. New accounts set: 4171 [bookmarks, history, passwords, tabs] 4172 send_in_pings: 4173 - metrics 4174 bugs: 4175 - https://github.com/mozilla-mobile/fenix/issues/11118 4176 data_reviews: 4177 - https://github.com/mozilla-mobile/fenix/pull/11211 4178 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4179 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4180 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4181 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4182 - https://github.com/mozilla-mobile/fenix/pull/28502 4183 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4184 data_sensitivity: 4185 - interaction 4186 notification_emails: 4187 - android-probes@mozilla.com 4188 expires: never 4189 metadata: 4190 tags: 4191 - Settings 4192 voice_search_enabled: 4193 type: boolean 4194 lifetime: application 4195 description: | 4196 Whether or not the user has enabled the voice search button. 4197 default: true 4198 send_in_pings: 4199 - metrics 4200 bugs: 4201 - https://github.com/mozilla-mobile/fenix/issues/11118 4202 data_reviews: 4203 - https://github.com/mozilla-mobile/fenix/pull/11211 4204 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4205 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4206 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4207 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4208 - https://github.com/mozilla-mobile/fenix/pull/28502 4209 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4210 data_sensitivity: 4211 - interaction 4212 notification_emails: 4213 - android-probes@mozilla.com 4214 expires: never 4215 metadata: 4216 tags: 4217 - Search 4218 - Voice 4219 - Settings 4220 toolbar_position_setting: 4221 type: string 4222 lifetime: application 4223 description: | 4224 The position of the toolbar 4225 default: bottom (defaults to top if the user has accessibility services) 4226 send_in_pings: 4227 - metrics 4228 bugs: 4229 - https://github.com/mozilla-mobile/fenix/issues/11118 4230 data_reviews: 4231 - https://github.com/mozilla-mobile/fenix/pull/11211 4232 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4233 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4234 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4235 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4236 data_sensitivity: 4237 - interaction 4238 notification_emails: 4239 - android-probes@mozilla.com 4240 expires: never 4241 metadata: 4242 tags: 4243 - Toolbar 4244 - Settings 4245 toolbar_mode_setting: 4246 type: string 4247 description: | 4248 The mode of the toolbar. Possible values are: simple or expanded. 4249 send_in_pings: 4250 - metrics 4251 bugs: 4252 - https://bugzilla.mozilla.org/show_bug.cgi?id=1971858 4253 data_reviews: 4254 - https://phabricator.services.mozilla.com/D259115 4255 data_sensitivity: 4256 - interaction 4257 notification_emails: 4258 - android-probes@mozilla.com 4259 expires: never 4260 metadata: 4261 tags: 4262 - Toolbar 4263 - Settings 4264 toolbar_simple_shortcut: 4265 type: string 4266 description: | 4267 The toolbar shortcut used in simple toolbar. 4268 Possible values are: new_tab, share, bookmark, translate, homepage or back. 4269 send_in_pings: 4270 - metrics 4271 bugs: 4272 - https://bugzilla.mozilla.org/show_bug.cgi?id=2002636 4273 data_reviews: 4274 - https://phabricator.services.mozilla.com/D274608 4275 data_sensitivity: 4276 - interaction 4277 notification_emails: 4278 - android-probes@mozilla.com 4279 expires: never 4280 metadata: 4281 tags: 4282 - Toolbar 4283 - Settings 4284 toolbar_expanded_shortcut: 4285 type: string 4286 description: | 4287 The toolbar shortcut used in expanded toolbar. 4288 Possible values are: bookmark, translate, homepage or back. 4289 send_in_pings: 4290 - metrics 4291 bugs: 4292 - https://bugzilla.mozilla.org/show_bug.cgi?id=2002636 4293 data_reviews: 4294 - https://phabricator.services.mozilla.com/D274608 4295 data_sensitivity: 4296 - interaction 4297 notification_emails: 4298 - android-probes@mozilla.com 4299 expires: never 4300 metadata: 4301 tags: 4302 - Toolbar 4303 - Settings 4304 4305 accessibility_services: 4306 type: string_list 4307 lifetime: application 4308 description: | 4309 Whether or not the user has touch exploration or switch services enabled. 4310 These are built into the Android OS, not Fenix prefs. 4311 default: "" 4312 send_in_pings: 4313 - metrics 4314 bugs: 4315 - https://github.com/mozilla-mobile/fenix/issues/11118 4316 data_reviews: 4317 - https://github.com/mozilla-mobile/fenix/pull/11211 4318 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4319 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4320 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4321 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4322 data_sensitivity: 4323 - interaction 4324 notification_emails: 4325 - android-probes@mozilla.com 4326 expires: never 4327 metadata: 4328 tags: 4329 - Settings 4330 open_links_in_app_enabled: 4331 type: string 4332 lifetime: application 4333 description: | 4334 The user has the open links in apps feature enabled. 4335 "ask_before_opening", "always" or "never". 4336 default: "never" 4337 send_in_pings: 4338 - metrics 4339 bugs: 4340 - https://bugzilla.mozilla.org/show_bug.cgi?id=1818085 4341 data_reviews: 4342 - https://github.com/mozilla-mobile/firefox-android/pull/1054 4343 data_sensitivity: 4344 - interaction 4345 notification_emails: 4346 - android-probes@mozilla.com 4347 expires: never 4348 metadata: 4349 tags: 4350 - Settings 4351 user_theme: 4352 type: string 4353 lifetime: application 4354 description: | 4355 The theme the user has enabled. "light," "dark," "system," or "battery" 4356 default: "system" for API 28+, else "light" 4357 send_in_pings: 4358 - metrics 4359 bugs: 4360 - https://github.com/mozilla-mobile/fenix/issues/11118 4361 data_reviews: 4362 - https://github.com/mozilla-mobile/fenix/pull/11446 4363 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4364 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4365 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4366 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4367 data_sensitivity: 4368 - interaction 4369 notification_emails: 4370 - android-probes@mozilla.com 4371 expires: never 4372 metadata: 4373 tags: 4374 - Themes 4375 - Settings 4376 inactive_tabs_enabled: 4377 type: boolean 4378 lifetime: application 4379 description: | 4380 Whether or not the user has the inactive tabs feature enabled. 4381 default: true 4382 send_in_pings: 4383 - metrics 4384 bugs: 4385 - https://github.com/mozilla-mobile/fenix/issues/21903 4386 data_reviews: 4387 - https://github.com/mozilla-mobile/fenix/pull/21908 4388 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 4389 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4390 data_sensitivity: 4391 - interaction 4392 notification_emails: 4393 - android-probes@mozilla.com 4394 expires: never 4395 isolated_content_processes_enabled: 4396 type: boolean 4397 lifetime: application 4398 description: True when isolated content processes are enabled on the runtime. 4399 send_in_pings: 4400 - metrics 4401 bugs: 4402 - https://bugzilla.mozilla.org/show_bug.cgi?id=1983811 4403 data_reviews: 4404 - https://phabricator.services.mozilla.com/D263564 4405 data_sensitivity: 4406 - technical 4407 notification_emails: 4408 - android-probes@mozilla.com 4409 expires: never 4410 metadata: 4411 tags: 4412 - Settings 4413 - Performance 4414 https_only_mode: 4415 type: string 4416 lifetime: application 4417 description: | 4418 Measures user retention of the HTTPS-Only setting at start-up. 4419 Example values include: "DISABLED", "ENABLED_PRIVATE_ONLY", "ENABLED". 4420 send_in_pings: 4421 - metrics 4422 bugs: 4423 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991520 4424 data_reviews: 4425 - https://phabricator.services.mozilla.com/D267766 4426 data_sensitivity: 4427 - interaction 4428 notification_emails: 4429 - android-probes@mozilla.com 4430 expires: never 4431 metadata: 4432 tags: 4433 - Settings 4434 doh_protection_level: 4435 type: string 4436 lifetime: application 4437 description: | 4438 Measures user retention of the DNS over HTTPS (DoH) setting at start-up. 4439 Example values include: "Default", "Increased", "Max", "Off". 4440 send_in_pings: 4441 - metrics 4442 bugs: 4443 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991520 4444 data_reviews: 4445 - https://phabricator.services.mozilla.com/D267766 4446 data_sensitivity: 4447 - interaction 4448 notification_emails: 4449 - android-probes@mozilla.com 4450 expires: never 4451 metadata: 4452 tags: 4453 - Settings 4454 global_privacy_control_enabled: 4455 type: boolean 4456 lifetime: application 4457 description: Measures user retention of the Global Privacy Control (GPC) setting at start-up. 4458 send_in_pings: 4459 - metrics 4460 notification_emails: 4461 - android-probes@mozilla.com 4462 bugs: 4463 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991520 4464 data_reviews: 4465 - https://phabricator.services.mozilla.com/D267766 4466 expires: never 4467 data_sensitivity: 4468 - interaction 4469 metadata: 4470 tags: 4471 - Settings 4472 app_zygote_isolated_content_processes_enabled: 4473 type: boolean 4474 lifetime: application 4475 description: True when app Zygote preloading with isolated processes is enabled. 4476 send_in_pings: 4477 - metrics 4478 bugs: 4479 - https://bugzilla.mozilla.org/show_bug.cgi?id=1989943 4480 data_reviews: 4481 - https://phabricator.services.mozilla.com/D265600 4482 data_sensitivity: 4483 - technical 4484 notification_emails: 4485 - android-probes@mozilla.com 4486 expires: never 4487 metadata: 4488 tags: 4489 - Settings 4490 - Performance 4491 4492 search.default_engine: 4493 code: 4494 type: string 4495 lifetime: application 4496 description: | 4497 If the search engine is pre-loaded with Fenix this value 4498 will be the search engine identifier. If it's a custom search engine 4499 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the 4500 value will be "custom" 4501 send_in_pings: 4502 - metrics 4503 - baseline 4504 bugs: 4505 - https://github.com/mozilla-mobile/fenix/issues/800 4506 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 4507 data_reviews: 4508 - https://github.com/mozilla-mobile/fenix/pull/1606 4509 - https://github.com/mozilla-mobile/fenix/pull/5216 4510 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4511 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4512 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4513 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4514 data_sensitivity: 4515 - technical 4516 - interaction 4517 notification_emails: 4518 - android-probes@mozilla.com 4519 expires: never 4520 no_lint: 4521 - BASELINE_PING 4522 name: 4523 type: string 4524 lifetime: application 4525 description: | 4526 If the search engine is pre-loaded with Fenix this value 4527 will be the search engine name. If it's a custom search engine 4528 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the 4529 value will be "custom" 4530 send_in_pings: 4531 - metrics 4532 - baseline 4533 bugs: 4534 - https://github.com/mozilla-mobile/fenix/issues/800 4535 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 4536 data_reviews: 4537 - https://github.com/mozilla-mobile/fenix/pull/1606 4538 - https://github.com/mozilla-mobile/fenix/pull/5216 4539 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4540 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4541 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4542 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4543 data_sensitivity: 4544 - technical 4545 - interaction 4546 notification_emails: 4547 - android-probes@mozilla.com 4548 expires: never 4549 no_lint: 4550 - BASELINE_PING 4551 search_url: 4552 type: url 4553 lifetime: application 4554 description: | 4555 If the search engine is pre-loaded with Fenix this value will be the base 4556 URL we use to build the search query for the search engine. For example: 4557 https://mysearchengine.com/?query=%s. If it's a custom search engine 4558 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value 4559 will not be set. 4560 send_in_pings: 4561 - metrics 4562 bugs: 4563 - https://github.com/mozilla-mobile/fenix/issues/800 4564 - https://github.com/mozilla-mobile/fenix/issues/20513 4565 data_reviews: 4566 - https://github.com/mozilla-mobile/fenix/pull/1606 4567 - https://github.com/mozilla-mobile/fenix/pull/5216 4568 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 4569 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4570 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 4571 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 4572 - https://github.com/mozilla-mobile/fenix/pull/28502 4573 - https://github.com/mozilla-mobile/firefox-android/pull/4039 4574 data_sensitivity: 4575 - technical 4576 - interaction 4577 notification_emails: 4578 - android-probes@mozilla.com 4579 expires: never 4580 4581 bookmarks_management: 4582 open: 4583 type: event 4584 description: | 4585 A user opened a bookmark. 4586 bugs: 4587 - https://github.com/mozilla-mobile/fenix/issues/18173 4588 data_reviews: 4589 - https://github.com/mozilla-mobile/fenix/pull/18174 4590 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4591 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 4592 data_sensitivity: 4593 - interaction 4594 notification_emails: 4595 - android-probes@mozilla.com 4596 expires: never 4597 metadata: 4598 tags: 4599 - Bookmarks 4600 open_in_new_tab: 4601 type: event 4602 description: | 4603 A user opened a bookmark in a new tab. 4604 bugs: 4605 - https://github.com/mozilla-mobile/fenix/issues/974 4606 data_reviews: 4607 - https://github.com/mozilla-mobile/fenix/pull/1708 4608 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4609 - https://github.com/mozilla-mobile/fenix/pull/18143 4610 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4611 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4612 data_sensitivity: 4613 - interaction 4614 notification_emails: 4615 - android-probes@mozilla.com 4616 expires: never 4617 metadata: 4618 tags: 4619 - Bookmarks 4620 open_in_new_tabs: 4621 type: event 4622 description: | 4623 A user opened multiple bookmarks at once in new tabs. 4624 bugs: 4625 - https://github.com/mozilla-mobile/fenix/issues/974 4626 data_reviews: 4627 - https://github.com/mozilla-mobile/fenix/pull/1708 4628 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4629 - https://github.com/mozilla-mobile/fenix/pull/18143 4630 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4631 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4632 data_sensitivity: 4633 - interaction 4634 notification_emails: 4635 - android-probes@mozilla.com 4636 expires: never 4637 metadata: 4638 tags: 4639 - Bookmarks 4640 open_all_in_new_tabs: 4641 type: event 4642 description: | 4643 A user opened all the bookmarks in a folder in new tabs. 4644 bugs: 4645 - https://github.com/mozilla-mobile/fenix/issues/11404 4646 data_reviews: 4647 - https://github.com/mozilla-mobile/fenix/pull/27138 4648 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4649 data_sensitivity: 4650 - interaction 4651 notification_emails: 4652 - android-probes@mozilla.com 4653 expires: never 4654 metadata: 4655 tags: 4656 - Bookmarks 4657 open_in_private_tab: 4658 type: event 4659 description: | 4660 A user opened a bookmark in a new private tab. 4661 bugs: 4662 - https://github.com/mozilla-mobile/fenix/issues/974 4663 - https://github.com/mozilla-mobile/fenix/issues/19923 4664 data_reviews: 4665 - https://github.com/mozilla-mobile/fenix/pull/1708 4666 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4667 - https://github.com/mozilla-mobile/fenix/pull/18143 4668 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4669 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4670 data_sensitivity: 4671 - interaction 4672 notification_emails: 4673 - android-probes@mozilla.com 4674 expires: never 4675 metadata: 4676 tags: 4677 - Bookmarks 4678 open_in_private_tabs: 4679 type: event 4680 description: | 4681 A user opened multiple bookmarks at once in new private tabs. 4682 bugs: 4683 - https://github.com/mozilla-mobile/fenix/issues/974 4684 - https://github.com/mozilla-mobile/fenix/issues/19923 4685 data_reviews: 4686 - https://github.com/mozilla-mobile/fenix/pull/1708 4687 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4688 - https://github.com/mozilla-mobile/fenix/pull/18143 4689 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4690 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4691 data_sensitivity: 4692 - interaction 4693 notification_emails: 4694 - android-probes@mozilla.com 4695 expires: never 4696 metadata: 4697 tags: 4698 - Bookmarks 4699 open_all_in_private_tabs: 4700 type: event 4701 description: | 4702 A user opened all the bookmarks in a folder in new private tabs. 4703 bugs: 4704 - https://github.com/mozilla-mobile/fenix/issues/11404 4705 data_reviews: 4706 - https://github.com/mozilla-mobile/fenix/pull/27138 4707 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4708 data_sensitivity: 4709 - interaction 4710 notification_emails: 4711 - android-probes@mozilla.com 4712 expires: never 4713 metadata: 4714 tags: 4715 - Bookmarks 4716 edited: 4717 type: event 4718 description: | 4719 A user edited the title and/or URL of an existing bookmark. 4720 bugs: 4721 - https://github.com/mozilla-mobile/fenix/issues/974 4722 - https://github.com/mozilla-mobile/fenix/issues/19923 4723 data_reviews: 4724 - https://github.com/mozilla-mobile/fenix/pull/1708 4725 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4726 - https://github.com/mozilla-mobile/fenix/pull/18143 4727 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4728 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4729 data_sensitivity: 4730 - interaction 4731 notification_emails: 4732 - android-probes@mozilla.com 4733 expires: never 4734 metadata: 4735 tags: 4736 - Bookmarks 4737 moved: 4738 type: event 4739 description: | 4740 A user moved an existing bookmark or folder to another folder. 4741 bugs: 4742 - https://github.com/mozilla-mobile/fenix/issues/974 4743 - https://github.com/mozilla-mobile/fenix/issues/19923 4744 data_reviews: 4745 - https://github.com/mozilla-mobile/fenix/pull/1708 4746 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4747 - https://github.com/mozilla-mobile/fenix/pull/18143 4748 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4749 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4750 data_sensitivity: 4751 - interaction 4752 notification_emails: 4753 - android-probes@mozilla.com 4754 expires: never 4755 metadata: 4756 tags: 4757 - Bookmarks 4758 removed: 4759 type: event 4760 description: | 4761 A user removed a bookmark item. 4762 bugs: 4763 - https://github.com/mozilla-mobile/fenix/issues/974 4764 - https://github.com/mozilla-mobile/fenix/issues/19923 4765 data_reviews: 4766 - https://github.com/mozilla-mobile/fenix/pull/1708 4767 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4768 - https://github.com/mozilla-mobile/fenix/pull/18143 4769 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4770 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4771 data_sensitivity: 4772 - interaction 4773 notification_emails: 4774 - android-probes@mozilla.com 4775 expires: never 4776 metadata: 4777 tags: 4778 - Bookmarks 4779 multi_removed: 4780 type: event 4781 description: | 4782 A user removed multiple bookmarks at once. 4783 bugs: 4784 - https://github.com/mozilla-mobile/fenix/issues/974 4785 - https://github.com/mozilla-mobile/fenix/issues/19923 4786 data_reviews: 4787 - https://github.com/mozilla-mobile/fenix/pull/1708 4788 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4789 - https://github.com/mozilla-mobile/fenix/pull/18143 4790 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4791 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4792 data_sensitivity: 4793 - interaction 4794 notification_emails: 4795 - android-probes@mozilla.com 4796 expires: never 4797 metadata: 4798 tags: 4799 - Bookmarks 4800 shared: 4801 type: event 4802 description: | 4803 A user shared a bookmark. 4804 bugs: 4805 - https://github.com/mozilla-mobile/fenix/issues/974 4806 - https://github.com/mozilla-mobile/fenix/issues/19923 4807 data_reviews: 4808 - https://github.com/mozilla-mobile/fenix/pull/1708 4809 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4810 - https://github.com/mozilla-mobile/fenix/pull/18143 4811 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4812 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4813 data_sensitivity: 4814 - interaction 4815 notification_emails: 4816 - android-probes@mozilla.com 4817 expires: never 4818 metadata: 4819 tags: 4820 - Bookmarks 4821 copied: 4822 type: event 4823 description: | 4824 A user copied a bookmark. 4825 bugs: 4826 - https://github.com/mozilla-mobile/fenix/issues/974 4827 - https://github.com/mozilla-mobile/fenix/issues/19923 4828 data_reviews: 4829 - https://github.com/mozilla-mobile/fenix/pull/1708 4830 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4831 - https://github.com/mozilla-mobile/fenix/pull/18143 4832 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4833 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4834 data_sensitivity: 4835 - interaction 4836 notification_emails: 4837 - android-probes@mozilla.com 4838 expires: never 4839 metadata: 4840 tags: 4841 - Bookmarks 4842 folder_add: 4843 type: event 4844 description: | 4845 A user added a new bookmark folder. 4846 bugs: 4847 - https://github.com/mozilla-mobile/fenix/issues/974 4848 - https://github.com/mozilla-mobile/fenix/issues/19923 4849 data_reviews: 4850 - https://github.com/mozilla-mobile/fenix/pull/1708 4851 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4852 - https://github.com/mozilla-mobile/fenix/pull/18143 4853 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4854 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4855 data_sensitivity: 4856 - interaction 4857 notification_emails: 4858 - android-probes@mozilla.com 4859 expires: never 4860 metadata: 4861 tags: 4862 - Bookmarks 4863 folder_remove: 4864 type: event 4865 description: | 4866 A user removed a bookmark folder. 4867 bugs: 4868 - https://github.com/mozilla-mobile/fenix/issues/3174 4869 - https://github.com/mozilla-mobile/fenix/issues/19923 4870 data_reviews: 4871 - https://github.com/mozilla-mobile/fenix/pull/3724 4872 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 4873 - https://github.com/mozilla-mobile/fenix/pull/18143 4874 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 4875 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 4876 data_sensitivity: 4877 - interaction 4878 notification_emails: 4879 - android-probes@mozilla.com 4880 expires: never 4881 metadata: 4882 tags: 4883 - Bookmarks 4884 search_icon_tapped: 4885 type: event 4886 description: | 4887 A user tapped on the search icon in bookmarks management. 4888 bugs: 4889 - https://github.com/mozilla-mobile/fenix/issues/27147 4890 data_reviews: 4891 - https://github.com/mozilla-mobile/fenix/pull/27268 4892 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4893 data_sensitivity: 4894 - interaction 4895 notification_emails: 4896 - android-probes@mozilla.com 4897 expires: never 4898 metadata: 4899 tags: 4900 - Bookmarks 4901 search_result_tapped: 4902 type: event 4903 description: | 4904 A user tapped on the search result in bookmarks management. 4905 bugs: 4906 - https://github.com/mozilla-mobile/fenix/issues/27147 4907 data_reviews: 4908 - https://github.com/mozilla-mobile/fenix/pull/27268 4909 - https://github.com/mozilla-mobile/firefox-android/pull/3319 4910 data_sensitivity: 4911 - interaction 4912 notification_emails: 4913 - android-probes@mozilla.com 4914 expires: never 4915 metadata: 4916 tags: 4917 - Bookmarks 4918 sort_menu_clicked: 4919 type: event 4920 description: | 4921 A user clicked the sort icon on the bookmarks screen. 4922 bugs: 4923 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953993 4924 data_reviews: 4925 - https://phabricator.services.mozilla.com/D243210 4926 data_sensitivity: 4927 - interaction 4928 notification_emails: 4929 - android-probes@mozilla.com 4930 expires: never 4931 metadata: 4932 tags: 4933 - Bookmarks 4934 sort_by_custom: 4935 type: event 4936 description: | 4937 A user sorted their bookmarks by the custom sort order. 4938 bugs: 4939 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956261 4940 data_reviews: 4941 - https://phabricator.services.mozilla.com/TODO 4942 data_sensitivity: 4943 - interaction 4944 notification_emails: 4945 - android-probes@mozilla.com 4946 expires: never 4947 metadata: 4948 tags: 4949 - Bookmarks 4950 sort_by_newest: 4951 type: event 4952 description: | 4953 A user sorted their bookmarks by the newest added. 4954 bugs: 4955 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953993 4956 data_reviews: 4957 - https://phabricator.services.mozilla.com/D243210 4958 data_sensitivity: 4959 - interaction 4960 notification_emails: 4961 - android-probes@mozilla.com 4962 expires: never 4963 metadata: 4964 tags: 4965 - Bookmarks 4966 sort_by_oldest: 4967 type: event 4968 description: | 4969 A user sorted their bookmarks by the oldest added. 4970 bugs: 4971 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953993 4972 data_reviews: 4973 - https://phabricator.services.mozilla.com/D243210 4974 data_sensitivity: 4975 - interaction 4976 notification_emails: 4977 - android-probes@mozilla.com 4978 expires: never 4979 metadata: 4980 tags: 4981 - Bookmarks 4982 sort_by_a_to_z: 4983 type: event 4984 description: | 4985 A user sorted their bookmarks by A to Z. 4986 bugs: 4987 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953993 4988 data_reviews: 4989 - https://phabricator.services.mozilla.com/D243210 4990 data_sensitivity: 4991 - interaction 4992 notification_emails: 4993 - android-probes@mozilla.com 4994 expires: never 4995 metadata: 4996 tags: 4997 - Bookmarks 4998 sort_by_z_to_a: 4999 type: event 5000 description: | 5001 A user sorted their bookmarks by Z to A. 5002 bugs: 5003 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953993 5004 data_reviews: 5005 - https://phabricator.services.mozilla.com/D243210 5006 data_sensitivity: 5007 - interaction 5008 notification_emails: 5009 - android-probes@mozilla.com 5010 expires: never 5011 metadata: 5012 tags: 5013 - Bookmarks 5014 delete_snackbar_shown: 5015 type: event 5016 description: | 5017 A delete snackbar was shown after a single bookmark deletion. 5018 bugs: 5019 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 5020 data_reviews: 5021 - https://phabricator.services.mozilla.com/D267098 5022 data_sensitivity: 5023 - interaction 5024 notification_emails: 5025 - android-probes@mozilla.com 5026 expires: never 5027 metadata: 5028 tags: 5029 - Bookmarks 5030 delete_snackbar_undo_clicked: 5031 type: event 5032 description: | 5033 The user clicked the undo button in a bookmarks delete snackbar. 5034 bugs: 5035 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 5036 data_reviews: 5037 - https://phabricator.services.mozilla.com/D267098 5038 data_sensitivity: 5039 - interaction 5040 notification_emails: 5041 - android-probes@mozilla.com 5042 expires: never 5043 metadata: 5044 tags: 5045 - Bookmarks 5046 5047 activation: 5048 identifier: 5049 type: string 5050 lifetime: ping 5051 description: | 5052 A hashed and salted version of the Google Advertising ID from the device. 5053 This will never be sent in a ping that also contains the client_id. 5054 send_in_pings: 5055 - activation 5056 bugs: 5057 - https://bugzilla.mozilla.org/1538011 5058 - https://bugzilla.mozilla.org/1501822 5059 - https://github.com/mozilla-mobile/fenix/issues/19923 5060 data_reviews: 5061 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209 5062 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 5063 - https://github.com/mozilla-mobile/fenix/pull/18143 5064 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5065 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224 5066 data_sensitivity: 5067 - highly_sensitive 5068 notification_emails: 5069 - android-probes@mozilla.com 5070 expires: never 5071 metadata: 5072 tags: 5073 - Privacy&Security 5074 activation_id: 5075 type: uuid 5076 lifetime: user 5077 description: | 5078 An alternate identifier, not correlated with the client_id, generated once 5079 and only sent with the activation ping. 5080 send_in_pings: 5081 - activation 5082 bugs: 5083 - https://bugzilla.mozilla.org/1538011 5084 - https://github.com/mozilla-mobile/fenix/issues/19923 5085 data_reviews: 5086 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209 5087 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 5088 - https://github.com/mozilla-mobile/fenix/pull/18143 5089 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5090 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224 5091 data_sensitivity: 5092 - highly_sensitive 5093 notification_emails: 5094 - android-probes@mozilla.com 5095 expires: never 5096 metadata: 5097 tags: 5098 - Privacy&Security 5099 5100 error_page: 5101 visited_error: 5102 type: event 5103 description: | 5104 A user encountered an error page 5105 extra_keys: 5106 error_type: 5107 type: string 5108 description: "The error type of the error page encountered" 5109 bugs: 5110 - https://github.com/mozilla-mobile/fenix/issues/1242 5111 - https://github.com/mozilla-mobile/fenix/issues/19923 5112 data_reviews: 5113 - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486 5114 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 5115 - https://github.com/mozilla-mobile/fenix/pull/18143 5116 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5117 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 5118 - https://github.com/mozilla-mobile/fenix/pull/27295 5119 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5120 data_sensitivity: 5121 - interaction 5122 notification_emails: 5123 - android-probes@mozilla.com 5124 expires: never 5125 metadata: 5126 tags: 5127 - ErrorMessages 5128 5129 sync_auth: 5130 opened: 5131 type: event 5132 description: | 5133 A user opened the sync authentication page 5134 bugs: 5135 - https://github.com/mozilla-mobile/fenix/issues/1190 5136 data_reviews: 5137 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5138 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5139 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5140 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5141 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5142 - https://github.com/mozilla-mobile/fenix/pull/28502 5143 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5144 data_sensitivity: 5145 - interaction 5146 notification_emails: 5147 - android-probes@mozilla.com 5148 expires: never 5149 metadata: 5150 tags: 5151 - Toolbar 5152 - Sync 5153 closed: 5154 type: event 5155 description: | 5156 A user closed the sync page 5157 bugs: 5158 - https://github.com/mozilla-mobile/fenix/issues/1190 5159 data_reviews: 5160 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5161 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5162 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5163 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5164 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5165 - https://github.com/mozilla-mobile/fenix/pull/28502 5166 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5167 data_sensitivity: 5168 - interaction 5169 notification_emails: 5170 - android-probes@mozilla.com 5171 expires: never 5172 metadata: 5173 tags: 5174 - Toolbar 5175 - Sync 5176 use_email: 5177 type: event 5178 description: | 5179 A user chose to use their email to sign in instead of scanning a QR code, 5180 counterpart to "scan_pairing" 5181 bugs: 5182 - https://github.com/mozilla-mobile/fenix/issues/9834 5183 data_reviews: 5184 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844 5185 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5186 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5187 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5188 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5189 - https://github.com/mozilla-mobile/fenix/pull/28502 5190 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5191 data_sensitivity: 5192 - interaction 5193 notification_emails: 5194 - android-probes@mozilla.com 5195 expires: never 5196 metadata: 5197 tags: 5198 - Sync 5199 use_email_problem: 5200 type: event 5201 description: | 5202 A user chose to use their email to sign in after an account problem 5203 bugs: 5204 - https://github.com/mozilla-mobile/fenix/issues/9834 5205 data_reviews: 5206 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844 5207 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5208 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5209 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5210 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5211 - https://github.com/mozilla-mobile/fenix/pull/28502 5212 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5213 data_sensitivity: 5214 - interaction 5215 notification_emails: 5216 - android-probes@mozilla.com 5217 expires: never 5218 metadata: 5219 tags: 5220 - Sync 5221 sign_in: 5222 type: event 5223 description: | 5224 A user pressed the sign in button on the sync authentication page and was 5225 successfully signed in to FxA 5226 bugs: 5227 - https://github.com/mozilla-mobile/fenix/issues/1190 5228 data_reviews: 5229 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5230 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5231 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5232 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5233 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5234 data_sensitivity: 5235 - interaction 5236 notification_emails: 5237 - android-probes@mozilla.com 5238 expires: never 5239 metadata: 5240 tags: 5241 - Sync 5242 sign_out: 5243 type: event 5244 description: | 5245 A user pressed the sign out button on the sync account page and was 5246 successfully signed out of FxA 5247 bugs: 5248 - https://github.com/mozilla-mobile/fenix/issues/1190 5249 data_reviews: 5250 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5251 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5252 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5253 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5254 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5255 data_sensitivity: 5256 - interaction 5257 notification_emails: 5258 - android-probes@mozilla.com 5259 expires: never 5260 metadata: 5261 tags: 5262 - Sync 5263 sign_up: 5264 type: event 5265 description: | 5266 User registered a new Firefox Account, and was signed into it 5267 bugs: 5268 - https://github.com/mozilla-mobile/fenix/issues/4971 5269 data_reviews: 5270 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300 5271 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5272 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5273 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5274 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5275 data_sensitivity: 5276 - technical 5277 - interaction 5278 notification_emails: 5279 - android-probes@mozilla.com 5280 expires: never 5281 metadata: 5282 tags: 5283 - Accounts 5284 paired: 5285 type: event 5286 description: | 5287 User signed into FxA by pairing with a different Firefox browser, using a 5288 QR code 5289 bugs: 5290 - https://github.com/mozilla-mobile/fenix/issues/4971 5291 data_reviews: 5292 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300 5293 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5294 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5295 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5296 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5297 - https://github.com/mozilla-mobile/fenix/pull/28502 5298 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5299 data_sensitivity: 5300 - technical 5301 - interaction 5302 notification_emails: 5303 - android-probes@mozilla.com 5304 expires: never 5305 metadata: 5306 tags: 5307 - Accounts 5308 recovered: 5309 type: event 5310 description: | 5311 Account manager automatically recovered FxA authentication state without 5312 direct user involvement 5313 bugs: 5314 - https://github.com/mozilla-mobile/fenix/issues/4971 5315 data_reviews: 5316 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300 5317 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5318 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5319 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5320 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5321 - https://github.com/mozilla-mobile/fenix/pull/28502 5322 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5323 data_sensitivity: 5324 - technical 5325 - interaction 5326 notification_emails: 5327 - android-probes@mozilla.com 5328 expires: never 5329 metadata: 5330 tags: 5331 - Accounts 5332 other_external: 5333 type: event 5334 description: | 5335 User authenticated via FxA using an unknown mechanism. "Known" mechanisms 5336 are currently sign-in, sign-up and pairing 5337 bugs: 5338 - https://github.com/mozilla-mobile/fenix/issues/4971 5339 data_reviews: 5340 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300 5341 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5342 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5343 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5344 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5345 - https://github.com/mozilla-mobile/fenix/pull/28502 5346 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5347 data_sensitivity: 5348 - technical 5349 - interaction 5350 notification_emails: 5351 - android-probes@mozilla.com 5352 expires: never 5353 metadata: 5354 tags: 5355 - Accounts 5356 scan_pairing: 5357 type: event 5358 description: | 5359 A user pressed the scan pairing button on the sync authentication page 5360 bugs: 5361 - https://github.com/mozilla-mobile/fenix/issues/1190 5362 data_reviews: 5363 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5364 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5365 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5366 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5367 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5368 - https://github.com/mozilla-mobile/fenix/pull/28502 5369 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5370 data_sensitivity: 5371 - interaction 5372 notification_emails: 5373 - android-probes@mozilla.com 5374 expires: never 5375 metadata: 5376 tags: 5377 - Sync 5378 5379 sync_account: 5380 opened: 5381 type: event 5382 description: | 5383 A user opened the sync account page 5384 bugs: 5385 - https://github.com/mozilla-mobile/fenix/issues/1190 5386 data_reviews: 5387 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5388 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5389 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5390 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5391 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5392 - https://github.com/mozilla-mobile/fenix/pull/28502 5393 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5394 data_sensitivity: 5395 - interaction 5396 notification_emails: 5397 - android-probes@mozilla.com 5398 expires: never 5399 metadata: 5400 tags: 5401 - Toolbar 5402 - Sync 5403 sync_now: 5404 type: event 5405 description: | 5406 A user pressed the sync now button on the sync account page 5407 bugs: 5408 - https://github.com/mozilla-mobile/fenix/issues/1190 5409 data_reviews: 5410 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532 5411 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5412 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5413 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5414 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5415 - https://github.com/mozilla-mobile/fenix/pull/28502 5416 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5417 data_sensitivity: 5418 - interaction 5419 notification_emails: 5420 - android-probes@mozilla.com 5421 expires: never 5422 metadata: 5423 tags: 5424 - Toolbar 5425 - Sync 5426 send_tab: 5427 type: event 5428 description: | 5429 A user sent the current tab to another FxA device 5430 bugs: 5431 - https://github.com/mozilla-mobile/fenix/issues/4908 5432 data_reviews: 5433 - https://github.com/mozilla-mobile/fenix/pull/5106 5434 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5435 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5436 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5437 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5438 - https://github.com/mozilla-mobile/fenix/pull/28502 5439 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5440 data_sensitivity: 5441 - interaction 5442 notification_emails: 5443 - android-probes@mozilla.com 5444 expires: never 5445 metadata: 5446 tags: 5447 - SendTab 5448 sign_in_to_send_tab: 5449 type: event 5450 description: | 5451 A user pressed the "sign in to send tab" button inside the share tab menu 5452 bugs: 5453 - https://github.com/mozilla-mobile/fenix/issues/4908 5454 data_reviews: 5455 - https://github.com/mozilla-mobile/fenix/pull/5106 5456 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5457 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5458 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5459 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5460 - https://github.com/mozilla-mobile/fenix/pull/28502 5461 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5462 data_sensitivity: 5463 - interaction 5464 notification_emails: 5465 - android-probes@mozilla.com 5466 expires: never 5467 metadata: 5468 tags: 5469 - SendTab 5470 manage_account: 5471 type: event 5472 description: | 5473 A user pressed the "manage account" button on the account settings screen 5474 bugs: 5475 - https://bugzilla.mozilla.org/show_bug.cgi?id=1846801 5476 data_reviews: 5477 - https://github.com/mozilla-mobile/fenix/pull/5106 5478 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5479 data_sensitivity: 5480 - interaction 5481 notification_emails: 5482 - android-probes@mozilla.com 5483 expires: never 5484 metadata: 5485 tags: 5486 - Accounts 5487 settings: 5488 sign_into_sync: 5489 type: counter 5490 description: | 5491 Counts the number of times a user has clicked "sign into sync" from the settings page. 5492 bugs: 5493 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836166 5494 data_reviews: 5495 - https://github.com/mozilla-mobile/firefox-android/pull/2550 5496 data_sensitivity: 5497 - interaction 5498 notification_emails: 5499 - android-probes@mozilla.com 5500 expires: never 5501 metadata: 5502 tags: 5503 - Sync 5504 - Settings 5505 passwords: 5506 type: event 5507 description: | 5508 User has tapped Passwords in settings menu. 5509 bugs: 5510 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 5511 data_reviews: 5512 - https://github.com/mozilla-mobile/firefox-android/pull/2802 5513 data_sensitivity: 5514 - interaction 5515 notification_emails: 5516 - android-probes@mozilla.com 5517 expires: never 5518 metadata: 5519 tags: 5520 - Settings 5521 autofill: 5522 type: event 5523 description: | 5524 User has tapped Autofill in settings menu. 5525 bugs: 5526 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 5527 data_reviews: 5528 - https://github.com/mozilla-mobile/firefox-android/pull/2802 5529 data_sensitivity: 5530 - interaction 5531 notification_emails: 5532 - android-probes@mozilla.com 5533 expires: never 5534 metadata: 5535 tags: 5536 - Settings 5537 settings_search: 5538 opened: 5539 type: event 5540 description: | 5541 A user has opened the settings search screen. 5542 bugs: 5543 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992006 5544 data_reviews: 5545 - https://phabricator.services.mozilla.com/D271516 5546 data_sensitivity: 5547 - interaction 5548 notification_emails: 5549 - android-probes@mozilla.com 5550 expires: never 5551 metadata: 5552 tags: 5553 - Settings 5554 search_result_clicked: 5555 type: event 5556 description: | 5557 A user has clicked on a search result in the settings search screen. 5558 extra_keys: 5559 item_preference_key: 5560 description: | 5561 The preference key of the setting clicked on. 5562 type: string 5563 is_recent_search: 5564 description: | 5565 If the result item was in the recent searches category. 5566 type: boolean 5567 bugs: 5568 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992006 5569 data_reviews: 5570 - https://phabricator.services.mozilla.com/D271516 5571 data_sensitivity: 5572 - interaction 5573 notification_emails: 5574 - android-probes@mozilla.com 5575 expires: never 5576 metadata: 5577 tags: 5578 - Settings 5579 history: 5580 opened: 5581 type: event 5582 description: | 5583 A user opened the history screen 5584 bugs: 5585 - https://github.com/mozilla-mobile/fenix/issues/2362 5586 data_reviews: 5587 - https://github.com/mozilla-mobile/fenix/pull/3940 5588 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5589 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5590 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5591 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5592 - https://github.com/mozilla-mobile/fenix/pull/28502 5593 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5594 data_sensitivity: 5595 - interaction 5596 notification_emails: 5597 - android-probes@mozilla.com 5598 expires: never 5599 metadata: 5600 tags: 5601 - History 5602 removed: 5603 type: event 5604 description: | 5605 A user removed a history item 5606 bugs: 5607 - https://github.com/mozilla-mobile/fenix/issues/2362 5608 data_reviews: 5609 - https://github.com/mozilla-mobile/fenix/pull/3940 5610 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5611 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5612 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5613 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5614 - https://github.com/mozilla-mobile/fenix/pull/28502 5615 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5616 data_sensitivity: 5617 - interaction 5618 notification_emails: 5619 - android-probes@mozilla.com 5620 expires: never 5621 metadata: 5622 tags: 5623 - History 5624 removed_all: 5625 type: event 5626 description: | 5627 A user removed all history items 5628 bugs: 5629 - https://github.com/mozilla-mobile/fenix/issues/2362 5630 data_reviews: 5631 - https://github.com/mozilla-mobile/fenix/pull/3940 5632 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5633 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5634 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5635 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5636 - https://github.com/mozilla-mobile/fenix/pull/28502 5637 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5638 data_sensitivity: 5639 - interaction 5640 notification_emails: 5641 - android-probes@mozilla.com 5642 expires: never 5643 metadata: 5644 tags: 5645 - History 5646 removed_last_hour: 5647 type: event 5648 description: | 5649 A user removed history items opened during last hour. 5650 bugs: 5651 - https://github.com/mozilla-mobile/fenix/issues/26101 5652 data_reviews: 5653 - https://github.com/mozilla-mobile/fenix/pull/26153 5654 - https://github.com/mozilla-mobile/firefox-android/pull/2225 5655 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5656 data_sensitivity: 5657 - interaction 5658 notification_emails: 5659 - android-probes@mozilla.com 5660 expires: never 5661 metadata: 5662 tags: 5663 - History 5664 removed_today_and_yesterday: 5665 type: event 5666 description: | 5667 A user removed history items opened that day and the day before. 5668 bugs: 5669 - https://github.com/mozilla-mobile/fenix/issues/26101 5670 data_reviews: 5671 - https://github.com/mozilla-mobile/fenix/pull/26153 5672 - https://github.com/mozilla-mobile/firefox-android/pull/2225 5673 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5674 data_sensitivity: 5675 - interaction 5676 notification_emails: 5677 - android-probes@mozilla.com 5678 expires: never 5679 metadata: 5680 tags: 5681 - History 5682 remove_prompt_opened: 5683 type: event 5684 description: | 5685 A user opened delete history prompt. 5686 bugs: 5687 - https://github.com/mozilla-mobile/fenix/issues/26101 5688 data_reviews: 5689 - https://github.com/mozilla-mobile/fenix/pull/26153 5690 - https://github.com/mozilla-mobile/firefox-android/pull/2225 5691 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5692 data_sensitivity: 5693 - interaction 5694 notification_emails: 5695 - android-probes@mozilla.com 5696 expires: never 5697 metadata: 5698 tags: 5699 - History 5700 remove_prompt_cancelled: 5701 type: event 5702 description: | 5703 A user cancelled delete history prompt. 5704 bugs: 5705 - https://github.com/mozilla-mobile/fenix/issues/26101 5706 data_reviews: 5707 - https://github.com/mozilla-mobile/fenix/pull/26153 5708 - https://github.com/mozilla-mobile/firefox-android/pull/2225 5709 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5710 data_sensitivity: 5711 - interaction 5712 notification_emails: 5713 - android-probes@mozilla.com 5714 expires: never 5715 metadata: 5716 tags: 5717 - History 5718 shared: 5719 type: event 5720 description: | 5721 A user shared a history item 5722 bugs: 5723 - https://github.com/mozilla-mobile/fenix/issues/2362 5724 data_reviews: 5725 - https://github.com/mozilla-mobile/fenix/pull/3940 5726 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 5727 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5728 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 5729 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 5730 - https://github.com/mozilla-mobile/fenix/pull/28502 5731 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5732 data_sensitivity: 5733 - interaction 5734 notification_emails: 5735 - android-probes@mozilla.com 5736 expires: never 5737 metadata: 5738 tags: 5739 - History 5740 opened_item: 5741 type: event 5742 description: | 5743 A user opened a history item 5744 extra_keys: 5745 is_remote: 5746 type: boolean 5747 description: | 5748 True if the history item is synced from other devices otherwise false. 5749 time_group: 5750 type: string 5751 description: | 5752 What time group does the history item belongs to. 5753 Possible values: [Today], [Yesterday], [ThisWeek], [ThisMonth], 5754 [Older]. 5755 is_private: 5756 type: boolean 5757 description: | 5758 True if the history item is opened in a private tab, otherwise false. 5759 bugs: 5760 - https://github.com/mozilla-mobile/fenix/issues/18178 5761 - https://github.com/mozilla-mobile/fenix/issues/26502 5762 data_reviews: 5763 - https://github.com/mozilla-mobile/fenix/pull/18261 5764 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5765 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5766 - https://github.com/mozilla-mobile/fenix/pull/26503#issuecomment-1219761407 5767 - https://github.com/mozilla-mobile/fenix/pull/26863 5768 data_sensitivity: 5769 - interaction 5770 notification_emails: 5771 - android-probes@mozilla.com 5772 expires: never 5773 metadata: 5774 tags: 5775 - History 5776 opened_items_in_new_tabs: 5777 type: event 5778 description: | 5779 A user opened multiple history items in new tabs 5780 bugs: 5781 - https://github.com/mozilla-mobile/fenix/issues/18178 5782 - https://github.com/mozilla-mobile/fenix/issues/19923 5783 data_reviews: 5784 - https://github.com/mozilla-mobile/fenix/pull/18261 5785 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5786 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5787 data_sensitivity: 5788 - interaction 5789 notification_emails: 5790 - android-probes@mozilla.com 5791 expires: never 5792 metadata: 5793 tags: 5794 - History 5795 opened_items_in_private_tabs: 5796 type: event 5797 description: | 5798 A user opened multiple history items in private tabs 5799 bugs: 5800 - https://github.com/mozilla-mobile/fenix/issues/18178 5801 data_reviews: 5802 - https://github.com/mozilla-mobile/fenix/pull/18261 5803 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 5804 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 5805 data_sensitivity: 5806 - interaction 5807 notification_emails: 5808 - android-probes@mozilla.com 5809 expires: never 5810 metadata: 5811 tags: 5812 - History 5813 recent_searches_tapped: 5814 type: event 5815 description: | 5816 User has tapped on an item in the "Recently visited" section on home. 5817 extra_keys: 5818 page_number: 5819 type: string 5820 description: | 5821 The page number in the homescreen carousel that the recently visited 5822 item was on. 5823 bugs: 5824 - https://github.com/mozilla-mobile/fenix/issues/22172 5825 data_reviews: 5826 - https://github.com/mozilla-mobile/fenix/pull/22173 5827 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 5828 - https://github.com/mozilla-mobile/firefox-android/pull/3319 5829 data_sensitivity: 5830 - interaction 5831 notification_emails: 5832 - android-probes@mozilla.com 5833 expires: never 5834 search_term_group_tapped: 5835 type: event 5836 description: | 5837 A user tapped on a search term group in history 5838 bugs: 5839 - https://github.com/mozilla-mobile/fenix/issues/22299 5840 data_reviews: 5841 - https://github.com/mozilla-mobile/fenix/pull/22300 5842 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 5843 - https://github.com/mozilla-mobile/firefox-android/pull/3319 5844 data_sensitivity: 5845 - interaction 5846 notification_emails: 5847 - android-probes@mozilla.com 5848 expires: never 5849 search_term_group_open_tab: 5850 type: event 5851 description: | 5852 A user opens a tab from the search term group in history. 5853 bugs: 5854 - https://github.com/mozilla-mobile/fenix/issues/22147 5855 data_reviews: 5856 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263 5857 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 5858 - https://github.com/mozilla-mobile/firefox-android/pull/3319 5859 data_sensitivity: 5860 - interaction 5861 notification_emails: 5862 - android-probes@mozilla.com 5863 expires: never 5864 search_term_group_remove_tab: 5865 type: event 5866 description: | 5867 A user closes a single tab in the search term group in history. 5868 bugs: 5869 - https://github.com/mozilla-mobile/fenix/issues/22147 5870 data_reviews: 5871 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263 5872 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 5873 - https://github.com/mozilla-mobile/firefox-android/pull/3319 5874 data_sensitivity: 5875 - interaction 5876 notification_emails: 5877 - android-probes@mozilla.com 5878 expires: never 5879 search_term_group_remove_all: 5880 type: event 5881 description: | 5882 A user closes all tabs in the search term group in history. 5883 bugs: 5884 - https://github.com/mozilla-mobile/fenix/issues/22147 5885 data_reviews: 5886 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263 5887 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 5888 - https://github.com/mozilla-mobile/firefox-android/pull/3319 5889 data_sensitivity: 5890 - interaction 5891 notification_emails: 5892 - android-probes@mozilla.com 5893 expires: never 5894 search_icon_tapped: 5895 type: event 5896 description: | 5897 A user tapped on the search icon in history. 5898 bugs: 5899 - https://github.com/mozilla-mobile/fenix/issues/23694 5900 data_reviews: 5901 - https://github.com/mozilla-mobile/fenix/pull/23695 5902 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 5903 - https://github.com/mozilla-mobile/firefox-android/pull/2597 5904 data_sensitivity: 5905 - interaction 5906 notification_emails: 5907 - android-probes@mozilla.com 5908 expires: never 5909 search_result_tapped: 5910 type: event 5911 description: | 5912 A user tapped on the search result in history. 5913 bugs: 5914 - https://github.com/mozilla-mobile/fenix/issues/23694 5915 data_reviews: 5916 - https://github.com/mozilla-mobile/fenix/pull/23695 5917 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 5918 - https://github.com/mozilla-mobile/firefox-android/pull/2597 5919 data_sensitivity: 5920 - interaction 5921 notification_emails: 5922 - android-probes@mozilla.com 5923 expires: never 5924 delete_snackbar_shown: 5925 type: event 5926 description: | 5927 A delete snackbar was shown after one or more history items were deleted. 5928 bugs: 5929 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 5930 data_reviews: 5931 - https://phabricator.services.mozilla.com/D267124 5932 data_sensitivity: 5933 - interaction 5934 notification_emails: 5935 - android-probes@mozilla.com 5936 expires: never 5937 delete_snackbar_undo_clicked: 5938 type: event 5939 description: | 5940 The user clicked the undo button in a history delete snackbar. 5941 bugs: 5942 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 5943 data_reviews: 5944 - https://phabricator.services.mozilla.com/D267124 5945 data_sensitivity: 5946 - interaction 5947 notification_emails: 5948 - android-probes@mozilla.com 5949 expires: never 5950 5951 recently_closed_tabs: 5952 opened: 5953 type: event 5954 description: | 5955 User opened the "Recently closed tabs" screen. 5956 bugs: 5957 - https://github.com/mozilla-mobile/fenix/issues/21009 5958 data_reviews: 5959 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 5960 - https://github.com/mozilla-mobile/fenix/pull/27295 5961 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5962 data_sensitivity: 5963 - interaction 5964 notification_emails: 5965 - android-probes@mozilla.com 5966 expires: never 5967 closed: 5968 type: event 5969 description: | 5970 User closed the "Recently closed tabs" screen. 5971 bugs: 5972 - https://github.com/mozilla-mobile/fenix/issues/21009 5973 data_reviews: 5974 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 5975 - https://github.com/mozilla-mobile/fenix/pull/27295 5976 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5977 data_sensitivity: 5978 - interaction 5979 notification_emails: 5980 - android-probes@mozilla.com 5981 expires: never 5982 show_full_history: 5983 type: event 5984 description: | 5985 User tapped "Show full history" to see all history. 5986 bugs: 5987 - https://github.com/mozilla-mobile/fenix/issues/21009 5988 data_reviews: 5989 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 5990 - https://github.com/mozilla-mobile/fenix/pull/27295 5991 - https://github.com/mozilla-mobile/firefox-android/pull/4039 5992 data_sensitivity: 5993 - interaction 5994 notification_emails: 5995 - android-probes@mozilla.com 5996 expires: never 5997 open_tab: 5998 type: event 5999 description: | 6000 User tapped on a tab item to be opened. 6001 bugs: 6002 - https://github.com/mozilla-mobile/fenix/issues/21009 6003 data_reviews: 6004 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6005 - https://github.com/mozilla-mobile/fenix/pull/27295 6006 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6007 data_sensitivity: 6008 - interaction 6009 notification_emails: 6010 - android-probes@mozilla.com 6011 expires: never 6012 delete_tab: 6013 type: event 6014 description: | 6015 User tapped the delete button of a tab item. 6016 bugs: 6017 - https://github.com/mozilla-mobile/fenix/issues/21009 6018 data_reviews: 6019 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6020 - https://github.com/mozilla-mobile/fenix/pull/27295 6021 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6022 data_sensitivity: 6023 - interaction 6024 notification_emails: 6025 - android-probes@mozilla.com 6026 expires: never 6027 menu_close: 6028 type: event 6029 description: | 6030 User tapped the close button - "X" to return to the previous screen. 6031 bugs: 6032 - https://github.com/mozilla-mobile/fenix/issues/21009 6033 data_reviews: 6034 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6035 - https://github.com/mozilla-mobile/fenix/pull/27295 6036 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6037 data_sensitivity: 6038 - interaction 6039 notification_emails: 6040 - android-probes@mozilla.com 6041 expires: never 6042 menu_share: 6043 type: event 6044 description: | 6045 User tapped the share menu option for multi selected tabs. 6046 bugs: 6047 - https://github.com/mozilla-mobile/fenix/issues/21009 6048 data_reviews: 6049 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6050 - https://github.com/mozilla-mobile/fenix/pull/27295 6051 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6052 data_sensitivity: 6053 - interaction 6054 notification_emails: 6055 - android-probes@mozilla.com 6056 expires: never 6057 menu_delete: 6058 type: event 6059 description: | 6060 User tapped the delete menu option for multi selected tabs. 6061 bugs: 6062 - https://github.com/mozilla-mobile/fenix/issues/21009 6063 data_reviews: 6064 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6065 - https://github.com/mozilla-mobile/fenix/pull/27295 6066 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6067 data_sensitivity: 6068 - interaction 6069 notification_emails: 6070 - android-probes@mozilla.com 6071 expires: never 6072 menu_open_in_normal_tab: 6073 type: event 6074 description: | 6075 User tapped the "Open in new tab" menu option for multi selected tabs. 6076 bugs: 6077 - https://github.com/mozilla-mobile/fenix/issues/21009 6078 data_reviews: 6079 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6080 - https://github.com/mozilla-mobile/fenix/pull/27295 6081 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6082 data_sensitivity: 6083 - interaction 6084 notification_emails: 6085 - android-probes@mozilla.com 6086 expires: never 6087 menu_open_in_private_tab: 6088 type: event 6089 description: | 6090 User tapped the "Open in private tab" menu option for multi selected tabs. 6091 bugs: 6092 - https://github.com/mozilla-mobile/fenix/issues/21009 6093 data_reviews: 6094 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6095 - https://github.com/mozilla-mobile/fenix/pull/27295 6096 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6097 data_sensitivity: 6098 - interaction 6099 notification_emails: 6100 - android-probes@mozilla.com 6101 expires: never 6102 enter_multiselect: 6103 type: event 6104 description: | 6105 User tapped on a tab item to enter multi select mode. 6106 bugs: 6107 - https://github.com/mozilla-mobile/fenix/issues/21009 6108 data_reviews: 6109 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6110 - https://github.com/mozilla-mobile/fenix/pull/27295 6111 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6112 data_sensitivity: 6113 - interaction 6114 notification_emails: 6115 - android-probes@mozilla.com 6116 expires: never 6117 exit_multiselect: 6118 type: event 6119 description: | 6120 User pressed back or tapped the last selected tab item to exit 6121 multiselect. 6122 bugs: 6123 - https://github.com/mozilla-mobile/fenix/issues/21009 6124 data_reviews: 6125 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995 6126 - https://github.com/mozilla-mobile/fenix/pull/27295 6127 - https://github.com/mozilla-mobile/firefox-android/pull/4039 6128 data_sensitivity: 6129 - interaction 6130 notification_emails: 6131 - android-probes@mozilla.com 6132 expires: never 6133 6134 reader_mode: 6135 available: 6136 type: event 6137 description: | 6138 Reader mode is available for the current page 6139 bugs: 6140 - https://github.com/mozilla-mobile/fenix/issues/2267 6141 data_reviews: 6142 - https://github.com/mozilla-mobile/fenix/pull/3941 6143 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6144 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6145 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6146 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6147 data_sensitivity: 6148 - interaction 6149 notification_emails: 6150 - android-probes@mozilla.com 6151 expires: never 6152 metadata: 6153 tags: 6154 - ReaderMode 6155 opened: 6156 type: event 6157 description: | 6158 A user opened reader mode 6159 bugs: 6160 - https://github.com/mozilla-mobile/fenix/issues/2267 6161 data_reviews: 6162 - https://github.com/mozilla-mobile/fenix/pull/3941 6163 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6164 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6165 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6166 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6167 data_sensitivity: 6168 - interaction 6169 notification_emails: 6170 - android-probes@mozilla.com 6171 expires: never 6172 metadata: 6173 tags: 6174 - ReaderMode 6175 closed: 6176 type: event 6177 description: | 6178 A user closed reader mode 6179 bugs: 6180 - https://github.com/mozilla-mobile/fenix/issues/2267 6181 data_reviews: 6182 - https://github.com/mozilla-mobile/fenix/pull/4328 6183 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6184 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6185 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6186 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6187 data_sensitivity: 6188 - interaction 6189 notification_emails: 6190 - android-probes@mozilla.com 6191 expires: never 6192 metadata: 6193 tags: 6194 - ReaderMode 6195 appearance: 6196 type: event 6197 description: | 6198 A user tapped the appearance button 6199 bugs: 6200 - https://github.com/mozilla-mobile/fenix/issues/2267 6201 data_reviews: 6202 - https://github.com/mozilla-mobile/fenix/pull/3941 6203 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6204 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6205 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6206 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6207 data_sensitivity: 6208 - interaction 6209 notification_emails: 6210 - android-probes@mozilla.com 6211 expires: never 6212 metadata: 6213 tags: 6214 - ReaderMode 6215 6216 tabs_tray: 6217 opened: 6218 type: event 6219 description: | 6220 A user opened the tabs tray 6221 bugs: 6222 - https://github.com/mozilla-mobile/fenix/issues/11273 6223 data_reviews: 6224 - https://github.com/mozilla-mobile/fenix/pull/12036 6225 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6226 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6227 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6228 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6229 data_sensitivity: 6230 - interaction 6231 notification_emails: 6232 - android-probes@mozilla.com 6233 expires: never 6234 metadata: 6235 tags: 6236 - Tabs 6237 closed: 6238 type: event 6239 description: | 6240 A user closed the tabs tray 6241 bugs: 6242 - https://github.com/mozilla-mobile/fenix/issues/11273 6243 data_reviews: 6244 - https://github.com/mozilla-mobile/fenix/pull/12036 6245 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6246 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6247 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6248 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6249 data_sensitivity: 6250 - interaction 6251 notification_emails: 6252 - android-probes@mozilla.com 6253 expires: never 6254 metadata: 6255 tags: 6256 - Tabs 6257 opened_existing_tab: 6258 type: event 6259 description: | 6260 A user opened an existing tab from a particular app feature. 6261 extra_keys: 6262 source: 6263 description: | 6264 From which app feature was an existing tab opened. 6265 type: string 6266 bugs: 6267 - https://github.com/mozilla-mobile/fenix/issues/11273 6268 data_reviews: 6269 - https://github.com/mozilla-mobile/fenix/pull/12036 6270 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6271 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6272 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6273 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532 6274 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6275 data_sensitivity: 6276 - interaction 6277 notification_emails: 6278 - android-probes@mozilla.com 6279 expires: never 6280 metadata: 6281 tags: 6282 - Tabs 6283 closed_existing_tab: 6284 type: event 6285 description: | 6286 A user closed an existing tab from a particular app feature. 6287 extra_keys: 6288 source: 6289 description: | 6290 From which app feature was an existing tab closed. 6291 type: string 6292 bugs: 6293 - https://github.com/mozilla-mobile/fenix/issues/11273 6294 data_reviews: 6295 - https://github.com/mozilla-mobile/fenix/pull/12036 6296 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6297 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6298 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6299 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532 6300 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6301 data_sensitivity: 6302 - interaction 6303 notification_emails: 6304 - android-probes@mozilla.com 6305 expires: never 6306 metadata: 6307 tags: 6308 - Tabs 6309 private_mode_tapped: 6310 type: event 6311 description: | 6312 A user switched to private mode 6313 bugs: 6314 - https://github.com/mozilla-mobile/fenix/issues/11273 6315 data_reviews: 6316 - https://github.com/mozilla-mobile/fenix/pull/12036 6317 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6318 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6319 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6320 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6321 data_sensitivity: 6322 - interaction 6323 notification_emails: 6324 - android-probes@mozilla.com 6325 expires: never 6326 metadata: 6327 tags: 6328 - Tabs 6329 normal_mode_tapped: 6330 type: event 6331 description: | 6332 A user switched to normal mode 6333 bugs: 6334 - https://github.com/mozilla-mobile/fenix/issues/11273 6335 data_reviews: 6336 - https://github.com/mozilla-mobile/fenix/pull/12036 6337 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6338 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6339 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6340 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6341 data_sensitivity: 6342 - interaction 6343 notification_emails: 6344 - android-probes@mozilla.com 6345 expires: never 6346 metadata: 6347 tags: 6348 - Tabs 6349 synced_mode_tapped: 6350 type: event 6351 description: | 6352 A user switched to synced mode 6353 bugs: 6354 - https://github.com/mozilla-mobile/fenix/issues/18948 6355 data_reviews: 6356 - https://github.com/mozilla-mobile/fenix/pull/19004 6357 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6358 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6359 data_sensitivity: 6360 - interaction 6361 notification_emails: 6362 - android-probes@mozilla.com 6363 expires: never 6364 metadata: 6365 tags: 6366 - SyncTabs 6367 - Tabs 6368 new_tab_tapped: 6369 type: event 6370 description: | 6371 A user opened a new tab 6372 bugs: 6373 - https://github.com/mozilla-mobile/fenix/issues/11273 6374 data_reviews: 6375 - https://github.com/mozilla-mobile/fenix/pull/12036 6376 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6377 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6378 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6379 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6380 data_sensitivity: 6381 - interaction 6382 notification_emails: 6383 - android-probes@mozilla.com 6384 expires: never 6385 metadata: 6386 tags: 6387 - Tabs 6388 new_private_tab_tapped: 6389 type: event 6390 description: | 6391 A user opened a new private tab 6392 bugs: 6393 - https://github.com/mozilla-mobile/fenix/issues/11273 6394 data_reviews: 6395 - https://github.com/mozilla-mobile/fenix/pull/12036 6396 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6397 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6398 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6399 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6400 data_sensitivity: 6401 - interaction 6402 notification_emails: 6403 - android-probes@mozilla.com 6404 expires: never 6405 metadata: 6406 tags: 6407 - Tabs 6408 menu_opened: 6409 type: event 6410 description: | 6411 A user opened three three dot menu in the tabs tray 6412 bugs: 6413 - https://github.com/mozilla-mobile/fenix/issues/11273 6414 data_reviews: 6415 - https://github.com/mozilla-mobile/fenix/pull/12036 6416 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6417 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6418 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6419 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6420 data_sensitivity: 6421 - interaction 6422 notification_emails: 6423 - android-probes@mozilla.com 6424 expires: never 6425 metadata: 6426 tags: 6427 - Tabs 6428 save_to_collection: 6429 type: event 6430 description: | 6431 A user tapped the save to collection button in the tabs tray 6432 bugs: 6433 - https://github.com/mozilla-mobile/fenix/issues/11273 6434 data_reviews: 6435 - https://github.com/mozilla-mobile/fenix/pull/12036 6436 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6437 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6438 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6439 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6440 data_sensitivity: 6441 - interaction 6442 notification_emails: 6443 - android-probes@mozilla.com 6444 expires: never 6445 metadata: 6446 tags: 6447 - Tabs 6448 - Collections 6449 share_all_tabs: 6450 type: event 6451 description: | 6452 A user tapped the share all tabs button in the 6453 three dot menu within the tabs tray 6454 bugs: 6455 - https://github.com/mozilla-mobile/fenix/issues/11273 6456 data_reviews: 6457 - https://github.com/mozilla-mobile/fenix/pull/12036 6458 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6459 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6460 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6461 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6462 data_sensitivity: 6463 - interaction 6464 notification_emails: 6465 - android-probes@mozilla.com 6466 expires: never 6467 metadata: 6468 tags: 6469 - Tabs 6470 close_all_tabs: 6471 type: event 6472 description: | 6473 A user tapped the close all tabs button in the 6474 three dot menu within the tabs tray 6475 bugs: 6476 - https://github.com/mozilla-mobile/fenix/issues/11273 6477 data_reviews: 6478 - https://github.com/mozilla-mobile/fenix/pull/12036 6479 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 6480 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6481 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 6482 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6483 data_sensitivity: 6484 - interaction 6485 notification_emails: 6486 - android-probes@mozilla.com 6487 expires: never 6488 metadata: 6489 tags: 6490 - Tabs 6491 inactive_tabs_expanded: 6492 type: event 6493 description: | 6494 A user tapped the "Inactive tabs" header to expand 6495 the group of inactive tabs. 6496 bugs: 6497 - https://github.com/mozilla-mobile/fenix/issues/20507 6498 data_reviews: 6499 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677 6500 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 6501 - https://github.com/mozilla-mobile/firefox-android/pull/1875 6502 data_sensitivity: 6503 - interaction 6504 notification_emails: 6505 - android-probes@mozilla.com 6506 expires: never 6507 metadata: 6508 tags: 6509 - Tabs 6510 inactive_tabs_collapsed: 6511 type: event 6512 description: | 6513 A user tapped the "Inactive tabs" header to collapse 6514 the group of inactive tabs. 6515 bugs: 6516 - https://github.com/mozilla-mobile/fenix/issues/20507 6517 data_reviews: 6518 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677 6519 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 6520 - https://github.com/mozilla-mobile/firefox-android/pull/1875 6521 data_sensitivity: 6522 - interaction 6523 notification_emails: 6524 - android-probes@mozilla.com 6525 expires: never 6526 metadata: 6527 tags: 6528 - Tabs 6529 has_inactive_tabs: 6530 type: event 6531 description: | 6532 A boolean that indicates if the user has any INACTIVE tabs. 6533 extra_keys: 6534 inactive_tabs_count: 6535 description: 6536 The number of inactive tabs the user currently has. 6537 type: quantity 6538 bugs: 6539 - https://github.com/mozilla-mobile/fenix/issues/21903 6540 data_reviews: 6541 - https://github.com/mozilla-mobile/fenix/pull/21908 6542 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6543 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6544 data_sensitivity: 6545 - interaction 6546 notification_emails: 6547 - android-probes@mozilla.com 6548 expires: never 6549 close_all_inactive_tabs: 6550 type: event 6551 description: | 6552 A user tapped the close all inactive tabs button in the the tabs tray 6553 bugs: 6554 - https://github.com/mozilla-mobile/fenix/issues/21903 6555 data_reviews: 6556 - https://github.com/mozilla-mobile/fenix/pull/21908 6557 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6558 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6559 data_sensitivity: 6560 - interaction 6561 notification_emails: 6562 - android-probes@mozilla.com 6563 expires: never 6564 auto_close_seen: 6565 type: event 6566 description: | 6567 A user has seen the auto-close dialog for inactive tabs. 6568 bugs: 6569 - https://github.com/mozilla-mobile/fenix/issues/22170 6570 data_reviews: 6571 - https://github.com/mozilla-mobile/fenix/pull/22171 6572 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6573 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6574 data_sensitivity: 6575 - interaction 6576 notification_emails: 6577 - android-probes@mozilla.com 6578 expires: never 6579 auto_close_turn_on_clicked: 6580 type: event 6581 description: | 6582 A user has clicked the turn-on auto-close button for inactive tabs. 6583 bugs: 6584 - https://github.com/mozilla-mobile/fenix/issues/22170 6585 data_reviews: 6586 - https://github.com/mozilla-mobile/fenix/pull/22171 6587 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6588 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6589 data_sensitivity: 6590 - interaction 6591 notification_emails: 6592 - android-probes@mozilla.com 6593 expires: never 6594 auto_close_dimissed: 6595 type: event 6596 description: | 6597 A user has dimissed the auto-close dialog for inactive tabs. 6598 bugs: 6599 - https://github.com/mozilla-mobile/fenix/issues/22170 6600 data_reviews: 6601 - https://github.com/mozilla-mobile/fenix/pull/22171 6602 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6603 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6604 data_sensitivity: 6605 - interaction 6606 notification_emails: 6607 - android-probes@mozilla.com 6608 expires: never 6609 close_inactive_tab: 6610 type: counter 6611 description: | 6612 A counter that indicates how many INACTIVE tabs a user has closed. 6613 bugs: 6614 - https://github.com/mozilla-mobile/fenix/issues/21903 6615 data_reviews: 6616 - https://github.com/mozilla-mobile/fenix/pull/21908 6617 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6618 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6619 data_sensitivity: 6620 - interaction 6621 notification_emails: 6622 - android-probes@mozilla.com 6623 expires: never 6624 open_inactive_tab: 6625 type: counter 6626 description: | 6627 A counter that indicates how many INACTIVE tabs a user has opened. 6628 bugs: 6629 - https://github.com/mozilla-mobile/fenix/issues/21903 6630 data_reviews: 6631 - https://github.com/mozilla-mobile/fenix/pull/21908 6632 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6633 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6634 data_sensitivity: 6635 - interaction 6636 notification_emails: 6637 - android-probes@mozilla.com 6638 expires: never 6639 inactive_tabs_cfr_settings: 6640 type: event 6641 description: | 6642 A user has opened settings via the inactive tabs CFR. 6643 bugs: 6644 - https://github.com/mozilla-mobile/fenix/issues/22298 6645 data_reviews: 6646 - https://github.com/mozilla-mobile/fenix/pull/22301 6647 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6648 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6649 data_sensitivity: 6650 - interaction 6651 notification_emails: 6652 - android-probes@mozilla.com 6653 expires: never 6654 inactive_tabs_cfr_dismissed: 6655 type: event 6656 description: | 6657 A user has dismissed the inactive tabs CFR. 6658 bugs: 6659 - https://github.com/mozilla-mobile/fenix/issues/22298 6660 data_reviews: 6661 - https://github.com/mozilla-mobile/fenix/pull/22301 6662 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6663 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6664 data_sensitivity: 6665 - interaction 6666 notification_emails: 6667 - android-probes@mozilla.com 6668 expires: never 6669 inactive_tabs_cfr_visible: 6670 type: event 6671 description: | 6672 An indication of whether the inactive tabs CFR is visible. 6673 bugs: 6674 - https://github.com/mozilla-mobile/fenix/issues/22298 6675 data_reviews: 6676 - https://github.com/mozilla-mobile/fenix/pull/22301 6677 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6678 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6679 data_sensitivity: 6680 - interaction 6681 notification_emails: 6682 - android-probes@mozilla.com 6683 expires: never 6684 enter_multiselect_mode: 6685 type: event 6686 description: | 6687 User has entered multiselect mode. 6688 bugs: 6689 - https://github.com/mozilla-mobile/fenix/issues/23399 6690 data_reviews: 6691 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057 6692 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6693 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6694 data_sensitivity: 6695 - interaction 6696 notification_emails: 6697 - android-probes@mozilla.com 6698 expires: never 6699 metadata: 6700 tags: 6701 - Tabs 6702 extra_keys: 6703 tab_selected: 6704 description: If a tab was selected when entering multi select. 6705 type: boolean 6706 share_selected_tabs: 6707 type: event 6708 description: | 6709 User has chosen to share selected tabs. 6710 bugs: 6711 - https://github.com/mozilla-mobile/fenix/issues/23399 6712 data_reviews: 6713 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057 6714 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6715 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6716 data_sensitivity: 6717 - interaction 6718 notification_emails: 6719 - android-probes@mozilla.com 6720 expires: never 6721 metadata: 6722 tags: 6723 - Tabs 6724 extra_keys: 6725 tab_count: 6726 description: The number of selected tabs shared. 6727 type: quantity 6728 bookmark_selected_tabs: 6729 type: event 6730 description: | 6731 User has chosen to bookmark selected tabs. 6732 bugs: 6733 - https://github.com/mozilla-mobile/fenix/issues/23399 6734 data_reviews: 6735 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057 6736 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6737 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6738 data_sensitivity: 6739 - interaction 6740 notification_emails: 6741 - android-probes@mozilla.com 6742 expires: never 6743 metadata: 6744 tags: 6745 - Tabs 6746 extra_keys: 6747 tab_count: 6748 description: The number of selected tabs bookmarked. 6749 type: quantity 6750 close_selected_tabs: 6751 type: event 6752 description: | 6753 User has chosen to close selected tabs. 6754 bugs: 6755 - https://github.com/mozilla-mobile/fenix/issues/23399 6756 data_reviews: 6757 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057 6758 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6759 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6760 data_sensitivity: 6761 - interaction 6762 notification_emails: 6763 - android-probes@mozilla.com 6764 expires: never 6765 metadata: 6766 tags: 6767 - Tabs 6768 extra_keys: 6769 tab_count: 6770 description: The number of selected tabs closed. 6771 type: quantity 6772 selected_tabs_to_collection: 6773 type: event 6774 description: | 6775 User has chosen to save selected tabs to a collection. 6776 bugs: 6777 - https://github.com/mozilla-mobile/fenix/issues/23399 6778 data_reviews: 6779 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057 6780 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 6781 - https://github.com/mozilla-mobile/firefox-android/pull/3319 6782 data_sensitivity: 6783 - interaction 6784 notification_emails: 6785 - android-probes@mozilla.com 6786 expires: never 6787 metadata: 6788 tags: 6789 - Tabs 6790 extra_keys: 6791 tab_count: 6792 description: The number of selected tabs added to colelction. 6793 type: quantity 6794 access_point: 6795 type: labeled_counter 6796 description: | 6797 The area that the tabs tray was accessed from. 6798 bugs: 6799 - https://github.com/mozilla-mobile/fenix/issues/24549 6800 data_reviews: 6801 - https://github.com/mozilla-mobile/fenix/pull/24671 6802 - https://github.com/mozilla-mobile/firefox-android/pull/1101 6803 notification_emails: 6804 - android-probes@mozilla.com 6805 data_sensitivity: 6806 - interaction 6807 expires: never 6808 6809 tab_strip: 6810 enabled: 6811 type: boolean 6812 lifetime: application 6813 description: | 6814 Whether or not Tab Strip is enabled by the user. 6815 bugs: 6816 - https://bugzilla.mozilla.org/show_bug.cgi?id=1999344 6817 data_reviews: 6818 - https://bugzilla.mozilla.org/show_bug.cgi?id=1999344 6819 data_sensitivity: 6820 - interaction 6821 notification_emails: 6822 - android-probes@mozilla.com 6823 expires: never 6824 metadata: 6825 tags: 6826 - Tabs 6827 new_tab_tapped: 6828 type: event 6829 description: | 6830 A user clicked new tab button in tab strip 6831 bugs: 6832 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6833 data_reviews: 6834 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6835 data_sensitivity: 6836 - interaction 6837 notification_emails: 6838 - android-probes@mozilla.com 6839 expires: never 6840 metadata: 6841 tags: 6842 - Tabs 6843 close_tab: 6844 type: event 6845 description: | 6846 A user closed the tab via tab strip 6847 bugs: 6848 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6849 data_reviews: 6850 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6851 data_sensitivity: 6852 - interaction 6853 notification_emails: 6854 - android-probes@mozilla.com 6855 expires: never 6856 metadata: 6857 tags: 6858 - Tabs 6859 select_tab: 6860 type: event 6861 description: | 6862 A user selected a tab via tab strip 6863 bugs: 6864 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6865 data_reviews: 6866 - https://bugzilla.mozilla.org/show_bug.cgi?id=1882111 6867 data_sensitivity: 6868 - interaction 6869 notification_emails: 6870 - android-probes@mozilla.com 6871 expires: never 6872 metadata: 6873 tags: 6874 - Tabs 6875 6876 collections: 6877 renamed: 6878 type: event 6879 description: | 6880 A user renamed a collection 6881 bugs: 6882 - https://github.com/mozilla-mobile/fenix/issues/969 6883 - https://github.com/mozilla-mobile/fenix/issues/19923 6884 data_reviews: 6885 - https://github.com/mozilla-mobile/fenix/pull/3935 6886 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6887 - https://github.com/mozilla-mobile/fenix/pull/18143 6888 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6889 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6890 data_sensitivity: 6891 - technical 6892 - interaction 6893 notification_emails: 6894 - android-probes@mozilla.com 6895 expires: never 6896 metadata: 6897 tags: 6898 - Collections 6899 tab_restored: 6900 type: event 6901 description: | 6902 A user restored a tab from collection tab list 6903 bugs: 6904 - https://github.com/mozilla-mobile/fenix/issues/969 6905 - https://github.com/mozilla-mobile/fenix/issues/19923 6906 data_reviews: 6907 - https://github.com/mozilla-mobile/fenix/pull/3935 6908 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6909 - https://github.com/mozilla-mobile/fenix/pull/18143 6910 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6911 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6912 data_sensitivity: 6913 - technical 6914 - interaction 6915 notification_emails: 6916 - android-probes@mozilla.com 6917 expires: never 6918 metadata: 6919 tags: 6920 - Collections 6921 all_tabs_restored: 6922 type: event 6923 description: | 6924 A user tapped "open tabs" from collection menu 6925 bugs: 6926 - https://github.com/mozilla-mobile/fenix/issues/969 6927 - https://github.com/mozilla-mobile/fenix/issues/19923 6928 data_reviews: 6929 - https://github.com/mozilla-mobile/fenix/pull/3935 6930 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6931 - https://github.com/mozilla-mobile/fenix/pull/18143 6932 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6933 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6934 data_sensitivity: 6935 - technical 6936 - interaction 6937 notification_emails: 6938 - android-probes@mozilla.com 6939 expires: never 6940 metadata: 6941 tags: 6942 - Collections 6943 tab_removed: 6944 type: event 6945 description: | 6946 A user tapped remove tab from collection tab list 6947 bugs: 6948 - https://github.com/mozilla-mobile/fenix/issues/969 6949 - https://github.com/mozilla-mobile/fenix/issues/19923 6950 data_reviews: 6951 - https://github.com/mozilla-mobile/fenix/pull/3935 6952 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6953 - https://github.com/mozilla-mobile/fenix/pull/18143 6954 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6955 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6956 data_sensitivity: 6957 - technical 6958 - interaction 6959 notification_emails: 6960 - android-probes@mozilla.com 6961 expires: never 6962 metadata: 6963 tags: 6964 - Collections 6965 shared: 6966 type: event 6967 description: | 6968 A user tapped share collection 6969 bugs: 6970 - https://github.com/mozilla-mobile/fenix/issues/969 6971 - https://github.com/mozilla-mobile/fenix/issues/19923 6972 data_reviews: 6973 - https://github.com/mozilla-mobile/fenix/pull/3935 6974 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6975 - https://github.com/mozilla-mobile/fenix/pull/18143 6976 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6977 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 6978 data_sensitivity: 6979 - technical 6980 - interaction 6981 notification_emails: 6982 - android-probes@mozilla.com 6983 expires: never 6984 metadata: 6985 tags: 6986 - Collections 6987 removed: 6988 type: event 6989 description: | 6990 A user tapped delete collection from collection menu 6991 bugs: 6992 - https://github.com/mozilla-mobile/fenix/issues/969 6993 - https://github.com/mozilla-mobile/fenix/issues/19923 6994 data_reviews: 6995 - https://github.com/mozilla-mobile/fenix/pull/3935 6996 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 6997 - https://github.com/mozilla-mobile/fenix/pull/18143 6998 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 6999 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7000 data_sensitivity: 7001 - technical 7002 - interaction 7003 notification_emails: 7004 - android-probes@mozilla.com 7005 expires: never 7006 metadata: 7007 tags: 7008 - Collections 7009 saved: 7010 type: event 7011 description: | 7012 A user saved a list of tabs to a new collection 7013 extra_keys: 7014 tabs_open: 7015 description: "The number of tabs open in the current session" 7016 type: string 7017 tabs_selected: 7018 description: "The number of tabs added to the collection" 7019 type: string 7020 bugs: 7021 - https://github.com/mozilla-mobile/fenix/issues/969 7022 - https://github.com/mozilla-mobile/fenix/issues/19923 7023 data_reviews: 7024 - https://github.com/mozilla-mobile/fenix/pull/3935 7025 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7026 - https://github.com/mozilla-mobile/fenix/pull/18143 7027 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7028 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7029 data_sensitivity: 7030 - technical 7031 - interaction 7032 notification_emails: 7033 - android-probes@mozilla.com 7034 expires: never 7035 metadata: 7036 tags: 7037 - Collections 7038 tabs_added: 7039 type: event 7040 description: | 7041 A user saved a list of tabs to an existing collection 7042 extra_keys: 7043 tabs_open: 7044 description: The number of tabs open in the current session 7045 type: string 7046 tabs_selected: 7047 description: The number of tabs added to the collection 7048 type: string 7049 bugs: 7050 - https://github.com/mozilla-mobile/fenix/issues/969 7051 - https://github.com/mozilla-mobile/fenix/issues/19923 7052 data_reviews: 7053 - https://github.com/mozilla-mobile/fenix/pull/3935 7054 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7055 - https://github.com/mozilla-mobile/fenix/pull/18143 7056 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7057 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7058 data_sensitivity: 7059 - technical 7060 - interaction 7061 notification_emails: 7062 - android-probes@mozilla.com 7063 expires: never 7064 metadata: 7065 tags: 7066 - Collections 7067 tab_select_opened: 7068 type: event 7069 description: | 7070 A user opened the select tabs screen (the first step of the collection 7071 creation flow) 7072 bugs: 7073 - https://github.com/mozilla-mobile/fenix/issues/969 7074 - https://github.com/mozilla-mobile/fenix/issues/19923 7075 data_reviews: 7076 - https://github.com/mozilla-mobile/fenix/pull/3935 7077 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7078 - https://github.com/mozilla-mobile/fenix/pull/18143 7079 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7080 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7081 data_sensitivity: 7082 - technical 7083 - interaction 7084 notification_emails: 7085 - android-probes@mozilla.com 7086 expires: never 7087 metadata: 7088 tags: 7089 - Collections 7090 add_tab_button: 7091 type: event 7092 description: | 7093 A user tapped the "add tab" button in the three dot menu of collections 7094 bugs: 7095 - https://github.com/mozilla-mobile/fenix/issues/969 7096 - https://github.com/mozilla-mobile/fenix/issues/19923 7097 data_reviews: 7098 - https://github.com/mozilla-mobile/fenix/pull/4358 7099 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7100 - https://github.com/mozilla-mobile/fenix/pull/18143 7101 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7102 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7103 data_sensitivity: 7104 - interaction 7105 notification_emails: 7106 - android-probes@mozilla.com 7107 expires: never 7108 metadata: 7109 tags: 7110 - Collections 7111 long_press: 7112 type: event 7113 description: | 7114 A user long pressed on a tab, triggering the collection creation screen 7115 bugs: 7116 - https://github.com/mozilla-mobile/fenix/issues/969 7117 - https://github.com/mozilla-mobile/fenix/issues/19923 7118 data_reviews: 7119 - https://github.com/mozilla-mobile/fenix/pull/4358 7120 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7121 - https://github.com/mozilla-mobile/fenix/pull/18143 7122 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7123 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7124 data_sensitivity: 7125 - interaction 7126 notification_emails: 7127 - android-probes@mozilla.com 7128 expires: never 7129 metadata: 7130 tags: 7131 - Collections 7132 save_button: 7133 type: event 7134 description: | 7135 A user pressed the "save to collection" button on either the home or 7136 browser screen, triggering the collection creation screen to open 7137 (tab_select_opened) 7138 bugs: 7139 - https://github.com/mozilla-mobile/fenix/issues/969 7140 - https://github.com/mozilla-mobile/fenix/issues/19923 7141 data_reviews: 7142 - https://github.com/mozilla-mobile/fenix/pull/4358 7143 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7144 - https://github.com/mozilla-mobile/fenix/pull/18143 7145 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7146 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7147 data_sensitivity: 7148 - interaction 7149 notification_emails: 7150 - android-probes@mozilla.com 7151 expires: never 7152 extra_keys: 7153 from_screen: 7154 description: | 7155 A string representing the screen from which the user pressed the save 7156 button. Currently one of: `browserMenu`, `homeMenu` or `home` 7157 type: string 7158 metadata: 7159 tags: 7160 - Collections 7161 rename_button: 7162 type: event 7163 description: | 7164 A user pressed the "rename collection" button in the three dot menu 7165 bugs: 7166 - https://github.com/mozilla-mobile/fenix/issues/969 7167 - https://github.com/mozilla-mobile/fenix/issues/19923 7168 data_reviews: 7169 - https://github.com/mozilla-mobile/fenix/pull/4539 7170 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 7171 - https://github.com/mozilla-mobile/fenix/pull/18143 7172 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7173 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7174 data_sensitivity: 7175 - interaction 7176 notification_emails: 7177 - android-probes@mozilla.com 7178 expires: never 7179 metadata: 7180 tags: 7181 - Collections 7182 placeholder_cancel: 7183 type: event 7184 description: | 7185 User interacted with the `X` button from the homescreen no collections 7186 placeholder. 7187 bugs: 7188 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821032 7189 data_reviews: 7190 - https://github.com/mozilla-mobile/firefox-android/pull/1167 7191 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7192 data_sensitivity: 7193 - interaction 7194 notification_emails: 7195 - android-probes@mozilla.com 7196 expires: never 7197 metadata: 7198 tags: 7199 - Collections 7200 7201 search_widget: 7202 new_tab_button: 7203 type: event 7204 description: | 7205 A user pressed anywhere from the Firefox logo until the start of the 7206 microphone icon, opening a new tab search screen. 7207 bugs: 7208 - https://github.com/mozilla-mobile/fenix/issues/4457 7209 data_reviews: 7210 - https://github.com/mozilla-mobile/fenix/pull/4714 7211 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7212 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7213 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7214 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7215 - https://github.com/mozilla-mobile/fenix/pull/28502 7216 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7217 data_sensitivity: 7218 - interaction 7219 notification_emails: 7220 - android-probes@mozilla.com 7221 expires: never 7222 metadata: 7223 tags: 7224 - Search 7225 voice_button: 7226 type: event 7227 description: | 7228 A user pressed the microphone icon, opening a new voice search screen. 7229 bugs: 7230 - https://github.com/mozilla-mobile/fenix/issues/4457 7231 data_reviews: 7232 - https://github.com/mozilla-mobile/fenix/pull/4714 7233 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7234 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7235 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7236 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7237 - https://github.com/mozilla-mobile/fenix/pull/28502 7238 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7239 data_sensitivity: 7240 - interaction 7241 notification_emails: 7242 - android-probes@mozilla.com 7243 expires: never 7244 metadata: 7245 tags: 7246 - Search 7247 7248 tracking_protection: 7249 exception_added: 7250 type: event 7251 description: | 7252 A user added a tracking protection exception through the TP toggle in the 7253 panel. 7254 bugs: 7255 - https://github.com/mozilla-mobile/fenix/issues/5312 7256 data_reviews: 7257 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7258 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7259 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7260 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7261 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7262 - https://github.com/mozilla-mobile/fenix/pull/28502 7263 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7264 data_sensitivity: 7265 - interaction 7266 notification_emails: 7267 - android-probes@mozilla.com 7268 expires: never 7269 metadata: 7270 tags: 7271 - TrackingProtection 7272 panel_settings: 7273 type: event 7274 description: | 7275 A user opened tracking protection settings from the panel. 7276 bugs: 7277 - https://github.com/mozilla-mobile/fenix/issues/5312 7278 data_reviews: 7279 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7280 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7281 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7282 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7283 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7284 - https://github.com/mozilla-mobile/fenix/pull/28502 7285 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7286 data_sensitivity: 7287 - interaction 7288 notification_emails: 7289 - android-probes@mozilla.com 7290 expires: never 7291 metadata: 7292 tags: 7293 - TrackingProtection 7294 etp_shield: 7295 type: event 7296 description: | 7297 A user pressed the tracking protection shield icon in toolbar. 7298 bugs: 7299 - https://github.com/mozilla-mobile/fenix/issues/5312 7300 data_reviews: 7301 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7302 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7303 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7304 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7305 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7306 - https://github.com/mozilla-mobile/fenix/pull/28502 7307 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7308 data_sensitivity: 7309 - interaction 7310 notification_emails: 7311 - android-probes@mozilla.com 7312 expires: never 7313 metadata: 7314 tags: 7315 - TrackingProtection 7316 etp_tracker_list: 7317 type: event 7318 description: | 7319 A user pressed into a list of categorized trackers in tracking protection 7320 panel. 7321 bugs: 7322 - https://github.com/mozilla-mobile/fenix/issues/5312 7323 data_reviews: 7324 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7325 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7326 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7327 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7328 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7329 - https://github.com/mozilla-mobile/fenix/pull/28502 7330 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7331 data_sensitivity: 7332 - interaction 7333 notification_emails: 7334 - android-probes@mozilla.com 7335 expires: never 7336 metadata: 7337 tags: 7338 - TrackingProtection 7339 etp_settings: 7340 type: event 7341 description: | 7342 A user opened tracking protection settings through settings. 7343 bugs: 7344 - https://github.com/mozilla-mobile/fenix/issues/5312 7345 data_reviews: 7346 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7347 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7348 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7349 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7350 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7351 - https://github.com/mozilla-mobile/fenix/pull/28502 7352 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7353 data_sensitivity: 7354 - interaction 7355 notification_emails: 7356 - android-probes@mozilla.com 7357 expires: never 7358 metadata: 7359 tags: 7360 - TrackingProtection 7361 etp_setting_changed: 7362 type: event 7363 description: | 7364 A user changed their tracking protection level setting to either strict, 7365 standard, or custom. 7366 extra_keys: 7367 etp_setting: 7368 description: "The new setting for ETP: strict, standard, custom" 7369 type: string 7370 bugs: 7371 - https://github.com/mozilla-mobile/fenix/issues/5312 7372 - https://github.com/mozilla-mobile/fenix/issues/11063 7373 data_reviews: 7374 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188 7375 - https://github.com/mozilla-mobile/fenix/pull/11383 7376 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7377 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7378 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7379 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7380 - https://github.com/mozilla-mobile/fenix/pull/28502 7381 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7382 data_sensitivity: 7383 - interaction 7384 notification_emails: 7385 - android-probes@mozilla.com 7386 expires: never 7387 metadata: 7388 tags: 7389 - TrackingProtection 7390 tcp_cfr_implicit_dismissal: 7391 type: event 7392 description: | 7393 The Total Cookie Protection CFR was dismissed by the user by interacting 7394 with the outside of the popup. 7395 bugs: 7396 - https://github.com/mozilla-mobile/fenix/issues/26224 7397 data_reviews: 7398 - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332 7399 - https://github.com/mozilla-mobile/firefox-android/pull/3319 7400 data_sensitivity: 7401 - interaction 7402 notification_emails: 7403 - android-probes@mozilla.com 7404 expires: never 7405 metadata: 7406 tags: 7407 - TrackingProtection 7408 tcp_cfr_explicit_dismissal: 7409 type: event 7410 description: | 7411 The Total Cookie Protection CFR was dismissed by the user by clicking on 7412 the "X" button to close the popup. 7413 bugs: 7414 - https://github.com/mozilla-mobile/fenix/issues/26224 7415 data_reviews: 7416 - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332 7417 - https://github.com/mozilla-mobile/firefox-android/pull/3319 7418 data_sensitivity: 7419 - interaction 7420 notification_emails: 7421 - android-probes@mozilla.com 7422 expires: never 7423 metadata: 7424 tags: 7425 - TrackingProtection 7426 tab: 7427 media_play: 7428 type: event 7429 description: | 7430 A user pressed the play icon on a tab from the home screen 7431 bugs: 7432 - https://github.com/mozilla-mobile/fenix/issues/5197 7433 data_reviews: 7434 - https://github.com/mozilla-mobile/fenix/pull/5266 7435 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7436 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7437 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7438 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7439 - https://github.com/mozilla-mobile/fenix/pull/28502 7440 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7441 data_sensitivity: 7442 - interaction 7443 notification_emails: 7444 - android-probes@mozilla.com 7445 expires: never 7446 no_lint: 7447 - COMMON_PREFIX 7448 metadata: 7449 tags: 7450 - Media 7451 media_pause: 7452 type: event 7453 description: | 7454 A user pressed the pause icon on a tab from the home screen 7455 bugs: 7456 - https://github.com/mozilla-mobile/fenix/issues/5197 7457 data_reviews: 7458 - https://github.com/mozilla-mobile/fenix/pull/5266 7459 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7460 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7461 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7462 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7463 - https://github.com/mozilla-mobile/fenix/pull/28502 7464 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7465 data_sensitivity: 7466 - interaction 7467 notification_emails: 7468 - android-probes@mozilla.com 7469 expires: never 7470 metadata: 7471 tags: 7472 - Media 7473 7474 media_notification: 7475 play: 7476 type: event 7477 description: | 7478 A user pressed the play icon on the media notification 7479 bugs: 7480 - https://github.com/mozilla-mobile/fenix/issues/5197 7481 data_reviews: 7482 - https://github.com/mozilla-mobile/fenix/pull/5520 7483 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7484 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7485 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7486 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7487 - https://github.com/mozilla-mobile/fenix/pull/28502 7488 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7489 data_sensitivity: 7490 - interaction 7491 notification_emails: 7492 - android-probes@mozilla.com 7493 expires: never 7494 metadata: 7495 tags: 7496 - Media 7497 pause: 7498 type: event 7499 description: | 7500 A user pressed the pause icon on the media notification 7501 bugs: 7502 - https://github.com/mozilla-mobile/fenix/issues/5197 7503 data_reviews: 7504 - https://github.com/mozilla-mobile/fenix/pull/5520 7505 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7506 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7507 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7508 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7509 - https://github.com/mozilla-mobile/fenix/pull/28502 7510 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7511 data_sensitivity: 7512 - interaction 7513 notification_emails: 7514 - android-probes@mozilla.com 7515 expires: never 7516 metadata: 7517 tags: 7518 - Media 7519 7520 media_state: 7521 play: 7522 type: event 7523 description: | 7524 Media started playing. 7525 bugs: 7526 - https://github.com/mozilla-mobile/fenix/issues/5705 7527 data_reviews: 7528 - https://github.com/mozilla-mobile/fenix/pull/6463 7529 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7530 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7531 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7532 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7533 - https://github.com/mozilla-mobile/fenix/pull/28502 7534 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7535 data_sensitivity: 7536 - interaction 7537 notification_emails: 7538 - android-probes@mozilla.com 7539 expires: never 7540 metadata: 7541 tags: 7542 - Media 7543 pause: 7544 type: event 7545 description: | 7546 Media playback was paused. 7547 bugs: 7548 - https://github.com/mozilla-mobile/fenix/issues/5705 7549 data_reviews: 7550 - https://github.com/mozilla-mobile/fenix/pull/6463 7551 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7552 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7553 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7554 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7555 - https://github.com/mozilla-mobile/fenix/pull/28502 7556 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7557 data_sensitivity: 7558 - interaction 7559 notification_emails: 7560 - android-probes@mozilla.com 7561 expires: never 7562 metadata: 7563 tags: 7564 - Media 7565 stop: 7566 type: event 7567 description: | 7568 Media playback has ended. 7569 bugs: 7570 - https://github.com/mozilla-mobile/fenix/issues/5705 7571 data_reviews: 7572 - https://github.com/mozilla-mobile/fenix/pull/6463 7573 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7574 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7575 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7576 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7577 - https://github.com/mozilla-mobile/fenix/pull/28502 7578 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7579 data_sensitivity: 7580 - interaction 7581 notification_emails: 7582 - android-probes@mozilla.com 7583 expires: never 7584 metadata: 7585 tags: 7586 - Media 7587 fullscreen: 7588 type: event 7589 description: | 7590 Video set to fullscreen. 7591 bugs: 7592 - https://github.com/mozilla-mobile/fenix/issues/15368 7593 data_reviews: 7594 - https://github.com/mozilla-mobile/fenix/pull/16833 7595 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7596 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7597 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7598 - https://github.com/mozilla-mobile/fenix/pull/28502 7599 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7600 data_sensitivity: 7601 - interaction 7602 notification_emails: 7603 - android-probes@mozilla.com 7604 expires: never 7605 metadata: 7606 tags: 7607 - Media 7608 picture_in_picture: 7609 type: event 7610 description: | 7611 Video set to picture in picture mode. 7612 bugs: 7613 - https://github.com/mozilla-mobile/fenix/issues/15368 7614 data_reviews: 7615 - https://github.com/mozilla-mobile/fenix/pull/16833 7616 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7617 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7618 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7619 - https://github.com/mozilla-mobile/fenix/pull/28502 7620 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7621 data_sensitivity: 7622 - interaction 7623 notification_emails: 7624 - android-probes@mozilla.com 7625 expires: never 7626 metadata: 7627 tags: 7628 - Media 7629 7630 logins: 7631 password_detected: 7632 type: event 7633 description: | 7634 Password was detected for a website. 7635 bugs: 7636 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857549 7637 data_reviews: 7638 - https://github.com/mozilla-mobile/firefox-android/pull/3978 7639 data_sensitivity: 7640 - interaction 7641 notification_emails: 7642 - android-probes@mozilla.com 7643 expires: never 7644 metadata: 7645 tags: 7646 - Logins 7647 autofill_prompt_shown: 7648 type: event 7649 description: | 7650 Password autofill prompt was shown. 7651 bugs: 7652 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 7653 data_reviews: 7654 - https://github.com/mozilla-mobile/firefox-android/pull/2802 7655 data_sensitivity: 7656 - interaction 7657 notification_emails: 7658 - android-probes@mozilla.com 7659 expires: never 7660 metadata: 7661 tags: 7662 - Logins 7663 autofill_prompt_dismissed: 7664 type: event 7665 description: | 7666 Password autofill prompt was dismissed. 7667 bugs: 7668 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 7669 data_reviews: 7670 - https://github.com/mozilla-mobile/firefox-android/pull/2802 7671 data_sensitivity: 7672 - interaction 7673 notification_emails: 7674 - android-probes@mozilla.com 7675 expires: never 7676 metadata: 7677 tags: 7678 - Logins 7679 autofilled: 7680 type: event 7681 description: | 7682 Password autofill performed. 7683 bugs: 7684 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 7685 data_reviews: 7686 - https://github.com/mozilla-mobile/firefox-android/pull/2802 7687 data_sensitivity: 7688 - interaction 7689 notification_emails: 7690 - android-probes@mozilla.com 7691 expires: never 7692 metadata: 7693 tags: 7694 - Logins 7695 management_add_tapped: 7696 type: event 7697 description: | 7698 User has tapped the add button through password management in settings menu. 7699 bugs: 7700 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 7701 data_reviews: 7702 - https://github.com/mozilla-mobile/firefox-android/pull/2802 7703 data_sensitivity: 7704 - interaction 7705 notification_emails: 7706 - android-probes@mozilla.com 7707 expires: never 7708 metadata: 7709 tags: 7710 - Logins 7711 management_logins_tapped: 7712 type: event 7713 description: | 7714 User has tapped on a saved login through password management in settings menu. 7715 bugs: 7716 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152 7717 data_reviews: 7718 - https://github.com/mozilla-mobile/firefox-android/pull/2802 7719 data_sensitivity: 7720 - interaction 7721 notification_emails: 7722 - android-probes@mozilla.com 7723 expires: never 7724 metadata: 7725 tags: 7726 - Logins 7727 open_logins: 7728 type: event 7729 description: | 7730 A user accessed Logins in Settings 7731 bugs: 7732 - https://github.com/mozilla-mobile/fenix/issues/5586 7733 data_reviews: 7734 - https://github.com/mozilla-mobile/fenix/pull/6352 7735 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7736 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7737 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7738 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 7739 data_sensitivity: 7740 - interaction 7741 notification_emails: 7742 - android-probes@mozilla.com 7743 expires: never 7744 metadata: 7745 tags: 7746 - Logins 7747 open_individual_login: 7748 type: event 7749 description: | 7750 A user accessed an individual login in saved logins 7751 bugs: 7752 - https://github.com/mozilla-mobile/fenix/issues/5586 7753 data_reviews: 7754 - https://github.com/mozilla-mobile/fenix/pull/6352 7755 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7756 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7757 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7758 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7759 - https://github.com/mozilla-mobile/fenix/pull/28502 7760 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7761 data_sensitivity: 7762 - interaction 7763 notification_emails: 7764 - android-probes@mozilla.com 7765 expires: never 7766 metadata: 7767 tags: 7768 - Logins 7769 copy_login: 7770 type: event 7771 description: | 7772 A user copied a piece of a login in saved logins 7773 bugs: 7774 - https://github.com/mozilla-mobile/fenix/issues/5586 7775 data_reviews: 7776 - https://github.com/mozilla-mobile/fenix/pull/6352 7777 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7778 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7779 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7780 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7781 - https://github.com/mozilla-mobile/fenix/pull/28502 7782 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7783 data_sensitivity: 7784 - interaction 7785 notification_emails: 7786 - android-probes@mozilla.com 7787 expires: never 7788 metadata: 7789 tags: 7790 - Logins 7791 view_password_login: 7792 type: event 7793 description: | 7794 A user viewed a password in an individual saved login 7795 bugs: 7796 - https://github.com/mozilla-mobile/fenix/issues/5586 7797 data_reviews: 7798 - https://github.com/mozilla-mobile/fenix/pull/6352 7799 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7800 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7801 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7802 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7803 - https://github.com/mozilla-mobile/fenix/pull/28502 7804 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7805 data_sensitivity: 7806 - interaction 7807 notification_emails: 7808 - android-probes@mozilla.com 7809 expires: never 7810 metadata: 7811 tags: 7812 - Logins 7813 save_logins_setting_changed: 7814 type: event 7815 description: | 7816 A user changed their setting for asking to save logins 7817 extra_keys: 7818 setting: 7819 type: string 7820 description: | 7821 The new setting for saving logins the user selected. Either 7822 `ask_to_save` or `never_save` 7823 bugs: 7824 - https://github.com/mozilla-mobile/fenix/issues/5586 7825 data_reviews: 7826 - https://github.com/mozilla-mobile/fenix/pull/7767 7827 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7828 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7829 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7830 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7831 - https://github.com/mozilla-mobile/fenix/pull/28502 7832 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7833 data_sensitivity: 7834 - interaction 7835 notification_emails: 7836 - android-probes@mozilla.com 7837 expires: never 7838 metadata: 7839 tags: 7840 - Logins 7841 open_login_editor: 7842 type: event 7843 description: | 7844 A user entered the edit screen for an individual saved login 7845 bugs: 7846 - https://github.com/mozilla-mobile/fenix/issues/10173 7847 data_reviews: 7848 - https://github.com/mozilla-mobile/fenix/issues/11208 7849 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7850 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7851 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7852 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7853 - https://github.com/mozilla-mobile/fenix/pull/28502 7854 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7855 data_sensitivity: 7856 - interaction 7857 notification_emails: 7858 - android-probes@mozilla.com 7859 expires: never 7860 metadata: 7861 tags: 7862 - Logins 7863 delete_saved_login: 7864 type: event 7865 description: | 7866 A user confirms delete of a saved login 7867 bugs: 7868 - https://github.com/mozilla-mobile/fenix/issues/10173 7869 data_reviews: 7870 - https://github.com/mozilla-mobile/fenix/issues/11208 7871 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7872 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7873 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7874 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7875 - https://github.com/mozilla-mobile/fenix/pull/28502 7876 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7877 data_sensitivity: 7878 - interaction 7879 notification_emails: 7880 - android-probes@mozilla.com 7881 expires: never 7882 metadata: 7883 tags: 7884 - Logins 7885 save_edited_login: 7886 type: event 7887 description: | 7888 A user saves changes made to an individual login 7889 bugs: 7890 - https://github.com/mozilla-mobile/fenix/issues/10173 7891 data_reviews: 7892 - https://github.com/mozilla-mobile/fenix/issues/11208 7893 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 7894 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 7895 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 7896 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 7897 - https://github.com/mozilla-mobile/fenix/pull/28502 7898 - https://github.com/mozilla-mobile/firefox-android/pull/4039 7899 data_sensitivity: 7900 - interaction 7901 notification_emails: 7902 - android-probes@mozilla.com 7903 expires: never 7904 metadata: 7905 tags: 7906 - Logins 7907 saved: 7908 type: counter 7909 description: | 7910 Counter of number of passwords that have been saved by user (including deleted). 7911 bugs: 7912 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 7913 data_reviews: 7914 - https://github.com/mozilla-mobile/firefox-android/pull/2555 7915 data_sensitivity: 7916 - interaction 7917 notification_emails: 7918 - android-probes@mozilla.com 7919 expires: never 7920 metadata: 7921 tags: 7922 - Logins 7923 saved_all: 7924 type: quantity 7925 lifetime: application 7926 description: | 7927 Counter of number of passwords currently saved by user. 7928 bugs: 7929 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 7930 data_reviews: 7931 - https://github.com/mozilla-mobile/firefox-android/pull/2555 7932 data_sensitivity: 7933 - interaction 7934 notification_emails: 7935 - android-probes@mozilla.com 7936 expires: never 7937 unit: integer 7938 metadata: 7939 tags: 7940 - Logins 7941 deleted: 7942 type: counter 7943 description: | 7944 Counter of number of passwords that have been deleted by user. 7945 bugs: 7946 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 7947 data_reviews: 7948 - https://github.com/mozilla-mobile/firefox-android/pull/2555 7949 data_sensitivity: 7950 - interaction 7951 notification_emails: 7952 - android-probes@mozilla.com 7953 expires: never 7954 metadata: 7955 tags: 7956 - Logins 7957 modified: 7958 type: counter 7959 description: | 7960 Counter of number of passwords that have been modified by user. 7961 bugs: 7962 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 7963 data_reviews: 7964 - https://github.com/mozilla-mobile/firefox-android/pull/2555 7965 data_sensitivity: 7966 - interaction 7967 notification_emails: 7968 - android-probes@mozilla.com 7969 expires: never 7970 metadata: 7971 tags: 7972 - Logins 7973 7974 email_mask: 7975 prompt_shown: 7976 type: event 7977 description: 7978 Triggered when the user highlights sign up email field for users who can use the Email Mask service. 7979 bugs: 7980 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 7981 data_reviews: 7982 - https://phabricator.services.mozilla.com/D276942 7983 data_sensitivity: 7984 - interaction 7985 notification_emails: 7986 - android-probes@mozilla.com 7987 expires: never 7988 metadata: 7989 tags: 7990 - Autofill 7991 - EmailMask 7992 autofill_failed: 7993 type: event 7994 description: 7995 Triggered when email mask autofill fails for any reason. 7996 extra_keys: 7997 error: 7998 description: 7999 The error causing email mask autofill to fail. 8000 type: string 8001 bugs: 8002 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 8003 data_reviews: 8004 - https://phabricator.services.mozilla.com/D276942 8005 data_sensitivity: 8006 - interaction 8007 notification_emails: 8008 - android-probes@mozilla.com 8009 expires: never 8010 metadata: 8011 tags: 8012 - Autofill 8013 - EmailMask 8014 autofill_success: 8015 type: event 8016 description: 8017 Triggered when the user successfully autofills an email field with a masked email from Email Mask service. 8018 extra_keys: 8019 is_new_email_mask: 8020 description: 8021 Returns true if a new email mask was generated for the user. Returns false if a previous email mask was reused. 8022 type: boolean 8023 bugs: 8024 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 8025 data_reviews: 8026 - https://phabricator.services.mozilla.com/D276942 8027 data_sensitivity: 8028 - interaction 8029 notification_emails: 8030 - android-probes@mozilla.com 8031 expires: never 8032 metadata: 8033 tags: 8034 - Autofill 8035 - EmailMask 8036 setting_changed: 8037 type: event 8038 description: 8039 Triggered when the user toggles the Email Mask setting on or off. 8040 extra_keys: 8041 setting: 8042 type: string 8043 description: 8044 A unique settings key. 8045 enabled: 8046 type: boolean 8047 description: 8048 The set value. 8049 send_in_pings: 8050 - metrics 8051 bugs: 8052 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 8053 data_reviews: 8054 - https://phabricator.services.mozilla.com/D276942 8055 data_sensitivity: 8056 - interaction 8057 notification_emails: 8058 - android-probes@mozilla.com 8059 expires: never 8060 metadata: 8061 tags: 8062 - Autofill 8063 - EmailMask 8064 - Settings 8065 learn_more_tapped: 8066 type: event 8067 description: 8068 Triggered when the user taps the "learn more" button in Settings for email masks. 8069 bugs: 8070 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 8071 data_reviews: 8072 - https://phabricator.services.mozilla.com/D276942 8073 data_sensitivity: 8074 - interaction 8075 notification_emails: 8076 - android-probes@mozilla.com 8077 expires: never 8078 metadata: 8079 tags: 8080 - Autofill 8081 - EmailMask 8082 - Settings 8083 manage_tapped: 8084 type: event 8085 description: 8086 Triggered when the user taps the external link in Settings to manage their email masks. 8087 bugs: 8088 - https://bugzilla.mozilla.org/show_bug.cgi?id=1977933 8089 data_reviews: 8090 - https://phabricator.services.mozilla.com/D276942 8091 data_sensitivity: 8092 - interaction 8093 notification_emails: 8094 - android-probes@mozilla.com 8095 expires: never 8096 metadata: 8097 tags: 8098 - Autofill 8099 - EmailMask 8100 - Settings 8101 8102 voice_search: 8103 tapped: 8104 type: event 8105 description: | 8106 A user selected the voice search button on the search screen. 8107 bugs: 8108 - https://github.com/mozilla-mobile/fenix/issues/10465 8109 data_reviews: 8110 - https://github.com/mozilla-mobile/fenix/pull/10785 8111 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8112 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8113 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8114 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 8115 - https://github.com/mozilla-mobile/fenix/pull/28502 8116 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8117 data_sensitivity: 8118 - interaction 8119 notification_emails: 8120 - android-probes@mozilla.com 8121 expires: never 8122 metadata: 8123 tags: 8124 - Search 8125 - Voice 8126 8127 top_sites: 8128 open_default: 8129 type: event 8130 description: | 8131 A user opened a default top site 8132 bugs: 8133 - https://github.com/mozilla-mobile/fenix/issues/8125 8134 data_reviews: 8135 - https://github.com/mozilla-mobile/fenix/pull/10752 8136 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8137 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8138 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8139 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8140 data_sensitivity: 8141 - interaction 8142 notification_emails: 8143 - android-probes@mozilla.com 8144 expires: never 8145 metadata: 8146 tags: 8147 - Shortcuts 8148 open_google_search_attribution: 8149 type: event 8150 description: | 8151 A user opened the google top site 8152 bugs: 8153 - https://github.com/mozilla-mobile/fenix/issues/17418 8154 data_reviews: 8155 - https://github.com/mozilla-mobile/fenix/pull/17637 8156 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8157 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8158 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8159 data_sensitivity: 8160 - interaction 8161 notification_emails: 8162 - android-probes@mozilla.com 8163 expires: never 8164 metadata: 8165 tags: 8166 - Search 8167 - Shortcuts 8168 open_baidu_search_attribution: 8169 type: event 8170 description: | 8171 A user opened the baidu top site 8172 bugs: 8173 - https://github.com/mozilla-mobile/fenix/issues/19490 8174 data_reviews: 8175 - https://github.com/mozilla-mobile/fenix/pull/20705 8176 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 8177 - https://github.com/mozilla-mobile/fenix/pull/28502 8178 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8179 data_sensitivity: 8180 - interaction 8181 notification_emails: 8182 - android-probes@mozilla.com 8183 expires: never 8184 metadata: 8185 tags: 8186 - Search 8187 - Shortcuts 8188 open_frecency: 8189 type: event 8190 description: | 8191 A user opened a frecency top site 8192 bugs: 8193 - https://github.com/mozilla-mobile/fenix/issues/14565 8194 data_reviews: 8195 - https://github.com/mozilla-mobile/fenix/pull/15136 8196 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8197 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8198 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8199 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8200 data_sensitivity: 8201 - interaction 8202 notification_emails: 8203 - android-probes@mozilla.com 8204 expires: never 8205 metadata: 8206 tags: 8207 - Shortcuts 8208 open_pinned: 8209 type: event 8210 description: | 8211 A user opened a pinned top site 8212 bugs: 8213 - https://github.com/mozilla-mobile/fenix/issues/14565 8214 data_reviews: 8215 - https://github.com/mozilla-mobile/fenix/pull/15136 8216 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8217 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8218 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8219 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8220 data_sensitivity: 8221 - interaction 8222 notification_emails: 8223 - android-probes@mozilla.com 8224 expires: never 8225 metadata: 8226 tags: 8227 - Shortcuts 8228 swipe_carousel: 8229 type: event 8230 description: | 8231 A user swiped to change the page of the top sites carousel 8232 extra_keys: 8233 page: 8234 type: string 8235 description: | 8236 The page number the carousel is now on 8237 bugs: 8238 - https://github.com/mozilla-mobile/fenix/issues/14565 8239 data_reviews: 8240 - https://github.com/mozilla-mobile/fenix/pull/15136 8241 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8242 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8243 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8244 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8245 data_sensitivity: 8246 - interaction 8247 notification_emails: 8248 - android-probes@mozilla.com 8249 expires: never 8250 metadata: 8251 tags: 8252 - Shortcuts 8253 long_press: 8254 type: event 8255 description: | 8256 A user long pressed on a top site 8257 extra_keys: 8258 type: 8259 type: string 8260 description: | 8261 The type of top site. Options are: "FRECENCY", "DEFAULT", 8262 "PINNED", or "PROVIDED" 8263 bugs: 8264 - https://github.com/mozilla-mobile/fenix/issues/14565 8265 - https://github.com/mozilla-mobile/fenix/issues/23526 8266 data_reviews: 8267 - https://github.com/mozilla-mobile/fenix/pull/15136 8268 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8269 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8270 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8271 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8272 - https://github.com/mozilla-mobile/fenix/pull/23541 8273 data_sensitivity: 8274 - interaction 8275 notification_emails: 8276 - android-probes@mozilla.com 8277 expires: never 8278 metadata: 8279 tags: 8280 - Shortcuts 8281 open_in_new_tab: 8282 type: event 8283 description: | 8284 A user opens a new tab based on a top site item 8285 bugs: 8286 - https://github.com/mozilla-mobile/fenix/issues/6757 8287 data_reviews: 8288 - https://github.com/mozilla-mobile/fenix/pull/7523 8289 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8290 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8291 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8292 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8293 data_sensitivity: 8294 - interaction 8295 notification_emails: 8296 - android-probes@mozilla.com 8297 expires: never 8298 metadata: 8299 tags: 8300 - Shortcuts 8301 open_in_private_tab: 8302 type: event 8303 description: | 8304 A user opens a new private tab based on a top site item 8305 bugs: 8306 - https://github.com/mozilla-mobile/fenix/issues/6757 8307 data_reviews: 8308 - https://github.com/mozilla-mobile/fenix/pull/7523 8309 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8310 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8311 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8312 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8313 data_sensitivity: 8314 - interaction 8315 notification_emails: 8316 - android-probes@mozilla.com 8317 expires: never 8318 metadata: 8319 tags: 8320 - Shortcuts 8321 remove: 8322 type: event 8323 description: | 8324 A user removes a top site item 8325 bugs: 8326 - https://github.com/mozilla-mobile/fenix/issues/6757 8327 data_reviews: 8328 - https://github.com/mozilla-mobile/fenix/pull/7523 8329 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8330 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8331 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8332 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8333 data_sensitivity: 8334 - interaction 8335 notification_emails: 8336 - android-probes@mozilla.com 8337 expires: never 8338 metadata: 8339 tags: 8340 - Shortcuts 8341 google_top_site_removed: 8342 type: event 8343 description: | 8344 A user removed the default Google top site 8345 bugs: 8346 - https://github.com/mozilla-mobile/fenix/issues/21841 8347 data_reviews: 8348 - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568 8349 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 8350 - https://github.com/mozilla-mobile/fenix/pull/28502 8351 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8352 data_sensitivity: 8353 - interaction 8354 notification_emails: 8355 - android-probes@mozilla.com 8356 expires: never 8357 baidu_top_site_removed: 8358 type: event 8359 description: | 8360 A user removed the default Baidu top site 8361 bugs: 8362 - https://github.com/mozilla-mobile/fenix/issues/21841 8363 data_reviews: 8364 - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568 8365 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 8366 - https://github.com/mozilla-mobile/fenix/pull/28502 8367 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8368 data_sensitivity: 8369 - interaction 8370 notification_emails: 8371 - android-probes@mozilla.com 8372 expires: never 8373 open_contile_top_site: 8374 type: event 8375 description: | 8376 A user has opened a contile top site. 8377 bugs: 8378 - https://github.com/mozilla-mobile/fenix/issues/23526 8379 data_reviews: 8380 - https://github.com/mozilla-mobile/fenix/pull/23541 8381 - https://github.com/mozilla-mobile/fenix/pull/28502 8382 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8383 data_sensitivity: 8384 - interaction 8385 notification_emails: 8386 - android-probes@mozilla.com 8387 expires: never 8388 open_contile_in_private_tab: 8389 type: event 8390 description: | 8391 A user has opened a contile top site in a private tab via the long 8392 press context menu. 8393 bugs: 8394 - https://github.com/mozilla-mobile/fenix/issues/23526 8395 data_reviews: 8396 - https://github.com/mozilla-mobile/fenix/pull/23541 8397 - https://github.com/mozilla-mobile/fenix/pull/28502 8398 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8399 data_sensitivity: 8400 - interaction 8401 notification_emails: 8402 - android-probes@mozilla.com 8403 expires: never 8404 contile_settings: 8405 type: event 8406 description: | 8407 A user has selected "Settings" via the contile top sites 8408 longpress context menu. 8409 bugs: 8410 - https://github.com/mozilla-mobile/fenix/issues/23526 8411 data_reviews: 8412 - https://github.com/mozilla-mobile/fenix/pull/23541 8413 - https://github.com/mozilla-mobile/fenix/pull/28502 8414 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8415 data_sensitivity: 8416 - interaction 8417 notification_emails: 8418 - android-probes@mozilla.com 8419 expires: never 8420 contile_sponsors_and_privacy: 8421 type: event 8422 description: | 8423 A user has selected "Our sponsors & your privacy" via the 8424 contile top sites longpress context menu. 8425 bugs: 8426 - https://github.com/mozilla-mobile/fenix/issues/23526 8427 data_reviews: 8428 - https://github.com/mozilla-mobile/fenix/pull/23541 8429 - https://github.com/mozilla-mobile/fenix/pull/28502 8430 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8431 data_sensitivity: 8432 - interaction 8433 notification_emails: 8434 - android-probes@mozilla.com 8435 expires: never 8436 context_id: 8437 type: uuid 8438 lifetime: application 8439 description: | 8440 A UUID that is unjoinable with other browser metrics. This ID will not be 8441 shared with AdM, only for internal uses. This ID is shared across all 8442 contextual services features. 8443 send_in_pings: 8444 - topsites-impression 8445 bugs: 8446 - https://github.com/mozilla-mobile/fenix/issues/23893 8447 data_reviews: 8448 - https://github.com/mozilla-mobile/fenix/pull/23945 8449 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8450 data_sensitivity: 8451 - highly_sensitive 8452 notification_emails: 8453 - android-probes@mozilla.com 8454 expires: never 8455 metadata: 8456 tags: 8457 - Shortcuts 8458 contile_tile_id: 8459 type: quantity 8460 description: | 8461 A unique identifier provided by the AdM for the sponsored TopSites tile 8462 lifetime: ping 8463 send_in_pings: 8464 - topsites-impression 8465 bugs: 8466 - https://github.com/mozilla-mobile/fenix/issues/23893 8467 data_reviews: 8468 - https://github.com/mozilla-mobile/fenix/pull/23945 8469 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8470 data_sensitivity: 8471 - technical 8472 - interaction 8473 notification_emails: 8474 - android-probes@mozilla.com 8475 expires: never 8476 unit: integer 8477 metadata: 8478 tags: 8479 - Shortcuts 8480 contile_advertiser: 8481 type: string 8482 description: | 8483 Advertiser brand for the sponsored TopSites tile 8484 lifetime: ping 8485 send_in_pings: 8486 - topsites-impression 8487 bugs: 8488 - https://github.com/mozilla-mobile/fenix/issues/23893 8489 data_reviews: 8490 - https://github.com/mozilla-mobile/fenix/pull/23945 8491 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8492 data_sensitivity: 8493 - technical 8494 - interaction 8495 notification_emails: 8496 - android-probes@mozilla.com 8497 expires: never 8498 metadata: 8499 tags: 8500 - Shortcuts 8501 contile_reporting_url: 8502 type: url 8503 description: | 8504 The AdM reporting endpoint (impression_url for “impression” event, 8505 click_url for “click” event). 8506 lifetime: ping 8507 send_in_pings: 8508 - topsites-impression 8509 bugs: 8510 - https://github.com/mozilla-mobile/fenix/issues/23893 8511 data_reviews: 8512 - https://github.com/mozilla-mobile/fenix/pull/23945 8513 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8514 data_sensitivity: 8515 - technical 8516 - interaction 8517 notification_emails: 8518 - android-probes@mozilla.com 8519 expires: never 8520 metadata: 8521 tags: 8522 - Shortcuts 8523 contile_impression: 8524 type: event 8525 description: | 8526 A user saw a Contile top site 8527 extra_keys: 8528 source: 8529 description: The source of the event, example "newtab", "urlbar" 8530 type: string 8531 position: 8532 description: The tile placement (1-based) 8533 type: quantity 8534 send_in_pings: 8535 - topsites-impression 8536 - events 8537 bugs: 8538 - https://github.com/mozilla-mobile/fenix/issues/23893 8539 data_reviews: 8540 - https://github.com/mozilla-mobile/fenix/pull/23945 8541 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8542 data_sensitivity: 8543 - interaction 8544 notification_emails: 8545 - android-probes@mozilla.com 8546 expires: never 8547 metadata: 8548 tags: 8549 - Shortcuts 8550 contile_click: 8551 type: event 8552 description: | 8553 A user clicked a Contile top site 8554 extra_keys: 8555 source: 8556 description: The source of the event, example "newtab", "urlbar" 8557 type: string 8558 position: 8559 description: The tile placement (1-based) 8560 type: quantity 8561 send_in_pings: 8562 - topsites-impression 8563 - events 8564 bugs: 8565 - https://github.com/mozilla-mobile/fenix/issues/23893 8566 data_reviews: 8567 - https://github.com/mozilla-mobile/fenix/pull/23945 8568 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549 8569 data_sensitivity: 8570 - interaction 8571 notification_emails: 8572 - android-probes@mozilla.com 8573 expires: never 8574 metadata: 8575 tags: 8576 - Shortcuts 8577 shortcuts_library: 8578 viewed: 8579 type: event 8580 description: | 8581 A user viewed the shortcuts library 8582 bugs: 8583 - https://bugzilla.mozilla.org/show_bug.cgi?id=1983357 8584 data_reviews: 8585 - https://phabricator.services.mozilla.com/D270046 8586 data_sensitivity: 8587 - interaction 8588 notification_emails: 8589 - android-probes@mozilla.com 8590 expires: never 8591 metadata: 8592 tags: 8593 - Shortcuts 8594 app_menu: 8595 customize_homepage: 8596 type: event 8597 description: | 8598 User has tapped on Customize Homepage in the app menu. 8599 bugs: 8600 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841156 8601 - https://bugzilla.mozilla.org/show_bug.cgi?id=1932894 8602 data_reviews: 8603 - https://github.com/mozilla-mobile/firefox-android/pull/2726 8604 data_sensitivity: 8605 - interaction 8606 notification_emails: 8607 - android-probes@mozilla.com 8608 expires: never 8609 sign_into_sync: 8610 type: counter 8611 description: | 8612 Counts the number of times a user has clicked "sign into sync" from the settings page. 8613 bugs: 8614 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836166 8615 data_reviews: 8616 - https://github.com/mozilla-mobile/firefox-android/pull/2550 8617 data_sensitivity: 8618 - interaction 8619 notification_emails: 8620 - android-probes@mozilla.com 8621 expires: never 8622 metadata: 8623 tags: 8624 - Sync 8625 - Settings 8626 app_theme: 8627 dark_theme_selected: 8628 type: event 8629 description: | 8630 A user selected Dark Theme 8631 extra_keys: 8632 source: 8633 type: string 8634 description: | 8635 The source from where dark theme was selected. The source can be 8636 'SETTINGS' or 'ONBOARDING' 8637 bugs: 8638 - https://github.com/mozilla-mobile/fenix/issues/7289 8639 - https://github.com/mozilla-mobile/fenix/issues/19923 8640 data_reviews: 8641 - https://github.com/mozilla-mobile/fenix/pull/7968 8642 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 8643 - https://github.com/mozilla-mobile/fenix/pull/18143 8644 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8645 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 8646 - https://github.com/mozilla-mobile/fenix/pull/27295 8647 - https://github.com/mozilla-mobile/firefox-android/pull/4039 8648 data_sensitivity: 8649 - interaction 8650 notification_emails: 8651 - android-probes@mozilla.com 8652 expires: never 8653 metadata: 8654 tags: 8655 - Themes 8656 pocket: 8657 home_recs_shown: 8658 type: event 8659 description: | 8660 The Pocket recommended stories are shown on the home screen. 8661 bugs: 8662 - https://github.com/mozilla-mobile/fenix/issues/21593 8663 data_reviews: 8664 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506 8665 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8666 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8667 data_sensitivity: 8668 - interaction 8669 notification_emails: 8670 - android-probes@mozilla.com 8671 expires: never 8672 metadata: 8673 tags: 8674 - PocketIntegration 8675 home_recs_story_clicked: 8676 type: event 8677 description: | 8678 User tapped a Pocket recommended story to be opened. 8679 extra_keys: 8680 times_shown: 8681 type: string 8682 description: | 8683 How many times was this story shown, including current. 8684 position: 8685 type: string 8686 description: | 8687 Position of the clicked story in the list shown. 8688 Uses the [row x column] matrix notation. 8689 bugs: 8690 - https://github.com/mozilla-mobile/fenix/issues/21593 8691 data_reviews: 8692 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506 8693 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8694 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8695 data_sensitivity: 8696 - interaction 8697 notification_emails: 8698 - android-probes@mozilla.com 8699 expires: never 8700 metadata: 8701 tags: 8702 - PocketIntegration 8703 home_recs_spoc_clicked: 8704 type: event 8705 description: | 8706 User tapped a Pocket sponsored story to be opened. 8707 extra_keys: 8708 spoc_id: 8709 type: string 8710 description: | 8711 Id of the shown sponsored story. 8712 Until version 112 this will be the `flight_id` allowing to 8713 identify stories across different campaigns. 8714 From version 112 this will be the story `id` identifying a 8715 specific story irrespective of the campaign it is part of. 8716 times_shown: 8717 type: string 8718 description: | 8719 How many times was this story shown, including current. 8720 position: 8721 type: string 8722 description: | 8723 Position of the clicked story in the list shown. 8724 Uses the [row x column] matrix notation. 8725 bugs: 8726 - https://github.com/mozilla-mobile/fenix/issues/25401 8727 - https://bugzilla.mozilla.org/show_bug.cgi?id=1815160 8728 data_reviews: 8729 - https://github.com/mozilla-mobile/fenix/pull/28796#issuecomment-1422818844 8730 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855 8731 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8732 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8733 data_sensitivity: 8734 - interaction 8735 notification_emails: 8736 - android-probes@mozilla.com 8737 expires: never 8738 metadata: 8739 tags: 8740 - PocketIntegration 8741 spoc_shim: 8742 type: text 8743 description: | 8744 Shim data of the Pocket sponsored story the user just 8745 interacted with. 8746 The shim is a unique base64 string identifying each story and 8747 type of user interaction: story impression or click. 8748 bugs: 8749 - https://github.com/mozilla-mobile/fenix/issues/27549 8750 - https://mozilla-hub.atlassian.net/browse/FNXV2-21791 8751 data_reviews: 8752 - https://github.com/mozilla-mobile/fenix/pull/27550#issuecomment-1295027631 8753 data_sensitivity: 8754 - web_activity 8755 notification_emails: 8756 - android-probes@mozilla.com 8757 expires: never 8758 send_in_pings: 8759 - spoc 8760 metadata: 8761 tags: 8762 - PocketIntegration 8763 home_recs_spoc_shown: 8764 type: event 8765 description: | 8766 A particular Pocket sponsored story was visible more than 50% 8767 on the homescreen. 8768 extra_keys: 8769 spoc_id: 8770 type: string 8771 description: | 8772 Id of the shown sponsored story. 8773 Until version 112 this will be the `flight_id` allowing to 8774 identify stories across different campaigns. 8775 From version 112 this will be the story `id` identifying a 8776 specific story irrespective of the campaign it is part of. 8777 times_shown: 8778 type: string 8779 description: | 8780 How many times was this story shown, including current. 8781 position: 8782 type: string 8783 description: | 8784 Position of the story in the list shown. 8785 Uses the [row x column] matrix notation. 8786 bugs: 8787 - https://github.com/mozilla-mobile/fenix/issues/25401 8788 - https://bugzilla.mozilla.org/show_bug.cgi?id=1815160 8789 data_reviews: 8790 - https://github.com/mozilla-mobile/fenix/pull/28796#issuecomment-1422818844 8791 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855 8792 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8793 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8794 data_sensitivity: 8795 - interaction 8796 notification_emails: 8797 - android-probes@mozilla.com 8798 expires: never 8799 metadata: 8800 tags: 8801 - PocketIntegration 8802 home_recs_category_clicked: 8803 type: event 8804 description: | 8805 User tapped a Pocket stories category to filter stories. 8806 extra_keys: 8807 category_name: 8808 type: string 8809 description: | 8810 Pocket set topic name representing the just clicked category. 8811 selected_total: 8812 type: string 8813 description: | 8814 How many categories were selected before this being tapped. 8815 new_state: 8816 type: string 8817 description: | 8818 Category's new state after being tapped. 8819 Possible values: [selected], [deselected]. 8820 bugs: 8821 - https://github.com/mozilla-mobile/fenix/issues/21593 8822 data_reviews: 8823 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506 8824 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8825 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8826 data_sensitivity: 8827 - interaction 8828 notification_emails: 8829 - android-probes@mozilla.com 8830 expires: never 8831 metadata: 8832 tags: 8833 - PocketIntegration 8834 home_recs_discover_clicked: 8835 type: event 8836 description: | 8837 User tapped the "Discover more" tile to open a new tab 8838 for more Pocket stories. 8839 bugs: 8840 - https://github.com/mozilla-mobile/fenix/issues/21593 8841 data_reviews: 8842 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506 8843 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8844 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8845 data_sensitivity: 8846 - interaction 8847 notification_emails: 8848 - android-probes@mozilla.com 8849 expires: never 8850 metadata: 8851 tags: 8852 - PocketIntegration 8853 home_recs_learn_more_clicked: 8854 type: event 8855 description: | 8856 User tapped "Learn more" to open a new tab for Pocket. 8857 bugs: 8858 - https://github.com/mozilla-mobile/fenix/issues/21593 8859 data_reviews: 8860 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506 8861 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884 8862 - https://github.com/mozilla-mobile/firefox-android/pull/3319 8863 data_sensitivity: 8864 - interaction 8865 notification_emails: 8866 - android-probes@mozilla.com 8867 expires: never 8868 metadata: 8869 tags: 8870 - PocketIntegration 8871 stories_library: 8872 viewed: 8873 type: event 8874 description: | 8875 A user viewed the "discover more" content feed 8876 bugs: 8877 - https://bugzilla.mozilla.org/show_bug.cgi?id=1984410 8878 data_reviews: 8879 - https://phabricator.services.mozilla.com/D270402 8880 data_sensitivity: 8881 - interaction 8882 notification_emails: 8883 - android-probes@mozilla.com 8884 expires: never 8885 metadata: 8886 tags: 8887 - PocketIntegration 8888 first_session: 8889 campaign: 8890 type: string 8891 send_in_pings: 8892 - first-session 8893 description: | 8894 The name of the campaign that is responsible for this installation. 8895 bugs: 8896 - https://github.com/mozilla-mobile/fenix/issues/7295 8897 data_reviews: 8898 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 8899 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8900 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8901 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8902 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8903 data_sensitivity: 8904 - technical 8905 - interaction 8906 notification_emails: 8907 - android-probes@mozilla.com 8908 expires: never 8909 metadata: 8910 tags: 8911 - Performance 8912 - Attribution 8913 network: 8914 type: string 8915 send_in_pings: 8916 - first-session 8917 description: | 8918 The name of the Network that sourced this installation. 8919 bugs: 8920 - https://github.com/mozilla-mobile/fenix/issues/7295 8921 data_reviews: 8922 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 8923 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8924 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8925 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8926 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8927 data_sensitivity: 8928 - technical 8929 - interaction 8930 notification_emails: 8931 - android-probes@mozilla.com 8932 expires: never 8933 metadata: 8934 tags: 8935 - Performance 8936 - Attribution 8937 adgroup: 8938 type: string 8939 send_in_pings: 8940 - first-session 8941 description: | 8942 The name of the AdGroup that was used to source this installation. 8943 bugs: 8944 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 8945 data_reviews: 8946 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836 8947 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8948 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8949 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8950 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8951 data_sensitivity: 8952 - technical 8953 - interaction 8954 notification_emails: 8955 - android-probes@mozilla.com 8956 expires: never 8957 metadata: 8958 tags: 8959 - Telemetry 8960 - Attribution 8961 creative: 8962 send_in_pings: 8963 - first-session 8964 type: string 8965 description: | 8966 The identifier of the creative material that the user interacted with. 8967 bugs: 8968 - https://github.com/mozilla-mobile/fenix/issues/7295 8969 data_reviews: 8970 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 8971 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 8972 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 8973 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 8974 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 8975 data_sensitivity: 8976 - technical 8977 - interaction 8978 notification_emails: 8979 - android-probes@mozilla.com 8980 expires: never 8981 metadata: 8982 tags: 8983 - Performance 8984 - Attribution 8985 distribution_id: 8986 type: string 8987 lifetime: application 8988 description: | 8989 A string containing the distribution identifier. This was used 8990 to identify installs from Mozilla Online, but now also identifies 8991 partnership deal distributions 8992 send_in_pings: 8993 - first-session 8994 bugs: 8995 - https://github.com/mozilla-mobile/fenix/issues/20376 8996 data_reviews: 8997 - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848 8998 data_sensitivity: 8999 - technical 9000 notification_emails: 9001 - android-probes@mozilla.com 9002 - rxu@mozilla.com 9003 expires: never 9004 timestamp: 9005 send_in_pings: 9006 - first-session 9007 type: datetime 9008 description: | 9009 The Glean generated date and time of the installation. This is 9010 unique per app install, though the rest of the data in this 9011 ping is from Adjust and will remain static across installs. 9012 bugs: 9013 - https://github.com/mozilla-mobile/fenix/issues/7295 9014 data_reviews: 9015 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 9016 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9017 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9018 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 9019 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9020 data_sensitivity: 9021 - technical 9022 - interaction 9023 notification_emails: 9024 - android-probes@mozilla.com 9025 expires: never 9026 metadata: 9027 tags: 9028 - Performance 9029 - Attribution 9030 adjust_attribution_time: 9031 type: timing_distribution 9032 time_unit: millisecond 9033 send_in_pings: 9034 - first-session 9035 - metrics 9036 description: > 9037 The time that it takes to derive the attribution parameters by 9038 the Adjust SDK. 9039 bugs: 9040 - https://bugzilla.mozilla.org/show_bug.cgi?id=1823492 9041 data_reviews: 9042 - https://github.com/mozilla-mobile/firefox-android/pull/1341#pullrequestreview-1354835757 9043 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9044 data_sensitivity: 9045 - technical 9046 notification_emails: 9047 - android-probes@mozilla.com 9048 expires: never 9049 metadata: 9050 tags: 9051 - Performance 9052 - Attribution 9053 install_source: 9054 type: string 9055 lifetime: application 9056 description: | 9057 Used to identify the source the app was installed from. 9058 send_in_pings: 9059 - metrics 9060 - first-session 9061 - baseline 9062 bugs: 9063 - https://bugzilla.mozilla.org/show_bug.cgi?id=1898363 9064 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908383 9065 data_reviews: 9066 - https://phabricator.services.mozilla.com/D212913 9067 - https://phabricator.services.mozilla.com/D216935 9068 data_sensitivity: 9069 - technical 9070 notification_emails: 9071 - android-probes@mozilla.com 9072 expires: never 9073 no_lint: 9074 - BASELINE_PING 9075 play_store_attribution: 9076 install_referrer_response: 9077 type: text 9078 send_in_pings: 9079 - first-session 9080 - play-store-attribution 9081 description: | 9082 The full install referrer response. 9083 bugs: 9084 - https://bugzilla.mozilla.org/show_bug.cgi?id=1862737 9085 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9086 data_reviews: 9087 - https://github.com/mozilla-mobile/firefox-android/pull/4343 9088 - https://phabricator.services.mozilla.com/D238284 9089 data_sensitivity: 9090 # - technical 9091 - web_activity # This is a workaround so we can use Text type for technical data. 9092 notification_emails: 9093 - android-probes@mozilla.com 9094 expires: never 9095 metadata: 9096 tags: 9097 - Attribution 9098 source: 9099 type: string 9100 send_in_pings: 9101 - first-session 9102 - play-store-attribution 9103 description: | 9104 The name of the utm_source that is responsible for this installation. 9105 bugs: 9106 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9107 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9108 data_reviews: 9109 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9110 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9111 - https://phabricator.services.mozilla.com/D238284 9112 data_sensitivity: 9113 - technical 9114 - interaction 9115 notification_emails: 9116 - android-probes@mozilla.com 9117 expires: never 9118 metadata: 9119 tags: 9120 - Attribution 9121 medium: 9122 type: string 9123 send_in_pings: 9124 - first-session 9125 - play-store-attribution 9126 description: | 9127 The name of the utm_medium that is responsible for this installation. 9128 bugs: 9129 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9130 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9131 data_reviews: 9132 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9133 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9134 - https://phabricator.services.mozilla.com/D238284 9135 data_sensitivity: 9136 - technical 9137 - interaction 9138 notification_emails: 9139 - android-probes@mozilla.com 9140 expires: never 9141 metadata: 9142 tags: 9143 - Attribution 9144 campaign: 9145 type: string 9146 send_in_pings: 9147 - first-session 9148 - play-store-attribution 9149 description: | 9150 The name of the utm_campaign that is responsible for this installation. 9151 bugs: 9152 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9153 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9154 data_reviews: 9155 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9156 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9157 - https://phabricator.services.mozilla.com/D238284 9158 data_sensitivity: 9159 - technical 9160 - interaction 9161 notification_emails: 9162 - android-probes@mozilla.com 9163 expires: never 9164 metadata: 9165 tags: 9166 - Attribution 9167 term: 9168 type: string 9169 send_in_pings: 9170 - first-session 9171 - play-store-attribution 9172 description: | 9173 The name of the utm_term that is responsible for this installation. 9174 bugs: 9175 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9176 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9177 data_reviews: 9178 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9179 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9180 - https://phabricator.services.mozilla.com/D238284 9181 data_sensitivity: 9182 - technical 9183 - interaction 9184 notification_emails: 9185 - android-probes@mozilla.com 9186 expires: never 9187 metadata: 9188 tags: 9189 - Attribution 9190 content: 9191 type: string 9192 send_in_pings: 9193 - first-session 9194 - play-store-attribution 9195 description: | 9196 The name of the utm_content that is responsible for this installation. 9197 bugs: 9198 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9199 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9200 data_reviews: 9201 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9202 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9203 - https://phabricator.services.mozilla.com/D238284 9204 data_sensitivity: 9205 - technical 9206 - interaction 9207 notification_emails: 9208 - android-probes@mozilla.com 9209 expires: never 9210 metadata: 9211 tags: 9212 - Attribution 9213 response_code: 9214 type: string 9215 send_in_pings: 9216 - play-store-attribution 9217 description: | 9218 The response code of the install referrer API. 9219 bugs: 9220 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9221 data_reviews: 9222 - https://phabricator.services.mozilla.com/D238284 9223 data_sensitivity: 9224 - technical 9225 notification_emails: 9226 - android-probes@mozilla.com 9227 expires: never 9228 metadata: 9229 tags: 9230 - Attribution 9231 attribution_time: 9232 type: timing_distribution 9233 time_unit: millisecond 9234 send_in_pings: 9235 - metrics 9236 - install-referrer-attribution 9237 description: > 9238 The time that it takes to derive the attribution parameters by 9239 the Google Play Install Referrer library. 9240 bugs: 9241 - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069 9242 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9243 data_reviews: 9244 - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578 9245 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9246 - https://phabricator.services.mozilla.com/D238284 9247 data_sensitivity: 9248 - technical 9249 notification_emails: 9250 - android-probes@mozilla.com 9251 expires: never 9252 metadata: 9253 tags: 9254 - Attribution 9255 - Performance 9256 meta_attribution: 9257 app: 9258 type: string 9259 send_in_pings: 9260 - first-session 9261 - install-referrer-attribution 9262 description: | 9263 The mobile application ID in Meta's attribution. 9264 bugs: 9265 - https://bugzilla.mozilla.org/show_bug.cgi?id=1860133 9266 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9267 data_reviews: 9268 - https://github.com/mozilla-mobile/firefox-android/pull/4171 9269 - https://phabricator.services.mozilla.com/D238284 9270 data_sensitivity: 9271 - technical 9272 notification_emails: 9273 - android-probes@mozilla.com 9274 expires: never 9275 metadata: 9276 tags: 9277 - Attribution 9278 t: 9279 type: string 9280 send_in_pings: 9281 - first-session 9282 - install-referrer-attribution 9283 description: | 9284 Value tracking user interaction with Meta attribution. 9285 bugs: 9286 - https://bugzilla.mozilla.org/show_bug.cgi?id=1860133 9287 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9288 data_reviews: 9289 - https://github.com/mozilla-mobile/firefox-android/pull/4171 9290 - https://phabricator.services.mozilla.com/D238284 9291 data_sensitivity: 9292 - technical 9293 notification_emails: 9294 - android-probes@mozilla.com 9295 expires: never 9296 metadata: 9297 tags: 9298 - Attribution 9299 data: 9300 type: text 9301 send_in_pings: 9302 - first-session 9303 - install-referrer-attribution 9304 description: | 9305 The Meta attribution data in encrypted format. 9306 bugs: 9307 - https://bugzilla.mozilla.org/show_bug.cgi?id=1860133 9308 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9309 data_reviews: 9310 - https://github.com/mozilla-mobile/firefox-android/pull/4171 9311 - https://phabricator.services.mozilla.com/D238284 9312 data_sensitivity: 9313 # - technical 9314 - web_activity # This is a workaround so we can use Text type for technical data. 9315 notification_emails: 9316 - android-probes@mozilla.com 9317 expires: never 9318 metadata: 9319 tags: 9320 - Attribution 9321 nonce: 9322 type: string 9323 send_in_pings: 9324 - first-session 9325 - install-referrer-attribution 9326 description: | 9327 Nonce used to decrypt the encrypted Meta attribution data. 9328 bugs: 9329 - https://bugzilla.mozilla.org/show_bug.cgi?id=1860133 9330 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9331 data_reviews: 9332 - https://github.com/mozilla-mobile/firefox-android/pull/4171 9333 - https://phabricator.services.mozilla.com/D238284 9334 data_sensitivity: 9335 - technical 9336 notification_emails: 9337 - android-probes@mozilla.com 9338 expires: never 9339 metadata: 9340 tags: 9341 - Attribution 9342 adjust_attribution: 9343 campaign: 9344 type: string 9345 send_in_pings: 9346 - adjust-attribution 9347 description: | 9348 The name of the Adjust Campaign that is responsible for this installation. 9349 bugs: 9350 - https://github.com/mozilla-mobile/fenix/issues/7295 9351 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9352 data_reviews: 9353 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 9354 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9355 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9356 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 9357 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9358 - https://phabricator.services.mozilla.com/D238284 9359 data_sensitivity: 9360 - technical 9361 - interaction 9362 notification_emails: 9363 - android-probes@mozilla.com 9364 expires: never 9365 metadata: 9366 tags: 9367 - Performance 9368 - Attribution 9369 network: 9370 type: string 9371 send_in_pings: 9372 - adjust-attribution 9373 description: | 9374 The name of the Adjust Network that sourced this installation. 9375 bugs: 9376 - https://github.com/mozilla-mobile/fenix/issues/7295 9377 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9378 data_reviews: 9379 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 9380 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9381 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9382 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 9383 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9384 - https://phabricator.services.mozilla.com/D238284 9385 data_sensitivity: 9386 - technical 9387 - interaction 9388 notification_emails: 9389 - android-probes@mozilla.com 9390 expires: never 9391 metadata: 9392 tags: 9393 - Performance 9394 - Attribution 9395 adgroup: 9396 type: string 9397 send_in_pings: 9398 - adjust-attribution 9399 description: | 9400 The name of the Adjust AdGroup that was used to source this installation. 9401 bugs: 9402 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 9403 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9404 data_reviews: 9405 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836 9406 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9407 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9408 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 9409 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9410 - https://phabricator.services.mozilla.com/D238284 9411 data_sensitivity: 9412 - technical 9413 - interaction 9414 notification_emails: 9415 - android-probes@mozilla.com 9416 expires: never 9417 metadata: 9418 tags: 9419 - Telemetry 9420 - Attribution 9421 creative: 9422 send_in_pings: 9423 - adjust-attribution 9424 type: string 9425 description: | 9426 The identifier of the Adjust Creative material that the user interacted with. 9427 bugs: 9428 - https://github.com/mozilla-mobile/fenix/issues/7295 9429 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9430 data_reviews: 9431 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202 9432 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9433 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9434 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 9435 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9436 - https://phabricator.services.mozilla.com/D238284 9437 data_sensitivity: 9438 - technical 9439 - interaction 9440 notification_emails: 9441 - android-probes@mozilla.com 9442 expires: never 9443 metadata: 9444 tags: 9445 - Performance 9446 - Attribution 9447 adjust_attribution_time: 9448 type: timing_distribution 9449 time_unit: millisecond 9450 send_in_pings: 9451 - adjust-attribution 9452 description: > 9453 The time that it takes to derive the attribution parameters by 9454 the Adjust SDK. 9455 bugs: 9456 - https://bugzilla.mozilla.org/show_bug.cgi?id=1823492 9457 - https://bugzilla.mozilla.org/show_bug.cgi?id=1947786 9458 data_reviews: 9459 - https://github.com/mozilla-mobile/firefox-android/pull/1341#pullrequestreview-1354835757 9460 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9461 - https://phabricator.services.mozilla.com/D238284 9462 data_sensitivity: 9463 - technical 9464 notification_emails: 9465 - android-probes@mozilla.com 9466 expires: never 9467 metadata: 9468 tags: 9469 - Performance 9470 - Attribution 9471 9472 browser.search: 9473 with_ads: 9474 type: labeled_counter 9475 description: | 9476 Records counts of SERP pages with adverts displayed. 9477 The key format is 9478 `<provider-name>.in-content.[sap|sap-follow-on|organic].[code|none](.[channel])?`, 9479 where: 9480 9481 * `provider-name` is the name of the provider, 9482 * `sap|sap-follow-on|organic` is the search access point, 9483 * `code` is set when the url matches any of the provider's code prefixes, 9484 * `channel` is set to the url "channel" query parameter. 9485 send_in_pings: 9486 - metrics 9487 - baseline 9488 bugs: 9489 - https://github.com/mozilla-mobile/fenix/issues/6558 9490 - https://github.com/mozilla-mobile/fenix/issues/28010 9491 - https://bugzilla.mozilla.org/show_bug.cgi?id=1799049 9492 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 9493 data_reviews: 9494 - https://github.com/mozilla-mobile/fenix/pull/10112 9495 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9496 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9497 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938 9498 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9499 - https://github.com/mozilla-mobile/fenix/pull/28012#issuecomment-1330822281 9500 data_sensitivity: 9501 - interaction 9502 notification_emails: 9503 - android-probes@mozilla.com 9504 expires: never 9505 no_lint: 9506 - BASELINE_PING 9507 ad_clicks: 9508 type: labeled_counter 9509 description: | 9510 Records clicks of adverts on SERP pages. 9511 The key format is 9512 `<provider-name>.in-content.[sap|sap-follow-on|organic].[code|none](.[channel])?`, 9513 where: 9514 9515 * `provider-name` is the name of the provider, 9516 * `sap|sap-follow-on|organic` is the search access point, 9517 * `code` is set when the url matches any of the provider's code prefixes, 9518 * `channel` is set to the url "channel" query parameter. 9519 send_in_pings: 9520 - metrics 9521 - baseline 9522 bugs: 9523 - https://github.com/mozilla-mobile/fenix/issues/6558 9524 - https://github.com/mozilla-mobile/fenix/issues/28010 9525 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 9526 data_reviews: 9527 - https://github.com/mozilla-mobile/fenix/pull/10112 9528 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9529 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9530 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938 9531 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9532 - https://github.com/mozilla-mobile/fenix/pull/28012#issuecomment-1330822281 9533 data_sensitivity: 9534 - interaction 9535 notification_emails: 9536 - android-probes@mozilla.com 9537 expires: never 9538 no_lint: 9539 - BASELINE_PING 9540 in_content: 9541 type: labeled_counter 9542 description: | 9543 Records the type of interaction a user has on SERP pages. 9544 send_in_pings: 9545 - metrics 9546 - baseline 9547 bugs: 9548 - https://github.com/mozilla-mobile/fenix/issues/6557 9549 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842 9550 data_reviews: 9551 - https://github.com/mozilla-mobile/fenix/pull/10167 9552 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068 9553 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9554 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938 9555 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9556 data_sensitivity: 9557 - interaction 9558 notification_emails: 9559 - android-probes@mozilla.com 9560 expires: never 9561 no_lint: 9562 - BASELINE_PING 9563 9564 addons: 9565 open_addons_in_settings: 9566 type: event 9567 description: | 9568 A user accessed "Add-ons" from the Settings 9569 bugs: 9570 - https://github.com/mozilla-mobile/fenix/issues/6174 9571 - https://github.com/mozilla-mobile/fenix/issues/19923 9572 data_reviews: 9573 - https://github.com/mozilla-mobile/fenix/pull/8318 9574 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9575 - https://github.com/mozilla-mobile/fenix/pull/18143 9576 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9577 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 9578 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 9579 - https://github.com/mozilla-mobile/firefox-android/pull/1875 9580 data_sensitivity: 9581 - interaction 9582 notification_emails: 9583 - android-probes@mozilla.com 9584 expires: never 9585 metadata: 9586 tags: 9587 - WebExtensions 9588 open_addon_in_toolbar_menu: 9589 type: event 9590 description: | 9591 A user interacted with an installed add-on in the toolbar menu 9592 extra_keys: 9593 addon_id: 9594 description: | 9595 The id of the add-on that was interacted with in the toolbar menu 9596 type: string 9597 bugs: 9598 - https://github.com/mozilla-mobile/fenix/issues/6174 9599 - https://github.com/mozilla-mobile/fenix/issues/19923 9600 data_reviews: 9601 - https://github.com/mozilla-mobile/fenix/pull/8318 9602 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9603 - https://github.com/mozilla-mobile/fenix/pull/18143 9604 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9605 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 9606 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 9607 - https://github.com/mozilla-mobile/firefox-android/pull/1875 9608 data_sensitivity: 9609 - interaction 9610 notification_emails: 9611 - android-probes@mozilla.com 9612 expires: never 9613 metadata: 9614 tags: 9615 - WebExtensions 9616 has_installed_addons: 9617 type: boolean 9618 lifetime: application 9619 description: | 9620 Whether or not the user has installed add-ons on the device. 9621 send_in_pings: 9622 - metrics 9623 bugs: 9624 - https://github.com/mozilla-mobile/fenix/issues/6174 9625 - https://github.com/mozilla-mobile/fenix/issues/19923 9626 data_reviews: 9627 - https://github.com/mozilla-mobile/fenix/pull/8318 9628 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9629 - https://github.com/mozilla-mobile/fenix/pull/18143 9630 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9631 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9632 data_sensitivity: 9633 - interaction 9634 notification_emails: 9635 - android-probes@mozilla.com 9636 expires: never 9637 metadata: 9638 tags: 9639 - WebExtensions 9640 has_enabled_addons: 9641 type: boolean 9642 lifetime: application 9643 description: | 9644 Whether or not the user has enabled add-ons on the device. 9645 send_in_pings: 9646 - metrics 9647 bugs: 9648 - https://github.com/mozilla-mobile/fenix/issues/6174 9649 - https://github.com/mozilla-mobile/fenix/issues/19923 9650 data_reviews: 9651 - https://github.com/mozilla-mobile/fenix/pull/8318 9652 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9653 - https://github.com/mozilla-mobile/fenix/pull/18143 9654 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9655 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 9656 data_sensitivity: 9657 - interaction 9658 notification_emails: 9659 - android-probes@mozilla.com 9660 expires: never 9661 metadata: 9662 tags: 9663 - WebExtensions 9664 installed_addons: 9665 type: string_list 9666 lifetime: application 9667 description: | 9668 A list of all installed add-ons on the device. 9669 send_in_pings: 9670 - metrics 9671 bugs: 9672 - https://github.com/mozilla-mobile/fenix/issues/8920 9673 - https://github.com/mozilla-mobile/fenix/issues/19923 9674 data_reviews: 9675 - https://github.com/mozilla-mobile/fenix/pull/11080 9676 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9677 - https://github.com/mozilla-mobile/fenix/pull/18143 9678 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9679 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224 9680 data_sensitivity: 9681 - interaction 9682 notification_emails: 9683 - android-probes@mozilla.com 9684 expires: never 9685 metadata: 9686 tags: 9687 - WebExtensions 9688 enabled_addons: 9689 type: string_list 9690 lifetime: application 9691 description: | 9692 A list of all enabled add-ons on the device. 9693 send_in_pings: 9694 - metrics 9695 bugs: 9696 - https://github.com/mozilla-mobile/fenix/issues/8920 9697 - https://github.com/mozilla-mobile/fenix/issues/19923 9698 data_reviews: 9699 - https://github.com/mozilla-mobile/fenix/pull/11080 9700 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877 9701 - https://github.com/mozilla-mobile/fenix/pull/18143 9702 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9703 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938 9704 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237 9705 - https://github.com/mozilla-mobile/firefox-android/pull/1875 9706 data_sensitivity: 9707 - interaction 9708 notification_emails: 9709 - android-probes@mozilla.com 9710 expires: never 9711 metadata: 9712 tags: 9713 - WebExtensions 9714 extensions_process_ui_retry: 9715 type: counter 9716 lifetime: application 9717 description: | 9718 A counter that indicates the number of times that a user 9719 has clicked on the button try to restart add-ons 9720 on the dialog for when the extensions process crashed. 9721 send_in_pings: 9722 - metrics 9723 bugs: 9724 - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350 9725 data_reviews: 9726 - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350#c2 9727 - https://github.com/mozilla-mobile/firefox-android/pull/3472 9728 data_sensitivity: 9729 - interaction 9730 notification_emails: 9731 - android-probes@mozilla.com 9732 - wdurand@mozilla.com 9733 - amejiamarmol@mozilla.com 9734 - addons-dev-internal@mozilla.com 9735 expires: never 9736 metadata: 9737 tags: 9738 - WebExtensions 9739 extensions_process_ui_disable: 9740 type: counter 9741 lifetime: application 9742 description: | 9743 A counter that indicates the number of times that a user 9744 has clicked on the button continue with add-ons 9745 disabled on the dialog for when the extensions 9746 process crashed. 9747 send_in_pings: 9748 - metrics 9749 bugs: 9750 - https://github.com/mozilla-mobile/fenix/issues/19931 9751 data_reviews: 9752 - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350#c2 9753 - https://github.com/mozilla-mobile/firefox-android/pull/3472 9754 data_sensitivity: 9755 - interaction 9756 notification_emails: 9757 - android-probes@mozilla.com 9758 - wdurand@mozilla.com 9759 - amejiamarmol@mozilla.com 9760 - addons-dev-internal@mozilla.com 9761 expires: never 9762 metadata: 9763 tags: 9764 - WebExtensions 9765 perf.startup: 9766 cold_main_app_to_first_frame: 9767 type: timing_distribution 9768 time_unit: millisecond 9769 description: | 9770 The duration from `*Application`'s initializer to the first Android frame 9771 being drawn in a [COLD MAIN start 9772 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary). 9773 Notably, this duration omits the time from process start to the 9774 initializer (which includes a lengthy dex operation) and the time from 9775 the first frame to visual completeness. This probe doesn't measure Custom 9776 Tabs or other uses of `ExternalAppBrowserActivity` to simplify result 9777 analysis. The methodology for determining this measurement is imperfect 9778 to simplify implementation. Issues may include: 9779 <br>- Not measuring Beta and Release channels (due to 9780 `MigrationDecisionActivity` interrupting the logic). 9781 <br>- Not distinguishing between MAIN to homescreen, onboarding, session 9782 restore, others? 9783 <br>- Not choosing to record a MAIN based on what the user would see and 9784 thus the core code path (i.e. the thing we want to measure) but rather on 9785 the initial `Intent` state. 9786 <br><br> 9787 The hope is that these cases will not have a significant impact on the end 9788 results but, if they appear to, we can replace it with a more complex 9789 implementation. 9790 <br><br> 9791 Around April 8, 2021 the implementation was refactored. Functionally, it 9792 should be the same but it's noted just in case there are bugs. 9793 bugs: 9794 - https://github.com/mozilla-mobile/fenix/issues/18426 9795 data_reviews: 9796 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452 9797 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 9798 - https://github.com/mozilla-mobile/fenix/pull/23506 9799 data_sensitivity: 9800 - technical 9801 notification_emails: 9802 - perf-telemetry-alerts@mozilla.com 9803 - mcomella@mozilla.com 9804 expires: never 9805 cold_view_app_to_first_frame: 9806 type: timing_distribution 9807 time_unit: millisecond 9808 description: | 9809 The duration from `*Application`'s initializer to the first Android frame 9810 being drawn in a [COLD VIEW start 9811 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary). 9812 The methodology for determining this measurement is imperfect to simplify 9813 implementation. Issues may include: 9814 <br>-Including VIEW intents that aren't valid so take code paths similar 9815 to MAIN (this is speculative) 9816 <br><br> 9817 See the `cold_main_app_to_first_frame` probe docs for other possible 9818 known issues and more details. 9819 <br><br> 9820 Around April 8, 2021 the implementation was refactored. Functionally, it 9821 should be the same but it's noted just in case there are bugs. 9822 bugs: 9823 - https://github.com/mozilla-mobile/fenix/issues/18426 9824 data_reviews: 9825 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452 9826 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 9827 - https://github.com/mozilla-mobile/fenix/pull/23506 9828 data_sensitivity: 9829 - technical 9830 notification_emails: 9831 - perf-telemetry-alerts@mozilla.com 9832 - mcomella@mozilla.com 9833 expires: never 9834 cold_unknwn_app_to_first_frame: 9835 type: timing_distribution 9836 time_unit: millisecond 9837 description: | 9838 The duration from `*Application`'s initializer to the first Android frame 9839 being drawn in a [COLD start 9840 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary) 9841 where we can't say it was a MAIN or VIEW start up. The methodology for 9842 determining this measurement is imperfect to simplify implementation. 9843 <br><br> 9844 See the `cold_main_app_to_first_frame` probe docs for known issues and 9845 more details. 9846 <br><br> 9847 Around April 8, 2021 the implementation was refactored. Functionally, it 9848 should be the same but it's noted just in case there are bugs. 9849 bugs: 9850 - https://github.com/mozilla-mobile/fenix/issues/18426 9851 data_reviews: 9852 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452 9853 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 9854 - https://github.com/mozilla-mobile/fenix/pull/23506 9855 data_sensitivity: 9856 - technical 9857 notification_emails: 9858 - perf-telemetry-alerts@mozilla.com 9859 - mcomella@mozilla.com 9860 expires: never 9861 application_on_create: 9862 type: timing_distribution 9863 time_unit: millisecond 9864 description: | 9865 The duration of `FenixApplication.onCreate` in the main process. This does 9866 not measure the duration of migration code (via 9867 `MigratingFenixApplication` included in the Beta and Release channels. 9868 bugs: 9869 - https://github.com/mozilla-mobile/fenix/issues/17969 9870 data_reviews: 9871 - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889 9872 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 9873 - https://github.com/mozilla-mobile/fenix/pull/23506 9874 data_sensitivity: 9875 - technical 9876 notification_emails: 9877 - perf-telemetry-alerts@mozilla.com 9878 - mcomella@mozilla.com 9879 expires: never 9880 startup_type: 9881 type: labeled_counter 9882 description: | 9883 Indicates how the browser was started. The label is divided into two 9884 variables. `state` is how cached the browser is when started. `path` is 9885 what code path we are expected to take. Together, they create a combined 9886 label: `state_path`. For brevity, the specific states are documented in 9887 the [Fenix perf 9888 glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary). 9889 <br><br> 9890 This implementation is intended to be simple, not comprehensive. We list 9891 the implications below. 9892 9893 <br><br> 9894 These ways of opening the app undesirably adds events to our primary 9895 buckets (non-`unknown` cases): 9896 <br>- App switcher cold/warm: `cold/warm_` + duplicates path from 9897 previous launch 9898 <br>- Home screen shortcuts: `*_view` 9899 <br>- An Intent is sent internally that's uses `ACTION_MAIN` or 9900 `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens) 9901 <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be: 9902 `*_main/view` 9903 9904 <br><br> 9905 These ways of opening the app undesirably do not add their events to our 9906 primary buckets: 9907 <br>- Close and reopen the app very quickly: no event is recorded. 9908 9909 <br><br> 9910 These ways of opening the app don't affect our primary buckets: 9911 <br>- App switcher hot: `hot_unknown` 9912 <br>- PWA (all states): `unknown_unknown` 9913 <br>- Custom tab: `unknown_view` 9914 <br>- Cold start where a service or other non-activity starts the process 9915 (not manually tested) - this seems to happen if you have the homescreen 9916 widget: `unknown_*` 9917 <br>- Another activity is drawn before HomeActivity (e.g. widget voice 9918 search): `unknown_*` 9919 <br>- Widget text search: `*_unknown` 9920 9921 <br><br> 9922 In addition to the events above, the `unknown` state may be chosen when we 9923 were unable to determine a cause due to implementation details or the API 9924 was used incorrectly. We may be able to record the events listed above 9925 into different buckets but we kept the implementation simple for now. 9926 <br><br> 9927 N.B.: for implementation simplicity, we duplicate the logic in app that 9928 determines `path` so it's not perfectly accurate. In one way, we record we 9929 is intended to happen rather than what actually happened (e.g. the user 9930 may click a link so we record VIEW but the app does a MAIN by going to the 9931 homescreen because the link was invalid). 9932 labels: 9933 - cold_main 9934 - cold_view 9935 - cold_unknown 9936 - warm_main 9937 - warm_view 9938 - warm_unknown 9939 - hot_main 9940 - hot_view 9941 - hot_unknown 9942 - unknown_main 9943 - unknown_view 9944 - unknown_unknown 9945 bugs: 9946 - https://github.com/mozilla-mobile/fenix/issues/18836 9947 data_reviews: 9948 - https://github.com/mozilla-mobile/fenix/pull/19028 9949 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 9950 - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381 9951 data_sensitivity: 9952 - interaction 9953 notification_emails: 9954 - perf-telemetry-alerts@mozilla.com 9955 - mleclair@mozilla.com 9956 expires: never 9957 9958 perf.awesomebar: 9959 history_suggestions: 9960 send_in_pings: 9961 - metrics 9962 type: timing_distribution 9963 time_unit: millisecond 9964 description: | 9965 Duration of a history awesomebar suggestion query. 9966 bugs: 9967 - https://github.com/mozilla-mobile/android-components/issues/4992 9968 data_reviews: 9969 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 9970 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9971 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 9972 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 9973 - https://github.com/mozilla-mobile/firefox-android/pull/3319 9974 data_sensitivity: 9975 - technical 9976 - interaction 9977 notification_emails: 9978 - android-probes@mozilla.com 9979 expires: never 9980 bookmark_suggestions: 9981 send_in_pings: 9982 - metrics 9983 type: timing_distribution 9984 time_unit: millisecond 9985 description: | 9986 Duration of a bookmarks awesomebar suggestion query. 9987 bugs: 9988 - https://github.com/mozilla-mobile/android-components/issues/4992 9989 data_reviews: 9990 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 9991 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 9992 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 9993 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 9994 - https://github.com/mozilla-mobile/firefox-android/pull/3319 9995 - https://github.com/mozilla-mobile/firefox-android/pull/4039 9996 data_sensitivity: 9997 - technical 9998 - interaction 9999 notification_emails: 10000 - android-probes@mozilla.com 10001 expires: never 10002 search_engine_suggestions: 10003 send_in_pings: 10004 - metrics 10005 type: timing_distribution 10006 time_unit: millisecond 10007 description: | 10008 Duration of a search engine awesomebar suggestion query. 10009 bugs: 10010 - https://github.com/mozilla-mobile/android-components/issues/4992 10011 data_reviews: 10012 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 10013 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10014 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 10015 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 10016 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10017 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10018 data_sensitivity: 10019 - technical 10020 - interaction 10021 notification_emails: 10022 - android-probes@mozilla.com 10023 expires: never 10024 session_suggestions: 10025 send_in_pings: 10026 - metrics 10027 type: timing_distribution 10028 time_unit: millisecond 10029 description: | 10030 Duration of a session awesomebar suggestion query. 10031 bugs: 10032 - https://github.com/mozilla-mobile/android-components/issues/4992 10033 data_reviews: 10034 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 10035 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10036 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 10037 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 10038 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10039 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10040 data_sensitivity: 10041 - technical 10042 - interaction 10043 notification_emails: 10044 - android-probes@mozilla.com 10045 expires: never 10046 synced_tabs_suggestions: 10047 send_in_pings: 10048 - metrics 10049 type: timing_distribution 10050 time_unit: millisecond 10051 description: | 10052 Duration of a synced tabs awesomebar suggestion query. 10053 bugs: 10054 - https://github.com/mozilla-mobile/android-components/issues/4992 10055 data_reviews: 10056 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 10057 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10058 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 10059 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 10060 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10061 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10062 data_sensitivity: 10063 - technical 10064 - interaction 10065 notification_emails: 10066 - android-probes@mozilla.com 10067 expires: never 10068 clipboard_suggestions: 10069 send_in_pings: 10070 - metrics 10071 type: timing_distribution 10072 time_unit: millisecond 10073 description: | 10074 Duration of a clipboard awesomebar suggestion query. 10075 bugs: 10076 - https://github.com/mozilla-mobile/android-components/issues/4992 10077 data_reviews: 10078 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 10079 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10080 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 10081 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 10082 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10083 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10084 data_sensitivity: 10085 - technical 10086 - interaction 10087 notification_emails: 10088 - android-probes@mozilla.com 10089 expires: never 10090 shortcuts_suggestions: 10091 send_in_pings: 10092 - metrics 10093 type: timing_distribution 10094 time_unit: millisecond 10095 description: | 10096 Duration of a shortcuts awesomebar suggestion query. 10097 bugs: 10098 - https://github.com/mozilla-mobile/android-components/issues/4992 10099 data_reviews: 10100 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979 10101 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10102 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442 10103 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 10104 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10105 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10106 data_sensitivity: 10107 - technical 10108 - interaction 10109 notification_emails: 10110 - android-probes@mozilla.com 10111 expires: never 10112 10113 autoplay: 10114 visited_setting: 10115 type: event 10116 description: A user visited the autoplay settings screen 10117 bugs: 10118 - https://github.com/mozilla-mobile/fenix/issues/11579 10119 data_reviews: 10120 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411 10121 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10122 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10123 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 10124 - https://github.com/mozilla-mobile/fenix/pull/28502 10125 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10126 data_sensitivity: 10127 - interaction 10128 notification_emails: 10129 - android-probes@mozilla.com 10130 expires: never 10131 metadata: 10132 tags: 10133 - SitePermissions 10134 setting_changed: 10135 type: event 10136 description: | 10137 A user changed their autoplay setting to either block_cellular, 10138 block_audio, or block_all. 10139 extra_keys: 10140 autoplay_setting: 10141 description: | 10142 The new setting for autoplay: block_cellular, 10143 block_audio, allow_all or block_all. 10144 type: string 10145 bugs: 10146 - https://github.com/mozilla-mobile/fenix/issues/11579 10147 data_reviews: 10148 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411 10149 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10150 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10151 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 10152 - https://github.com/mozilla-mobile/fenix/pull/28502 10153 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10154 data_sensitivity: 10155 - interaction 10156 notification_emails: 10157 - android-probes@mozilla.com 10158 expires: never 10159 metadata: 10160 tags: 10161 - SitePermissions 10162 10163 cookie_banners: 10164 setting_changed_pmb: 10165 type: event 10166 description: | 10167 A user changed their setting in private mode. 10168 extra_keys: 10169 cookie_banner_setting: 10170 description: | 10171 The new setting for cookie banners: disabled,reject_all, 10172 or reject_or_accept_all. 10173 type: string 10174 bugs: 10175 - https://bugzilla.mozilla.org/show_bug.cgi?id=1796146 10176 data_reviews: 10177 - https://github.com/mozilla-mobile/fenix/pull/27561 10178 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10179 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10180 data_sensitivity: 10181 - interaction 10182 notification_emails: 10183 - android-probes@mozilla.com 10184 expires: never 10185 metadata: 10186 tags: 10187 - Privacy&Security 10188 exception_added: 10189 type: event 10190 description: | 10191 A user added a cookie banner handling exception through 10192 the toggle in the protections panel. 10193 bugs: 10194 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577 10195 data_reviews: 10196 - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056 10197 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10198 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10199 data_sensitivity: 10200 - interaction 10201 notification_emails: 10202 - android-probes@mozilla.com 10203 expires: never 10204 metadata: 10205 tags: 10206 - Privacy&Security 10207 exception_removed: 10208 type: event 10209 description: | 10210 A user removed a cookie banner handling 10211 exception through the toggle in the protections panel. 10212 bugs: 10213 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577 10214 data_reviews: 10215 - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056 10216 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10217 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10218 data_sensitivity: 10219 - interaction 10220 notification_emails: 10221 - android-probes@mozilla.com 10222 expires: never 10223 metadata: 10224 tags: 10225 - Privacy&Security 10226 visited_panel: 10227 type: event 10228 description: A user visited the cookie banner toolbar panel 10229 bugs: 10230 - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577 10231 data_reviews: 10232 - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056 10233 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10234 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10235 data_sensitivity: 10236 - interaction 10237 notification_emails: 10238 - android-probes@mozilla.com 10239 expires: never 10240 metadata: 10241 tags: 10242 - Privacy&Security 10243 report_site_domain: 10244 type: url 10245 description: | 10246 A user can report a site domain(Ex. for https://edition.cnn.com/ 10247 site domain will be cnn.com) when the cookie banner reducer is not 10248 working from the cookie banner details panel. 10249 lifetime: ping 10250 send_in_pings: 10251 - cookie-banner-report-site 10252 bugs: 10253 - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450 10254 data_reviews: 10255 - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223 10256 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10257 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10258 data_sensitivity: 10259 - technical 10260 - interaction 10261 notification_emails: 10262 - android-probes@mozilla.com 10263 expires: never 10264 metadata: 10265 tags: 10266 - Privacy&Security 10267 report_site_cancel_button: 10268 type: event 10269 description: | 10270 The user has pressed the report site domain cancel button 10271 from the cookie banner reducer details panel. 10272 bugs: 10273 - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450 10274 data_reviews: 10275 - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223 10276 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10277 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10278 data_sensitivity: 10279 - interaction 10280 notification_emails: 10281 - android-probes@mozilla.com 10282 expires: never 10283 metadata: 10284 tags: 10285 - Privacy&Security 10286 report_domain_site_button: 10287 type: event 10288 description: | 10289 The user has pressed the report site domain button 10290 from the cookie banner reducer details panel. 10291 bugs: 10292 - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450 10293 data_reviews: 10294 - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223 10295 - https://github.com/mozilla-mobile/firefox-android/pull/3319 10296 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10297 data_sensitivity: 10298 - interaction 10299 notification_emails: 10300 - android-probes@mozilla.com 10301 expires: never 10302 metadata: 10303 tags: 10304 - Privacy&Security 10305 cfr_shown: 10306 type: event 10307 description: The cookie banner cfr has been shown 10308 bugs: 10309 - https://bugzilla.mozilla.org/show_bug.cgi?id=1859393 10310 data_reviews: 10311 - https://bugzilla.mozilla.org/show_bug.cgi?id=1859393#c2 10312 data_sensitivity: 10313 - interaction 10314 notification_emails: 10315 - android-probes@mozilla.com 10316 expires: never 10317 metadata: 10318 tags: 10319 - Privacy&Security 10320 cfr_dismissal: 10321 type: event 10322 description: | 10323 The cookie banners CFR was dismissed by the user by interacting 10324 with the outside of the popup 10325 bugs: 10326 - https://bugzilla.mozilla.org/show_bug.cgi?id=1859393 10327 data_reviews: 10328 - https://bugzilla.mozilla.org/show_bug.cgi?id=1859393#c2 10329 data_sensitivity: 10330 - interaction 10331 notification_emails: 10332 - android-probes@mozilla.com 10333 expires: never 10334 metadata: 10335 tags: 10336 - Privacy&Security 10337 site_permissions: 10338 prompt_shown: 10339 type: event 10340 description: | 10341 A prompt for the user to approve site permissions is shown. 10342 extra_keys: 10343 permissions: 10344 description: | 10345 Comma delimited list of permissions to approve. 10346 type: string 10347 bugs: 10348 - https://github.com/mozilla-mobile/fenix/issues/25658 10349 data_reviews: 10350 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213 10351 - https://github.com/mozilla-mobile/firefox-android/pull/1875 10352 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10353 data_sensitivity: 10354 - interaction 10355 notification_emails: 10356 - android-probes@mozilla.com 10357 expires: never 10358 metadata: 10359 tags: 10360 - SitePermissions 10361 permissions_allowed: 10362 type: event 10363 description: | 10364 User approved site permissions. 10365 extra_keys: 10366 permissions: 10367 description: | 10368 Comma delimited list of approved permissions. 10369 type: string 10370 bugs: 10371 - https://github.com/mozilla-mobile/fenix/issues/25658 10372 data_reviews: 10373 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213 10374 - https://github.com/mozilla-mobile/firefox-android/pull/1875 10375 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10376 data_sensitivity: 10377 - interaction 10378 notification_emails: 10379 - android-probes@mozilla.com 10380 expires: never 10381 metadata: 10382 tags: 10383 - SitePermissions 10384 permissions_denied: 10385 type: event 10386 description: | 10387 User denied site permissions. 10388 extra_keys: 10389 permissions: 10390 description: | 10391 Comma delimited list of approved permissions. 10392 type: string 10393 bugs: 10394 - https://github.com/mozilla-mobile/fenix/issues/25658 10395 data_reviews: 10396 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213 10397 - https://github.com/mozilla-mobile/firefox-android/pull/1875 10398 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10399 data_sensitivity: 10400 - interaction 10401 notification_emails: 10402 - android-probes@mozilla.com 10403 expires: never 10404 metadata: 10405 tags: 10406 - SitePermissions 10407 storage.stats: 10408 query_stats_duration: 10409 send_in_pings: 10410 - metrics 10411 type: timing_distribution 10412 description: | 10413 How long it took to query the device for the StorageStats that contain the 10414 file size information. The docs say it may be expensive so we want to 10415 ensure it's not too expensive. This value is only available on Android 10416 8+. 10417 bugs: 10418 - https://github.com/mozilla-mobile/fenix/issues/12802 10419 data_reviews: 10420 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732 10421 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127 10422 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10423 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 10424 - https://github.com/mozilla-mobile/fenix/pull/23506 10425 data_sensitivity: 10426 - technical 10427 - interaction 10428 notification_emails: 10429 - android-probes@mozilla.com 10430 - perf-telemetry-alerts@mozilla.com 10431 - mcomella@mozilla.com 10432 expires: never 10433 app_bytes: 10434 send_in_pings: 10435 - metrics 10436 type: memory_distribution 10437 description: | 10438 The size of the app's APK and related files as installed: this is expected 10439 to be larger than download size. This is the output of 10440 [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes()) 10441 so see that for details. This value is only available on Android 8+. A 10442 similar value may be available on the Google Play dashboard: we can use 10443 this value to see if that value is reliable enough. 10444 memory_unit: byte 10445 bugs: 10446 - https://github.com/mozilla-mobile/fenix/issues/12802 10447 data_reviews: 10448 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732 10449 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127 10450 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10451 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 10452 - https://github.com/mozilla-mobile/fenix/pull/23506 10453 data_sensitivity: 10454 - technical 10455 - interaction 10456 notification_emails: 10457 - android-probes@mozilla.com 10458 - perf-telemetry-alerts@mozilla.com 10459 - mcomella@mozilla.com 10460 expires: never 10461 cache_bytes: 10462 send_in_pings: 10463 - metrics 10464 type: memory_distribution 10465 description: | 10466 The size of all cached data in the app. This is the output of 10467 [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes()) 10468 so see that for details. This value is only available on Android 8+. 10469 memory_unit: byte 10470 bugs: 10471 - https://github.com/mozilla-mobile/fenix/issues/12802 10472 data_reviews: 10473 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732 10474 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127 10475 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10476 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 10477 - https://github.com/mozilla-mobile/fenix/pull/23506 10478 data_sensitivity: 10479 - technical 10480 - interaction 10481 notification_emails: 10482 - android-probes@mozilla.com 10483 - perf-telemetry-alerts@mozilla.com 10484 - mcomella@mozilla.com 10485 expires: never 10486 data_dir_bytes: 10487 send_in_pings: 10488 - metrics 10489 type: memory_distribution 10490 description: | 10491 The size of all data minus `cache_bytes`. This is the output of 10492 [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes()) 10493 except we subtract the value of `cache_bytes` so the cache is not measured 10494 redundantly; see that method for details. This value is only available on 10495 Android 8+. 10496 memory_unit: byte 10497 bugs: 10498 - https://github.com/mozilla-mobile/fenix/issues/12802 10499 data_reviews: 10500 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732 10501 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127 10502 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10503 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599 10504 - https://github.com/mozilla-mobile/fenix/pull/23506 10505 data_sensitivity: 10506 - technical 10507 - interaction 10508 notification_emails: 10509 - android-probes@mozilla.com 10510 - perf-telemetry-alerts@mozilla.com 10511 - mcomella@mozilla.com 10512 expires: never 10513 10514 progressive_web_app: 10515 homescreen_tap: 10516 type: event 10517 description: | 10518 A user taps on PWA homescreen icon 10519 bugs: 10520 - https://github.com/mozilla-mobile/fenix/issues/10261 10521 data_reviews: 10522 - https://github.com/mozilla-mobile/fenix/pull/11859 10523 - https://github.com/mozilla-mobile/fenix/pull/18071 10524 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10525 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 10526 - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879 10527 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 10528 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10529 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10530 data_sensitivity: 10531 - interaction 10532 notification_emails: 10533 - android-probes@mozilla.com 10534 expires: never 10535 metadata: 10536 tags: 10537 - PWA 10538 install_tap: 10539 type: event 10540 description: | 10541 A user installs a PWA. Could be a shortcut or added to homescreen. 10542 bugs: 10543 - https://github.com/mozilla-mobile/fenix/issues/10261 10544 data_reviews: 10545 - https://github.com/mozilla-mobile/fenix/pull/11859 10546 - https://github.com/mozilla-mobile/fenix/pull/18071 10547 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10548 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 10549 - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879 10550 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 10551 - https://github.com/mozilla-mobile/firefox-android/pull/2597 10552 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10553 data_sensitivity: 10554 - interaction 10555 notification_emails: 10556 - android-probes@mozilla.com 10557 expires: never 10558 metadata: 10559 tags: 10560 - PWA 10561 onboarding_cancel: 10562 type: event 10563 description: | 10564 User interacts with the onboarding PWA dialog cancel button which takes 10565 them to the website. 10566 bugs: 10567 - https://bugzilla.mozilla.org/show_bug.cgi?id=1821030 10568 data_reviews: 10569 - https://github.com/mozilla-mobile/firefox-android/pull/1164 10570 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10571 data_sensitivity: 10572 - interaction 10573 notification_emails: 10574 - android-probes@mozilla.com 10575 expires: never 10576 metadata: 10577 tags: 10578 - PWA 10579 10580 tabs: 10581 setting_opened: 10582 type: event 10583 description: | 10584 The tab settings were opened. 10585 bugs: 10586 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975 10587 data_reviews: 10588 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952 10589 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10590 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10591 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10592 data_sensitivity: 10593 - interaction 10594 notification_emails: 10595 - android-probes@mozilla.com 10596 expires: never 10597 metadata: 10598 tags: 10599 - Tabs 10600 10601 contextual_menu: 10602 copy_tapped: 10603 type: event 10604 description: | 10605 The context menu's 'copy' option was used. 10606 bugs: 10607 - https://github.com/mozilla-mobile/fenix/issues/11580 10608 - https://github.com/mozilla-mobile/fenix/issues/19923 10609 data_reviews: 10610 - https://github.com/mozilla-mobile/fenix/pull/16968 10611 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10612 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10613 data_sensitivity: 10614 - interaction 10615 notification_emails: 10616 - android-probes@mozilla.com 10617 expires: never 10618 metadata: 10619 tags: 10620 - ContextMenu 10621 - TextSelection 10622 search_tapped: 10623 type: event 10624 description: | 10625 The context menu's 'search' option was used. 10626 bugs: 10627 - https://github.com/mozilla-mobile/fenix/issues/11580 10628 - https://github.com/mozilla-mobile/fenix/issues/19923 10629 data_reviews: 10630 - https://github.com/mozilla-mobile/fenix/pull/16968 10631 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10632 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10633 data_sensitivity: 10634 - interaction 10635 notification_emails: 10636 - android-probes@mozilla.com 10637 expires: never 10638 metadata: 10639 tags: 10640 - ContextMenu 10641 - TextSelection 10642 select_all_tapped: 10643 type: event 10644 description: | 10645 The context menu's 'select all' option was used. 10646 bugs: 10647 - https://github.com/mozilla-mobile/fenix/issues/11580 10648 - https://github.com/mozilla-mobile/fenix/issues/19923 10649 data_reviews: 10650 - https://github.com/mozilla-mobile/fenix/pull/16968 10651 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10652 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10653 data_sensitivity: 10654 - interaction 10655 notification_emails: 10656 - android-probes@mozilla.com 10657 expires: never 10658 metadata: 10659 tags: 10660 - ContextMenu 10661 - TextSelection 10662 share_tapped: 10663 type: event 10664 description: | 10665 The context menu's 'share' option was used. 10666 bugs: 10667 - https://github.com/mozilla-mobile/fenix/issues/11580 10668 - https://github.com/mozilla-mobile/fenix/issues/19923 10669 data_reviews: 10670 - https://github.com/mozilla-mobile/fenix/pull/16968 10671 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10672 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10673 data_sensitivity: 10674 - interaction 10675 notification_emails: 10676 - android-probes@mozilla.com 10677 expires: never 10678 metadata: 10679 tags: 10680 - ContextMenu 10681 - TextSelection 10682 10683 engine_tab: 10684 tab_killed: 10685 type: event 10686 description: | 10687 A tab was killed by the engine to free memory. 10688 extra_keys: 10689 foreground_tab: 10690 description: | 10691 Whether or not the tab was the currently active tab. 10692 type: boolean 10693 app_foreground: 10694 description: | 10695 Whether or not the app was in the foreground when the tab was killed. 10696 type: boolean 10697 had_form_data: 10698 description: | 10699 Whether or not the tab had unsubmitted form data when it was killed. 10700 type: boolean 10701 bugs: 10702 - https://bugzilla.mozilla.org/show_bug.cgi?id=1820211 10703 data_reviews: 10704 - https://github.com/mozilla-mobile/firefox-android/pull/1343#issuecomment-1478535296 10705 notification_emails: 10706 - android-probes@mozilla.com 10707 expires: never 10708 reloaded: 10709 type: event 10710 description: | 10711 A tab was reloaded by the engine. 10712 bugs: 10713 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938133 10714 data_reviews: 10715 - https://phabricator.services.mozilla.com/D240795 10716 notification_emails: 10717 - android-probes@mozilla.com 10718 expires: never 10719 10720 app_exit_info: 10721 process_exited: 10722 type: event 10723 description: | 10724 A process has exited. 10725 extra_keys: 10726 date: 10727 type: string 10728 description: | 10729 The date of the process exit. 10730 importance: 10731 type: string 10732 description: | 10733 The process' importance for the OS at the time of exiting. 10734 See ActivityManager.RunningAppProcessInfo. 10735 process_type: 10736 type: string 10737 description: | 10738 The type of process that experienced an exit. 10739 pss: 10740 type: quantity 10741 description: | 10742 The PSS (Proportional Set Size) of the process in megabytes at the time of exiting. 10743 rss: 10744 type: quantity 10745 description: | 10746 The RSS (Residential Set Size) of the process in megabytes at the time of exiting. 10747 reason: 10748 type: string 10749 description: | 10750 The reason why process has exited. 10751 See ApplicationExitInfo for the reason values. 10752 bugs: 10753 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836795 10754 data_reviews: 10755 - https://phabricator.services.mozilla.com/D206782 10756 data_sensitivity: 10757 - technical 10758 notification_emails: 10759 - android-probes@mozilla.com 10760 expires: never 10761 10762 synced_tabs: 10763 synced_tabs_suggestion_clicked: 10764 type: event 10765 description: | 10766 The synced tab suggestion in awesomebar was clicked. 10767 bugs: 10768 - https://github.com/mozilla-mobile/fenix/issues/18163 10769 data_reviews: 10770 - https://github.com/mozilla-mobile/fenix/pull/18172 10771 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10772 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10773 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 10774 - https://github.com/mozilla-mobile/fenix/pull/28502 10775 - https://github.com/mozilla-mobile/firefox-android/pull/4039 10776 data_sensitivity: 10777 - interaction 10778 notification_emails: 10779 - android-probes@mozilla.com 10780 expires: never 10781 metadata: 10782 tags: 10783 - SyncTabs 10784 10785 awesomebar: 10786 bookmark_suggestion_clicked: 10787 type: event 10788 description: | 10789 The bookmark suggestion in awesomebar was clicked. 10790 bugs: 10791 - https://github.com/mozilla-mobile/fenix/issues/18068 10792 data_reviews: 10793 - https://github.com/mozilla-mobile/fenix/pull/18090 10794 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10795 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10796 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10797 data_sensitivity: 10798 - interaction 10799 notification_emails: 10800 - android-probes@mozilla.com 10801 expires: never 10802 metadata: 10803 tags: 10804 - Search 10805 clipboard_suggestion_clicked: 10806 type: event 10807 description: | 10808 The clipboard suggestion in awesomebar was clicked. 10809 bugs: 10810 - https://github.com/mozilla-mobile/fenix/issues/18068 10811 data_reviews: 10812 - https://github.com/mozilla-mobile/fenix/pull/18090 10813 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10814 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10815 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10816 data_sensitivity: 10817 - interaction 10818 notification_emails: 10819 - android-probes@mozilla.com 10820 expires: never 10821 metadata: 10822 tags: 10823 - Search 10824 history_suggestion_clicked: 10825 type: event 10826 description: | 10827 The history suggestion in awesomebar was clicked. 10828 bugs: 10829 - https://github.com/mozilla-mobile/fenix/issues/18068 10830 data_reviews: 10831 - https://github.com/mozilla-mobile/fenix/pull/18090 10832 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10833 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10834 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10835 data_sensitivity: 10836 - interaction 10837 notification_emails: 10838 - android-probes@mozilla.com 10839 expires: never 10840 metadata: 10841 tags: 10842 - Search 10843 search_action_clicked: 10844 type: event 10845 description: | 10846 The search action in awesomebar was clicked. 10847 bugs: 10848 - https://github.com/mozilla-mobile/fenix/issues/18068 10849 data_reviews: 10850 - https://github.com/mozilla-mobile/fenix/pull/18090 10851 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10852 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10853 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10854 data_sensitivity: 10855 - interaction 10856 notification_emails: 10857 - android-probes@mozilla.com 10858 expires: never 10859 metadata: 10860 tags: 10861 - Search 10862 search_suggestion_clicked: 10863 type: event 10864 description: | 10865 The search suggestion in awesomebar was clicked. 10866 bugs: 10867 - https://github.com/mozilla-mobile/fenix/issues/18068 10868 data_reviews: 10869 - https://github.com/mozilla-mobile/fenix/pull/18090 10870 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 10871 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 10872 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 10873 data_sensitivity: 10874 - interaction 10875 notification_emails: 10876 - android-probes@mozilla.com 10877 expires: never 10878 metadata: 10879 tags: 10880 - Search 10881 trending_search_suggestion_clicked: 10882 type: event 10883 description: | 10884 The trending search suggestion in awesomebar was clicked. 10885 bugs: 10886 - https://bugzilla.mozilla.org/show_bug.cgi?id=1945634 10887 data_reviews: 10888 - https://phabricator.services.mozilla.com/D239200 10889 - https://phabricator.services.mozilla.com/D241711 10890 data_sensitivity: 10891 - interaction 10892 notification_emails: 10893 - android-probes@mozilla.com 10894 expires: never 10895 extra_keys: 10896 position: 10897 description: | 10898 The position of the clicked trending search suggestion. 10899 type: quantity 10900 metadata: 10901 tags: 10902 - Search 10903 top_site_suggestion_clicked: 10904 type: event 10905 description: | 10906 The top site suggestion in awesomebar was clicked. 10907 bugs: 10908 - https://bugzilla.mozilla.org/show_bug.cgi?id=1945634 10909 data_reviews: 10910 - https://phabricator.services.mozilla.com/D239200 10911 - https://phabricator.services.mozilla.com/D241711 10912 data_sensitivity: 10913 - interaction 10914 notification_emails: 10915 - android-probes@mozilla.com 10916 expires: never 10917 extra_keys: 10918 position: 10919 description: | 10920 The position of the clicked top site suggestion. 10921 type: quantity 10922 metadata: 10923 tags: 10924 - Search 10925 recent_search_suggestion_clicked: 10926 type: event 10927 description: | 10928 The recent search suggestion in awesomebar was clicked. 10929 bugs: 10930 - https://bugzilla.mozilla.org/show_bug.cgi?id=1950208 10931 data_reviews: 10932 - https://phabricator.services.mozilla.com/D240680 10933 - https://phabricator.services.mozilla.com/D241711 10934 data_sensitivity: 10935 - interaction 10936 notification_emails: 10937 - android-probes@mozilla.com 10938 expires: never 10939 extra_keys: 10940 position: 10941 description: | 10942 The position of the clicked recent site suggestion. 10943 type: quantity 10944 metadata: 10945 tags: 10946 - Search 10947 trending_search_suggestions_displayed: 10948 type: event 10949 description: | 10950 Trending search suggestions are displayed in the awesomebar. 10951 bugs: 10952 - https://bugzilla.mozilla.org/show_bug.cgi?id=1950134 10953 data_reviews: 10954 - https://phabricator.services.mozilla.com/D241711 10955 data_sensitivity: 10956 - interaction 10957 notification_emails: 10958 - android-probes@mozilla.com 10959 expires: never 10960 extra_keys: 10961 count: 10962 description: | 10963 The number of trending search suggestions displayed. 10964 type: quantity 10965 metadata: 10966 tags: 10967 - Search 10968 recent_search_suggestions_displayed: 10969 type: event 10970 description: | 10971 Recent search suggestions are displayed in the awesomebar. 10972 bugs: 10973 - https://bugzilla.mozilla.org/show_bug.cgi?id=1950134 10974 data_reviews: 10975 - https://phabricator.services.mozilla.com/D241711 10976 data_sensitivity: 10977 - interaction 10978 notification_emails: 10979 - android-probes@mozilla.com 10980 expires: never 10981 extra_keys: 10982 count: 10983 description: | 10984 The number of recent search suggestions displayed. 10985 type: quantity 10986 metadata: 10987 tags: 10988 - Search 10989 top_site_suggestions_displayed: 10990 type: event 10991 description: | 10992 Top site suggestions are displayed in the awesomebar. 10993 bugs: 10994 - https://bugzilla.mozilla.org/show_bug.cgi?id=1950134 10995 data_reviews: 10996 - https://phabricator.services.mozilla.com/D241711 10997 data_sensitivity: 10998 - interaction 10999 notification_emails: 11000 - android-probes@mozilla.com 11001 expires: never 11002 extra_keys: 11003 count: 11004 description: | 11005 The number of top site suggestions displayed. 11006 type: quantity 11007 metadata: 11008 tags: 11009 - Search 11010 opened_tab_suggestion_clicked: 11011 type: event 11012 description: | 11013 The opened tab suggestion in awesomebar was clicked. 11014 bugs: 11015 - https://github.com/mozilla-mobile/fenix/issues/18068 11016 data_reviews: 11017 - https://github.com/mozilla-mobile/fenix/pull/18090 11018 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 11019 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041 11020 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301 11021 data_sensitivity: 11022 - interaction 11023 notification_emails: 11024 - android-probes@mozilla.com 11025 expires: never 11026 metadata: 11027 tags: 11028 - Search 11029 search_term_suggestion_clicked: 11030 type: event 11031 description: | 11032 The search term suggestion in awesomebar was clicked. 11033 bugs: 11034 - https://github.com/mozilla-mobile/fenix/issues/25816 11035 data_reviews: 11036 - https://github.com/mozilla-mobile/fenix/pull/27810#issuecomment-1380720028 11037 data_sensitivity: 11038 - interaction 11039 notification_emails: 11040 - android-probes@mozilla.com 11041 expires: never 11042 metadata: 11043 tags: 11044 - Search 11045 sponsored_suggestion_clicked: 11046 type: event 11047 description: | 11048 A sponsored suggestion in the awesomebar was clicked. 11049 bugs: 11050 - https://bugzilla.mozilla.org/show_bug.cgi?id=1871156 11051 data_reviews: 11052 - https://github.com/mozilla-mobile/firefox-android/pull/4914#issuecomment-1874271848 11053 data_sensitivity: 11054 - interaction 11055 notification_emails: 11056 - android-probes@mozilla.com 11057 - lina@mozilla.com 11058 - ttran@mozilla.com 11059 - najiang@mozilla.com 11060 expires: never 11061 extra_keys: 11062 provider: &sponsored_suggestion_provider 11063 description: | 11064 The provider of the sponsored suggestion. Possible values: `amp` (for adMarketplace 11065 suggestions). 11066 type: string 11067 metadata: 11068 tags: 11069 - Search 11070 non_sponsored_suggestion_clicked: 11071 type: event 11072 description: | 11073 A non-sponsored suggestion in the awesomebar was clicked. 11074 bugs: 11075 - https://bugzilla.mozilla.org/show_bug.cgi?id=1871156 11076 data_reviews: 11077 - https://github.com/mozilla-mobile/firefox-android/pull/4914#issuecomment-1874271848 11078 data_sensitivity: 11079 - interaction 11080 notification_emails: 11081 - android-probes@mozilla.com 11082 - lina@mozilla.com 11083 - ttran@mozilla.com 11084 - najiang@mozilla.com 11085 expires: never 11086 extra_keys: 11087 provider: &non_sponsored_suggestion_provider 11088 description: | 11089 The provider of the non-sponsored suggestion. Possible values: `wikipedia`. 11090 type: string 11091 metadata: 11092 tags: 11093 - Search 11094 sponsored_suggestion_impressed: 11095 type: event 11096 description: | 11097 A sponsored suggestion was visible when the user finished interacting with the awesomebar. 11098 bugs: 11099 - https://bugzilla.mozilla.org/show_bug.cgi?id=1871156 11100 - https://bugzilla.mozilla.org/show_bug.cgi?id=1878434 11101 data_reviews: 11102 - https://github.com/mozilla-mobile/firefox-android/pull/4914#issuecomment-1874271848 11103 - https://github.com/mozilla-mobile/firefox-android/pull/5438#issuecomment-1930970336 11104 data_sensitivity: 11105 - interaction 11106 notification_emails: 11107 - android-probes@mozilla.com 11108 - lina@mozilla.com 11109 - ttran@mozilla.com 11110 - najiang@mozilla.com 11111 expires: never 11112 extra_keys: 11113 provider: *sponsored_suggestion_provider 11114 metadata: 11115 tags: 11116 - Search 11117 non_sponsored_suggestion_impressed: 11118 type: event 11119 description: | 11120 A non-sponsored suggestion was visible when the user finished interacting with the awesomebar. 11121 bugs: 11122 - https://bugzilla.mozilla.org/show_bug.cgi?id=1871156 11123 - https://bugzilla.mozilla.org/show_bug.cgi?id=1878434 11124 data_reviews: 11125 - https://github.com/mozilla-mobile/firefox-android/pull/4914#issuecomment-1874271848 11126 - https://github.com/mozilla-mobile/firefox-android/pull/5438#issuecomment-1930970336 11127 data_sensitivity: 11128 - interaction 11129 notification_emails: 11130 - android-probes@mozilla.com 11131 - lina@mozilla.com 11132 - ttran@mozilla.com 11133 - najiang@mozilla.com 11134 expires: never 11135 extra_keys: 11136 provider: *non_sponsored_suggestion_provider 11137 metadata: 11138 tags: 11139 - Search 11140 11141 urlbar: 11142 engagement: 11143 type: event 11144 description: | 11145 The user completed their search session by tapping a search result, 11146 or entering a URL or a search term. 11147 bugs: 11148 - https://bugzilla.mozilla.org/show_bug.cgi?id=1878434 11149 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926723 11150 data_reviews: 11151 - https://github.com/mozilla-mobile/firefox-android/pull/5438#issuecomment-1930970336 11152 data_sensitivity: 11153 - interaction 11154 notification_emails: 11155 - android-probes@mozilla.com 11156 - lina@mozilla.com 11157 - ttran@mozilla.com 11158 - najiang@mozilla.com 11159 expires: never 11160 metadata: 11161 tags: 11162 - Search 11163 abandonment: 11164 type: event 11165 description: | 11166 The user dismissed the awesomebar without completing their search. 11167 bugs: 11168 - https://bugzilla.mozilla.org/show_bug.cgi?id=1878434 11169 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926723 11170 data_reviews: 11171 - https://github.com/mozilla-mobile/firefox-android/pull/5438#issuecomment-1930970336 11172 data_sensitivity: 11173 - interaction 11174 notification_emails: 11175 - android-probes@mozilla.com 11176 - lina@mozilla.com 11177 - ttran@mozilla.com 11178 - najiang@mozilla.com 11179 expires: never 11180 metadata: 11181 tags: 11182 - Search 11183 11184 android_autofill: 11185 supported: 11186 type: boolean 11187 lifetime: application 11188 description: | 11189 Whether or not Android Autofill is supported by the device and is 11190 supported for this user. 11191 bugs: 11192 - https://github.com/mozilla-mobile/android-components/issues/10301 11193 data_reviews: 11194 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11195 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11196 - https://github.com/mozilla-mobile/fenix/pull/27295 11197 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11198 data_sensitivity: 11199 - technical 11200 notification_emails: 11201 - android-probes@mozilla.com 11202 expires: never 11203 enabled: 11204 type: boolean 11205 lifetime: application 11206 description: | 11207 Whether or not Firefox is the Android Autofill provider for this user. 11208 provider. 11209 bugs: 11210 - https://github.com/mozilla-mobile/android-components/issues/10301 11211 data_reviews: 11212 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11213 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11214 - https://github.com/mozilla-mobile/fenix/pull/27295 11215 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11216 data_sensitivity: 11217 - interaction 11218 notification_emails: 11219 - android-probes@mozilla.com 11220 expires: never 11221 request_matching_logins: 11222 type: event 11223 description: | 11224 The app received an Android Autofill request from the system and was 11225 able to find matching logins for the request 11226 bugs: 11227 - https://github.com/mozilla-mobile/android-components/issues/10301 11228 data_reviews: 11229 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11230 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11231 - https://github.com/mozilla-mobile/fenix/pull/27295 11232 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11233 data_sensitivity: 11234 - interaction 11235 notification_emails: 11236 - android-probes@mozilla.com 11237 expires: never 11238 request_no_matching_logins: 11239 type: event 11240 description: | 11241 The app received an Android Autofill request from the system and was 11242 not able to find matching logins for the request 11243 bugs: 11244 - https://github.com/mozilla-mobile/android-components/issues/10301 11245 data_reviews: 11246 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11247 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11248 - https://github.com/mozilla-mobile/fenix/pull/27295 11249 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11250 data_sensitivity: 11251 - interaction 11252 notification_emails: 11253 - android-probes@mozilla.com 11254 expires: never 11255 search_displayed: 11256 type: event 11257 description: | 11258 The user has selected the search option to manually search a 11259 matching login 11260 bugs: 11261 - https://github.com/mozilla-mobile/android-components/issues/10301 11262 data_reviews: 11263 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11264 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11265 - https://github.com/mozilla-mobile/fenix/pull/27295 11266 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11267 data_sensitivity: 11268 - interaction 11269 notification_emails: 11270 - android-probes@mozilla.com 11271 expires: never 11272 search_item_selected: 11273 type: event 11274 description: | 11275 The user has selected a search result for autofilling. 11276 bugs: 11277 - https://github.com/mozilla-mobile/android-components/issues/10301 11278 data_reviews: 11279 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11280 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11281 - https://github.com/mozilla-mobile/fenix/pull/27295 11282 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11283 data_sensitivity: 11284 - interaction 11285 notification_emails: 11286 - android-probes@mozilla.com 11287 expires: never 11288 unlock_cancelled: 11289 type: event 11290 description: | 11291 The user needed to unlock the app in order to autofill 11292 logins, but the process was cancelled. 11293 bugs: 11294 - https://github.com/mozilla-mobile/android-components/issues/10301 11295 data_reviews: 11296 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11297 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11298 - https://github.com/mozilla-mobile/fenix/pull/27295 11299 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11300 data_sensitivity: 11301 - interaction 11302 notification_emails: 11303 - android-probes@mozilla.com 11304 expires: never 11305 unlock_successful: 11306 type: event 11307 description: | 11308 The user successfully unlock the app in order to autofill logins 11309 bugs: 11310 - https://github.com/mozilla-mobile/android-components/issues/10301 11311 data_reviews: 11312 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11313 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11314 - https://github.com/mozilla-mobile/fenix/pull/27295 11315 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11316 data_sensitivity: 11317 - interaction 11318 notification_emails: 11319 - android-probes@mozilla.com 11320 expires: never 11321 confirm_cancelled: 11322 type: event 11323 description: | 11324 The user needed to confirm autofilling an unauthenticated 11325 application and decided to cancel 11326 bugs: 11327 - https://github.com/mozilla-mobile/android-components/issues/10301 11328 data_reviews: 11329 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11330 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11331 - https://github.com/mozilla-mobile/fenix/pull/27295 11332 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11333 data_sensitivity: 11334 - interaction 11335 notification_emails: 11336 - android-probes@mozilla.com 11337 expires: never 11338 confirm_successful: 11339 type: event 11340 description: | 11341 The user confirmed autofilling an unauthenticated application 11342 bugs: 11343 - https://github.com/mozilla-mobile/android-components/issues/10301 11344 data_reviews: 11345 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503 11346 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496 11347 - https://github.com/mozilla-mobile/fenix/pull/27295 11348 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11349 data_sensitivity: 11350 - interaction 11351 notification_emails: 11352 - android-probes@mozilla.com 11353 expires: never 11354 11355 home_menu: 11356 help_tapped: 11357 type: event 11358 description: The user clicked the help button in home menu. 11359 bugs: 11360 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858771 11361 data_reviews: 11362 - https://github.com/mozilla-mobile/firefox-android/pull/4066 11363 data_sensitivity: 11364 - interaction 11365 notification_emails: 11366 - android-probes@mozilla.com 11367 expires: never 11368 metadata: 11369 tags: 11370 - Settings 11371 - MainMenu 11372 settings_item_clicked: 11373 type: event 11374 description: The user clicked the settings option in home menu. 11375 bugs: 11376 - https://github.com/mozilla-mobile/fenix/issues/18856 11377 data_reviews: 11378 - https://github.com/mozilla-mobile/fenix/pull/18987 11379 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 11380 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 11381 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298 11382 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410675626 11383 data_sensitivity: 11384 - interaction 11385 notification_emails: 11386 - android-probes@mozilla.com 11387 expires: never 11388 metadata: 11389 tags: 11390 - Settings 11391 - MainMenu 11392 11393 menu: 11394 show_cfr: 11395 type: event 11396 description: | 11397 Menu CFR was shown to the user. 11398 bugs: 11399 - https://bugzilla.mozilla.org/show_bug.cgi?id=1885640 11400 data_reviews: 11401 - https://phabricator.services.mozilla.com/D216600 11402 data_sensitivity: 11403 - interaction 11404 notification_emails: 11405 - android-probes@mozilla.com 11406 expires: never 11407 dismiss_cfr: 11408 type: event 11409 description: | 11410 A user has dismissed the Menu CFR. 11411 bugs: 11412 - https://bugzilla.mozilla.org/show_bug.cgi?id=1885640 11413 data_reviews: 11414 - https://phabricator.services.mozilla.com/D216600 11415 data_sensitivity: 11416 - interaction 11417 notification_emails: 11418 - android-probes@mozilla.com 11419 expires: never 11420 11421 home_screen: 11422 home_screen_displayed: 11423 type: event 11424 description: The home screen was displayed. 11425 bugs: 11426 - https://github.com/mozilla-mobile/fenix/issues/18854 11427 data_reviews: 11428 - https://github.com/mozilla-mobile/fenix/pull/19025 11429 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789 11430 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275 11431 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298 11432 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410681521 11433 data_sensitivity: 11434 - interaction 11435 notification_emails: 11436 - android-probes@mozilla.com 11437 expires: never 11438 metadata: 11439 tags: 11440 - HomeScreen 11441 standard_homepage_view_count: 11442 type: counter 11443 description: | 11444 The number of times the standard browsing mode home screen was 11445 displayed to the user. (for tile counts) 11446 bugs: 11447 - https://bugzilla.mozilla.org/show_bug.cgi?id=1842082 11448 data_reviews: 11449 - https://github.com/mozilla-mobile/firefox-android/pull/2841 11450 data_sensitivity: 11451 - interaction 11452 notification_emails: 11453 - android-probes@mozilla.com 11454 expires: never 11455 metadata: 11456 tags: 11457 - HomeScreen 11458 home_screen_view_count: 11459 type: counter 11460 description: | 11461 The number of times the home screen was displayed to the user. 11462 bugs: 11463 - https://github.com/mozilla-mobile/fenix/issues/22146 11464 data_reviews: 11465 - https://github.com/mozilla-mobile/fenix/pull/22377 11466 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 11467 - https://github.com/mozilla-mobile/firefox-android/pull/3319 11468 data_sensitivity: 11469 - interaction 11470 notification_emails: 11471 - android-probes@mozilla.com 11472 expires: never 11473 customize_home_clicked: 11474 type: event 11475 description: A user clicked on Customize home button from the home screen. 11476 bugs: 11477 - https://github.com/mozilla-mobile/fenix/pull/21344 11478 data_reviews: 11479 - https://github.com/mozilla-mobile/fenix/pull/21344 11480 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787 11481 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11482 data_sensitivity: 11483 - interaction 11484 notification_emails: 11485 - android-probes@mozilla.com 11486 expires: never 11487 11488 homepage: 11489 private_mode_icon_tapped: 11490 type: event 11491 description: | 11492 A user tapped the private browsing icon on the homepage. 11493 bugs: 11494 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841153 11495 data_reviews: 11496 - https://github.com/mozilla-mobile/firefox-android/pull/2725 11497 data_sensitivity: 11498 - interaction 11499 notification_emails: 11500 - android-probes@mozilla.com 11501 expires: never 11502 metadata: 11503 tags: 11504 - Tabs 11505 11506 start_on_home: 11507 enter_home_screen: 11508 type: event 11509 description: | 11510 Know how often user lands on Homescreen upon opening the app. 11511 bugs: 11512 - https://github.com/mozilla-mobile/fenix/issues/19881 11513 data_reviews: 11514 - https://github.com/mozilla-mobile/fenix/pull/19885 11515 - https://github.com/mozilla-mobile/fenix/pull/24982 11516 - https://github.com/mozilla-mobile/firefox-android/pull/1101 11517 data_sensitivity: 11518 - interaction 11519 notification_emails: 11520 - android-probes@mozilla.com 11521 expires: never 11522 metadata: 11523 tags: 11524 - HomeScreen 11525 open_tabs_tray: 11526 type: event 11527 description: | 11528 Know how often users open the tab tray. 11529 bugs: 11530 - https://github.com/mozilla-mobile/fenix/issues/19881 11531 data_reviews: 11532 - https://github.com/mozilla-mobile/fenix/pull/19885 11533 - https://github.com/mozilla-mobile/fenix/pull/24982 11534 - https://github.com/mozilla-mobile/firefox-android/pull/1101 11535 data_sensitivity: 11536 - interaction 11537 notification_emails: 11538 - android-probes@mozilla.com 11539 expires: never 11540 metadata: 11541 tags: 11542 - HomeScreen 11543 - Tabs 11544 long_click_tabs_tray: 11545 type: event 11546 description: | 11547 Know how often users long press on the tab tray. 11548 bugs: 11549 - https://bugzilla.mozilla.org/show_bug.cgi?id=1937593 11550 data_reviews: 11551 - https://phabricator.services.mozilla.com/D232243 11552 data_sensitivity: 11553 - interaction 11554 notification_emails: 11555 - android-probes@mozilla.com 11556 expires: never 11557 metadata: 11558 tags: 11559 - HomeScreen 11560 - Tabs 11561 recent_tabs: 11562 show_all_clicked: 11563 type: event 11564 description: | 11565 User has clicked show all button and opened tabs tray. 11566 bugs: 11567 - https://github.com/mozilla-mobile/fenix/issues/19955 11568 data_reviews: 11569 - https://github.com/mozilla-mobile/fenix/pull/20138 11570 - https://github.com/mozilla-mobile/fenix/pull/24982 11571 - https://github.com/mozilla-mobile/firefox-android/pull/1101 11572 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11573 data_sensitivity: 11574 - interaction 11575 notification_emails: 11576 - android-probes@mozilla.com 11577 expires: never 11578 metadata: 11579 tags: 11580 - RecentTabs 11581 recent_tab_opened: 11582 type: event 11583 description: | 11584 User has opened a recent tab from homescreen. 11585 bugs: 11586 - https://github.com/mozilla-mobile/fenix/issues/19955 11587 data_reviews: 11588 - https://github.com/mozilla-mobile/fenix/pull/20138 11589 - https://github.com/mozilla-mobile/fenix/pull/24982 11590 - https://github.com/mozilla-mobile/firefox-android/pull/1101 11591 data_sensitivity: 11592 - interaction 11593 notification_emails: 11594 - android-probes@mozilla.com 11595 expires: never 11596 metadata: 11597 tags: 11598 - RecentTabs 11599 section_visible: 11600 type: boolean 11601 description: | 11602 An indication of whether the recent tabs / 11603 Jump Back In section is visible on the homepage. 11604 bugs: 11605 - https://github.com/mozilla-mobile/fenix/issues/22107 11606 data_reviews: 11607 - https://github.com/mozilla-mobile/fenix/pull/22166 11608 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 11609 - https://github.com/mozilla-mobile/firefox-android/pull/3319 11610 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11611 data_sensitivity: 11612 - interaction 11613 notification_emails: 11614 - android-probes@mozilla.com 11615 expires: never 11616 11617 home_bookmarks: 11618 shown: 11619 type: event 11620 description: | 11621 Bookmarks section of home was shown to the user. This was previously recent_bookmarks.shown. 11622 bugs: 11623 - https://github.com/mozilla-mobile/fenix/issues/22103 11624 data_reviews: 11625 - https://github.com/mozilla-mobile/fenix/pull/22104 11626 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 11627 - https://github.com/mozilla-mobile/firefox-android/pull/3319 11628 data_sensitivity: 11629 - interaction 11630 notification_emails: 11631 - android-probes@mozilla.com 11632 expires: never 11633 bookmark_clicked: 11634 type: counter 11635 lifetime: application 11636 description: | 11637 A counter that indicates the number of times that a user 11638 has clicked on a bookmark from the home 11639 screen. This was previously recent_bookmarks.bookmark_clicked. 11640 send_in_pings: 11641 - metrics 11642 bugs: 11643 - https://github.com/mozilla-mobile/fenix/issues/19931 11644 data_reviews: 11645 - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 11646 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 11647 - https://github.com/mozilla-mobile/fenix/pull/28502 11648 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11649 data_sensitivity: 11650 - interaction 11651 notification_emails: 11652 - android-probes@mozilla.com 11653 expires: never 11654 show_all_bookmarks: 11655 type: counter 11656 lifetime: application 11657 description: | 11658 A counter that indicates the number of times that a user 11659 has clicked the show all button for bookmarks 11660 on the home screen. This was previously recent_bookmarks.show_all_bookmarks. 11661 send_in_pings: 11662 - metrics 11663 bugs: 11664 - https://github.com/mozilla-mobile/fenix/issues/19931 11665 data_reviews: 11666 - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843 11667 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220 11668 - https://github.com/mozilla-mobile/fenix/pull/28502 11669 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11670 data_sensitivity: 11671 - interaction 11672 notification_emails: 11673 - android-probes@mozilla.com 11674 expires: never 11675 bookmarks_count: 11676 type: quantity 11677 description: | 11678 The number of bookmarked items appearing in the 11679 Bookmarks section on the home page. This was previously recent_bookmarks.recent_bookmarks_count. 11680 bugs: 11681 - https://github.com/mozilla-mobile/fenix/issues/22075 11682 data_reviews: 11683 - https://github.com/mozilla-mobile/fenix/pull/22293 11684 - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973 11685 - https://github.com/mozilla-mobile/firefox-android/pull/3319 11686 data_sensitivity: 11687 - interaction 11688 notification_emails: 11689 - android-probes@mozilla.com 11690 expires: never 11691 unit: integer 11692 11693 recent_searches: 11694 group_deleted: 11695 type: event 11696 description: | 11697 A user has deleted a search term group from the 11698 "Recently visited" section on the homescreen using 11699 the long-press menu "Remove" option. This removes 11700 the item from the homescreen, but does not delete 11701 the item from history. 11702 bugs: 11703 - https://github.com/mozilla-mobile/fenix/issues/22175 11704 data_reviews: 11705 - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788 11706 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298 11707 - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888 11708 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11709 - https://github.com/mozilla-mobile/firefox-android/pull/4039 11710 data_sensitivity: 11711 - interaction 11712 notification_emails: 11713 - android-probes@mozilla.com 11714 expires: never 11715 11716 credit_cards: 11717 saved: 11718 type: counter 11719 lifetime: application 11720 description: | 11721 A counter of the number of credit cards that have been saved 11722 manually by the user. 11723 bugs: 11724 - https://github.com/mozilla-mobile/fenix/issues/18711 11725 data_reviews: 11726 - https://github.com/mozilla-mobile/fenix/pull/20909 11727 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11728 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11729 data_sensitivity: 11730 - interaction 11731 notification_emails: 11732 - android-probes@mozilla.com 11733 expires: never 11734 metadata: 11735 tags: 11736 - Autofill 11737 saved_all: 11738 type: quantity 11739 description: | 11740 Counter of number of credit cards that are currently stored by user. 11741 bugs: 11742 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 11743 data_reviews: 11744 - https://github.com/mozilla-mobile/firefox-android/pull/2555 11745 data_sensitivity: 11746 - interaction 11747 notification_emails: 11748 - android-probes@mozilla.com 11749 expires: never 11750 unit: integer 11751 metadata: 11752 tags: 11753 - Autofill 11754 deleted: 11755 type: counter 11756 description: | 11757 A counter of the number of credit cards that have been deleted by 11758 the user. 11759 bugs: 11760 - https://github.com/mozilla-mobile/fenix/issues/18711 11761 data_reviews: 11762 - https://github.com/mozilla-mobile/fenix/pull/20909 11763 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11764 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11765 data_sensitivity: 11766 - interaction 11767 notification_emails: 11768 - android-probes@mozilla.com 11769 expires: never 11770 metadata: 11771 tags: 11772 - Autofill 11773 modified: 11774 type: event 11775 description: | 11776 A credit card has been modified by the user. 11777 bugs: 11778 - https://github.com/mozilla-mobile/fenix/issues/18711 11779 data_reviews: 11780 - https://github.com/mozilla-mobile/fenix/pull/20909 11781 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11782 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11783 data_sensitivity: 11784 - interaction 11785 notification_emails: 11786 - android-probes@mozilla.com 11787 expires: never 11788 metadata: 11789 tags: 11790 - Autofill 11791 form_detected: 11792 type: event 11793 description: | 11794 A credit card form was detected. 11795 bugs: 11796 - https://github.com/mozilla-mobile/fenix/issues/18711 11797 data_reviews: 11798 - https://github.com/mozilla-mobile/fenix/pull/20909 11799 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11800 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11801 data_sensitivity: 11802 - interaction 11803 notification_emails: 11804 - android-probes@mozilla.com 11805 expires: never 11806 metadata: 11807 tags: 11808 - Autofill 11809 autofilled: 11810 type: event 11811 description: | 11812 User has autofilled a credit card. 11813 bugs: 11814 - https://github.com/mozilla-mobile/fenix/issues/18711 11815 data_reviews: 11816 - https://github.com/mozilla-mobile/fenix/pull/20909 11817 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11818 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11819 data_sensitivity: 11820 - interaction 11821 notification_emails: 11822 - android-probes@mozilla.com 11823 expires: never 11824 metadata: 11825 tags: 11826 - Autofill 11827 autofill_prompt_shown: 11828 type: event 11829 description: | 11830 Credit card autofill prompt was shown. 11831 bugs: 11832 - https://github.com/mozilla-mobile/fenix/issues/18711 11833 data_reviews: 11834 - https://github.com/mozilla-mobile/fenix/pull/20909 11835 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11836 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11837 data_sensitivity: 11838 - interaction 11839 notification_emails: 11840 - android-probes@mozilla.com 11841 expires: never 11842 metadata: 11843 tags: 11844 - Autofill 11845 autofill_prompt_expanded: 11846 type: event 11847 description: | 11848 Credit card autofill prompt was expanded. 11849 bugs: 11850 - https://github.com/mozilla-mobile/fenix/issues/18711 11851 data_reviews: 11852 - https://github.com/mozilla-mobile/fenix/pull/20909 11853 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11854 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11855 data_sensitivity: 11856 - interaction 11857 notification_emails: 11858 - android-probes@mozilla.com 11859 expires: never 11860 metadata: 11861 tags: 11862 - Autofill 11863 autofill_prompt_dismissed: 11864 type: event 11865 description: | 11866 Credit card autofill prompt was dismissed. 11867 bugs: 11868 - https://github.com/mozilla-mobile/fenix/issues/18711 11869 data_reviews: 11870 - https://github.com/mozilla-mobile/fenix/pull/20909 11871 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11872 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11873 data_sensitivity: 11874 - interaction 11875 notification_emails: 11876 - android-probes@mozilla.com 11877 expires: never 11878 metadata: 11879 tags: 11880 - Autofill 11881 management_add_tapped: 11882 type: event 11883 description: | 11884 User has tapped the add button through credit card management settings. 11885 bugs: 11886 - https://github.com/mozilla-mobile/fenix/issues/18711 11887 data_reviews: 11888 - https://github.com/mozilla-mobile/fenix/pull/20909 11889 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11890 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11891 data_sensitivity: 11892 - interaction 11893 notification_emails: 11894 - android-probes@mozilla.com 11895 expires: never 11896 metadata: 11897 tags: 11898 - Autofill 11899 management_card_tapped: 11900 type: event 11901 description: | 11902 User has tapped on a saved card through credit card management settings. 11903 bugs: 11904 - https://github.com/mozilla-mobile/fenix/issues/18711 11905 data_reviews: 11906 - https://github.com/mozilla-mobile/fenix/pull/20909 11907 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11908 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11909 data_sensitivity: 11910 - interaction 11911 notification_emails: 11912 - android-probes@mozilla.com 11913 expires: never 11914 metadata: 11915 tags: 11916 - Autofill 11917 save_prompt_create: 11918 type: event 11919 description: | 11920 User saved a credit card using the autofill save prompt. 11921 bugs: 11922 - https://github.com/mozilla-mobile/fenix/issues/25397 11923 data_reviews: 11924 - https://github.com/mozilla-mobile/fenix/pull/25411 11925 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11926 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11927 data_sensitivity: 11928 - interaction 11929 notification_emails: 11930 - android-probes@mozilla.com 11931 expires: never 11932 metadata: 11933 tags: 11934 - Autofill 11935 save_prompt_update: 11936 type: event 11937 description: | 11938 User updated a credit card using the autofill save prompt. 11939 bugs: 11940 - https://github.com/mozilla-mobile/fenix/issues/25397 11941 data_reviews: 11942 - https://github.com/mozilla-mobile/fenix/pull/25411 11943 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11944 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11945 data_sensitivity: 11946 - interaction 11947 notification_emails: 11948 - android-probes@mozilla.com 11949 expires: never 11950 metadata: 11951 tags: 11952 - Autofill 11953 save_prompt_shown: 11954 type: event 11955 description: | 11956 The credit card autofill save prompt is shown. 11957 bugs: 11958 - https://github.com/mozilla-mobile/fenix/issues/26089 11959 data_reviews: 11960 - https://github.com/mozilla-mobile/fenix/pull/26095 11961 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11962 data_sensitivity: 11963 - interaction 11964 notification_emails: 11965 - android-probes@mozilla.com 11966 expires: never 11967 metadata: 11968 tags: 11969 - Autofill 11970 11971 addresses: 11972 saved: 11973 type: counter 11974 description: | 11975 A counter of the number of addresses that have been saved 11976 manually by the user. 11977 bugs: 11978 - https://github.com/mozilla-mobile/fenix/issues/24857 11979 data_reviews: 11980 - https://github.com/mozilla-mobile/fenix/pull/25216 11981 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 11982 - https://github.com/mozilla-mobile/firefox-android/pull/2597 11983 data_sensitivity: 11984 - interaction 11985 notification_emails: 11986 - android-probes@mozilla.com 11987 expires: never 11988 metadata: 11989 tags: 11990 - Autofill 11991 saved_all: 11992 type: quantity 11993 description: | 11994 A counter of the number of all addresses that are currently saved by user. 11995 bugs: 11996 - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164 11997 data_reviews: 11998 - https://github.com/mozilla-mobile/firefox-android/pull/2555 11999 data_sensitivity: 12000 - interaction 12001 notification_emails: 12002 - android-probes@mozilla.com 12003 expires: never 12004 unit: integer 12005 metadata: 12006 tags: 12007 - Autofill 12008 updated: 12009 type: counter 12010 description: | 12011 A counter of the number of addresses that have been updated 12012 manually by the user. 12013 bugs: 12014 - https://github.com/mozilla-mobile/fenix/issues/24857 12015 data_reviews: 12016 - https://github.com/mozilla-mobile/fenix/pull/25216 12017 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12018 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12019 data_sensitivity: 12020 - interaction 12021 notification_emails: 12022 - android-probes@mozilla.com 12023 expires: never 12024 metadata: 12025 tags: 12026 - Autofill 12027 deleted: 12028 type: counter 12029 description: | 12030 A counter of the number of addresses that have been deleted by 12031 the user. 12032 bugs: 12033 - https://github.com/mozilla-mobile/fenix/issues/24857 12034 data_reviews: 12035 - https://github.com/mozilla-mobile/fenix/pull/25216 12036 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12037 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12038 data_sensitivity: 12039 - interaction 12040 notification_emails: 12041 - android-probes@mozilla.com 12042 expires: never 12043 metadata: 12044 tags: 12045 - Autofill 12046 form_detected: 12047 type: event 12048 description: | 12049 A address form was detected. 12050 bugs: 12051 - https://github.com/mozilla-mobile/fenix/issues/18711 12052 data_reviews: 12053 - https://github.com/mozilla-mobile/fenix/pull/25216 12054 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12055 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12056 data_sensitivity: 12057 - interaction 12058 notification_emails: 12059 - android-probes@mozilla.com 12060 expires: never 12061 metadata: 12062 tags: 12063 - Autofill 12064 autofilled: 12065 type: event 12066 description: | 12067 User has autofilled an address. 12068 bugs: 12069 - https://github.com/mozilla-mobile/fenix/issues/18711 12070 data_reviews: 12071 - https://github.com/mozilla-mobile/fenix/pull/25216 12072 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12073 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12074 data_sensitivity: 12075 - interaction 12076 notification_emails: 12077 - android-probes@mozilla.com 12078 expires: never 12079 metadata: 12080 tags: 12081 - Autofill 12082 autofill_prompt_shown: 12083 type: event 12084 description: | 12085 Address autofill prompt was shown. 12086 bugs: 12087 - https://github.com/mozilla-mobile/fenix/issues/24857 12088 data_reviews: 12089 - https://github.com/mozilla-mobile/fenix/pull/25216 12090 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12091 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12092 data_sensitivity: 12093 - interaction 12094 notification_emails: 12095 - android-probes@mozilla.com 12096 expires: never 12097 metadata: 12098 tags: 12099 - Autofill 12100 autofill_prompt_expanded: 12101 type: event 12102 description: | 12103 Address autofill prompt was expanded. 12104 bugs: 12105 - https://github.com/mozilla-mobile/fenix/issues/24857 12106 data_reviews: 12107 - https://github.com/mozilla-mobile/fenix/pull/25216 12108 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12109 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12110 data_sensitivity: 12111 - interaction 12112 notification_emails: 12113 - android-probes@mozilla.com 12114 expires: never 12115 metadata: 12116 tags: 12117 - Autofill 12118 autofill_prompt_dismissed: 12119 type: event 12120 description: | 12121 Address autofill prompt was dismissed. 12122 bugs: 12123 - https://github.com/mozilla-mobile/fenix/issues/24857 12124 data_reviews: 12125 - https://github.com/mozilla-mobile/fenix/pull/25216 12126 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12127 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12128 data_sensitivity: 12129 - interaction 12130 notification_emails: 12131 - android-probes@mozilla.com 12132 expires: never 12133 metadata: 12134 tags: 12135 - Autofill 12136 management_add_tapped: 12137 type: event 12138 description: | 12139 User has tapped the add button through address management settings. 12140 bugs: 12141 - https://github.com/mozilla-mobile/fenix/issues/24857 12142 data_reviews: 12143 - https://github.com/mozilla-mobile/fenix/pull/20909 12144 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12145 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12146 data_sensitivity: 12147 - interaction 12148 notification_emails: 12149 - android-probes@mozilla.com 12150 expires: never 12151 metadata: 12152 tags: 12153 - Autofill 12154 management_address_tapped: 12155 type: event 12156 description: | 12157 User has tapped on a saved address through address management settings. 12158 bugs: 12159 - https://github.com/mozilla-mobile/fenix/issues/24857 12160 data_reviews: 12161 - https://github.com/mozilla-mobile/fenix/pull/25216 12162 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469 12163 - https://github.com/mozilla-mobile/firefox-android/pull/2597 12164 data_sensitivity: 12165 - interaction 12166 notification_emails: 12167 - android-probes@mozilla.com 12168 expires: never 12169 metadata: 12170 tags: 12171 - Autofill 12172 12173 wallpapers: 12174 wallpaper_settings_opened: 12175 type: event 12176 description: | 12177 User has opened the wallpaper settings screen. 12178 bugs: 12179 - https://github.com/mozilla-mobile/fenix/issues/23381 12180 data_reviews: 12181 - https://github.com/mozilla-mobile/fenix/pull/23382 12182 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12183 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12184 notification_emails: 12185 - android-probes@mozilla.com 12186 data_sensitivity: 12187 - interaction 12188 expires: never 12189 no_lint: 12190 - COMMON_PREFIX 12191 metadata: 12192 tags: 12193 - Wallpapers 12194 wallpaper_selected: 12195 type: event 12196 description: | 12197 A wallpaper is selected from the settings screen or onboarding dialog. 12198 extra_keys: 12199 name: 12200 description: The name of the selected wallpaper 12201 type: string 12202 theme_collection: 12203 description: The theme collection the selected wallpaper belongs to. 12204 type: string 12205 source: 12206 description: | 12207 A string that tells us how the user selected the wallpaper. 12208 Possible values are: `settings`, `onboarding` 12209 type: string 12210 bugs: 12211 - https://github.com/mozilla-mobile/fenix/issues/23381 12212 data_reviews: 12213 - https://github.com/mozilla-mobile/fenix/pull/23382 12214 - https://github.com/mozilla-mobile/fenix/pull/26893 12215 - https://github.com/mozilla-mobile/firefox-android/pull/1875 12216 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12217 notification_emails: 12218 - android-probes@mozilla.com 12219 data_sensitivity: 12220 - interaction 12221 expires: never 12222 no_lint: 12223 - COMMON_PREFIX 12224 metadata: 12225 tags: 12226 - Wallpapers 12227 onboarding_opened: 12228 type: event 12229 description: | 12230 The wallpaper onboarding dialog has been displayed. 12231 bugs: 12232 - https://github.com/mozilla-mobile/fenix/issues/26215 12233 data_reviews: 12234 - https://github.com/mozilla-mobile/fenix/pull/26893 12235 - https://github.com/mozilla-mobile/firefox-android/pull/1875 12236 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12237 notification_emails: 12238 - android-probes@mozilla.com 12239 data_sensitivity: 12240 - interaction 12241 expires: never 12242 metadata: 12243 tags: 12244 - Wallpapers 12245 onboarding_closed: 12246 type: event 12247 description: | 12248 The wallpaper onboarding dialog has been closed. 12249 extra_keys: 12250 is_selected: 12251 description: Whether or not a wallpaper has been selected. 12252 type: boolean 12253 bugs: 12254 - https://github.com/mozilla-mobile/fenix/issues/26215 12255 data_reviews: 12256 - https://github.com/mozilla-mobile/fenix/pull/26893 12257 - https://github.com/mozilla-mobile/firefox-android/pull/1875 12258 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12259 notification_emails: 12260 - android-probes@mozilla.com 12261 data_sensitivity: 12262 - interaction 12263 expires: never 12264 metadata: 12265 tags: 12266 - Wallpapers 12267 onboarding_explore_more_click: 12268 type: event 12269 description: | 12270 The wallpaper onboarding learn more button was clicked. 12271 bugs: 12272 - https://github.com/mozilla-mobile/fenix/issues/26215 12273 data_reviews: 12274 - https://github.com/mozilla-mobile/fenix/pull/26893 12275 - https://github.com/mozilla-mobile/firefox-android/pull/1875 12276 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12277 notification_emails: 12278 - android-probes@mozilla.com 12279 data_sensitivity: 12280 - interaction 12281 expires: never 12282 metadata: 12283 tags: 12284 - Wallpapers 12285 learn_more_link_click: 12286 type: event 12287 description: | 12288 The learn more link for a wallpaper collection has been clicked. 12289 extra_keys: 12290 collection_name: 12291 description: The name of the wallpaper collection the link leads to. 12292 type: string 12293 url: 12294 description: The URL associated with the wallpaper collection. 12295 type: string 12296 bugs: 12297 - https://github:com/mozilla-mobile/fenix/issues/26945 12298 data_reviews: 12299 - https://github.com/mozilla-mobile/fenix/pull/26990 12300 - https://github.com/mozilla-mobile/firefox-android/pull/1875 12301 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12302 notification_emails: 12303 - android-probes@mozilla.com 12304 data_sensitivity: 12305 - interaction 12306 expires: never 12307 metadata: 12308 tags: 12309 - Wallpapers 12310 no_lint: 12311 - HIGHER_DATA_SENSITIVITY_REQUIRED 12312 12313 recently_visited_homepage: 12314 history_highlight_opened: 12315 type: event 12316 description: | 12317 User has opened any history highlight from homepage 12318 bugs: 12319 - https://github.com/mozilla-mobile/fenix/issues/23821 12320 data_reviews: 12321 - https://github.com/mozilla-mobile/fenix/pull/23909 12322 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12323 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12324 notification_emails: 12325 - android-probes@mozilla.com 12326 data_sensitivity: 12327 - interaction 12328 expires: never 12329 search_group_opened: 12330 type: event 12331 description: | 12332 User has opened a search group from homepage 12333 bugs: 12334 - https://github.com/mozilla-mobile/fenix/issues/23821 12335 data_reviews: 12336 - https://github.com/mozilla-mobile/fenix/pull/23909 12337 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12338 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12339 notification_emails: 12340 - android-probes@mozilla.com 12341 data_sensitivity: 12342 - interaction 12343 expires: never 12344 12345 recent_synced_tabs: 12346 recent_synced_tab_shown: 12347 type: labeled_counter 12348 description: | 12349 Counts impressions of a recent synced tab on the homepage, labeled by the 12350 device type the tab originates from. 12351 bugs: 12352 - https://github.com/mozilla-mobile/fenix/issues/24549 12353 data_reviews: 12354 - https://github.com/mozilla-mobile/fenix/pull/24671 12355 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12356 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12357 notification_emails: 12358 - android-probes@mozilla.com 12359 data_sensitivity: 12360 - interaction 12361 expires: never 12362 recent_synced_tab_time_to_load: 12363 type: timing_distribution 12364 time_unit: millisecond 12365 description: | 12366 Measures the amount of time between the beginning of a sync and the end. 12367 bugs: 12368 - https://github.com/mozilla-mobile/fenix/issues/24549 12369 data_reviews: 12370 - https://github.com/mozilla-mobile/fenix/pull/24671 12371 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12372 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12373 data_sensitivity: 12374 - interaction 12375 notification_emails: 12376 - android-probes@mozilla.com 12377 expires: never 12378 recent_synced_tab_opened: 12379 type: labeled_counter 12380 description: | 12381 Counts the number of times a recent synced tab is opened, labeled by the 12382 device type the tab originates from. 12383 bugs: 12384 - https://github.com/mozilla-mobile/fenix/issues/24549 12385 data_reviews: 12386 - https://github.com/mozilla-mobile/fenix/pull/24671 12387 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12388 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12389 notification_emails: 12390 - android-probes@mozilla.com 12391 data_sensitivity: 12392 - interaction 12393 expires: never 12394 show_all_synced_tabs_clicked: 12395 type: counter 12396 description: | 12397 Counts how many times "show all synced tabs" button has been clicked. 12398 bugs: 12399 - https://github.com/mozilla-mobile/fenix/issues/24549 12400 data_reviews: 12401 - https://github.com/mozilla-mobile/fenix/pull/24671 12402 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12403 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12404 notification_emails: 12405 - android-probes@mozilla.com 12406 data_sensitivity: 12407 - interaction 12408 expires: never 12409 latest_synced_tab_is_stale: 12410 type: counter 12411 description: | 12412 Counts how often the loading placeholder is shown and the resulting tab 12413 is the same as it was before the load. 12414 bugs: 12415 - https://github.com/mozilla-mobile/fenix/issues/24549 12416 data_reviews: 12417 - https://github.com/mozilla-mobile/fenix/pull/24671 12418 - https://github.com/mozilla-mobile/firefox-android/pull/1101 12419 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12420 notification_emails: 12421 - android-probes@mozilla.com 12422 data_sensitivity: 12423 - interaction 12424 expires: never 12425 review_prompt: 12426 prompt_attempt: 12427 type: event 12428 description: | 12429 Data captured for each attempt to display the review prompt. 12430 extra_keys: 12431 prompt_was_displayed: 12432 description: | 12433 Whether the prompt was displayed to the user. Value 12434 reported will be: 'true', 'false' or 'error'. 12435 type: string 12436 local_datetime: 12437 description: | 12438 The local datetime. 12439 type: string 12440 number_of_app_launches: 12441 description: | 12442 The total number of times the app has been launched. 12443 type: quantity 12444 bugs: 12445 - https://github.com/mozilla-mobile/fenix/issues/27472 12446 data_reviews: 12447 - https://github.com/mozilla-mobile/fenix/pull/27596 12448 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12449 notification_emails: 12450 - android-probes@mozilla.com 12451 data_sensitivity: 12452 - interaction 12453 expires: never 12454 12455 private_browsing_shortcut_cfr: 12456 add_shortcut: 12457 type: event 12458 description: | 12459 Pivate browsing CFR "Add shortcut" button pressed. 12460 bugs: 12461 - https://github.com/mozilla-mobile/fenix/issues/4658 12462 - https://bugzilla.mozilla.org/show_bug.cgi?id=1819909 12463 data_reviews: 12464 - https://github.com/mozilla-mobile/firefox-android/pull/1139 12465 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12466 notification_emails: 12467 - android-probes@mozilla.com 12468 expires: never 12469 cancel: 12470 type: event 12471 description: | 12472 Pivate browsing CFR "No thanks" button pressed. 12473 bugs: 12474 - https://github.com/mozilla-mobile/fenix/issues/4658 12475 - https://bugzilla.mozilla.org/show_bug.cgi?id=1819909 12476 data_reviews: 12477 - https://github.com/mozilla-mobile/firefox-android/pull/1139 12478 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12479 notification_emails: 12480 - android-probes@mozilla.com 12481 expires: never 12482 12483 pull_to_refresh_in_browser: 12484 enabled: 12485 type: boolean 12486 description: | 12487 Whether or not pull-to-refresh functionality 12488 is enabled from Settings screen. 12489 default: true 12490 bugs: 12491 - https://bugzilla.mozilla.org/show_bug.cgi?id=1825413 12492 data_reviews: 12493 - https://github.com/mozilla-mobile/firefox-android/pull/1775#pullrequestreview-1401966483 12494 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12495 data_sensitivity: 12496 - interaction 12497 notification_emails: 12498 - android-probes@mozilla.com 12499 expires: never 12500 metadata: 12501 tags: 12502 - Settings 12503 executed: 12504 type: event 12505 description: | 12506 Whether the pull-to-refresh gesture was executed by the user. 12507 bugs: 12508 - https://bugzilla.mozilla.org/show_bug.cgi?id=1825413 12509 data_reviews: 12510 - https://github.com/mozilla-mobile/firefox-android/pull/1775#pullrequestreview-1401966483 12511 - https://github.com/mozilla-mobile/firefox-android/pull/4039 12512 data_sensitivity: 12513 - interaction 12514 notification_emails: 12515 - android-probes@mozilla.com 12516 expires: never 12517 12518 app_icon: 12519 new_private_tab_tapped: 12520 type: event 12521 description: | 12522 A user tapped to open new private tab in Firefox Android app shortcuts menu. 12523 bugs: 12524 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841153 12525 data_reviews: 12526 - https://github.com/mozilla-mobile/firefox-android/pull/2725 12527 data_sensitivity: 12528 - interaction 12529 notification_emails: 12530 - android-probes@mozilla.com 12531 expires: never 12532 metadata: 12533 tags: 12534 - Tabs 12535 12536 sync: 12537 failed: 12538 type: event 12539 description: | 12540 User sign-in/sync has failed. 12541 bugs: 12542 - https://bugzilla.mozilla.org/show_bug.cgi?id=1841156 12543 data_reviews: 12544 - https://github.com/mozilla-mobile/firefox-android/pull/2726 12545 data_sensitivity: 12546 - interaction 12547 notification_emails: 12548 - android-probes@mozilla.com 12549 expires: never 12550 12551 fx_suggest: 12552 ping_type: 12553 type: string 12554 description: > 12555 The ping's type. Either "fxsuggest-click" or "fxsuggest-impression". 12556 bugs: 12557 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12558 data_reviews: 12559 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12560 - https://github.com/mozilla-mobile/firefox-android/pull/4146#issuecomment-1775955811 12561 data_sensitivity: 12562 - interaction 12563 notification_emails: 12564 - android-probes@mozilla.com 12565 - lina@mozilla.com 12566 - ttran@mozilla.com 12567 - najiang@mozilla.com 12568 expires: never 12569 send_in_pings: 12570 - fx-suggest 12571 country: 12572 type: string 12573 description: > 12574 Records the home region of the user as determined by MLS, the same used for configuring 12575 region specific search providers. 12576 bugs: 12577 - https://bugzilla.mozilla.org/show_bug.cgi?id=1969155 12578 data_reviews: 12579 - https://phabricator.services.mozilla.com/D251690 12580 data_sensitivity: 12581 - interaction 12582 notification_emails: 12583 - android-probes@mozilla.com 12584 - ttran@mozilla.com 12585 - najiang@mozilla.com 12586 expires: never 12587 send_in_pings: 12588 - fx-suggest 12589 position: 12590 type: quantity 12591 unit: non-negative integer 12592 description: > 12593 The position (1-based) of this suggestion in the full list of suggestions, relative to the 12594 top of the awesomebar. 12595 bugs: 12596 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858542 12597 data_reviews: 12598 - https://github.com/mozilla-mobile/firefox-android/pull/4146#issuecomment-1775955811 12599 data_sensitivity: 12600 - interaction 12601 notification_emails: 12602 - android-probes@mozilla.com 12603 - lina@mozilla.com 12604 - ttran@mozilla.com 12605 - najiang@mozilla.com 12606 expires: never 12607 send_in_pings: 12608 - fx-suggest 12609 block_id: 12610 type: quantity 12611 description: | 12612 A unique identifier for a sponsored suggestion. Not set for non-sponsored suggestions. 12613 bugs: 12614 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12615 data_reviews: 12616 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12617 data_sensitivity: 12618 - interaction 12619 notification_emails: 12620 - android-probes@mozilla.com 12621 - lina@mozilla.com 12622 - ttran@mozilla.com 12623 - najiang@mozilla.com 12624 expires: never 12625 unit: integer 12626 send_in_pings: 12627 - fx-suggest 12628 advertiser: 12629 type: string 12630 description: | 12631 The name of the advertiser providing the sponsored suggestion 12632 bugs: 12633 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12634 data_reviews: 12635 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12636 data_sensitivity: 12637 - interaction 12638 notification_emails: 12639 - android-probes@mozilla.com 12640 - lina@mozilla.com 12641 - ttran@mozilla.com 12642 - najiang@mozilla.com 12643 expires: never 12644 send_in_pings: 12645 - fx-suggest 12646 is_clicked: 12647 type: boolean 12648 description: > 12649 If `ping_type` is "fxsuggest-impression", indicates whether this impression is for a clicked 12650 suggestion. If `ping_type` is "fxsuggest-click", always `true`. 12651 bugs: 12652 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858542 12653 data_reviews: 12654 - https://github.com/mozilla-mobile/firefox-android/pull/4146#issuecomment-1775955811 12655 data_sensitivity: 12656 - interaction 12657 notification_emails: 12658 - android-probes@mozilla.com 12659 - lina@mozilla.com 12660 - ttran@mozilla.com 12661 - najiang@mozilla.com 12662 expires: never 12663 send_in_pings: 12664 - fx-suggest 12665 reporting_url: 12666 type: url 12667 description: | 12668 If this ping is for a sponsored suggestion, the partner URL for reporting this interaction. 12669 Not set for non-sponsored suggestions. 12670 bugs: 12671 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12672 data_reviews: 12673 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12674 data_sensitivity: 12675 - interaction 12676 notification_emails: 12677 - android-probes@mozilla.com 12678 - lina@mozilla.com 12679 - ttran@mozilla.com 12680 - najiang@mozilla.com 12681 expires: never 12682 send_in_pings: 12683 - fx-suggest 12684 context_id: 12685 type: uuid 12686 description: | 12687 An identifier to identify users for Contextual Services user interaction pings. 12688 bugs: 12689 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12690 data_reviews: 12691 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12692 data_sensitivity: 12693 - interaction 12694 notification_emails: 12695 - android-probes@mozilla.com 12696 - lina@mozilla.com 12697 - ttran@mozilla.com 12698 - najiang@mozilla.com 12699 expires: never 12700 send_in_pings: 12701 - fx-suggest 12702 iab_category: 12703 type: string 12704 description: | 12705 The suggestion's advertising category. "22 - Shopping" for sponsored suggestions. 12706 Not set for non-sponsored suggestions. 12707 bugs: 12708 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092 12709 data_reviews: 12710 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1768996728 12711 data_sensitivity: 12712 - interaction 12713 notification_emails: 12714 - android-probes@mozilla.com 12715 - lina@mozilla.com 12716 - ttran@mozilla.com 12717 - najiang@mozilla.com 12718 expires: never 12719 send_in_pings: 12720 - fx-suggest 12721 query_count: 12722 type: quantity 12723 description: | 12724 The number of suggestions returned from query. 12725 bugs: 12726 - https://bugzilla.mozilla.org/show_bug.cgi?id=1984499 12727 data_reviews: [] 12728 expires: never 12729 notification_emails: 12730 - rmalicdem@mozilla.com 12731 send_in_pings: 12732 - fx-suggest-api 12733 unit: integer 12734 debug_drawer: 12735 debug_drawer_enabled: 12736 type: boolean 12737 description: | 12738 Whether or not the user has enabled the Debug Drawer feature. 12739 send_in_pings: 12740 - metrics 12741 bugs: 12742 - https://bugzilla.mozilla.org/show_bug.cgi?id=1876596 12743 data_reviews: 12744 - https://github.com/mozilla-mobile/firefox-android/pull/5356 12745 data_sensitivity: 12746 - interaction 12747 notification_emails: 12748 - android-probes@mozilla.com 12749 expires: never 12750 12751 navigation_bar: 12752 navigation_bar_cfr_shown: 12753 type: event 12754 description: | 12755 Navigation bar CFR was shown to the user. 12756 bugs: 12757 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889474 12758 data_reviews: 12759 - https://phabricator.services.mozilla.com/D211225 12760 data_sensitivity: 12761 - interaction 12762 notification_emails: 12763 - android-probes@mozilla.com 12764 expires: never 12765 navigation_bar_cfr_dismissed: 12766 type: event 12767 description: | 12768 A user has dismissed the navigation bar CFR. 12769 bugs: 12770 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889474 12771 data_reviews: 12772 - https://phabricator.services.mozilla.com/D211225 12773 data_sensitivity: 12774 - interaction 12775 notification_emails: 12776 - android-probes@mozilla.com 12777 expires: never 12778 navigation_buttons_cfr_shown: 12779 type: event 12780 description: | 12781 Navigation Buttons CFR was shown to the user. 12782 bugs: 12783 - https://bugzilla.mozilla.org/show_bug.cgi?id=1891615 12784 data_reviews: 12785 - https://phabricator.services.mozilla.com/D216332 12786 data_sensitivity: 12787 - interaction 12788 notification_emails: 12789 - android-probes@mozilla.com 12790 expires: never 12791 navigation_buttons_cfr_dismissed: 12792 type: event 12793 description: | 12794 A user has dismissed the navigation buttons CFR. 12795 bugs: 12796 - https://bugzilla.mozilla.org/show_bug.cgi?id=1891615 12797 data_reviews: 12798 - https://phabricator.services.mozilla.com/D216332 12799 data_sensitivity: 12800 - interaction 12801 notification_emails: 12802 - android-probes@mozilla.com 12803 expires: never 12804 home_search_tapped: 12805 type: event 12806 description: | 12807 When navigation bar search button is tapped by the user. 12808 bugs: 12809 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12810 data_reviews: 12811 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12812 data_sensitivity: 12813 - interaction 12814 notification_emails: 12815 - android-probes@mozilla.com 12816 expires: never 12817 home_tab_tray_tapped: 12818 type: event 12819 description: | 12820 When navigation bar tab tray button is tapped by the user. 12821 bugs: 12822 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12823 data_reviews: 12824 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12825 data_sensitivity: 12826 - interaction 12827 notification_emails: 12828 - android-probes@mozilla.com 12829 expires: never 12830 home_tab_tray_long_tapped: 12831 type: event 12832 description: | 12833 When navigation bar tab tray button is long tapped by the user. 12834 bugs: 12835 - https://bugzilla.mozilla.org/show_bug.cgi?id=1894512 12836 data_reviews: 12837 - https://phabricator.services.mozilla.com/D214362 12838 data_sensitivity: 12839 - interaction 12840 notification_emails: 12841 - android-probes@mozilla.com 12842 expires: never 12843 home_menu_tapped: 12844 type: event 12845 description: | 12846 When navigation bar menu button is tapped by the user. 12847 bugs: 12848 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12849 data_reviews: 12850 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12851 data_sensitivity: 12852 - interaction 12853 notification_emails: 12854 - android-probes@mozilla.com 12855 expires: never 12856 browser_back_tapped: 12857 type: event 12858 description: | 12859 When navigation bar back button is tapped by the user. 12860 bugs: 12861 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12862 data_reviews: 12863 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12864 data_sensitivity: 12865 - interaction 12866 notification_emails: 12867 - android-probes@mozilla.com 12868 expires: never 12869 browser_back_long_tapped: 12870 type: event 12871 description: | 12872 When navigation bar back button is long tapped by the user. 12873 bugs: 12874 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12875 data_reviews: 12876 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12877 data_sensitivity: 12878 - interaction 12879 notification_emails: 12880 - android-probes@mozilla.com 12881 expires: never 12882 browser_forward_tapped: 12883 type: event 12884 description: | 12885 When navigation bar forward button is tapped by the user. 12886 bugs: 12887 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12888 data_reviews: 12889 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12890 data_sensitivity: 12891 - interaction 12892 notification_emails: 12893 - android-probes@mozilla.com 12894 expires: never 12895 browser_forward_long_tapped: 12896 type: event 12897 description: | 12898 When navigation bar forward button is long tapped by the user. 12899 bugs: 12900 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12901 data_reviews: 12902 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12903 data_sensitivity: 12904 - interaction 12905 notification_emails: 12906 - android-probes@mozilla.com 12907 expires: never 12908 browser_new_tab_tapped: 12909 type: event 12910 description: | 12911 When navigation bar new tab button is tapped by the user. 12912 bugs: 12913 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908836 12914 data_reviews: 12915 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908836 12916 data_sensitivity: 12917 - interaction 12918 notification_emails: 12919 - android-probes@mozilla.com 12920 expires: never 12921 browser_new_tab_long_tapped: 12922 type: event 12923 description: | 12924 When navigation bar new tab button is long tapped by the user. 12925 bugs: 12926 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908836 12927 data_reviews: 12928 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908836 12929 data_sensitivity: 12930 - interaction 12931 notification_emails: 12932 - android-probes@mozilla.com 12933 expires: never 12934 browser_tab_tray_tapped: 12935 type: event 12936 description: | 12937 When navigation bar tab tray button is tapped by the user. 12938 bugs: 12939 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12940 data_reviews: 12941 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12942 data_sensitivity: 12943 - interaction 12944 notification_emails: 12945 - android-probes@mozilla.com 12946 expires: never 12947 browser_tab_tray_long_tapped: 12948 type: event 12949 description: | 12950 When navigation bar tab tray button is long tapped by the user. 12951 bugs: 12952 - https://bugzilla.mozilla.org/show_bug.cgi?id=1894512 12953 data_reviews: 12954 - https://phabricator.services.mozilla.com/D214362 12955 data_sensitivity: 12956 - interaction 12957 notification_emails: 12958 - android-probes@mozilla.com 12959 expires: never 12960 browser_menu_tapped: 12961 type: event 12962 description: | 12963 When navigation bar menu button is tapped by the user. 12964 bugs: 12965 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12966 data_reviews: 12967 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12968 data_sensitivity: 12969 - interaction 12970 notification_emails: 12971 - android-probes@mozilla.com 12972 expires: never 12973 browser_home_tapped: 12974 type: event 12975 description: | 12976 When navigation bar home button is tapped by the user. 12977 bugs: 12978 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12979 data_reviews: 12980 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12981 data_sensitivity: 12982 - interaction 12983 notification_emails: 12984 - android-probes@mozilla.com 12985 expires: never 12986 custom_back_tapped: 12987 type: event 12988 description: | 12989 When custom tab's navigation bar's back button is tapped by the user. 12990 bugs: 12991 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 12992 data_reviews: 12993 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 12994 data_sensitivity: 12995 - interaction 12996 notification_emails: 12997 - android-probes@mozilla.com 12998 expires: never 12999 custom_back_long_tapped: 13000 type: event 13001 description: | 13002 When custom tab's navigation bar's back button is long tapped by the user. 13003 bugs: 13004 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 13005 data_reviews: 13006 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 13007 data_sensitivity: 13008 - interaction 13009 notification_emails: 13010 - android-probes@mozilla.com 13011 expires: never 13012 custom_forward_tapped: 13013 type: event 13014 description: | 13015 When custom tab's navigation bar's forward button is tapped by the user. 13016 bugs: 13017 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 13018 data_reviews: 13019 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 13020 data_sensitivity: 13021 - interaction 13022 notification_emails: 13023 - android-probes@mozilla.com 13024 expires: never 13025 custom_forward_long_tapped: 13026 type: event 13027 description: | 13028 When custom tab's navigation bar's forward button is long tapped by the user. 13029 bugs: 13030 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 13031 data_reviews: 13032 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 13033 data_sensitivity: 13034 - interaction 13035 notification_emails: 13036 - android-probes@mozilla.com 13037 expires: never 13038 custom_menu_tapped: 13039 type: event 13040 description: | 13041 When custom tab's navigation bar's menu button is tapped by the user. 13042 bugs: 13043 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 13044 data_reviews: 13045 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 13046 data_sensitivity: 13047 - interaction 13048 notification_emails: 13049 - android-probes@mozilla.com 13050 expires: never 13051 custom_open_in_fenix_tapped: 13052 type: event 13053 description: | 13054 When custom tab's navigation bar's open in fenix button is tapped by the user. 13055 bugs: 13056 - https://bugzilla.mozilla.org/show_bug.cgi?id=1886270 13057 data_reviews: 13058 - https://bugzilla.mozilla.org/show_bug.cgi?id=1889484 13059 data_sensitivity: 13060 - interaction 13061 notification_emails: 13062 - android-probes@mozilla.com 13063 expires: never 13064 13065 home_initialize_timespan: 13066 type: timespan 13067 time_unit: millisecond 13068 send_in_pings: 13069 - metrics 13070 description: > 13071 The time that it takes to initialize navigation bar in home screen. 13072 bugs: 13073 - https://bugzilla.mozilla.org/show_bug.cgi?id=1937141 13074 data_reviews: 13075 - https://phabricator.services.mozilla.com/D232102 13076 data_sensitivity: 13077 - technical 13078 notification_emails: 13079 - android-probes@mozilla.com 13080 expires: never 13081 metadata: 13082 tags: 13083 - Performance 13084 browser_initialize_timespan: 13085 type: timespan 13086 time_unit: millisecond 13087 send_in_pings: 13088 - metrics 13089 description: > 13090 The time that it takes to initialize navigation bar in a browser tab (normal or private). 13091 bugs: 13092 - https://bugzilla.mozilla.org/show_bug.cgi?id=1937141 13093 data_reviews: 13094 - https://phabricator.services.mozilla.com/D232102 13095 data_sensitivity: 13096 - technical 13097 notification_emails: 13098 - android-probes@mozilla.com 13099 expires: never 13100 metadata: 13101 tags: 13102 - Performance 13103 custom_tab_initialize_timespan: 13104 type: timespan 13105 time_unit: millisecond 13106 send_in_pings: 13107 - metrics 13108 description: > 13109 The time that it takes to initialize navigation bar in custom tab. 13110 bugs: 13111 - https://bugzilla.mozilla.org/show_bug.cgi?id=1937141 13112 data_reviews: 13113 - https://phabricator.services.mozilla.com/D232102 13114 data_sensitivity: 13115 - technical 13116 notification_emails: 13117 - android-probes@mozilla.com 13118 expires: never 13119 metadata: 13120 tags: 13121 - Performance 13122 13123 customization_settings: 13124 dynamic_toolbar: 13125 type: boolean 13126 lifetime: application 13127 description: | 13128 True if the user has dynamic toolbar enabled, false if the user has dynamic toolbar disabled. 13129 send_in_pings: 13130 - metrics 13131 bugs: 13132 - https://bugzilla.mozilla.org/show_bug.cgi?id=1908769 13133 data_reviews: 13134 - https://phabricator.services.mozilla.com/D218789 13135 data_sensitivity: 13136 - interaction 13137 notification_emails: 13138 - android-probes@mozilla.com 13139 expires: never 13140 metadata: 13141 tags: 13142 - Settings 13143 app_icon_selection_tapped: 13144 type: event 13145 description: When select app icon section is tapped. 13146 bugs: 13147 - https://bugzilla.mozilla.org/show_bug.cgi?id=1979161 13148 data_reviews: 13149 - https://phabricator.services.mozilla.com/D260059 13150 data_sensitivity: 13151 - interaction 13152 notification_emails: 13153 - android-probes@mozilla.com 13154 expires: never 13155 toolbar_shortcut_selection: 13156 type: event 13157 description: When a toolbar shortcut is selected. 13158 extra_keys: 13159 toolbar_type: 13160 description: | 13161 Where the interaction occurred. One of: simple, expanded. 13162 type: string 13163 item: 13164 description: | 13165 A string containing the name of the shortcut the user selected. These items include: 13166 new_tab, share, bookmark, translate, homepage, back 13167 type: string 13168 bugs: 13169 - https://bugzilla.mozilla.org/show_bug.cgi?id=2002636 13170 data_reviews: 13171 - https://phabricator.services.mozilla.com/D274607 13172 data_sensitivity: 13173 - interaction 13174 notification_emails: 13175 - android-probes@mozilla.com 13176 expires: never 13177 13178 app_icon_selection: 13179 app_icon_selection_confirmed: 13180 type: event 13181 description: When a new app icon was selected and user confirmed the app restart. 13182 extra_keys: 13183 old_icon: 13184 description: The title of the previously selected app icon. 13185 type: string 13186 new_icon: 13187 description: The title of the new selected app icon. 13188 type: string 13189 bugs: 13190 - https://bugzilla.mozilla.org/show_bug.cgi?id=1979161 13191 data_reviews: 13192 - https://phabricator.services.mozilla.com/D260059 13193 data_sensitivity: 13194 - interaction 13195 notification_emails: 13196 - android-probes@mozilla.com 13197 expires: never 13198 error_snackbar_shown: 13199 type: event 13200 description: When a error snackbar was shown signaling a system error while applying the new icon. 13201 extra_keys: 13202 old_icon: 13203 description: The title of the currently used app icon. 13204 type: string 13205 new_icon: 13206 description: The title of the app icon that the system tried and failed to apply. 13207 type: string 13208 bugs: 13209 - https://bugzilla.mozilla.org/show_bug.cgi?id=1955888 13210 data_reviews: 13211 - https://phabricator.services.mozilla.com/D273375 13212 data_sensitivity: 13213 - interaction 13214 notification_emails: 13215 - android-probes@mozilla.com 13216 expires: never 13217 13218 nimbus_system: 13219 recorded_nimbus_context: 13220 type: object 13221 structure: 13222 type: object 13223 properties: 13224 is_first_run: 13225 type: boolean 13226 event_query_values: 13227 type: object 13228 properties: 13229 days_opened_in_last_28: 13230 type: number 13231 # Campaign source of the install referrer response 13232 install_referrer_response_utm_source: 13233 type: string 13234 # Campaign medium of the install referrer response 13235 install_referrer_response_utm_medium: 13236 type: string 13237 # Campaign name of the install referrer response 13238 install_referrer_response_utm_campaign: 13239 type: string 13240 # Campaign term of the install referrer response 13241 install_referrer_response_utm_term: 13242 type: string 13243 # Campaign content of the install referrer response 13244 install_referrer_response_utm_content: 13245 type: string 13246 is_review_checker_enabled: 13247 type: boolean 13248 android_sdk_version: 13249 type: string 13250 app_version: 13251 type: string 13252 locale: 13253 type: string 13254 days_since_install: 13255 type: number 13256 days_since_update: 13257 type: number 13258 language: 13259 type: string 13260 region: 13261 type: string 13262 device_manufacturer: 13263 type: string 13264 device_model: 13265 type: string 13266 user_accepted_tou: 13267 type: boolean 13268 no_shortcuts_or_stories_opt_outs: 13269 type: boolean 13270 addon_ids: 13271 type: array 13272 items: 13273 type: string 13274 tou_points: 13275 type: number 13276 description: | 13277 The Nimbus context object that is recorded to Glean 13278 bugs: 13279 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1898552' 13280 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1970135' 13281 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1970165' 13282 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1981877' 13283 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1984639' 13284 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1991528' 13285 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1993034' 13286 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1992306' 13287 data_reviews: 13288 - 'https://bugzilla.mozilla.org/show_bug.cgi?id=1898552#c3' 13289 - 'https://phabricator.services.mozilla.com/D258942' 13290 - 'https://phabricator.services.mozilla.com/D259407' 13291 - 'https://phabricator.services.mozilla.com/D260845' 13292 - 'https://phabricator.services.mozilla.com/D262139' 13293 - 'https://phabricator.services.mozilla.com/D268391' 13294 - 'https://phabricator.services.mozilla.com/D268931' 13295 - 'https://phabricator.services.mozilla.com/D270859' 13296 data_sensitivity: 13297 - interaction 13298 notification_emails: 13299 - chumphreys@mozilla.com 13300 - project-nimbus@mozilla.com 13301 expires: never 13302 send_in_pings: 13303 - nimbus 13304 13305 partnerships: 13306 vivo_file_check_error: 13307 type: event 13308 description: | 13309 When there is an error checking if the vivo firefox file exists 13310 data_sensitivity: 13311 - technical 13312 bugs: 13313 - https://bugzilla.mozilla.org/show_bug.cgi?id=1912325 13314 data_reviews: 13315 - https://phabricator.services.mozilla.com/D218866 13316 notification_emails: 13317 - android-probes@mozilla.com 13318 expires: never 13319 13320 usage: 13321 profile_id: 13322 type: uuid 13323 lifetime: user 13324 description: | 13325 A UUID uniquely identifying the profile, 13326 not shared with other telemetry data. 13327 bugs: 13328 - https://bugzilla.mozilla.org/show_bug.cgi?id=1921220 13329 - https://bugzilla.mozilla.org/show_bug.cgi?id=1926829 13330 - https://bugzilla.mozilla.org/show_bug.cgi?id=1928975 13331 data_reviews: 13332 - https://bugzilla.mozilla.org/show_bug.cgi?id=1921220 13333 data_sensitivity: 13334 - technical 13335 - highly_sensitive 13336 notification_emails: 13337 - glean-team@mozilla.com 13338 - jrediger@mozilla.com 13339 - loines@mozilla.com 13340 expires: never 13341 send_in_pings: 13342 - usage-reporting 13343 - usage-deletion-request 13344 13345 duration: 13346 type: timespan 13347 description: | 13348 The duration of the last foreground session. 13349 time_unit: second 13350 send_in_pings: 13351 - usage-reporting 13352 bugs: 13353 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13354 data_reviews: 13355 - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3 13356 data_sensitivity: 13357 - technical 13358 - interaction 13359 notification_emails: 13360 - glean-team@mozilla.com 13361 - jrediger@mozilla.com 13362 - loines@mozilla.com 13363 expires: never 13364 13365 reason: 13366 type: string 13367 lifetime: ping 13368 send_in_pings: 13369 - usage-reporting 13370 description: | 13371 The optional reason the ping was submitted. 13372 The specific values for reason are specific to each ping, and are 13373 documented in the ping's pings.yaml file. 13374 bugs: 13375 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13376 data_reviews: 13377 - https://bugzilla.mozilla.org/show_bug.cgi?id=1609218#c4 13378 data_sensitivity: 13379 - technical 13380 notification_emails: 13381 - glean-team@mozilla.com 13382 - jrediger@mozilla.com 13383 - loines@mozilla.com 13384 expires: never 13385 13386 os: 13387 type: string 13388 lifetime: application 13389 send_in_pings: 13390 - usage-reporting 13391 description: | 13392 The name of the operating system. 13393 Possible values: 13394 Android, iOS, Linux, Darwin, Windows, 13395 FreeBSD, NetBSD, OpenBSD, Solaris, Unknown 13396 bugs: 13397 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13398 data_reviews: 13399 - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3 13400 data_sensitivity: 13401 - technical 13402 notification_emails: 13403 - glean-team@mozilla.com 13404 - jrediger@mozilla.com 13405 - loines@mozilla.com 13406 expires: never 13407 13408 os_version: 13409 type: string 13410 lifetime: application 13411 send_in_pings: 13412 - usage-reporting 13413 description: | 13414 The user-visible version of the operating system (e.g. "1.2.3"). 13415 If the version detection fails, this metric gets set to `Unknown`. 13416 bugs: 13417 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13418 data_reviews: 13419 - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3 13420 data_sensitivity: 13421 - technical 13422 notification_emails: 13423 - glean-team@mozilla.com 13424 - jrediger@mozilla.com 13425 - loines@mozilla.com 13426 expires: never 13427 13428 app_display_version: 13429 type: string 13430 lifetime: application 13431 send_in_pings: 13432 - usage-reporting 13433 description: | 13434 The user visible version string (e.g. "1.0.3"). 13435 If the value was not provided through configuration, 13436 this metric gets set to `Unknown`. 13437 bugs: 13438 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13439 data_reviews: 13440 - https://bugzilla.mozilla.org/show_bug.cgi?id=1508305#c9 13441 data_sensitivity: 13442 - technical 13443 notification_emails: 13444 - glean-team@mozilla.com 13445 - jrediger@mozilla.com 13446 - loines@mozilla.com 13447 expires: never 13448 13449 app_channel: 13450 type: string 13451 lifetime: application 13452 send_in_pings: 13453 - usage-reporting 13454 description: | 13455 The channel the application is being distributed on. 13456 bugs: 13457 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13458 data_reviews: 13459 - https://bugzilla.mozilla.org/show_bug.cgi?id=1520741#c18 13460 data_sensitivity: 13461 - technical 13462 notification_emails: 13463 - glean-team@mozilla.com 13464 - jrediger@mozilla.com 13465 - loines@mozilla.com 13466 expires: never 13467 13468 first_run_date: 13469 type: datetime 13470 lifetime: user 13471 send_in_pings: 13472 - usage-reporting 13473 time_unit: day 13474 description: | 13475 The date of the first run of the application. 13476 bugs: 13477 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13478 data_reviews: 13479 - https://bugzilla.mozilla.org/show_bug.cgi?id=1525045#c18 13480 data_sensitivity: 13481 - technical 13482 notification_emails: 13483 - glean-team@mozilla.com 13484 - jrediger@mozilla.com 13485 - loines@mozilla.com 13486 expires: never 13487 13488 app_build: 13489 type: string 13490 lifetime: application 13491 send_in_pings: 13492 - usage-reporting 13493 description: | 13494 The build identifier generated by the CI system (e.g. "1234/A"). 13495 If the value was not provided through configuration, 13496 this metric gets set to `Unknown`. 13497 bugs: 13498 - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070 13499 data_reviews: 13500 - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3 13501 data_sensitivity: 13502 - technical 13503 notification_emails: 13504 - glean-team@mozilla.com 13505 - jrediger@mozilla.com 13506 - loines@mozilla.com 13507 expires: never 13508 13509 # This was taken from: https://searchfox.org/mozilla-central/rev/d8f4a94563b0a28c485f0dbfaf56b92434242d1e/toolkit/components/reportbrokensite/metrics.yaml#13-737, 13510 # without the irrelevant metrics for Fenix 13511 broken_site_report: 13512 breakage_category: 13513 type: string 13514 expires: never 13515 data_sensitivity: 13516 - interaction 13517 description: > 13518 An optional select-box choice (options may eventually change) 13519 bugs: 13520 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13521 data_reviews: 13522 - https://phabricator.services.mozilla.com/D230555 13523 notification_emails: 13524 - twisniewski@mozilla.com 13525 - webcompat-reporting-tool-telemetry@mozilla.com 13526 send_in_pings: 13527 - broken-site-report 13528 description: 13529 type: text 13530 expires: never 13531 data_sensitivity: 13532 - highly_sensitive 13533 description: > 13534 An optional description of the site issue the user is experiencing. May contain PII. 13535 bugs: 13536 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13537 data_reviews: 13538 - https://phabricator.services.mozilla.com/D232122#8037249 13539 notification_emails: 13540 - twisniewski@mozilla.com 13541 - webcompat-reporting-tool-telemetry@mozilla.com 13542 send_in_pings: 13543 - broken-site-report 13544 url: 13545 type: url 13546 expires: never 13547 data_sensitivity: 13548 - highly_sensitive 13549 description: > 13550 The URL of the site being reported. May contain PII. 13551 bugs: 13552 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13553 data_reviews: 13554 - https://phabricator.services.mozilla.com/D232122#8037249 13555 notification_emails: 13556 - twisniewski@mozilla.com 13557 - webcompat-reporting-tool-telemetry@mozilla.com 13558 send_in_pings: 13559 - broken-site-report 13560 broken_site_report.tab_info: 13561 languages: 13562 type: string_list 13563 expires: never 13564 data_sensitivity: 13565 - technical 13566 description: > 13567 The languages the site actually sees (may be overridden) 13568 bugs: 13569 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13570 data_reviews: 13571 - https://phabricator.services.mozilla.com/D230555 13572 notification_emails: 13573 - twisniewski@mozilla.com 13574 - webcompat-reporting-tool-telemetry@mozilla.com 13575 send_in_pings: 13576 - broken-site-report 13577 useragent_string: 13578 type: text 13579 expires: never 13580 data_sensitivity: 13581 - stored_content 13582 description: > 13583 The userAgent the site actually sees (may be overridden) 13584 bugs: 13585 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13586 data_reviews: 13587 - https://phabricator.services.mozilla.com/D232122#8037249 13588 notification_emails: 13589 - twisniewski@mozilla.com 13590 - webcompat-reporting-tool-telemetry@mozilla.com 13591 send_in_pings: 13592 - broken-site-report 13593 broken_site_report.tab_info.antitracking: 13594 blocked_origins: 13595 type: string_list 13596 expires: never 13597 data_sensitivity: 13598 - highly_sensitive 13599 description: > 13600 List of origins which were blocked by antitracking. 13601 bugs: 13602 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970745 13603 data_reviews: 13604 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970745 13605 notification_emails: 13606 - twisniewski@mozilla.com 13607 - webcompat-reporting-tool-telemetry@mozilla.com 13608 send_in_pings: 13609 - broken-site-report 13610 block_list: 13611 type: string 13612 expires: never 13613 data_sensitivity: 13614 - interaction 13615 description: > 13616 Currently either `basic` or `strict`, may change in the future. 13617 bugs: 13618 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13619 data_reviews: 13620 - https://phabricator.services.mozilla.com/D230555 13621 notification_emails: 13622 - twisniewski@mozilla.com 13623 - webcompat-reporting-tool-telemetry@mozilla.com 13624 send_in_pings: 13625 - broken-site-report 13626 has_mixed_active_content_blocked: 13627 type: boolean 13628 expires: never 13629 data_sensitivity: 13630 - interaction 13631 description: > 13632 Whether the reported tab has any blocked mixed active content 13633 bugs: 13634 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13635 data_reviews: 13636 - https://phabricator.services.mozilla.com/D230555 13637 notification_emails: 13638 - twisniewski@mozilla.com 13639 - webcompat-reporting-tool-telemetry@mozilla.com 13640 send_in_pings: 13641 - broken-site-report 13642 has_mixed_display_content_blocked: 13643 type: boolean 13644 expires: never 13645 data_sensitivity: 13646 - interaction 13647 description: > 13648 Whether the reported tab has any blocked mixed display content 13649 bugs: 13650 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13651 data_reviews: 13652 - https://phabricator.services.mozilla.com/D230555 13653 notification_emails: 13654 - twisniewski@mozilla.com 13655 - webcompat-reporting-tool-telemetry@mozilla.com 13656 send_in_pings: 13657 - broken-site-report 13658 has_tracking_content_blocked: 13659 type: boolean 13660 expires: never 13661 data_sensitivity: 13662 - interaction 13663 description: > 13664 Whether the reported tab has any blocked tracking content 13665 bugs: 13666 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13667 data_reviews: 13668 - https://phabricator.services.mozilla.com/D230555 13669 notification_emails: 13670 - twisniewski@mozilla.com 13671 - webcompat-reporting-tool-telemetry@mozilla.com 13672 send_in_pings: 13673 - broken-site-report 13674 is_private_browsing: 13675 type: boolean 13676 expires: never 13677 data_sensitivity: 13678 - interaction 13679 description: > 13680 Whether the tab the user was on when reporting is in private browsing mode 13681 bugs: 13682 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13683 data_reviews: 13684 - https://phabricator.services.mozilla.com/D230555 13685 notification_emails: 13686 - twisniewski@mozilla.com 13687 - webcompat-reporting-tool-telemetry@mozilla.com 13688 send_in_pings: 13689 - broken-site-report 13690 btp_has_purged_site: 13691 type: boolean 13692 expires: never 13693 data_sensitivity: 13694 - interaction 13695 description: > 13696 Whether the site in the current tab has recently been purged by Bounce 13697 Tracking Protection. 13698 bugs: 13699 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13700 data_reviews: 13701 - https://phabricator.services.mozilla.com/D230555 13702 notification_emails: 13703 - twisniewski@mozilla.com 13704 - webcompat-reporting-tool-telemetry@mozilla.com 13705 send_in_pings: 13706 - broken-site-report 13707 etp_category: 13708 type: string 13709 expires: never 13710 data_sensitivity: 13711 - interaction 13712 description: > 13713 The current ETP category, either `standard`, `strict`, or `custom`. 13714 bugs: 13715 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963608 13716 data_reviews: 13717 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 13718 notification_emails: 13719 - twisniewski@mozilla.com 13720 - webcompat-reporting-tool-telemetry@mozilla.com 13721 send_in_pings: 13722 - broken-site-report 13723 broken_site_report.tab_info.frameworks: 13724 fastclick: 13725 type: boolean 13726 expires: never 13727 data_sensitivity: 13728 - interaction 13729 description: > 13730 Whether the FastClick web library was detected on the original tab. 13731 bugs: 13732 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13733 data_reviews: 13734 - https://phabricator.services.mozilla.com/D230555 13735 notification_emails: 13736 - twisniewski@mozilla.com 13737 - webcompat-reporting-tool-telemetry@mozilla.com 13738 send_in_pings: 13739 - broken-site-report 13740 marfeel: 13741 type: boolean 13742 expires: never 13743 data_sensitivity: 13744 - interaction 13745 description: > 13746 Whether the Marfeel web framework was detected on the original tab. 13747 bugs: 13748 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13749 data_reviews: 13750 - https://phabricator.services.mozilla.com/D230555 13751 notification_emails: 13752 - twisniewski@mozilla.com 13753 - webcompat-reporting-tool-telemetry@mozilla.com 13754 send_in_pings: 13755 - broken-site-report 13756 mobify: 13757 type: boolean 13758 expires: never 13759 data_sensitivity: 13760 - interaction 13761 description: > 13762 Whether the Mobify web framework was detected on the original tab. 13763 bugs: 13764 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13765 data_reviews: 13766 - https://phabricator.services.mozilla.com/D230555 13767 notification_emails: 13768 - twisniewski@mozilla.com 13769 - webcompat-reporting-tool-telemetry@mozilla.com 13770 send_in_pings: 13771 - broken-site-report 13772 broken_site_report.browser_info: 13773 addons: 13774 type: object 13775 structure: 13776 type: array 13777 items: 13778 type: object 13779 properties: 13780 id: 13781 type: string 13782 name: 13783 type: string 13784 temporary: 13785 type: boolean 13786 version: 13787 type: string 13788 expires: never 13789 data_sensitivity: 13790 - interaction 13791 description: > 13792 Active user-installed addons (not themes). 13793 List of objects with `id`, `name`, `temporary`, and `version`. 13794 For instance, `[{"id":"addon-name@email.org", "name":"My Addon", "temporary":false, "version":"0.1.0"}]` 13795 bugs: 13796 - https://bugzilla.mozilla.org/show_bug.cgi?id=1952996 13797 data_reviews: 13798 - https://bugzilla.mozilla.org/show_bug.cgi?id=1952996 13799 notification_emails: 13800 - twisniewski@mozilla.com 13801 - webcompat-reporting-tool-telemetry@mozilla.com 13802 send_in_pings: 13803 - broken-site-report 13804 experiments: 13805 type: object 13806 structure: 13807 type: array 13808 items: 13809 type: object 13810 properties: 13811 branch: 13812 type: string 13813 slug: 13814 type: string 13815 kind: 13816 type: string 13817 expires: never 13818 data_sensitivity: 13819 - interaction 13820 description: > 13821 Experiments in which the user is actively enrolled. 13822 List of objects with `branch`, `slug`, and `kind`. 13823 For instance, `[{"branch":"some-branch", "slug":"some-experiment", "kind":"nimbusExperiment"}]` 13824 bugs: 13825 - https://bugzilla.mozilla.org/show_bug.cgi?id=1952996 13826 data_reviews: 13827 - https://bugzilla.mozilla.org/show_bug.cgi?id=1952996 13828 notification_emails: 13829 - twisniewski@mozilla.com 13830 - webcompat-reporting-tool-telemetry@mozilla.com 13831 send_in_pings: 13832 - broken-site-report 13833 broken_site_report.browser_info.app: 13834 default_locales: 13835 type: string_list 13836 expires: never 13837 data_sensitivity: 13838 - interaction 13839 description: > 13840 Locale strings, ie `["en-US", "en"]` 13841 bugs: 13842 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13843 data_reviews: 13844 - https://phabricator.services.mozilla.com/D230555 13845 notification_emails: 13846 - twisniewski@mozilla.com 13847 - webcompat-reporting-tool-telemetry@mozilla.com 13848 send_in_pings: 13849 - broken-site-report 13850 default_useragent_string: 13851 type: text 13852 expires: never 13853 data_sensitivity: 13854 - stored_content 13855 description: > 13856 The default user-agent string of the browser 13857 bugs: 13858 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13859 data_reviews: 13860 - https://phabricator.services.mozilla.com/D232122#8037249 13861 notification_emails: 13862 - twisniewski@mozilla.com 13863 - webcompat-reporting-tool-telemetry@mozilla.com 13864 send_in_pings: 13865 - broken-site-report 13866 fission_enabled: 13867 type: boolean 13868 expires: never 13869 data_sensitivity: 13870 - technical 13871 description: > 13872 Whether Fission is enabled 13873 bugs: 13874 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13875 data_reviews: 13876 - https://phabricator.services.mozilla.com/D230555 13877 notification_emails: 13878 - twisniewski@mozilla.com 13879 - webcompat-reporting-tool-telemetry@mozilla.com 13880 send_in_pings: 13881 - broken-site-report 13882 broken_site_report.browser_info.graphics: 13883 device_pixel_ratio: 13884 type: string 13885 expires: never 13886 data_sensitivity: 13887 - technical 13888 description: > 13889 A decimal number 13890 bugs: 13891 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13892 data_reviews: 13893 - https://phabricator.services.mozilla.com/D230555 13894 notification_emails: 13895 - twisniewski@mozilla.com 13896 - webcompat-reporting-tool-telemetry@mozilla.com 13897 send_in_pings: 13898 - broken-site-report 13899 has_touch_screen: 13900 type: boolean 13901 expires: never 13902 data_sensitivity: 13903 - technical 13904 description: > 13905 Whether a touch screen was detected 13906 bugs: 13907 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13908 data_reviews: 13909 - https://phabricator.services.mozilla.com/D230555 13910 notification_emails: 13911 - twisniewski@mozilla.com 13912 - webcompat-reporting-tool-telemetry@mozilla.com 13913 send_in_pings: 13914 - broken-site-report 13915 devices_json: 13916 type: text 13917 expires: never 13918 data_sensitivity: 13919 - stored_content 13920 description: > 13921 JSON array of objects with `vendorID` and `deviceID`. 13922 For instance, `[{"vendorID":"0x000", "deviceID":"0x001"}]` 13923 bugs: 13924 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13925 data_reviews: 13926 - https://phabricator.services.mozilla.com/D232122#8037249 13927 notification_emails: 13928 - twisniewski@mozilla.com 13929 - webcompat-reporting-tool-telemetry@mozilla.com 13930 send_in_pings: 13931 - broken-site-report 13932 drivers_json: 13933 type: text 13934 expires: never 13935 data_sensitivity: 13936 - stored_content 13937 description: > 13938 JSON array of objects with `renderer` and `version`. 13939 For instance, `[{"renderer":"demo", "version":"0.2"}]` 13940 bugs: 13941 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13942 data_reviews: 13943 - https://phabricator.services.mozilla.com/D232122#8037249 13944 notification_emails: 13945 - twisniewski@mozilla.com 13946 - webcompat-reporting-tool-telemetry@mozilla.com 13947 send_in_pings: 13948 - broken-site-report 13949 features_json: 13950 type: text 13951 expires: never 13952 data_sensitivity: 13953 - stored_content 13954 description: > 13955 JSON object. 13956 For instance, `{"WEBRENDER":"available","WEBRENDER_PARTIAL":"disabled (User disabled via pref)"}` 13957 bugs: 13958 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13959 data_reviews: 13960 - https://phabricator.services.mozilla.com/D232122#8037249 13961 notification_emails: 13962 - twisniewski@mozilla.com 13963 - webcompat-reporting-tool-telemetry@mozilla.com 13964 send_in_pings: 13965 - broken-site-report 13966 monitors_json: 13967 type: text 13968 expires: never 13969 data_sensitivity: 13970 - stored_content 13971 description: > 13972 JSON array of objects with `screenWidth`, 'screenHeight`, and `scale`. 13973 For instance, `[{"screenWidth":3584,"screenHeight":2240,"scale":2}]` 13974 bugs: 13975 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 13976 data_reviews: 13977 - https://phabricator.services.mozilla.com/D232122#8037249 13978 notification_emails: 13979 - twisniewski@mozilla.com 13980 - webcompat-reporting-tool-telemetry@mozilla.com 13981 send_in_pings: 13982 - broken-site-report 13983 broken_site_report.browser_info.system: 13984 is_tablet: 13985 type: boolean 13986 expires: never 13987 data_sensitivity: 13988 - technical 13989 description: > 13990 Whether the device is a tablet 13991 bugs: 13992 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340 13993 data_reviews: 13994 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 13995 notification_emails: 13996 - twisniewski@mozilla.com 13997 - webcompat-reporting-tool-telemetry@mozilla.com 13998 send_in_pings: 13999 - broken-site-report 14000 memory: 14001 type: quantity 14002 unit: mb 14003 expires: never 14004 data_sensitivity: 14005 - technical 14006 description: > 14007 How many mb of RAM is reported for the system 14008 bugs: 14009 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14010 data_reviews: 14011 - https://phabricator.services.mozilla.com/D230555 14012 notification_emails: 14013 - twisniewski@mozilla.com 14014 - webcompat-reporting-tool-telemetry@mozilla.com 14015 send_in_pings: 14016 - broken-site-report 14017 broken_site_report.browser_info.prefs: 14018 opaque_response_blocking: 14019 type: boolean 14020 expires: never 14021 data_sensitivity: 14022 - interaction 14023 description: > 14024 Value of `browser.opaqueResponseBlocking` 14025 bugs: 14026 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14027 data_reviews: 14028 - https://phabricator.services.mozilla.com/D230555 14029 notification_emails: 14030 - twisniewski@mozilla.com 14031 - webcompat-reporting-tool-telemetry@mozilla.com 14032 send_in_pings: 14033 - broken-site-report 14034 installtrigger_enabled: 14035 type: boolean 14036 expires: never 14037 data_sensitivity: 14038 - interaction 14039 description: > 14040 Value of `extensions.InstallTrigger.enabled` 14041 bugs: 14042 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14043 data_reviews: 14044 - https://phabricator.services.mozilla.com/D230555 14045 notification_emails: 14046 - twisniewski@mozilla.com 14047 - webcompat-reporting-tool-telemetry@mozilla.com 14048 send_in_pings: 14049 - broken-site-report 14050 software_webrender: 14051 type: boolean 14052 expires: never 14053 data_sensitivity: 14054 - interaction 14055 description: > 14056 Value of `gfx.webrender.software` 14057 bugs: 14058 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14059 data_reviews: 14060 - https://phabricator.services.mozilla.com/D230555 14061 notification_emails: 14062 - twisniewski@mozilla.com 14063 - webcompat-reporting-tool-telemetry@mozilla.com 14064 send_in_pings: 14065 - broken-site-report 14066 forced_accelerated_layers: 14067 type: boolean 14068 expires: never 14069 data_sensitivity: 14070 - interaction 14071 description: > 14072 Value of `layers.acceleration_force.enabled` 14073 bugs: 14074 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340 14075 data_reviews: 14076 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14077 notification_emails: 14078 - twisniewski@mozilla.com 14079 - webcompat-reporting-tool-telemetry@mozilla.com 14080 send_in_pings: 14081 - broken-site-report 14082 cookie_behavior: 14083 type: quantity 14084 unit: integer 14085 expires: never 14086 data_sensitivity: 14087 - interaction 14088 description: > 14089 Value of `network.cookie.cookieBehavior` 14090 bugs: 14091 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14092 data_reviews: 14093 - https://phabricator.services.mozilla.com/D230555 14094 notification_emails: 14095 - twisniewski@mozilla.com 14096 - webcompat-reporting-tool-telemetry@mozilla.com 14097 send_in_pings: 14098 - broken-site-report 14099 global_privacy_control_enabled: 14100 type: boolean 14101 expires: never 14102 data_sensitivity: 14103 - interaction 14104 description: > 14105 Value of `privacy.globalprivacycontrol.enabled` 14106 bugs: 14107 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14108 data_reviews: 14109 - https://phabricator.services.mozilla.com/D230555 14110 notification_emails: 14111 - twisniewski@mozilla.com 14112 - webcompat-reporting-tool-telemetry@mozilla.com 14113 send_in_pings: 14114 - broken-site-report 14115 resist_fingerprinting_enabled: 14116 type: boolean 14117 expires: never 14118 data_sensitivity: 14119 - interaction 14120 description: > 14121 Value of `privacy.resistFingerprinting` 14122 bugs: 14123 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925088 14124 data_reviews: 14125 - https://phabricator.services.mozilla.com/D230555 14126 notification_emails: 14127 - twisniewski@mozilla.com 14128 - webcompat-reporting-tool-telemetry@mozilla.com 14129 send_in_pings: 14130 - broken-site-report 14131 third_party_cookie_blocking_enabled: 14132 type: boolean 14133 expires: never 14134 data_sensitivity: 14135 - interaction 14136 description: > 14137 Value of `network.cookie.cookieBehavior.optInPartitioning` 14138 bugs: 14139 - https://bugzilla.mozilla.org/show_bug.cgi?id=1917791 14140 data_reviews: 14141 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14142 notification_emails: 14143 - twisniewski@mozilla.com 14144 - webcompat-reporting-tool-telemetry@mozilla.com 14145 send_in_pings: 14146 - broken-site-report 14147 third_party_cookie_blocking_enabled_in_pbm: 14148 type: boolean 14149 expires: never 14150 data_sensitivity: 14151 - interaction 14152 description: > 14153 Value of `network.cookie.cookieBehavior.optInPartitioning.pbmode` 14154 bugs: 14155 - https://bugzilla.mozilla.org/show_bug.cgi?id=1917791 14156 data_reviews: 14157 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14158 notification_emails: 14159 - twisniewski@mozilla.com 14160 - webcompat-reporting-tool-telemetry@mozilla.com 14161 send_in_pings: 14162 - broken-site-report 14163 broken_site_report.browser_info.security: 14164 antivirus: 14165 type: string_list 14166 expires: never 14167 data_sensitivity: 14168 - technical 14169 description: > 14170 Which antivirus software was reported on this system. 14171 bugs: 14172 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340 14173 data_reviews: 14174 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14175 notification_emails: 14176 - twisniewski@mozilla.com 14177 - webcompat-reporting-tool-telemetry@mozilla.com 14178 send_in_pings: 14179 - broken-site-report 14180 antispyware: 14181 type: string_list 14182 expires: never 14183 data_sensitivity: 14184 - technical 14185 description: > 14186 Which antispyware software was reported on this system. 14187 bugs: 14188 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340 14189 data_reviews: 14190 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14191 notification_emails: 14192 - twisniewski@mozilla.com 14193 - webcompat-reporting-tool-telemetry@mozilla.com 14194 send_in_pings: 14195 - broken-site-report 14196 firewall: 14197 type: string_list 14198 expires: never 14199 data_sensitivity: 14200 - technical 14201 description: > 14202 Which firewall software was reported on this system. 14203 bugs: 14204 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340 14205 data_reviews: 14206 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852340#c16 14207 notification_emails: 14208 - twisniewski@mozilla.com 14209 - webcompat-reporting-tool-telemetry@mozilla.com 14210 send_in_pings: 14211 - broken-site-report 14212 14213 webcompatreporting: 14214 previewed: 14215 type: event 14216 description: | 14217 The user clicked the report preview button. 14218 bugs: 14219 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992050 14220 data_reviews: 14221 - https://phabricator.services.mozilla.com/D267154 14222 data_sensitivity: 14223 - interaction 14224 notification_emails: 14225 - twisniewski@mozilla.com 14226 - android-probes@mozilla.com 14227 - webcompat-reporting-tool-telemetry@mozilla.com 14228 expires: never 14229 reason_dropdown: 14230 type: string 14231 description: | 14232 Record whether the user chooses an option from the dropdown. 14233 bugs: 14234 - https://bugzilla.mozilla.org/show_bug.cgi?id=1932462 14235 data_reviews: 14236 - https://bugzilla.mozilla.org/show_bug.cgi?id=1932462 14237 data_sensitivity: 14238 - interaction 14239 notification_emails: 14240 - twisniewski@mozilla.com 14241 - webcompat-reporting-tool-telemetry@mozilla.com 14242 expires: never 14243 send: 14244 type: event 14245 description: | 14246 Recorded when a user selects the Send button to submit webcompat report data. 14247 bugs: 14248 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970744 14249 data_reviews: 14250 - https://phabricator.services.mozilla.com/D260373 14251 data_sensitivity: 14252 - interaction 14253 notification_emails: 14254 - twisniewski@mozilla.com 14255 - webcompat-reporting-tool-telemetry@mozilla.com 14256 expires: never 14257 extra_keys: 14258 sent_with_blocked_trackers: 14259 description: > 14260 Whether the user opted into including blocked tracker origins. 14261 type: boolean 14262 add_more_info: 14263 type: event 14264 description: | 14265 Recorded when a user clicks on the Add More Info link in the reporting UI 14266 The user will be redirected to webcompat.com to submit a more comprehensive report. 14267 bugs: 14268 - https://bugzilla.mozilla.org/show_bug.cgi?id=1932462 14269 data_reviews: 14270 - https://bugzilla.mozilla.org/show_bug.cgi?id=1932462 14271 data_sensitivity: 14272 - interaction 14273 notification_emails: 14274 - twisniewski@mozilla.com 14275 - webcompat-reporting-tool-telemetry@mozilla.com 14276 expires: never 14277 learn_more: 14278 type: event 14279 description: | 14280 The user will be redirected to a SUMO article (https://support.mozilla.org/km/kb/report-breakage-due-blocking) to learn more about reporting a broken site. 14281 bugs: 14282 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970705 14283 data_reviews: 14284 - https://phabricator.services.mozilla.com/D255555 14285 data_sensitivity: 14286 - interaction 14287 notification_emails: 14288 - twisniewski@mozilla.com 14289 - android-probes@mozilla.com 14290 - webcompat-reporting-tool-telemetry@mozilla.com 14291 expires: never 14292 14293 home.content.article: 14294 impression: 14295 type: event 14296 description: > 14297 Recorded when a pocket tile is visible to the user. 14298 bugs: 14299 - https://bugzilla.mozilla.org/show_bug.cgi?id=1928577 14300 data_reviews: 14301 - https://phabricator.services.mozilla.com/D233815 14302 data_sensitivity: 14303 - interaction 14304 notification_emails: 14305 - android-probes@mozilla.com 14306 expires: never 14307 extra_keys: 14308 is_sponsored: &is_sponsored_pocket 14309 description: Whether the pocket tile was sponsored (has an ad callback). 14310 type: boolean 14311 position: &pocket_position 14312 description: The position (0-index) of the pocket tile. 14313 type: quantity 14314 tile_id: &pocket_tile_id 14315 description: > 14316 A content identifier. 14317 For organic Pocket recommendations it is an opaque id produced by 14318 Pocket's recommendation systems. 14319 For sponsored Pocket content it is Kevel's "ad ID". 14320 type: quantity 14321 scheduled_corpus_item_id: &scheduled_corpus_item_id 14322 description: > 14323 A content identifier. 14324 For organic content recommendations it is an opaque id produced by 14325 Merino's recommendation systems that corresponds uniquely to 14326 a piece of content scheduled for a specific day on a specific surface. 14327 This is the replacement for tile_id. 14328 type: string 14329 corpus_item_id: &corpus_item_id 14330 description: > 14331 A content identifier. 14332 For organic content recommendations it is an opaque id produced by 14333 Merino's recommendation systems that corresponds uniquely to the URL. 14334 This is the replacement for tile_id and scheduled_corpus_item_id. 14335 type: string 14336 received_rank: &received_rank 14337 description: The rank or order of the recommendation at the time it was sent to the client. 14338 type: quantity 14339 recommended_at: &recommended_at 14340 description: The time in milliseconds the recommendation was recommended at. 14341 type: quantity 14342 topic: &topic 14343 description: The topic of the recommendation. Like "entertainment". 14344 type: string 14345 send_in_pings: 14346 - home 14347 14348 click: 14349 type: event 14350 description: > 14351 Recorded when a pocket tile is clicked. 14352 bugs: 14353 - https://bugzilla.mozilla.org/show_bug.cgi?id=1928577 14354 data_reviews: 14355 - https://phabricator.services.mozilla.com/D233815 14356 data_sensitivity: 14357 - interaction 14358 notification_emails: 14359 - android-probes@mozilla.com 14360 expires: never 14361 extra_keys: 14362 is_sponsored: *is_sponsored_pocket 14363 position: *pocket_position 14364 tile_id: *pocket_tile_id 14365 scheduled_corpus_item_id: *scheduled_corpus_item_id 14366 corpus_item_id: *corpus_item_id 14367 received_rank: *received_rank 14368 recommended_at: *recommended_at 14369 topic: *topic 14370 send_in_pings: 14371 - home 14372 14373 sent_from_firefox: 14374 settings_toggled: 14375 type: event 14376 description: | 14377 A user toggled link sharing with whatsapp preference in settings. 14378 extra_keys: 14379 enabled: 14380 description: | 14381 Whether or not the preference is enabled 14382 type: boolean 14383 bugs: 14384 - https://bugzilla.mozilla.org/show_bug.cgi?id=1948171 14385 data_reviews: 14386 - https://phabricator.services.mozilla.com/D238896 14387 data_sensitivity: 14388 - interaction 14389 notification_emails: 14390 - android-probes@mozilla.com 14391 expires: never 14392 metadata: 14393 tags: 14394 - Sharing 14395 snackbar_clicked: 14396 type: event 14397 description: | 14398 A user clicked the manage settings snackbar. 14399 bugs: 14400 - https://bugzilla.mozilla.org/show_bug.cgi?id=1948171 14401 data_reviews: 14402 - https://phabricator.services.mozilla.com/D238896 14403 data_sensitivity: 14404 - interaction 14405 notification_emails: 14406 - android-probes@mozilla.com 14407 expires: never 14408 metadata: 14409 tags: 14410 - Sharing 14411 14412 desktop_mode: 14413 settings_always_request_desktop_site: 14414 type: event 14415 description: | 14416 The user activated desktop mode through the site settings. 14417 bugs: 14418 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956862 14419 data_reviews: 14420 - https://phabricator.services.mozilla.com/D243427 14421 data_sensitivity: 14422 - interaction 14423 notification_emails: 14424 - android-probes@mozilla.com 14425 expires: never 14426 14427 downloads: 14428 screen_viewed: 14429 type: event 14430 description: | 14431 A user opened the downloads screen. 14432 bugs: 14433 - https://bugzilla.mozilla.org/show_bug.cgi?id=1954688 14434 data_reviews: 14435 - https://phabricator.services.mozilla.com/D242321 14436 data_sensitivity: 14437 - interaction 14438 notification_emails: 14439 - android-probes@mozilla.com 14440 expires: never 14441 deleted: 14442 type: event 14443 description: | 14444 A user deleted a downloaded file. 14445 bugs: 14446 - https://bugzilla.mozilla.org/show_bug.cgi?id=1954688 14447 data_reviews: 14448 - https://phabricator.services.mozilla.com/D242321 14449 data_sensitivity: 14450 - interaction 14451 notification_emails: 14452 - android-probes@mozilla.com 14453 expires: never 14454 filtered: 14455 type: string 14456 description: | 14457 A user chose a filter for the downloads page. 14458 The filter can be All, Image, Video, Document or Other. 14459 bugs: 14460 - https://bugzilla.mozilla.org/show_bug.cgi?id=1954688 14461 data_reviews: 14462 - https://phabricator.services.mozilla.com/D242321 14463 data_sensitivity: 14464 - interaction 14465 notification_emails: 14466 - android-probes@mozilla.com 14467 expires: never 14468 share_file: 14469 type: event 14470 description: | 14471 A user shared the downloaded file. 14472 bugs: 14473 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956437 14474 data_reviews: 14475 - https://phabricator.services.mozilla.com/D243323 14476 data_sensitivity: 14477 - interaction 14478 notification_emails: 14479 - android-probes@mozilla.com 14480 expires: never 14481 share_url: 14482 type: event 14483 description: | 14484 A user shared the downloaded file URL. 14485 bugs: 14486 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956437 14487 data_reviews: 14488 - https://phabricator.services.mozilla.com/D243323 14489 data_sensitivity: 14490 - interaction 14491 notification_emails: 14492 - android-probes@mozilla.com 14493 expires: never 14494 pause_download: 14495 type: event 14496 description: | 14497 The user pauses a downloading file on the downloads screen. 14498 bugs: 14499 - https://bugzilla.mozilla.org/show_bug.cgi?id=1968735 14500 data_reviews: 14501 - https://phabricator.services.mozilla.com/D251698 14502 data_sensitivity: 14503 - interaction 14504 notification_emails: 14505 - android-probes@mozilla.com 14506 expires: never 14507 resume_download: 14508 type: event 14509 description: | 14510 The user resumes downloading a file on the downloads screen. 14511 bugs: 14512 - https://bugzilla.mozilla.org/show_bug.cgi?id=1968735 14513 data_reviews: 14514 - https://phabricator.services.mozilla.com/D251698 14515 data_sensitivity: 14516 - interaction 14517 notification_emails: 14518 - android-probes@mozilla.com 14519 expires: never 14520 cancel_download: 14521 type: event 14522 description: | 14523 The user cancels downloading a file on the downloads screen. 14524 bugs: 14525 - https://bugzilla.mozilla.org/show_bug.cgi?id=1968735 14526 data_reviews: 14527 - https://phabricator.services.mozilla.com/D251698 14528 data_sensitivity: 14529 - interaction 14530 notification_emails: 14531 - android-probes@mozilla.com 14532 expires: never 14533 retry_download: 14534 type: event 14535 description: | 14536 The user retries to download a failed download file on the downloads screen. 14537 bugs: 14538 - https://bugzilla.mozilla.org/show_bug.cgi?id=1968735 14539 data_reviews: 14540 - https://phabricator.services.mozilla.com/D251698 14541 data_sensitivity: 14542 - interaction 14543 notification_emails: 14544 - android-probes@mozilla.com 14545 expires: never 14546 delete_snackbar_shown: 14547 type: event 14548 description: A delete snackbar was shown after one or more downloads were deleted. 14549 bugs: 14550 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 14551 data_reviews: 14552 - https://phabricator.services.mozilla.com/D267081 14553 data_sensitivity: 14554 - interaction 14555 notification_emails: 14556 - android-probes@mozilla.com 14557 expires: never 14558 delete_snackbar_undo_clicked: 14559 type: event 14560 description: The user clicked the undo button in a downloads delete snackbar. 14561 bugs: 14562 - https://bugzilla.mozilla.org/show_bug.cgi?id=1991998 14563 data_reviews: 14564 - https://phabricator.services.mozilla.com/D267081 14565 data_sensitivity: 14566 - interaction 14567 notification_emails: 14568 - android-probes@mozilla.com 14569 expires: never 14570 14571 client_association: 14572 uid: 14573 type: string 14574 description: | 14575 The Mozilla Account UID associated with the user. 14576 bugs: 14577 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970661 14578 data_reviews: 14579 - https://bugzilla.mozilla.org/show_bug.cgi?id=1970661 14580 data_sensitivity: 14581 - highly_sensitive 14582 notification_emails: 14583 - fmasalha@mozilla.com 14584 - mtighe@mozilla.com 14585 expires: never 14586 send_in_pings: 14587 - fx-accounts 14588 14589 toolbar: 14590 cfr_shown: 14591 type: event 14592 description: | 14593 Toolbar cfr was shown to the user. 14594 bugs: 14595 - https://bugzilla.mozilla.org/show_bug.cgi?id=2000490 14596 data_reviews: 14597 - https://bugzilla.mozilla.org/show_bug.cgi?id=2000490 14598 data_sensitivity: 14599 - interaction 14600 notification_emails: 14601 - android-probes@mozilla.com 14602 expires: never 14603 cfr_dismissed: 14604 type: event 14605 description: | 14606 Toolbar cfr was dismissed by the user. 14607 bugs: 14608 - https://bugzilla.mozilla.org/show_bug.cgi?id=2000490 14609 data_reviews: 14610 - https://bugzilla.mozilla.org/show_bug.cgi?id=2000490 14611 data_sensitivity: 14612 - interaction 14613 notification_emails: 14614 - android-probes@mozilla.com 14615 expires: never 14616 button_tapped: 14617 type: event 14618 description: | 14619 A toolbar button was tapped. 14620 The name of the item that the user tapped is stored in extras with the 14621 key `item`. 14622 extra_keys: 14623 source: 14624 description: | 14625 Where the interaction occurred. One of: url_bar, navigation_bar, custom_bar. 14626 type: string 14627 item: 14628 description: | 14629 A string containing the name of the button the user tapped. These items include: 14630 navigate_back, navigate_back_long_press, navigate_forward, navigate_forward_long_press, 14631 add_new_tab, add_new_tab_long_press, add_new_private_tab, tab_counter, tab_counter_long_press, 14632 menu, share, clear, refresh, stop, add_bookmark, edit_bookmark, security_indicator, qr_code, 14633 home, reader_mode, microphone, open_in_fenix, close, site_custom, search_engine_selector, 14634 search_engine_selected, translate. 14635 type: string 14636 extra: 14637 description: | 14638 Any extra information about the button that was tapped. 14639 type: string 14640 bugs: 14641 - https://bugzilla.mozilla.org/show_bug.cgi?id=1971857 14642 data_reviews: 14643 - https://phabricator.services.mozilla.com/D264134 14644 data_sensitivity: 14645 - interaction 14646 notification_emails: 14647 - android-probes@mozilla.com 14648 expires: never