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/.
5 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
14 A user opened the app (from cold start, to the homescreen or browser)
18 The method used to open Fenix. Possible values are: `app_icon`,
19 `custom_tab` or `link`
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
26 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
27 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
28 - https://github.com/mozilla-mobile/fenix/pull/18143
29 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
30 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
34 - telemetry-client-dev@mozilla.com
35 - android-probes@mozilla.com
36 - erichards@mozilla.com
44 A user tapped the search bar
48 The view the user was on when they initiated the search (For example:
52 - https://github.com/mozilla-mobile/fenix/issues/959
53 - https://github.com/mozilla-mobile/fenix/issues/19923
55 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
56 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
57 - https://github.com/mozilla-mobile/fenix/pull/18143
58 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
59 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
63 - android-probes@mozilla.com
64 - erichards@mozilla.com
76 A boolean that tells us whether the URL was autofilled by an
77 Autocomplete suggestion
80 - https://github.com/mozilla-mobile/fenix/issues/959
81 - https://github.com/mozilla-mobile/fenix/issues/19923
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
91 - android-probes@mozilla.com
92 - erichards@mozilla.com
100 A user performed a search
104 A string that tells us how the user performed the search. Possible
110 * shortcut.suggestion
113 - https://github.com/mozilla-mobile/fenix/issues/959
114 - https://github.com/mozilla-mobile/fenix/issues/19923
116 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
117 - https://github.com/mozilla-mobile/fenix/pull/1677
118 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
119 - https://github.com/mozilla-mobile/fenix/pull/18143
120 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
121 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
125 - android-probes@mozilla.com
126 - erichards@mozilla.com
134 A browser menu item was tapped.
135 The name of the item that the user tapped is stored in extras with the
140 A string containing the name of the item the user tapped. These items
142 add_to_homescreen, add_to_top_sites, addons_manager, back, bookmark,
143 bookmarks, desktop_view_off, desktop_view_on, downloads,
144 find_in_page, forward, help, history, library, new_private_tab,
145 new_tab, open_in_app, open_in_fenix, quit, reader_mode_appearance,
146 reader_mode_off, reader_mode_on, reload, remove_from_top_sites,
147 save_to_collection, set_default_browser, settings, share, stop,
148 sync_account, and sync_tabs.
151 - https://github.com/mozilla-mobile/fenix/issues/1024
152 - https://github.com/mozilla-mobile/fenix/issues/19923
154 - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
155 - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
156 - https://github.com/mozilla-mobile/fenix/pull/6310
157 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
158 - https://github.com/mozilla-mobile/fenix/pull/18143
159 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
160 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
164 - android-probes@mozilla.com
166 default_browser_changed:
169 Indicates the default browser was changed
171 - https://github.com/mozilla-mobile/fenix/issues/18857
173 - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
174 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
175 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
176 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
180 - android-probes@mozilla.com
181 - erichards@mozilla.com
186 default_browser_notif_tapped:
189 User tapped on the default browser notification
191 - https://github.com/mozilla-mobile/fenix/issues/19847
193 - https://github.com/mozilla-mobile/fenix/pull/20311
197 - android-probes@mozilla.com
199 toolbar_menu_visible:
202 The browser menu was displayed from toolbar menu
204 - https://github.com/mozilla-mobile/fenix/issues/18855
206 - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
207 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
208 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
209 - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
210 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
214 - android-probes@mozilla.com
215 - kbrosnan@mozilla.com
220 normal_and_private_uri_count:
223 A counter of URIs visited by the user in the current session, including
224 page reloads. This includes private browsing. This does not include
225 background page requests and URIs from embedded pages but may be
226 incremented without user interaction by website scripts that
227 programmatically redirect to a new location.
231 - https://github.com/mozilla-mobile/fenix/issues/17089
233 - https://github.com/mozilla-mobile/fenix/pull/17935
234 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
235 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
239 - android-probes@mozilla.com
240 - erichards@mozilla.com
248 A user toggled a boolean preference in settings
252 The preference key for the boolean (true/false) preference the user
255 We currently track: show_search_suggestions, remote_debugging,
256 telemetry, tracking_protection, search_bookmarks,
257 search_browsing_history, show_clipboard_suggestions,
258 show_search_shortcuts, open_links_in_a_private_tab (bug in
259 implementation https://github.com/mozilla-mobile/fenix/issues/7384),
260 pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
261 pref_key_show_voice_search,
262 and pref_key_show_search_suggestions_in_private.
265 description: "Whether or not the preference is *now* enabled"
268 - https://github.com/mozilla-mobile/fenix/issues/975
269 - https://github.com/mozilla-mobile/fenix/issues/5094
270 - https://github.com/mozilla-mobile/fenix/issues/5737
271 - https://github.com/mozilla-mobile/fenix/issues/5586
272 - https://github.com/mozilla-mobile/fenix/issues/6396
273 - https://github.com/mozilla-mobile/fenix/issues/6070
274 - https://github.com/mozilla-mobile/fenix/issues/19923
276 - https://github.com/mozilla-mobile/fenix/pull/1896
277 - https://github.com/mozilla-mobile/fenix/pull/5704
278 - https://github.com/mozilla-mobile/fenix/pull/5886
279 - https://github.com/mozilla-mobile/fenix/pull/5975
280 - https://github.com/mozilla-mobile/fenix/pull/6352
281 - https://github.com/mozilla-mobile/fenix/pull/6601
282 - https://github.com/mozilla-mobile/fenix/pull/6746
283 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
284 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
285 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
290 - android-probes@mozilla.com
291 - erichards@mozilla.com
303 A user opened the "what's new" page button
305 - https://github.com/mozilla-mobile/fenix/issues/5021
306 - https://github.com/mozilla-mobile/fenix/issues/19923
308 - https://github.com/mozilla-mobile/fenix/pull/5090
309 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
310 - https://github.com/mozilla-mobile/fenix/pull/18143
311 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
312 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
316 - android-probes@mozilla.com
321 A user opened a link with Fenix
325 The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
326 this probe may be incorrectly implemented: see
327 https://github.com/mozilla-mobile/fenix/issues/14133
330 - https://github.com/mozilla-mobile/fenix/issues/5737
331 - https://github.com/mozilla-mobile/fenix/issues/19923
333 - https://github.com/mozilla-mobile/fenix/pull/5975
334 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
335 - https://github.com/mozilla-mobile/fenix/pull/18143
336 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
337 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
341 - android-probes@mozilla.com
342 - erichards@mozilla.com
350 An event that indicates that a synced tab was opened.
352 - https://github.com/mozilla-mobile/fenix/issues/15369
353 - https://github.com/mozilla-mobile/fenix/issues/19923
355 - https://github.com/mozilla-mobile/fenix/pull/16727
356 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
357 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
361 - android-probes@mozilla.com
362 - erichards@mozilla.com
367 recently_closed_tabs_opened:
370 An event that indicates that the user
371 has accessed recently closed tabs list.
372 Deprecated in favor of "recently_closed_tabs.opened"
374 - https://github.com/mozilla-mobile/fenix/issues/15366
375 - https://github.com/mozilla-mobile/fenix/issues/19923
377 - https://github.com/mozilla-mobile/fenix/pull/16739
378 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
379 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
383 - android-probes@mozilla.com
384 - erichards@mozilla.com
392 An event that indicates that a user has selected
393 copy option when long pressing on url bar.
395 - https://github.com/mozilla-mobile/fenix/issues/16827
396 - https://github.com/mozilla-mobile/fenix/issues/19923
398 - https://github.com/mozilla-mobile/fenix/pull/16915
399 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
400 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
404 - android-probes@mozilla.com
405 - erichards@mozilla.com
410 browser_toolbar_home_tapped:
413 An event that indicates that a user has tapped
414 home button on browser toolbar.
416 - https://github.com/mozilla-mobile/fenix/issues/19915
418 - https://github.com/mozilla-mobile/fenix/pull/19936
419 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
420 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
424 - android-probes@mozilla.com
429 Indicates that the user has changed their tab view
430 settings, either from the default or by personal
435 A string containing the name of the tab view the user tapped.
436 These items include: list or grid.
439 - https://github.com/mozilla-mobile/fenix/issues/19956
441 - https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619
442 - https://github.com/mozilla-mobile/fenix/pull/24409
446 - android-probes@mozilla.com
453 The onboarding automatic sign in card was tapped.
455 - https://github.com/mozilla-mobile/fenix/issues/10824
457 - https://github.com/mozilla-mobile/fenix/pull/11867
458 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
459 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
460 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
461 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
465 - android-probes@mozilla.com
466 - erichards@mozilla.com
467 - erichards@mozilla.com
475 The onboarding manual sign in card was tapped.
477 - https://github.com/mozilla-mobile/fenix/issues/10824
479 - https://github.com/mozilla-mobile/fenix/pull/11867
480 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
481 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
482 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
483 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
487 - android-probes@mozilla.com
488 - erichards@mozilla.com
489 - erichards@mozilla.com
497 The onboarding privacy notice card was tapped.
499 - https://github.com/mozilla-mobile/fenix/issues/10824
501 - https://github.com/mozilla-mobile/fenix/pull/11867
502 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
503 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
504 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
505 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
509 - android-probes@mozilla.com
510 - erichards@mozilla.com
515 pref_toggled_toolbar_position:
518 The toolbar position preference was chosen from the onboarding card.
523 A string that indicates the position of the toolbar TOP or BOTTOM.
526 - https://github.com/mozilla-mobile/fenix/issues/10824
528 - https://github.com/mozilla-mobile/fenix/pull/11867
529 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
530 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
531 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
532 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
536 - android-probes@mozilla.com
537 - erichards@mozilla.com
538 - erichards@mozilla.com
543 pref_toggled_tracking_prot:
546 The tracking protection preference was chosen from the onboarding card.
551 A string that indicates the Tracking Protection policy STANDARD
552 or STRICT. Default: Toggle ON, STANDARD
554 - https://github.com/mozilla-mobile/fenix/issues/10824
556 - https://github.com/mozilla-mobile/fenix/pull/11867
557 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
558 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
559 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
560 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
564 - android-probes@mozilla.com
565 - erichards@mozilla.com
566 - erichards@mozilla.com
571 pref_toggled_theme_picker:
574 The device theme was chosen using the theme picker onboarding card.
579 A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
580 Default: FOLLOW DEVICE
582 - https://github.com/mozilla-mobile/fenix/issues/10824
584 - https://github.com/mozilla-mobile/fenix/pull/11867
585 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
586 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
587 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
588 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
592 - android-probes@mozilla.com
593 - erichards@mozilla.com
594 - erichards@mozilla.com
602 The user taps starts browsing and ends the onboarding experience.
604 - https://github.com/mozilla-mobile/fenix/issues/10824
606 - https://github.com/mozilla-mobile/fenix/pull/11867
607 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
608 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
609 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
610 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
614 - android-probes@mozilla.com
615 - erichards@mozilla.com
616 - erichards@mozilla.com
626 A user selected a search shortcut engine to use
631 The name of the built-in search engine the user selected as a string
633 - https://github.com/mozilla-mobile/fenix/issues/793
635 - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
636 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
637 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
638 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
639 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
641 - android-probes@mozilla.com
652 A user tapped on the unified search selector menu.
654 - https://github.com/mozilla-mobile/fenix/issues/24522
656 - https://github.com/mozilla-mobile/fenix/pull/25544
660 - android-probes@mozilla.com
669 A user used unified search to select a search shortcut engine to use
674 The name of the built-in search engine the user selected as a string
676 - https://github.com/mozilla-mobile/fenix/issues/24522
678 - https://github.com/mozilla-mobile/fenix/pull/25544
680 - android-probes@mozilla.com
688 experiments_default_browser:
689 toolbar_menu_clicked:
692 Set default browser was clicked from toolbar menu
694 - https://github.com/mozilla-mobile/fenix/issues/18851
696 - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
697 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
698 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
699 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
703 - android-probes@mozilla.com
709 The user selected a new position for the toolbar
714 A string that indicates the new position of the toolbar TOP or BOTTOM
716 - https://github.com/mozilla-mobile/fenix/issues/6054
718 - https://github.com/mozilla-mobile/fenix/pull/6608
719 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
720 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
721 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
722 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
726 - android-probes@mozilla.com
727 - erichards@mozilla.com
737 A user tapped an item in the browsers context menu
741 The name of the item that was tapped. Available items are:
744 open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
745 save_image, share_link, copy_link, copy_image_location, share_image
749 - https://github.com/mozilla-mobile/fenix/issues/957
750 - https://github.com/mozilla-mobile/fenix/issues/16076
751 - https://github.com/mozilla-mobile/fenix/issues/19923
753 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
754 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
755 - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
756 - https://github.com/mozilla-mobile/fenix/pull/18143
757 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
758 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
762 - android-probes@mozilla.com
763 - erichards@mozilla.com
774 The login dialog prompt was displayed
776 - https://github.com/mozilla-mobile/fenix/issues/9730
778 - https://github.com/mozilla-mobile/fenix/pull/13050
779 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
780 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
781 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
785 - android-probes@mozilla.com
793 The login dialog prompt was cancelled
795 - https://github.com/mozilla-mobile/fenix/issues/9730
797 - https://github.com/mozilla-mobile/fenix/pull/13050
798 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
799 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
800 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
804 - android-probes@mozilla.com
812 The login dialog prompt "save" button was pressed
814 - https://github.com/mozilla-mobile/fenix/issues/9730
816 - https://github.com/mozilla-mobile/fenix/pull/13050
817 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
818 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
819 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
823 - android-probes@mozilla.com
831 The login dialog prompt "never save" button was pressed
833 - https://github.com/mozilla-mobile/fenix/issues/9730
835 - https://github.com/mozilla-mobile/fenix/pull/13050
836 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
837 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
838 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
842 - android-probes@mozilla.com
851 lifetime: application
853 Is Fenix the default browser?
857 - https://github.com/mozilla-mobile/fenix/issues/960
859 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
860 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
861 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
862 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
863 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
867 - android-probes@mozilla.com
868 - erichards@mozilla.com
875 lifetime: application
877 A string containing the distribution identifier. This is currently used
878 to identify installs from Mozilla Online.
882 - https://github.com/mozilla-mobile/fenix/issues/16075
884 - https://github.com/mozilla-mobile/fenix/issues/16075
885 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
889 - android-probes@mozilla.com
894 mobile_bookmarks_count:
896 lifetime: application
898 A counter that indicates how many bookmarks a user has in the mobile
899 folder. This value will only be set if the user has at least *one*
900 bookmark. If they have 0, this ping will not get sent, resulting in
901 a null value. To disambiguate between a failed `mobile_bookmarks_count`
902 ping and 0 bookmarks, please see `has_mobile_bookmarks`.
906 - https://github.com/mozilla-mobile/fenix/issues/16941
908 - https://github.com/mozilla-mobile/fenix/pull/16942
909 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
910 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
911 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
912 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
916 - android-probes@mozilla.com
917 - erichards@mozilla.com
922 has_mobile_bookmarks:
924 lifetime: application
926 A boolean that indicates if the user has bookmarks in the mobile folder
930 - https://github.com/mozilla-mobile/fenix/issues/16941
932 - https://github.com/mozilla-mobile/fenix/pull/16942
933 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
934 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
935 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
936 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
940 - android-probes@mozilla.com
941 - erichards@mozilla.com
946 desktop_bookmarks_count:
948 lifetime: application
950 A counter that indicates how many bookmarks a user has in the desktop
951 folder. This value will only be set if the user has at least *one*
952 bookmark. If they have 0, this ping will not get sent, resulting in a
953 null value. To disambiguate between a failed `desktop_bookmarks_count`
954 ping and 0 bookmarks, please see `has_desktop_bookmarks`.
958 - https://github.com/mozilla-mobile/fenix/issues/16941
960 - https://github.com/mozilla-mobile/fenix/pull/16942
961 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
962 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
963 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
964 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
968 - android-probes@mozilla.com
969 - erichards@mozilla.com
974 has_desktop_bookmarks:
976 lifetime: application
978 A boolean that indicates if the user has bookmarks in the desktop folder
982 - https://github.com/mozilla-mobile/fenix/issues/16941
984 - https://github.com/mozilla-mobile/fenix/pull/16942
985 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
986 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
987 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
988 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
992 - android-probes@mozilla.com
999 lifetime: application
1001 A counter that indicates how many top sites a user has. This value will
1002 only be set if the user has at least *one* top site. If they have 0,
1003 this ping will not get sent, resulting in a null value. To disambiguate
1004 between a failed `top_sites_count` ping and 0 top sites, please see
1009 - https://github.com/mozilla-mobile/fenix/issues/8125
1011 - https://github.com/mozilla-mobile/fenix/pull/9556
1012 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1013 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1014 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1015 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1018 notification_emails:
1019 - android-probes@mozilla.com
1020 - erichards@mozilla.com
1027 lifetime: application
1029 A boolean that indicates if the user has top sites
1033 - https://github.com/mozilla-mobile/fenix/issues/8125
1035 - https://github.com/mozilla-mobile/fenix/pull/9556
1036 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1037 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1038 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1039 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1042 notification_emails:
1043 - android-probes@mozilla.com
1044 - erichards@mozilla.com
1049 recently_used_pwa_count:
1051 lifetime: application
1053 A counter that indicates how many PWAs a user has recently used.
1054 Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
1055 Currently we are not told by the OS when a PWA is removed by the user,
1056 so we use the "recently used" heuristic to judge how many PWAs are still
1057 active, as a proxy for "installed". This value will only be set if the
1058 user has at least *one* recently used PWA. If they have 0, this metric
1059 will not be sent, resulting in a null value during analysis on the
1060 server-side. To disambiguate between a failed `recently_used_pwa_count`
1061 metric and 0 recent PWAs, please see `has_recent_pwas`.
1065 - https://github.com/mozilla-mobile/fenix/issues/11909
1067 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
1068 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1069 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1070 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1071 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1074 notification_emails:
1075 - android-probes@mozilla.com
1082 lifetime: application
1084 A boolean that indicates if the user has recently used PWAs.
1085 See recently_used_pwa_count for the actual count.
1089 - https://github.com/mozilla-mobile/fenix/issues/11909
1091 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
1092 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1093 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1094 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1095 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1098 notification_emails:
1099 - android-probes@mozilla.com
1105 type: labeled_counter
1107 The labels for this counter are `<search-engine-name>.<source>`.
1109 If the search engine is bundled with Fenix `search-engine-name` will be
1110 the name of the search engine. If it's a custom search engine (defined:
1111 https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
1114 `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
1115 (depending on the source from which the search started). Also added the
1116 `other` option for the source but it should never enter on this case.
1120 - https://github.com/mozilla-mobile/fenix/issues/1158
1121 - https://github.com/mozilla-mobile/fenix/issues/6556
1123 - https://github.com/mozilla-mobile/fenix/pull/1677
1124 - https://github.com/mozilla-mobile/fenix/pull/5216
1125 - https://github.com/mozilla-mobile/fenix/pull/7310
1126 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1127 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1128 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1129 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1133 notification_emails:
1134 - android-probes@mozilla.com
1135 - erichards@mozilla.com
1142 lifetime: application
1144 A list of all the Mozilla products installed on device. We currently scan
1145 for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
1146 Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
1147 Focus, and Lockwise.
1151 - https://github.com/mozilla-mobile/fenix/issues/1192
1153 - https://github.com/mozilla-mobile/fenix/pull/1953/
1154 - https://github.com/mozilla-mobile/fenix/pull/5216
1155 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1156 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1157 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1158 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1162 notification_emails:
1163 - android-probes@mozilla.com
1168 default_moz_browser:
1170 lifetime: application
1172 The name of the default browser on device if and only if it's a Mozilla
1177 - https://github.com/mozilla-mobile/fenix/issues/1192
1179 - https://github.com/mozilla-mobile/fenix/pull/1953/
1180 - https://github.com/mozilla-mobile/fenix/pull/5216
1181 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1182 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1183 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1184 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1188 notification_emails:
1189 - android-probes@mozilla.com
1196 lifetime: application
1198 A string containing the Adjust campaign ID from which the user installed
1199 Fenix. This will not send on the first session the user runs. If the
1200 install is organic, this will be empty.
1204 - https://github.com/mozilla-mobile/fenix/issues/1298
1205 - https://github.com/mozilla-mobile/fenix/issues/9136
1207 - https://github.com/mozilla-mobile/fenix/pull/5579
1208 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1209 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1210 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1211 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1214 notification_emails:
1215 - android-probes@mozilla.com
1222 lifetime: application
1224 A string containing the Adjust ad group ID from which the user installed
1225 Fenix. This will not send on the first session the user runs. If the
1226 install is organic, this will be empty.
1230 - https://github.com/mozilla-mobile/fenix/issues/1298
1231 - https://github.com/mozilla-mobile/fenix/issues/9136
1233 - https://github.com/mozilla-mobile/fenix/pull/9253
1234 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1235 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1236 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1237 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1240 notification_emails:
1241 - android-probes@mozilla.com
1248 lifetime: application
1250 A string containing the Adjust creative ID from which the user installed
1251 Fenix. This will not send on the first session the user runs. If the
1252 install is organic, this will be empty.
1256 - https://github.com/mozilla-mobile/fenix/issues/1298
1257 - https://github.com/mozilla-mobile/fenix/issues/9136
1259 - https://github.com/mozilla-mobile/fenix/pull/9253
1260 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1261 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1262 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1263 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1266 notification_emails:
1267 - android-probes@mozilla.com
1274 lifetime: application
1276 A string containing the Adjust network ID from which the user installed
1277 Fenix. This will not send on the first session the user runs. If the
1278 install is organic, this will be empty.
1282 - https://github.com/mozilla-mobile/fenix/issues/1298
1283 - https://github.com/mozilla-mobile/fenix/issues/9136
1285 - https://github.com/mozilla-mobile/fenix/pull/9253
1286 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1287 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1288 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1289 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1292 notification_emails:
1293 - android-probes@mozilla.com
1300 lifetime: application
1302 A string that indicates the new position of the toolbar TOP or BOTTOM
1306 - https://github.com/mozilla-mobile/fenix/issues/6054
1308 - https://github.com/mozilla-mobile/fenix/pull/6608
1309 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1310 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1311 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1312 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1315 notification_emails:
1316 - android-probes@mozilla.com
1323 lifetime: application
1325 A string that indicates the setting for tab closing:
1326 MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
1330 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1332 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1333 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1334 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1335 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1338 notification_emails:
1339 - android-probes@mozilla.com
1346 lifetime: application
1348 A string that indicates the setting for tab view:
1353 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1355 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1356 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1357 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1358 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1361 notification_emails:
1362 - android-probes@mozilla.com
1367 search_widget_installed:
1369 lifetime: application
1371 Whether or not the search widget is installed
1375 - https://github.com/mozilla-mobile/fenix/issues/9488
1377 - https://github.com/mozilla-mobile/fenix/pull/10958
1378 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1379 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1380 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1381 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1384 notification_emails:
1385 - android-probes@mozilla.com
1393 lifetime: application
1395 A counter that indicates how many NORMAL tabs a user has open. This
1396 value will only be set if the user has at least *one* open tab. If they
1397 have 0, this ping will not get sent, resulting in a null value. To
1398 disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
1399 please see `has_open_tabs`.
1403 - https://github.com/mozilla-mobile/fenix/issues/11479
1405 - https://github.com/mozilla-mobile/fenix/pull/12024
1406 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1407 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1408 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1409 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1412 notification_emails:
1413 - android-probes@mozilla.com
1414 - erichards@mozilla.com
1421 lifetime: application
1423 A boolean that indicates if the user has any open NORMAL tabs.
1427 - https://github.com/mozilla-mobile/fenix/issues/11479
1429 - https://github.com/mozilla-mobile/fenix/pull/12024
1430 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1431 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1432 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1433 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1436 notification_emails:
1437 - android-probes@mozilla.com
1442 start_reason_process_error:
1445 The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
1446 unexpectedly called twice. We can use this metric to validate our
1447 assumptions about how these APIs are called. This probe can be removed
1448 once we validate these assumptions.
1450 - https://github.com/mozilla-mobile/fenix/issues/18426
1452 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1453 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1454 - https://github.com/mozilla-mobile/fenix/pull/23506
1457 notification_emails:
1458 - perf-telemetry-alerts@mozilla.com
1459 - mcomella@mozilla.com
1464 start_reason_activity_error:
1467 The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
1468 was unexpectedly called twice. We can use this metric to validate our
1469 assumptions about how these APIs are called. This probe can be removed
1470 once we validate these assumptions.
1472 - https://github.com/mozilla-mobile/fenix/issues/18426
1474 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1475 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1476 - https://github.com/mozilla-mobile/fenix/pull/23506
1479 notification_emails:
1480 - perf-telemetry-alerts@mozilla.com
1481 - mcomella@mozilla.com
1488 lifetime: application
1490 Used to identify the source the app was installed from.
1492 - https://github.com/mozilla-mobile/fenix/issues/22138
1494 - https://github.com/mozilla-mobile/fenix/pull/22224#issuecomment-956749994
1495 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1498 notification_emails:
1499 - android-probes@mozilla.com
1500 - erichards@mozilla.com
1502 inactive_tabs_count:
1505 How many inactive tabs does the user have, checked when the user opens
1507 Value will be 0 if the feature is disabled.
1511 - https://github.com/mozilla-mobile/fenix/issues/22155
1513 - https://github.com/mozilla-mobile/fenix/pull/22163#issuecomment-957636802
1514 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1517 notification_emails:
1518 - android-probes@mozilla.com
1523 lifetime: application
1525 Is the default wallpapper set to be shown?
1529 - https://github.com/mozilla-mobile/fenix/issues/25538
1531 - https://github.com/mozilla-mobile/fenix/pull/25539#issuecomment-1163393066
1534 notification_emails:
1535 - android-probes@mozilla.com
1545 An indication of whether the most visited sites
1546 are enabled to be displayed
1550 - https://github.com/mozilla-mobile/fenix/issues/21239
1552 - https://github.com/mozilla-mobile/fenix/pull/21344
1553 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1554 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1557 notification_emails:
1558 - android-probes@mozilla.com
1563 An indication of whether the Jump back
1564 in section is enabled to be displayed
1568 - https://github.com/mozilla-mobile/fenix/issues/21239
1570 - https://github.com/mozilla-mobile/fenix/pull/21344
1571 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1572 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1575 notification_emails:
1576 - android-probes@mozilla.com
1581 An indication of whether the recently
1582 saved section is enabled to be displayed
1586 - https://github.com/mozilla-mobile/fenix/issues/21239
1588 - https://github.com/mozilla-mobile/fenix/pull/21344
1589 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1590 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1593 notification_emails:
1594 - android-probes@mozilla.com
1599 An indication of whether the Recently
1600 visited section is enabled to be displayed
1604 - https://github.com/mozilla-mobile/fenix/issues/21239
1606 - https://github.com/mozilla-mobile/fenix/pull/21344
1607 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1608 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1611 notification_emails:
1612 - android-probes@mozilla.com
1617 An indication of whether Pocket is enabled to be displayed
1621 - https://github.com/mozilla-mobile/fenix/issues/21239
1623 - https://github.com/mozilla-mobile/fenix/pull/21344
1624 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1625 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1628 notification_emails:
1629 - android-probes@mozilla.com
1637 An indication of whether Pocket sponsored stories are enabled
1642 - https://github.com/mozilla-mobile/fenix/issues/25401
1644 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
1645 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1648 notification_emails:
1649 - android-probes@mozilla.com
1657 An indication of whether Contile is enabled to be displayed
1661 - https://github.com/mozilla-mobile/fenix/issues/24467
1663 - https://github.com/mozilla-mobile/fenix/pull/24468
1666 notification_emails:
1667 - android-probes@mozilla.com
1672 A user toggles the preference for the home screen items.
1677 The preference key for the boolean (true/false) preference the user
1680 We currently track: most_visited_sites, jump_back_in,
1681 recently_visited, recently_saved, pocket, and contile.
1684 description: "Whether or not the preference is *now* enabled"
1686 - https://github.com/mozilla-mobile/fenix/issues/21095
1688 - https://github.com/mozilla-mobile/fenix/pull/1896
1689 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1693 notification_emails:
1694 - android-probes@mozilla.com
1699 What opening screen preference the user has selected
1700 under "Customize Home".
1701 "homepage," "last tab," or "homepage after 4 hours"
1702 default: "homepage after 4 hours"
1704 - https://github.com/mozilla-mobile/fenix/issues/22145
1706 - https://github.com/mozilla-mobile/fenix/pull/22333
1709 notification_emails:
1710 - android-probes@mozilla.com
1717 A metric indicating whether or not the user has studies enabled
1722 - https://github.com/mozilla-mobile/fenix/issues/22192
1724 - https://github.com/mozilla-mobile/fenix/pull/22193
1727 notification_emails:
1728 - android-probes@mozilla.com
1730 studies_preference_enabled:
1733 An event indicating whether or not the user has studies enabled.
1735 - https://github.com/mozilla-mobile/fenix/issues/22192
1737 - https://github.com/mozilla-mobile/fenix/pull/22193
1740 notification_emails:
1741 - android-probes@mozilla.com
1743 search_suggestions_enabled:
1746 Whether or not the user has search suggestions enabled
1751 - https://github.com/mozilla-mobile/fenix/issues/11118
1753 - https://github.com/mozilla-mobile/fenix/pull/11211
1754 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1755 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1756 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1757 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1760 notification_emails:
1761 - android-probes@mozilla.com
1762 - erichards@mozilla.com
1768 remote_debugging_enabled:
1771 Whether or not the user has remote debugging enabled
1776 - https://github.com/mozilla-mobile/fenix/issues/11118
1778 - https://github.com/mozilla-mobile/fenix/pull/11211
1779 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1780 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1781 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1782 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1785 notification_emails:
1786 - android-probes@mozilla.com
1794 Whether or not the user has telemetry enabled. Note we should
1795 never receive a "false" value for this since telemetry would
1796 not send in that case.
1801 - https://github.com/mozilla-mobile/fenix/issues/11118
1803 - https://github.com/mozilla-mobile/fenix/pull/11211
1804 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1805 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1806 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1807 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1810 notification_emails:
1811 - android-probes@mozilla.com
1812 - erichards@mozilla.com
1818 enhanced_tracking_protection:
1821 What type of enhanced tracking protection the user has enabled.
1822 "standard," "strict," "custom," or "" (if disabled)
1827 - https://github.com/mozilla-mobile/fenix/issues/11118
1829 - https://github.com/mozilla-mobile/fenix/pull/11211
1830 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1831 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1832 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1833 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1836 notification_emails:
1837 - android-probes@mozilla.com
1841 - TrackingProtection
1843 bookmarks_suggestion:
1846 Whether or not the user has enabled bookmark search suggestions
1851 - https://github.com/mozilla-mobile/fenix/issues/11118
1853 - https://github.com/mozilla-mobile/fenix/pull/11211
1854 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1855 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1856 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1857 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1860 notification_emails:
1861 - android-probes@mozilla.com
1866 browsing_history_suggestion:
1869 Whether or not the user has enabled browsing history suggestions.
1874 - https://github.com/mozilla-mobile/fenix/issues/11118
1876 - https://github.com/mozilla-mobile/fenix/pull/11211
1877 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1878 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1879 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1880 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1883 notification_emails:
1884 - android-probes@mozilla.com
1889 clipboard_suggestions_enabled:
1892 Whether or not the user has enabled clipboard search suggestions.
1897 - https://github.com/mozilla-mobile/fenix/issues/11118
1899 - https://github.com/mozilla-mobile/fenix/pull/11211
1900 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1901 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1902 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1903 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1906 notification_emails:
1907 - android-probes@mozilla.com
1912 search_shortcuts_enabled:
1915 Whether or not the user has enabled search shortcuts.
1920 - https://github.com/mozilla-mobile/fenix/issues/11118
1922 - https://github.com/mozilla-mobile/fenix/pull/11211
1923 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1924 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1925 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1926 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1929 notification_emails:
1930 - android-probes@mozilla.com
1931 - erichards@mozilla.com
1940 Whether or not the user is signed into FxA
1945 - https://github.com/mozilla-mobile/fenix/issues/11118
1947 - https://github.com/mozilla-mobile/fenix/pull/11211
1948 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1949 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1950 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1951 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1954 notification_emails:
1955 - android-probes@mozilla.com
1964 The list of items the user has chosen to sync with FxA.
1965 default: "" if the user is signed out. Otherwise defaults to
1966 whatever is set in their FxA account. New accounts set:
1967 [bookmarks, history, passwords, tabs]
1971 - https://github.com/mozilla-mobile/fenix/issues/11118
1973 - https://github.com/mozilla-mobile/fenix/pull/11211
1974 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1975 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1976 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1977 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1980 notification_emails:
1981 - android-probes@mozilla.com
1986 voice_search_enabled:
1989 Whether or not the user has enabled the voice search button.
1994 - https://github.com/mozilla-mobile/fenix/issues/11118
1996 - https://github.com/mozilla-mobile/fenix/pull/11211
1997 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1998 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1999 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2000 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2003 notification_emails:
2004 - android-probes@mozilla.com
2011 toolbar_position_setting:
2014 The position of the toolbar
2015 default: bottom (defaults to top if the user has accessibility services)
2019 - https://github.com/mozilla-mobile/fenix/issues/11118
2021 - https://github.com/mozilla-mobile/fenix/pull/11211
2022 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2023 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2024 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2025 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2028 notification_emails:
2029 - android-probes@mozilla.com
2030 - erichards@mozilla.com
2036 accessibility_services:
2039 Whether or not the user has touch exploration or switch services enabled.
2040 These are built into the Android OS, not Fenix prefs.
2045 - https://github.com/mozilla-mobile/fenix/issues/11118
2047 - https://github.com/mozilla-mobile/fenix/pull/11211
2048 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2049 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2050 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2051 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2054 notification_emails:
2055 - android-probes@mozilla.com
2056 - erichards@mozilla.com
2061 open_links_in_app_enabled:
2064 Whether or not the user has the open links in apps feature enabled.
2069 - https://github.com/mozilla-mobile/fenix/issues/11118
2071 - https://github.com/mozilla-mobile/fenix/pull/11446
2072 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2073 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2074 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2075 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2078 notification_emails:
2079 - android-probes@mozilla.com
2080 - erichards@mozilla.com
2088 The theme the user has enabled. "light," "dark," "system," or "battery"
2089 default: "system" for API 28+, else "light"
2093 - https://github.com/mozilla-mobile/fenix/issues/11118
2095 - https://github.com/mozilla-mobile/fenix/pull/11446
2096 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2097 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2098 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2099 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2102 notification_emails:
2103 - android-probes@mozilla.com
2104 - erichards@mozilla.com
2110 inactive_tabs_enabled:
2113 Whether or not the user has the inactive tabs feature enabled.
2118 - https://github.com/mozilla-mobile/fenix/issues/21903
2120 - https://github.com/mozilla-mobile/fenix/pull/21908
2123 notification_emails:
2124 - android-probes@mozilla.com
2126 search_term_groups_enabled:
2129 Is search term group in tabs tray on?
2131 - https://github.com/mozilla-mobile/fenix/issues/22057
2133 - https://github.com/mozilla-mobile/fenix/pull/22058
2136 notification_emails:
2137 - android-probes@mozilla.com
2140 search.default_engine:
2143 lifetime: application
2145 If the search engine is pre-loaded with Fenix this value
2146 will be the search engine identifier. If it's a custom search engine
2147 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2148 value will be "custom"
2152 - https://github.com/mozilla-mobile/fenix/issues/800
2154 - https://github.com/mozilla-mobile/fenix/pull/1606
2155 - https://github.com/mozilla-mobile/fenix/pull/5216
2156 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2157 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2158 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2159 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2163 notification_emails:
2164 - android-probes@mozilla.com
2165 - erichards@mozilla.com
2169 lifetime: application
2171 If the search engine is pre-loaded with Fenix this value
2172 will be the search engine name. If it's a custom search engine
2173 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2174 value will be "custom"
2178 - https://github.com/mozilla-mobile/fenix/issues/800
2180 - https://github.com/mozilla-mobile/fenix/pull/1606
2181 - https://github.com/mozilla-mobile/fenix/pull/5216
2182 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2183 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2184 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2185 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2189 notification_emails:
2190 - android-probes@mozilla.com
2191 - erichards@mozilla.com
2195 lifetime: application
2197 If the search engine is pre-loaded with Fenix this value will be the base
2198 URL we use to build the search query for the search engine. For example:
2199 https://mysearchengine.com/?query=%s. If it's a custom search engine
2200 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
2205 - https://github.com/mozilla-mobile/fenix/issues/800
2206 - https://github.com/mozilla-mobile/fenix/issues/20513
2208 - https://github.com/mozilla-mobile/fenix/pull/1606
2209 - https://github.com/mozilla-mobile/fenix/pull/5216
2210 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2211 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2212 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2213 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2217 notification_emails:
2218 - android-probes@mozilla.com
2221 bookmarks_management:
2225 A user opened a bookmark.
2227 - https://github.com/mozilla-mobile/fenix/issues/18173
2229 - https://github.com/mozilla-mobile/fenix/pull/18174
2230 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2231 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
2234 notification_emails:
2235 - android-probes@mozilla.com
2243 A user opened a bookmark in a new tab.
2245 - https://github.com/mozilla-mobile/fenix/issues/974
2247 - https://github.com/mozilla-mobile/fenix/pull/1708
2248 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2249 - https://github.com/mozilla-mobile/fenix/pull/18143
2250 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2251 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2254 notification_emails:
2255 - android-probes@mozilla.com
2256 - erichards@mozilla.com
2264 A user opened multiple bookmarks at once in new tabs.
2266 - https://github.com/mozilla-mobile/fenix/issues/974
2268 - https://github.com/mozilla-mobile/fenix/pull/1708
2269 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2270 - https://github.com/mozilla-mobile/fenix/pull/18143
2271 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2272 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2275 notification_emails:
2276 - android-probes@mozilla.com
2277 - erichards@mozilla.com
2282 open_in_private_tab:
2285 A user opened a bookmark in a new private tab.
2287 - https://github.com/mozilla-mobile/fenix/issues/974
2288 - https://github.com/mozilla-mobile/fenix/issues/19923
2290 - https://github.com/mozilla-mobile/fenix/pull/1708
2291 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2292 - https://github.com/mozilla-mobile/fenix/pull/18143
2293 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2294 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2297 notification_emails:
2298 - android-probes@mozilla.com
2299 - erichards@mozilla.com
2304 open_in_private_tabs:
2307 A user opened multiple bookmarks at once in new private tabs.
2309 - https://github.com/mozilla-mobile/fenix/issues/974
2310 - https://github.com/mozilla-mobile/fenix/issues/19923
2312 - https://github.com/mozilla-mobile/fenix/pull/1708
2313 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2314 - https://github.com/mozilla-mobile/fenix/pull/18143
2315 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2316 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2319 notification_emails:
2320 - android-probes@mozilla.com
2321 - erichards@mozilla.com
2329 A user edited the title and/or URL of an existing bookmark.
2331 - https://github.com/mozilla-mobile/fenix/issues/974
2332 - https://github.com/mozilla-mobile/fenix/issues/19923
2334 - https://github.com/mozilla-mobile/fenix/pull/1708
2335 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2336 - https://github.com/mozilla-mobile/fenix/pull/18143
2337 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2338 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2341 notification_emails:
2342 - android-probes@mozilla.com
2343 - erichards@mozilla.com
2351 A user moved an existing bookmark or folder to another folder.
2353 - https://github.com/mozilla-mobile/fenix/issues/974
2354 - https://github.com/mozilla-mobile/fenix/issues/19923
2356 - https://github.com/mozilla-mobile/fenix/pull/1708
2357 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2358 - https://github.com/mozilla-mobile/fenix/pull/18143
2359 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2360 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2363 notification_emails:
2364 - android-probes@mozilla.com
2365 - erichards@mozilla.com
2373 A user removed a bookmark item.
2375 - https://github.com/mozilla-mobile/fenix/issues/974
2376 - https://github.com/mozilla-mobile/fenix/issues/19923
2378 - https://github.com/mozilla-mobile/fenix/pull/1708
2379 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2380 - https://github.com/mozilla-mobile/fenix/pull/18143
2381 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2382 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2385 notification_emails:
2386 - android-probes@mozilla.com
2387 - erichards@mozilla.com
2395 A user removed multiple bookmarks at once.
2397 - https://github.com/mozilla-mobile/fenix/issues/974
2398 - https://github.com/mozilla-mobile/fenix/issues/19923
2400 - https://github.com/mozilla-mobile/fenix/pull/1708
2401 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2402 - https://github.com/mozilla-mobile/fenix/pull/18143
2403 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2404 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2407 notification_emails:
2408 - android-probes@mozilla.com
2409 - erichards@mozilla.com
2417 A user shared a bookmark.
2419 - https://github.com/mozilla-mobile/fenix/issues/974
2420 - https://github.com/mozilla-mobile/fenix/issues/19923
2422 - https://github.com/mozilla-mobile/fenix/pull/1708
2423 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2424 - https://github.com/mozilla-mobile/fenix/pull/18143
2425 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2426 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2429 notification_emails:
2430 - android-probes@mozilla.com
2431 - erichards@mozilla.com
2439 A user copied a bookmark.
2441 - https://github.com/mozilla-mobile/fenix/issues/974
2442 - https://github.com/mozilla-mobile/fenix/issues/19923
2444 - https://github.com/mozilla-mobile/fenix/pull/1708
2445 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2446 - https://github.com/mozilla-mobile/fenix/pull/18143
2447 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2448 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2451 notification_emails:
2452 - android-probes@mozilla.com
2453 - erichards@mozilla.com
2461 A user added a new bookmark folder.
2463 - https://github.com/mozilla-mobile/fenix/issues/974
2464 - https://github.com/mozilla-mobile/fenix/issues/19923
2466 - https://github.com/mozilla-mobile/fenix/pull/1708
2467 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2468 - https://github.com/mozilla-mobile/fenix/pull/18143
2469 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2470 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2473 notification_emails:
2474 - android-probes@mozilla.com
2475 - erichards@mozilla.com
2483 A user removed a bookmark folder.
2485 - https://github.com/mozilla-mobile/fenix/issues/3174
2486 - https://github.com/mozilla-mobile/fenix/issues/19923
2488 - https://github.com/mozilla-mobile/fenix/pull/3724
2489 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2490 - https://github.com/mozilla-mobile/fenix/pull/18143
2491 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2492 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2495 notification_emails:
2496 - android-probes@mozilla.com
2497 - erichards@mozilla.com
2508 A hashed and salted version of the Google Advertising ID from the device.
2509 This will never be sent in a ping that also contains the client_id.
2513 - https://bugzilla.mozilla.org/1538011
2514 - https://bugzilla.mozilla.org/1501822
2515 - https://github.com/mozilla-mobile/fenix/issues/19923
2517 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2518 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2519 - https://github.com/mozilla-mobile/fenix/pull/18143
2520 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2521 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2524 notification_emails:
2525 - android-probes@mozilla.com
2526 - erichards@mozilla.com
2535 An alternate identifier, not correlated with the client_id, generated once
2536 and only sent with the activation ping.
2540 - https://bugzilla.mozilla.org/1538011
2541 - https://github.com/mozilla-mobile/fenix/issues/19923
2543 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2544 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2545 - https://github.com/mozilla-mobile/fenix/pull/18143
2546 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2547 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2550 notification_emails:
2551 - android-probes@mozilla.com
2552 - erichards@mozilla.com
2555 - USER_LIFETIME_EXPIRATION
2564 A user encountered an error page
2568 description: "The error type of the error page encountered"
2570 - https://github.com/mozilla-mobile/fenix/issues/1242
2571 - https://github.com/mozilla-mobile/fenix/issues/19923
2573 - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
2574 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2575 - https://github.com/mozilla-mobile/fenix/pull/18143
2576 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2577 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2580 notification_emails:
2581 - android-probes@mozilla.com
2591 A user opened the sync authentication page
2593 - https://github.com/mozilla-mobile/fenix/issues/1190
2595 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2596 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2597 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2598 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2599 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2602 notification_emails:
2603 - android-probes@mozilla.com
2612 A user closed the sync page
2614 - https://github.com/mozilla-mobile/fenix/issues/1190
2616 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2617 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2618 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2619 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2620 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2623 notification_emails:
2624 - android-probes@mozilla.com
2633 A user chose to use their email to sign in instead of scanning a QR code,
2634 counterpart to "scan_pairing"
2636 - https://github.com/mozilla-mobile/fenix/issues/9834
2638 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2639 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2640 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2641 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2642 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2645 notification_emails:
2646 - android-probes@mozilla.com
2654 A user chose to use their email to sign in after an account problem
2656 - https://github.com/mozilla-mobile/fenix/issues/9834
2658 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2659 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2660 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2661 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2662 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2665 notification_emails:
2666 - android-probes@mozilla.com
2674 A user pressed the sign in button on the sync authentication page and was
2675 successfully signed in to FxA
2677 - https://github.com/mozilla-mobile/fenix/issues/1190
2679 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2680 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2681 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2682 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2683 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2686 notification_emails:
2687 - android-probes@mozilla.com
2688 - erichards@mozilla.com
2696 A user pressed the sign out button on the sync account page and was
2697 successfully signed out of FxA
2699 - https://github.com/mozilla-mobile/fenix/issues/1190
2701 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2702 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2703 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2704 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2705 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2708 notification_emails:
2709 - android-probes@mozilla.com
2710 - erichards@mozilla.com
2718 User registered a new Firefox Account, and was signed into it
2720 - https://github.com/mozilla-mobile/fenix/issues/4971
2722 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2723 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2724 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2725 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2726 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2730 notification_emails:
2731 - android-probes@mozilla.com
2732 - erichards@mozilla.com
2740 User signed into FxA by pairing with a different Firefox browser, using a
2743 - https://github.com/mozilla-mobile/fenix/issues/4971
2745 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2746 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2747 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2748 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2749 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2753 notification_emails:
2754 - android-probes@mozilla.com
2762 Account manager automatically recovered FxA authentication state without
2763 direct user involvement
2765 - https://github.com/mozilla-mobile/fenix/issues/4971
2767 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2768 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2769 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2770 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2771 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2775 notification_emails:
2776 - android-probes@mozilla.com
2784 User authenticated via FxA using an unknown mechanism. "Known" mechanisms
2785 are currently sign-in, sign-up and pairing
2787 - https://github.com/mozilla-mobile/fenix/issues/4971
2789 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2790 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2791 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2792 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2793 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2797 notification_emails:
2798 - android-probes@mozilla.com
2806 A user pressed the scan pairing button on the sync authentication page
2808 - https://github.com/mozilla-mobile/fenix/issues/1190
2810 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2811 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2812 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2813 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2814 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2817 notification_emails:
2818 - android-probes@mozilla.com
2828 A user opened the sync account page
2830 - https://github.com/mozilla-mobile/fenix/issues/1190
2832 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2833 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2834 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2835 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2836 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2839 notification_emails:
2840 - android-probes@mozilla.com
2849 A user pressed the sync now button on the sync account page
2851 - https://github.com/mozilla-mobile/fenix/issues/1190
2853 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2854 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2855 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2856 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2857 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2860 notification_emails:
2861 - android-probes@mozilla.com
2870 A user sent the current tab to another FxA device
2872 - https://github.com/mozilla-mobile/fenix/issues/4908
2874 - https://github.com/mozilla-mobile/fenix/pull/5106
2875 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2876 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2877 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2878 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2881 notification_emails:
2882 - android-probes@mozilla.com
2887 sign_in_to_send_tab:
2890 A user pressed the "sign in to send tab" button inside the share tab menu
2892 - https://github.com/mozilla-mobile/fenix/issues/4908
2894 - https://github.com/mozilla-mobile/fenix/pull/5106
2895 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2896 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2897 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2898 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2901 notification_emails:
2902 - android-probes@mozilla.com
2912 A user opened the history screen
2914 - https://github.com/mozilla-mobile/fenix/issues/2362
2916 - https://github.com/mozilla-mobile/fenix/pull/3940
2917 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2918 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2919 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2920 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2923 notification_emails:
2924 - android-probes@mozilla.com
2932 A user removed a history item
2934 - https://github.com/mozilla-mobile/fenix/issues/2362
2936 - https://github.com/mozilla-mobile/fenix/pull/3940
2937 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2938 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2939 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2940 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2943 notification_emails:
2944 - android-probes@mozilla.com
2952 A user removed all history items
2954 - https://github.com/mozilla-mobile/fenix/issues/2362
2956 - https://github.com/mozilla-mobile/fenix/pull/3940
2957 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2958 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2959 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2960 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2963 notification_emails:
2964 - android-probes@mozilla.com
2972 A user shared a history item
2974 - https://github.com/mozilla-mobile/fenix/issues/2362
2976 - https://github.com/mozilla-mobile/fenix/pull/3940
2977 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2978 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2979 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2980 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2983 notification_emails:
2984 - android-probes@mozilla.com
2992 A user opened a history item
2994 - https://github.com/mozilla-mobile/fenix/issues/18178
2996 - https://github.com/mozilla-mobile/fenix/pull/18261
2997 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2998 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3001 notification_emails:
3002 - android-probes@mozilla.com
3003 - erichards@mozilla.com
3008 opened_item_in_new_tab:
3011 A user opened a history item in a new tab
3013 - https://github.com/mozilla-mobile/fenix/issues/18178
3015 - https://github.com/mozilla-mobile/fenix/pull/18261
3016 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3017 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3020 notification_emails:
3021 - android-probes@mozilla.com
3022 - erichards@mozilla.com
3027 opened_items_in_new_tabs:
3030 A user opened multiple history items in new tabs
3032 - https://github.com/mozilla-mobile/fenix/issues/18178
3033 - https://github.com/mozilla-mobile/fenix/issues/19923
3035 - https://github.com/mozilla-mobile/fenix/pull/18261
3036 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3037 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3040 notification_emails:
3041 - android-probes@mozilla.com
3042 - erichards@mozilla.com
3047 opened_item_in_private_tab:
3050 A user opened a history item in a private tab
3052 - https://github.com/mozilla-mobile/fenix/issues/18178
3054 - https://github.com/mozilla-mobile/fenix/pull/18261
3055 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3056 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3059 notification_emails:
3060 - android-probes@mozilla.com
3061 - erichards@mozilla.com
3066 opened_items_in_private_tabs:
3069 A user opened multiple history items in private tabs
3071 - https://github.com/mozilla-mobile/fenix/issues/18178
3073 - https://github.com/mozilla-mobile/fenix/pull/18261
3074 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3075 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3078 notification_emails:
3079 - android-probes@mozilla.com
3080 - erichards@mozilla.com
3085 recent_searches_tapped:
3088 User has tapped on an item in the "Recently visited" section on home.
3093 The page number in the homescreen carousel that the recently visited
3096 - https://github.com/mozilla-mobile/fenix/issues/22172
3098 - https://github.com/mozilla-mobile/fenix/pull/22173
3101 notification_emails:
3102 - android-probes@mozilla.com
3104 search_term_group_tapped:
3107 A user tapped on a search term group in history
3109 - https://github.com/mozilla-mobile/fenix/issues/22299
3111 - https://github.com/mozilla-mobile/fenix/pull/22300
3114 notification_emails:
3115 - android-probes@mozilla.com
3117 search_term_group_open_tab:
3120 A user opens a tab from the search term group in history.
3122 - https://github.com/mozilla-mobile/fenix/issues/22147
3124 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3127 notification_emails:
3128 - android-probes@mozilla.com
3130 search_term_group_remove_tab:
3133 A user closes a single tab in the search term group in history.
3135 - https://github.com/mozilla-mobile/fenix/issues/22147
3137 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3140 notification_emails:
3141 - android-probes@mozilla.com
3143 search_term_group_remove_all:
3146 A user closes all tabs in the search term group in history.
3148 - https://github.com/mozilla-mobile/fenix/issues/22147
3150 - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3153 notification_emails:
3154 - android-probes@mozilla.com
3159 A user tapped on the search icon in history.
3161 - https://github.com/mozilla-mobile/fenix/issues/23694
3163 - https://github.com/mozilla-mobile/fenix/pull/23695
3166 notification_emails:
3167 - android-probes@mozilla.com
3169 search_result_tapped:
3172 A user tapped on the search result in history.
3174 - https://github.com/mozilla-mobile/fenix/issues/23694
3176 - https://github.com/mozilla-mobile/fenix/pull/23695
3179 notification_emails:
3180 - android-probes@mozilla.com
3183 recently_closed_tabs:
3187 User opened the "Recently closed tabs" screen.
3189 - https://github.com/mozilla-mobile/fenix/issues/21009
3191 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3194 notification_emails:
3195 - android-probes@mozilla.com
3200 User closed the "Recently closed tabs" screen.
3202 - https://github.com/mozilla-mobile/fenix/issues/21009
3204 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3207 notification_emails:
3208 - android-probes@mozilla.com
3213 User tapped "Show full history" to see all history.
3215 - https://github.com/mozilla-mobile/fenix/issues/21009
3217 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3220 notification_emails:
3221 - android-probes@mozilla.com
3226 User tapped on a tab item to be opened.
3228 - https://github.com/mozilla-mobile/fenix/issues/21009
3230 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3233 notification_emails:
3234 - android-probes@mozilla.com
3239 User tapped the delete button of a tab item.
3241 - https://github.com/mozilla-mobile/fenix/issues/21009
3243 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3246 notification_emails:
3247 - android-probes@mozilla.com
3252 User tapped the close button - "X" to return to the previous screen.
3254 - https://github.com/mozilla-mobile/fenix/issues/21009
3256 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3259 notification_emails:
3260 - android-probes@mozilla.com
3265 User tapped the share menu option for multi selected tabs.
3267 - https://github.com/mozilla-mobile/fenix/issues/21009
3269 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3272 notification_emails:
3273 - android-probes@mozilla.com
3278 User tapped the delete menu option for multi selected tabs.
3280 - https://github.com/mozilla-mobile/fenix/issues/21009
3282 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3285 notification_emails:
3286 - android-probes@mozilla.com
3288 menu_open_in_normal_tab:
3291 User tapped the "Open in new tab" menu option for multi selected tabs.
3293 - https://github.com/mozilla-mobile/fenix/issues/21009
3295 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3298 notification_emails:
3299 - android-probes@mozilla.com
3301 menu_open_in_private_tab:
3304 User tapped the "Open in private tab" menu option for multi selected tabs.
3306 - https://github.com/mozilla-mobile/fenix/issues/21009
3308 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3311 notification_emails:
3312 - android-probes@mozilla.com
3317 User tapped on a tab item to enter multi select mode.
3319 - https://github.com/mozilla-mobile/fenix/issues/21009
3321 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3324 notification_emails:
3325 - android-probes@mozilla.com
3330 User pressed back or tapped the last selected tab item to exit
3333 - https://github.com/mozilla-mobile/fenix/issues/21009
3335 - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3338 notification_emails:
3339 - android-probes@mozilla.com
3346 Reader mode is available for the current page
3348 - https://github.com/mozilla-mobile/fenix/issues/2267
3350 - https://github.com/mozilla-mobile/fenix/pull/3941
3351 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3352 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3353 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3354 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3357 notification_emails:
3358 - android-probes@mozilla.com
3359 - erichards@mozilla.com
3367 A user opened reader mode
3369 - https://github.com/mozilla-mobile/fenix/issues/2267
3371 - https://github.com/mozilla-mobile/fenix/pull/3941
3372 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3373 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3374 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3375 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3378 notification_emails:
3379 - android-probes@mozilla.com
3380 - erichards@mozilla.com
3388 A user closed reader mode
3390 - https://github.com/mozilla-mobile/fenix/issues/2267
3392 - https://github.com/mozilla-mobile/fenix/pull/4328
3393 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3394 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3395 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3396 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3399 notification_emails:
3400 - android-probes@mozilla.com
3401 - erichards@mozilla.com
3409 A user tapped the appearance button
3411 - https://github.com/mozilla-mobile/fenix/issues/2267
3413 - https://github.com/mozilla-mobile/fenix/pull/3941
3414 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3415 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3416 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3417 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3420 notification_emails:
3421 - android-probes@mozilla.com
3422 - erichards@mozilla.com
3423 - erichards@mozilla.com
3424 - erichards@mozilla.com
3434 A user opened the tabs tray
3436 - https://github.com/mozilla-mobile/fenix/issues/11273
3438 - https://github.com/mozilla-mobile/fenix/pull/12036
3439 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3440 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3441 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3442 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3445 notification_emails:
3446 - android-probes@mozilla.com
3447 - erichards@mozilla.com
3455 A user closed the tabs tray
3457 - https://github.com/mozilla-mobile/fenix/issues/11273
3459 - https://github.com/mozilla-mobile/fenix/pull/12036
3460 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3461 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3462 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3463 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3466 notification_emails:
3467 - android-probes@mozilla.com
3468 - erichards@mozilla.com
3473 opened_existing_tab:
3476 A user opened an existing tab from a particular app feature.
3480 From which app feature was an existing tab opened.
3483 - https://github.com/mozilla-mobile/fenix/issues/11273
3485 - https://github.com/mozilla-mobile/fenix/pull/12036
3486 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3487 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3488 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3489 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3490 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3493 notification_emails:
3494 - android-probes@mozilla.com
3495 - erichards@mozilla.com
3500 closed_existing_tab:
3503 A user closed an existing tab from a particular app feature.
3507 From which app feature was an existing tab closed.
3510 - https://github.com/mozilla-mobile/fenix/issues/11273
3512 - https://github.com/mozilla-mobile/fenix/pull/12036
3513 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3514 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3515 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3516 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3517 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3520 notification_emails:
3521 - android-probes@mozilla.com
3522 - erichards@mozilla.com
3527 private_mode_tapped:
3530 A user switched to private mode
3532 - https://github.com/mozilla-mobile/fenix/issues/11273
3534 - https://github.com/mozilla-mobile/fenix/pull/12036
3535 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3536 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3537 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3538 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3541 notification_emails:
3542 - android-probes@mozilla.com
3543 - erichards@mozilla.com
3551 A user switched to normal mode
3553 - https://github.com/mozilla-mobile/fenix/issues/11273
3555 - https://github.com/mozilla-mobile/fenix/pull/12036
3556 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3557 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3558 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3559 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3562 notification_emails:
3563 - android-probes@mozilla.com
3564 - erichards@mozilla.com
3572 A user switched to synced mode
3574 - https://github.com/mozilla-mobile/fenix/issues/18948
3576 - https://github.com/mozilla-mobile/fenix/pull/19004
3577 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3578 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3581 notification_emails:
3582 - android-probes@mozilla.com
3583 - erichards@mozilla.com
3592 A user opened a new tab
3594 - https://github.com/mozilla-mobile/fenix/issues/11273
3596 - https://github.com/mozilla-mobile/fenix/pull/12036
3597 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3598 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3599 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3600 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3603 notification_emails:
3604 - android-probes@mozilla.com
3605 - erichards@mozilla.com
3610 new_private_tab_tapped:
3613 A user opened a new private tab
3615 - https://github.com/mozilla-mobile/fenix/issues/11273
3617 - https://github.com/mozilla-mobile/fenix/pull/12036
3618 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3619 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3620 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3621 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3624 notification_emails:
3625 - android-probes@mozilla.com
3626 - erichards@mozilla.com
3634 A user opened three three dot menu in the tabs tray
3636 - https://github.com/mozilla-mobile/fenix/issues/11273
3638 - https://github.com/mozilla-mobile/fenix/pull/12036
3639 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3640 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3641 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3642 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3645 notification_emails:
3646 - android-probes@mozilla.com
3647 - erichards@mozilla.com
3655 A user tapped the save to collection button in the tabs tray
3657 - https://github.com/mozilla-mobile/fenix/issues/11273
3659 - https://github.com/mozilla-mobile/fenix/pull/12036
3660 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3661 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3662 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3663 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3666 notification_emails:
3667 - android-probes@mozilla.com
3668 - erichards@mozilla.com
3677 A user tapped the share all tabs button in the
3678 three dot menu within the tabs tray
3680 - https://github.com/mozilla-mobile/fenix/issues/11273
3682 - https://github.com/mozilla-mobile/fenix/pull/12036
3683 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3684 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3685 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3686 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3689 notification_emails:
3690 - android-probes@mozilla.com
3691 - erichards@mozilla.com
3699 A user tapped the close all tabs button in the
3700 three dot menu within the tabs tray
3702 - https://github.com/mozilla-mobile/fenix/issues/11273
3704 - https://github.com/mozilla-mobile/fenix/pull/12036
3705 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3706 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3707 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3708 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3711 notification_emails:
3712 - android-probes@mozilla.com
3713 - erichards@mozilla.com
3718 inactive_tabs_expanded:
3721 A user tapped the "Inactive tabs" header to expand
3722 the group of inactive tabs.
3724 - https://github.com/mozilla-mobile/fenix/issues/20507
3726 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3727 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3730 notification_emails:
3731 - android-probes@mozilla.com
3736 inactive_tabs_collapsed:
3739 A user tapped the "Inactive tabs" header to collapse
3740 the group of inactive tabs.
3742 - https://github.com/mozilla-mobile/fenix/issues/20507
3744 - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3745 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3748 notification_emails:
3749 - android-probes@mozilla.com
3757 A boolean that indicates if the user has any INACTIVE tabs.
3759 inactive_tabs_count:
3761 The number of inactive tabs the user currently has.
3764 - https://github.com/mozilla-mobile/fenix/issues/21903
3766 - https://github.com/mozilla-mobile/fenix/pull/21908
3769 notification_emails:
3770 - android-probes@mozilla.com
3772 close_all_inactive_tabs:
3775 A user tapped the close all inactive tabs button in the the tabs tray
3777 - https://github.com/mozilla-mobile/fenix/issues/21903
3779 - https://github.com/mozilla-mobile/fenix/pull/21908
3782 notification_emails:
3783 - android-probes@mozilla.com
3788 A user has seen the auto-close dialog for inactive tabs.
3790 - https://github.com/mozilla-mobile/fenix/issues/22170
3792 - https://github.com/mozilla-mobile/fenix/pull/22171
3795 notification_emails:
3796 - android-probes@mozilla.com
3798 auto_close_turn_on_clicked:
3801 A user has clicked the turn-on auto-close button for inactive tabs.
3803 - https://github.com/mozilla-mobile/fenix/issues/22170
3805 - https://github.com/mozilla-mobile/fenix/pull/22171
3808 notification_emails:
3809 - android-probes@mozilla.com
3811 auto_close_dimissed:
3814 A user has dimissed the auto-close dialog for inactive tabs.
3816 - https://github.com/mozilla-mobile/fenix/issues/22170
3818 - https://github.com/mozilla-mobile/fenix/pull/22171
3821 notification_emails:
3822 - android-probes@mozilla.com
3827 A counter that indicates how many INACTIVE tabs a user has closed.
3829 - https://github.com/mozilla-mobile/fenix/issues/21903
3831 - https://github.com/mozilla-mobile/fenix/pull/21908
3834 notification_emails:
3835 - android-probes@mozilla.com
3840 A counter that indicates how many INACTIVE tabs a user has opened.
3842 - https://github.com/mozilla-mobile/fenix/issues/21903
3844 - https://github.com/mozilla-mobile/fenix/pull/21908
3847 notification_emails:
3848 - android-probes@mozilla.com
3850 inactive_tabs_cfr_settings:
3853 A user has opened settings via the inactive tabs CFR.
3855 - https://github.com/mozilla-mobile/fenix/issues/22298
3857 - https://github.com/mozilla-mobile/fenix/pull/22301
3860 notification_emails:
3861 - android-probes@mozilla.com
3863 inactive_tabs_cfr_dismissed:
3866 A user has dismissed the inactive tabs CFR.
3868 - https://github.com/mozilla-mobile/fenix/issues/22298
3870 - https://github.com/mozilla-mobile/fenix/pull/22301
3873 notification_emails:
3874 - android-probes@mozilla.com
3876 inactive_tabs_cfr_visible:
3879 An indication of whether the inactive tabs CFR is visible.
3881 - https://github.com/mozilla-mobile/fenix/issues/22298
3883 - https://github.com/mozilla-mobile/fenix/pull/22301
3886 notification_emails:
3887 - android-probes@mozilla.com
3889 enter_multiselect_mode:
3892 User has entered multiselect mode.
3894 - https://github.com/mozilla-mobile/fenix/issues/23399
3896 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3899 notification_emails:
3900 - android-probes@mozilla.com
3907 description: If a tab was selected when entering multi select.
3909 share_selected_tabs:
3912 User has chosen to share selected tabs.
3914 - https://github.com/mozilla-mobile/fenix/issues/23399
3916 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3919 notification_emails:
3920 - android-probes@mozilla.com
3927 description: The number of selected tabs shared.
3929 bookmark_selected_tabs:
3932 User has chosen to bookmark selected tabs.
3934 - https://github.com/mozilla-mobile/fenix/issues/23399
3936 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3939 notification_emails:
3940 - android-probes@mozilla.com
3947 description: The number of selected tabs bookmarked.
3949 close_selected_tabs:
3952 User has chosen to close selected tabs.
3954 - https://github.com/mozilla-mobile/fenix/issues/23399
3956 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3959 notification_emails:
3960 - android-probes@mozilla.com
3967 description: The number of selected tabs closed.
3969 selected_tabs_to_collection:
3972 User has chosen to save selected tabs to a collection.
3974 - https://github.com/mozilla-mobile/fenix/issues/23399
3976 - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3979 notification_emails:
3980 - android-probes@mozilla.com
3987 description: The number of selected tabs added to colelction.
3990 type: labeled_counter
3992 The area that the tabs tray was accessed from.
3994 - https://github.com/mozilla-mobile/fenix/issues/24549
3996 - https://github.com/mozilla-mobile/fenix/pull/24671
3997 notification_emails:
3998 - android-probes@mozilla.com
4008 A user renamed a collection
4010 - https://github.com/mozilla-mobile/fenix/issues/969
4011 - https://github.com/mozilla-mobile/fenix/issues/19923
4013 - https://github.com/mozilla-mobile/fenix/pull/3935
4014 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4015 - https://github.com/mozilla-mobile/fenix/pull/18143
4016 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4017 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4021 notification_emails:
4022 - android-probes@mozilla.com
4023 - erichards@mozilla.com
4031 A user restored a tab from collection tab list
4033 - https://github.com/mozilla-mobile/fenix/issues/969
4034 - https://github.com/mozilla-mobile/fenix/issues/19923
4036 - https://github.com/mozilla-mobile/fenix/pull/3935
4037 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4038 - https://github.com/mozilla-mobile/fenix/pull/18143
4039 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4040 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4044 notification_emails:
4045 - android-probes@mozilla.com
4046 - erichards@mozilla.com
4054 A user tapped "open tabs" from collection menu
4056 - https://github.com/mozilla-mobile/fenix/issues/969
4057 - https://github.com/mozilla-mobile/fenix/issues/19923
4059 - https://github.com/mozilla-mobile/fenix/pull/3935
4060 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4061 - https://github.com/mozilla-mobile/fenix/pull/18143
4062 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4063 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4067 notification_emails:
4068 - android-probes@mozilla.com
4069 - erichards@mozilla.com
4077 A user tapped remove tab from collection tab list
4079 - https://github.com/mozilla-mobile/fenix/issues/969
4080 - https://github.com/mozilla-mobile/fenix/issues/19923
4082 - https://github.com/mozilla-mobile/fenix/pull/3935
4083 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4084 - https://github.com/mozilla-mobile/fenix/pull/18143
4085 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4086 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4090 notification_emails:
4091 - android-probes@mozilla.com
4092 - erichards@mozilla.com
4100 A user tapped share collection
4102 - https://github.com/mozilla-mobile/fenix/issues/969
4103 - https://github.com/mozilla-mobile/fenix/issues/19923
4105 - https://github.com/mozilla-mobile/fenix/pull/3935
4106 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4107 - https://github.com/mozilla-mobile/fenix/pull/18143
4108 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4109 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4113 notification_emails:
4114 - android-probes@mozilla.com
4115 - erichards@mozilla.com
4123 A user tapped delete collection from collection menu
4125 - https://github.com/mozilla-mobile/fenix/issues/969
4126 - https://github.com/mozilla-mobile/fenix/issues/19923
4128 - https://github.com/mozilla-mobile/fenix/pull/3935
4129 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4130 - https://github.com/mozilla-mobile/fenix/pull/18143
4131 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4132 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4136 notification_emails:
4137 - android-probes@mozilla.com
4138 - erichards@mozilla.com
4146 A user saved a list of tabs to a new collection
4149 description: "The number of tabs open in the current session"
4152 description: "The number of tabs added to the collection"
4155 - https://github.com/mozilla-mobile/fenix/issues/969
4156 - https://github.com/mozilla-mobile/fenix/issues/19923
4158 - https://github.com/mozilla-mobile/fenix/pull/3935
4159 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4160 - https://github.com/mozilla-mobile/fenix/pull/18143
4161 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4162 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4166 notification_emails:
4167 - android-probes@mozilla.com
4168 - erichards@mozilla.com
4176 A user saved a list of tabs to an existing collection
4179 description: The number of tabs open in the current session
4182 description: The number of tabs added to the collection
4185 - https://github.com/mozilla-mobile/fenix/issues/969
4186 - https://github.com/mozilla-mobile/fenix/issues/19923
4188 - https://github.com/mozilla-mobile/fenix/pull/3935
4189 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4190 - https://github.com/mozilla-mobile/fenix/pull/18143
4191 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4192 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4196 notification_emails:
4197 - android-probes@mozilla.com
4198 - erichards@mozilla.com
4206 A user opened the select tabs screen (the first step of the collection
4209 - https://github.com/mozilla-mobile/fenix/issues/969
4210 - https://github.com/mozilla-mobile/fenix/issues/19923
4212 - https://github.com/mozilla-mobile/fenix/pull/3935
4213 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4214 - https://github.com/mozilla-mobile/fenix/pull/18143
4215 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4216 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4220 notification_emails:
4221 - android-probes@mozilla.com
4222 - erichards@mozilla.com
4230 A user tapped the "add tab" button in the three dot menu of collections
4232 - https://github.com/mozilla-mobile/fenix/issues/969
4233 - https://github.com/mozilla-mobile/fenix/issues/19923
4235 - https://github.com/mozilla-mobile/fenix/pull/4358
4236 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4237 - https://github.com/mozilla-mobile/fenix/pull/18143
4238 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4239 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4242 notification_emails:
4243 - android-probes@mozilla.com
4244 - erichards@mozilla.com
4252 A user long pressed on a tab, triggering the collection creation screen
4254 - https://github.com/mozilla-mobile/fenix/issues/969
4255 - https://github.com/mozilla-mobile/fenix/issues/19923
4257 - https://github.com/mozilla-mobile/fenix/pull/4358
4258 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4259 - https://github.com/mozilla-mobile/fenix/pull/18143
4260 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4261 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4264 notification_emails:
4265 - android-probes@mozilla.com
4266 - erichards@mozilla.com
4274 A user pressed the "save to collection" button on either the home or
4275 browser screen, triggering the collection creation screen to open
4278 - https://github.com/mozilla-mobile/fenix/issues/969
4279 - https://github.com/mozilla-mobile/fenix/issues/19923
4281 - https://github.com/mozilla-mobile/fenix/pull/4358
4282 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4283 - https://github.com/mozilla-mobile/fenix/pull/18143
4284 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4285 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4288 notification_emails:
4289 - android-probes@mozilla.com
4290 - erichards@mozilla.com
4295 A string representing the screen from which the user pressed the save
4296 button. Currently one of: `browserMenu`, `homeMenu` or `home`
4304 A user pressed the "rename collection" button in the three dot menu
4306 - https://github.com/mozilla-mobile/fenix/issues/969
4307 - https://github.com/mozilla-mobile/fenix/issues/19923
4309 - https://github.com/mozilla-mobile/fenix/pull/4539
4310 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4311 - https://github.com/mozilla-mobile/fenix/pull/18143
4312 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4313 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4316 notification_emails:
4317 - android-probes@mozilla.com
4318 - erichards@mozilla.com
4328 A user pressed anywhere from the Firefox logo until the start of the
4329 microphone icon, opening a new tab search screen.
4331 - https://github.com/mozilla-mobile/fenix/issues/4457
4333 - https://github.com/mozilla-mobile/fenix/pull/4714
4334 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4335 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4336 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4337 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4340 notification_emails:
4341 - android-probes@mozilla.com
4349 A user pressed the microphone icon, opening a new voice search screen.
4351 - https://github.com/mozilla-mobile/fenix/issues/4457
4353 - https://github.com/mozilla-mobile/fenix/pull/4714
4354 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4355 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4356 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4357 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4360 notification_emails:
4361 - android-probes@mozilla.com
4367 tracking_protection:
4371 A user added a tracking protection exception through the TP toggle in the
4374 - https://github.com/mozilla-mobile/fenix/issues/5312
4376 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4377 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4378 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4379 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4380 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4383 notification_emails:
4384 - android-probes@mozilla.com
4388 - TrackingProtection
4392 A user opened tracking protection settings from the panel.
4394 - https://github.com/mozilla-mobile/fenix/issues/5312
4396 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4397 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4398 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4399 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4400 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4403 notification_emails:
4404 - android-probes@mozilla.com
4408 - TrackingProtection
4412 A user pressed the tracking protection shield icon in toolbar.
4414 - https://github.com/mozilla-mobile/fenix/issues/5312
4416 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4417 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4418 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4419 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4420 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4423 notification_emails:
4424 - android-probes@mozilla.com
4428 - TrackingProtection
4432 A user pressed into a list of categorized trackers in tracking protection
4435 - https://github.com/mozilla-mobile/fenix/issues/5312
4437 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4438 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4439 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4440 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4441 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4444 notification_emails:
4445 - android-probes@mozilla.com
4449 - TrackingProtection
4453 A user opened tracking protection settings through settings.
4455 - https://github.com/mozilla-mobile/fenix/issues/5312
4457 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4458 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4459 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4460 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4461 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4464 notification_emails:
4465 - android-probes@mozilla.com
4469 - TrackingProtection
4470 etp_setting_changed:
4473 A user changed their tracking protection level setting to either strict,
4474 standard, or custom.
4477 description: "The new setting for ETP: strict, standard, custom"
4480 - https://github.com/mozilla-mobile/fenix/issues/5312
4481 - https://github.com/mozilla-mobile/fenix/issues/11063
4483 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4484 - https://github.com/mozilla-mobile/fenix/pull/11383
4485 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4486 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4487 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4488 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4491 notification_emails:
4492 - android-probes@mozilla.com
4497 - TrackingProtection
4502 A user pressed the play icon on a tab from the home screen
4504 - https://github.com/mozilla-mobile/fenix/issues/5197
4506 - https://github.com/mozilla-mobile/fenix/pull/5266
4507 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4508 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4509 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4510 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4513 notification_emails:
4514 - android-probes@mozilla.com
4524 A user pressed the pause icon on a tab from the home screen
4526 - https://github.com/mozilla-mobile/fenix/issues/5197
4528 - https://github.com/mozilla-mobile/fenix/pull/5266
4529 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4530 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4531 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4532 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4535 notification_emails:
4536 - android-probes@mozilla.com
4546 A user pressed the play icon on the media notification
4548 - https://github.com/mozilla-mobile/fenix/issues/5197
4550 - https://github.com/mozilla-mobile/fenix/pull/5520
4551 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4552 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4553 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4554 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4557 notification_emails:
4558 - android-probes@mozilla.com
4566 A user pressed the pause icon on the media notification
4568 - https://github.com/mozilla-mobile/fenix/issues/5197
4570 - https://github.com/mozilla-mobile/fenix/pull/5520
4571 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4572 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4573 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4574 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4577 notification_emails:
4578 - android-probes@mozilla.com
4588 Media started playing.
4590 - https://github.com/mozilla-mobile/fenix/issues/5705
4592 - https://github.com/mozilla-mobile/fenix/pull/6463
4593 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4594 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4595 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4596 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4599 notification_emails:
4600 - android-probes@mozilla.com
4608 Media playback was paused.
4610 - https://github.com/mozilla-mobile/fenix/issues/5705
4612 - https://github.com/mozilla-mobile/fenix/pull/6463
4613 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4614 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4615 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4616 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4619 notification_emails:
4620 - android-probes@mozilla.com
4628 Media playback has ended.
4630 - https://github.com/mozilla-mobile/fenix/issues/5705
4632 - https://github.com/mozilla-mobile/fenix/pull/6463
4633 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4634 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4635 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4636 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4639 notification_emails:
4640 - android-probes@mozilla.com
4648 Video set to fullscreen.
4650 - https://github.com/mozilla-mobile/fenix/issues/15368
4652 - https://github.com/mozilla-mobile/fenix/pull/16833
4653 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4654 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4655 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4658 notification_emails:
4659 - android-probes@mozilla.com
4667 Video set to picture in picture mode.
4669 - https://github.com/mozilla-mobile/fenix/issues/15368
4671 - https://github.com/mozilla-mobile/fenix/pull/16833
4672 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4673 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4674 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4677 notification_emails:
4678 - android-probes@mozilla.com
4688 A user accessed Logins in Settings
4690 - https://github.com/mozilla-mobile/fenix/issues/5586
4692 - https://github.com/mozilla-mobile/fenix/pull/6352
4693 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4694 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4695 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4696 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4699 notification_emails:
4700 - android-probes@mozilla.com
4701 - erichards@mozilla.com
4706 open_individual_login:
4709 A user accessed an individual login in saved logins
4711 - https://github.com/mozilla-mobile/fenix/issues/5586
4713 - https://github.com/mozilla-mobile/fenix/pull/6352
4714 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4715 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4716 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4717 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4720 notification_emails:
4721 - android-probes@mozilla.com
4729 A user copied a piece of a login in saved logins
4731 - https://github.com/mozilla-mobile/fenix/issues/5586
4733 - https://github.com/mozilla-mobile/fenix/pull/6352
4734 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4735 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4736 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4737 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4740 notification_emails:
4741 - android-probes@mozilla.com
4746 view_password_login:
4749 A user viewed a password in an individual saved login
4751 - https://github.com/mozilla-mobile/fenix/issues/5586
4753 - https://github.com/mozilla-mobile/fenix/pull/6352
4754 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4755 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4756 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4757 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4760 notification_emails:
4761 - android-probes@mozilla.com
4766 save_logins_setting_changed:
4769 A user changed their setting for asking to save logins
4774 The new setting for saving logins the user selected. Either
4775 `ask_to_save` or `never_save`
4777 - https://github.com/mozilla-mobile/fenix/issues/5586
4779 - https://github.com/mozilla-mobile/fenix/pull/7767
4780 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4781 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4782 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4783 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4786 notification_emails:
4787 - android-probes@mozilla.com
4795 A user entered the edit screen for an individual saved login
4797 - https://github.com/mozilla-mobile/fenix/issues/10173
4799 - https://github.com/mozilla-mobile/fenix/issues/11208
4800 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4801 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4802 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4803 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4806 notification_emails:
4807 - android-probes@mozilla.com
4815 A user confirms delete of a saved login
4817 - https://github.com/mozilla-mobile/fenix/issues/10173
4819 - https://github.com/mozilla-mobile/fenix/issues/11208
4820 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4821 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4822 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4823 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4826 notification_emails:
4827 - android-probes@mozilla.com
4835 A user saves changes made to an individual login
4837 - https://github.com/mozilla-mobile/fenix/issues/10173
4839 - https://github.com/mozilla-mobile/fenix/issues/11208
4840 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4841 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4842 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4843 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4846 notification_emails:
4847 - android-probes@mozilla.com
4857 A user selected the voice search button on the search screen.
4859 - https://github.com/mozilla-mobile/fenix/issues/10465
4861 - https://github.com/mozilla-mobile/fenix/pull/10785
4862 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4863 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4864 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4865 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4868 notification_emails:
4869 - android-probes@mozilla.com
4880 A user opened a default top site
4882 - https://github.com/mozilla-mobile/fenix/issues/8125
4884 - https://github.com/mozilla-mobile/fenix/pull/10752
4885 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4886 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4887 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4888 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4891 notification_emails:
4892 - android-probes@mozilla.com
4893 - erichards@mozilla.com
4898 open_google_search_attribution:
4901 A user opened the google top site
4903 - https://github.com/mozilla-mobile/fenix/issues/17418
4905 - https://github.com/mozilla-mobile/fenix/pull/17637
4906 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4907 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4908 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4911 notification_emails:
4912 - android-probes@mozilla.com
4913 - erichards@mozilla.com
4919 open_baidu_search_attribution:
4922 A user opened the baidu top site
4924 - https://github.com/mozilla-mobile/fenix/issues/19490
4926 - https://github.com/mozilla-mobile/fenix/pull/20705
4927 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4930 notification_emails:
4931 - android-probes@mozilla.com
4940 A user opened a frecency top site
4942 - https://github.com/mozilla-mobile/fenix/issues/14565
4944 - https://github.com/mozilla-mobile/fenix/pull/15136
4945 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4946 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4947 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4948 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4951 notification_emails:
4952 - android-probes@mozilla.com
4953 - erichards@mozilla.com
4961 A user opened a pinned top site
4963 - https://github.com/mozilla-mobile/fenix/issues/14565
4965 - https://github.com/mozilla-mobile/fenix/pull/15136
4966 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4967 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4968 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4969 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4972 notification_emails:
4973 - android-probes@mozilla.com
4974 - erichards@mozilla.com
4982 A user swiped to change the page of the top sites carousel
4987 The page number the carousel is now on
4989 - https://github.com/mozilla-mobile/fenix/issues/14565
4991 - https://github.com/mozilla-mobile/fenix/pull/15136
4992 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4993 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4994 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4995 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4998 notification_emails:
4999 - android-probes@mozilla.com
5000 - erichards@mozilla.com
5008 A user long pressed on a top site
5013 The type of top site. Options are: "FRECENCY", "DEFAULT",
5014 "PINNED", or "PROVIDED"
5016 - https://github.com/mozilla-mobile/fenix/issues/14565
5017 - https://github.com/mozilla-mobile/fenix/issues/23526
5019 - https://github.com/mozilla-mobile/fenix/pull/15136
5020 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5021 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5022 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5023 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5024 - https://github.com/mozilla-mobile/fenix/pull/23541
5027 notification_emails:
5028 - android-probes@mozilla.com
5029 - erichards@mozilla.com
5037 A user opens a new tab based on a top site item
5039 - https://github.com/mozilla-mobile/fenix/issues/6757
5041 - https://github.com/mozilla-mobile/fenix/pull/7523
5042 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5043 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5044 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5045 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5048 notification_emails:
5049 - android-probes@mozilla.com
5050 - erichards@mozilla.com
5055 open_in_private_tab:
5058 A user opens a new private tab based on a top site item
5060 - https://github.com/mozilla-mobile/fenix/issues/6757
5062 - https://github.com/mozilla-mobile/fenix/pull/7523
5063 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5064 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5065 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5066 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5069 notification_emails:
5070 - android-probes@mozilla.com
5071 - erichards@mozilla.com
5079 A user removes a top site item
5081 - https://github.com/mozilla-mobile/fenix/issues/6757
5083 - https://github.com/mozilla-mobile/fenix/pull/7523
5084 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5085 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5086 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5087 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5090 notification_emails:
5091 - android-probes@mozilla.com
5092 - erichards@mozilla.com
5097 google_top_site_removed:
5100 A user removed the default Google top site
5102 - https://github.com/mozilla-mobile/fenix/issues/21841
5104 - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5105 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5108 notification_emails:
5109 - android-probes@mozilla.com
5111 baidu_top_site_removed:
5114 A user removed the default Baidu top site
5116 - https://github.com/mozilla-mobile/fenix/issues/21841
5118 - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5119 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5122 notification_emails:
5123 - android-probes@mozilla.com
5125 open_contile_top_site:
5128 A user has opened a contile top site.
5130 - https://github.com/mozilla-mobile/fenix/issues/23526
5132 - https://github.com/mozilla-mobile/fenix/pull/23541
5135 notification_emails:
5136 - android-probes@mozilla.com
5138 open_contile_in_private_tab:
5141 A user has opened a contile top site in a private tab via the long
5144 - https://github.com/mozilla-mobile/fenix/issues/23526
5146 - https://github.com/mozilla-mobile/fenix/pull/23541
5149 notification_emails:
5150 - android-probes@mozilla.com
5155 A user has selected "Settings" via the contile top sites
5156 longpress context menu.
5158 - https://github.com/mozilla-mobile/fenix/issues/23526
5160 - https://github.com/mozilla-mobile/fenix/pull/23541
5163 notification_emails:
5164 - android-probes@mozilla.com
5166 contile_sponsors_and_privacy:
5169 A user has selected "Our sponsors & your privacy" via the
5170 contile top sites longpress context menu.
5172 - https://github.com/mozilla-mobile/fenix/issues/23526
5174 - https://github.com/mozilla-mobile/fenix/pull/23541
5177 notification_emails:
5178 - android-probes@mozilla.com
5183 A UUID that is unjoinable with other browser metrics. This ID will not be
5184 shared with AdM, only for internal uses. This ID is shared across all
5185 contextual services features.
5186 lifetime: application
5188 - topsites-impression
5190 - https://github.com/mozilla-mobile/fenix/issues/23893
5192 - https://github.com/mozilla-mobile/fenix/pull/23945
5195 notification_emails:
5196 - android-probes@mozilla.com
5204 A unique identifier provided by the AdM for the sponsored TopSites tile
5207 - topsites-impression
5209 - https://github.com/mozilla-mobile/fenix/issues/23893
5211 - https://github.com/mozilla-mobile/fenix/pull/23945
5215 notification_emails:
5216 - android-probes@mozilla.com
5225 Advertiser brand for the sponsored TopSites tile
5228 - topsites-impression
5230 - https://github.com/mozilla-mobile/fenix/issues/23893
5232 - https://github.com/mozilla-mobile/fenix/pull/23945
5236 notification_emails:
5237 - android-probes@mozilla.com
5242 contile_reporting_url:
5245 The AdM reporting endpoint (impression_url for “impression” event,
5246 click_url for “click” event).
5249 - topsites-impression
5251 - https://github.com/mozilla-mobile/fenix/issues/23893
5253 - https://github.com/mozilla-mobile/fenix/pull/23945
5257 notification_emails:
5258 - android-probes@mozilla.com
5266 A user saw a Contile top site
5269 description: The source of the event, example "newtab", "urlbar"
5272 description: The tile placement (1-based)
5275 - topsites-impression
5278 - https://github.com/mozilla-mobile/fenix/issues/23893
5280 - https://github.com/mozilla-mobile/fenix/pull/23945
5283 notification_emails:
5284 - android-probes@mozilla.com
5292 A user clicked a Contile top site
5295 description: The source of the event, example "newtab", "urlbar"
5298 description: The tile placement (1-based)
5301 - topsites-impression
5304 - https://github.com/mozilla-mobile/fenix/issues/23893
5306 - https://github.com/mozilla-mobile/fenix/pull/23945
5309 notification_emails:
5310 - android-probes@mozilla.com
5317 dark_theme_selected:
5320 A user selected Dark Theme
5325 The source from where dark theme was selected. The source can be
5326 'SETTINGS' or 'ONBOARDING'
5328 - https://github.com/mozilla-mobile/fenix/issues/7289
5329 - https://github.com/mozilla-mobile/fenix/issues/19923
5331 - https://github.com/mozilla-mobile/fenix/pull/7968
5332 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5333 - https://github.com/mozilla-mobile/fenix/pull/18143
5334 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5335 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5338 notification_emails:
5339 - android-probes@mozilla.com
5345 pocket_top_site_clicked:
5348 A user clicked on the trending Pocket top site
5350 - https://github.com/mozilla-mobile/fenix/issues/8126
5352 - https://github.com/mozilla-mobile/fenix/pull/8098
5353 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5354 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5355 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5356 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5359 notification_emails:
5360 - android-probes@mozilla.com
5361 - erichards@mozilla.com
5369 pocket_top_site_removed:
5372 A user removed the trending Pocket top site
5374 - https://github.com/mozilla-mobile/fenix/issues/8126
5376 - https://github.com/mozilla-mobile/fenix/pull/8098
5377 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5378 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5379 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5380 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5383 notification_emails:
5384 - android-probes@mozilla.com
5393 The Pocket recommended stories are shown on the home screen.
5395 - https://github.com/mozilla-mobile/fenix/issues/21593
5397 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5398 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5401 notification_emails:
5402 - android-probes@mozilla.com
5407 home_recs_story_clicked:
5410 User tapped a Pocket recommended story to be opened.
5415 How many times was this story shown, including current.
5419 Position of the clicked story in the list shown.
5420 Uses the [row x column] matrix notation.
5422 - https://github.com/mozilla-mobile/fenix/issues/21593
5424 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5425 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5428 notification_emails:
5429 - android-probes@mozilla.com
5434 home_recs_spoc_clicked:
5437 User tapped a Pocket sponsored story to be opened.
5442 How many times was this story shown, including current.
5446 Position of the clicked story in the list shown.
5447 Uses the [row x column] matrix notation.
5449 - https://github.com/mozilla-mobile/fenix/issues/25401
5451 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
5452 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5455 notification_emails:
5456 - android-probes@mozilla.com
5461 home_recs_spoc_shown:
5464 A particular Pocket sponsored story was visible more than 50%
5470 How many times was this story shown, including current.
5474 Position of the story in the list shown.
5475 Uses the [row x column] matrix notation.
5477 - https://github.com/mozilla-mobile/fenix/issues/25401
5479 - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
5480 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5483 notification_emails:
5484 - android-probes@mozilla.com
5489 home_recs_category_clicked:
5492 User tapped a Pocket stories category to filter stories.
5497 Pocket set topic name representing the just clicked category.
5501 How many categories were selected before this being tapped.
5505 Category's new state after being tapped.
5506 Possible values: [selected], [deselected].
5508 - https://github.com/mozilla-mobile/fenix/issues/21593
5510 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5511 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5514 notification_emails:
5515 - android-probes@mozilla.com
5520 home_recs_discover_clicked:
5523 User tapped the "Discover more" tile to open a new tab
5524 for more Pocket stories.
5526 - https://github.com/mozilla-mobile/fenix/issues/21593
5528 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5529 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5532 notification_emails:
5533 - android-probes@mozilla.com
5538 home_recs_learn_more_clicked:
5541 User tapped "Learn more" to open a new tab for Pocket.
5543 - https://github.com/mozilla-mobile/fenix/issues/21593
5545 - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5546 - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5549 notification_emails:
5550 - android-probes@mozilla.com
5562 The name of the campaign that is responsible for this installation.
5564 - https://github.com/mozilla-mobile/fenix/issues/7295
5566 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5567 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5568 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5569 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5570 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5574 notification_emails:
5575 - android-probes@mozilla.com
5576 - erichards@mozilla.com
5586 The name of the Network that sourced this installation.
5588 - https://github.com/mozilla-mobile/fenix/issues/7295
5590 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5591 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5592 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5593 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5594 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5598 notification_emails:
5599 - android-probes@mozilla.com
5600 - erichards@mozilla.com
5610 The name of the AdGroup that was used to source this installation.
5612 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5614 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
5615 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5616 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5617 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5618 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5622 notification_emails:
5623 - android-probes@mozilla.com
5624 - erichards@mozilla.com
5634 The identifier of the creative material that the user interacted with.
5636 - https://github.com/mozilla-mobile/fenix/issues/7295
5638 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5639 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5640 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5641 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5642 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5646 notification_emails:
5647 - android-probes@mozilla.com
5648 - erichards@mozilla.com
5656 A string containing the distribution identifier. This is currently used
5657 to identify installs from Mozilla Online.
5661 - https://github.com/mozilla-mobile/fenix/issues/20376
5663 - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848
5666 notification_emails:
5667 - android-probes@mozilla.com
5675 The Glean generated date and time of the installation. This is
5676 unique per app install, though the rest of the data in this
5677 ping is from Adjust and will remain static across installs.
5679 - https://github.com/mozilla-mobile/fenix/issues/7295
5681 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5682 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5683 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5684 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5685 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5689 notification_emails:
5690 - android-probes@mozilla.com
5691 - erichards@mozilla.com
5699 type: labeled_counter
5701 Records counts of SERP pages with adverts displayed.
5702 The key format is `<provider-name>`.
5706 - https://github.com/mozilla-mobile/fenix/issues/6558
5708 - https://github.com/mozilla-mobile/fenix/pull/10112
5709 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5710 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5711 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5712 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5715 notification_emails:
5716 - android-probes@mozilla.com
5717 - erichards@mozilla.com
5720 type: labeled_counter
5722 Records clicks of adverts on SERP pages.
5723 The key format is `<provider-name>`.
5727 - https://github.com/mozilla-mobile/fenix/issues/6558
5729 - https://github.com/mozilla-mobile/fenix/pull/10112
5730 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5731 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5732 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5733 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5736 notification_emails:
5737 - android-probes@mozilla.com
5738 - erichards@mozilla.com
5741 type: labeled_counter
5743 Records the type of interaction a user has on SERP pages.
5747 - https://github.com/mozilla-mobile/fenix/issues/6557
5749 - https://github.com/mozilla-mobile/fenix/pull/10167
5750 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5751 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5752 - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5753 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5756 notification_emails:
5757 - android-probes@mozilla.com
5758 - erichards@mozilla.com
5762 open_addons_in_settings:
5765 A user accessed "Add-ons" from the Settings
5767 - https://github.com/mozilla-mobile/fenix/issues/6174
5768 - https://github.com/mozilla-mobile/fenix/issues/19923
5770 - https://github.com/mozilla-mobile/fenix/pull/8318
5771 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5772 - https://github.com/mozilla-mobile/fenix/pull/18143
5773 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5774 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5775 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5778 notification_emails:
5779 - android-probes@mozilla.com
5784 open_addon_in_toolbar_menu:
5787 A user interacted with an installed add-on in the toolbar menu
5791 The id of the add-on that was interacted with in the toolbar menu
5794 - https://github.com/mozilla-mobile/fenix/issues/6174
5795 - https://github.com/mozilla-mobile/fenix/issues/19923
5797 - https://github.com/mozilla-mobile/fenix/pull/8318
5798 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5799 - https://github.com/mozilla-mobile/fenix/pull/18143
5800 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5801 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5802 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5805 notification_emails:
5806 - android-probes@mozilla.com
5811 has_installed_addons:
5814 Whether or not the user has installed add-ons on the device.
5818 - https://github.com/mozilla-mobile/fenix/issues/6174
5819 - https://github.com/mozilla-mobile/fenix/issues/19923
5821 - https://github.com/mozilla-mobile/fenix/pull/8318
5822 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5823 - https://github.com/mozilla-mobile/fenix/pull/18143
5824 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5825 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5828 notification_emails:
5829 - android-probes@mozilla.com
5830 - erichards@mozilla.com
5838 Whether or not the user has enabled add-ons on the device.
5842 - https://github.com/mozilla-mobile/fenix/issues/6174
5843 - https://github.com/mozilla-mobile/fenix/issues/19923
5845 - https://github.com/mozilla-mobile/fenix/pull/8318
5846 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5847 - https://github.com/mozilla-mobile/fenix/pull/18143
5848 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5849 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5852 notification_emails:
5853 - android-probes@mozilla.com
5854 - erichards@mozilla.com
5862 A list of all installed add-ons on the device.
5866 - https://github.com/mozilla-mobile/fenix/issues/8920
5867 - https://github.com/mozilla-mobile/fenix/issues/19923
5869 - https://github.com/mozilla-mobile/fenix/pull/11080
5870 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5871 - https://github.com/mozilla-mobile/fenix/pull/18143
5872 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5873 - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
5876 notification_emails:
5877 - android-probes@mozilla.com
5878 - erichards@mozilla.com
5886 A list of all enabled add-ons on the device.
5890 - https://github.com/mozilla-mobile/fenix/issues/8920
5891 - https://github.com/mozilla-mobile/fenix/issues/19923
5893 - https://github.com/mozilla-mobile/fenix/pull/11080
5894 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5895 - https://github.com/mozilla-mobile/fenix/pull/18143
5896 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5897 - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5898 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5901 notification_emails:
5902 - android-probes@mozilla.com
5909 cold_main_app_to_first_frame:
5910 type: timing_distribution
5911 time_unit: millisecond
5913 The duration from `*Application`'s initializer to the first Android frame
5914 being drawn in a [COLD MAIN start
5915 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5916 Notably, this duration omits the time from process start to the
5917 initializer (which includes a lengthy dex operation) and the time from
5918 the first frame to visual completeness. This probe doesn't measure Custom
5919 Tabs or other uses of `ExternalAppBrowserActivity` to simplify result
5920 analysis. The methodology for determining this measurement is imperfect
5921 to simplify implementation. Issues may include:
5922 <br>- Not measuring Beta and Release channels (due to
5923 `MigrationDecisionActivity` interrupting the logic).
5924 <br>- Not distinguishing between MAIN to homescreen, onboarding, session
5926 <br>- Not choosing to record a MAIN based on what the user would see and
5927 thus the core code path (i.e. the thing we want to measure) but rather on
5928 the initial `Intent` state.
5930 The hope is that these cases will not have a significant impact on the end
5931 results but, if they appear to, we can replace it with a more complex
5934 Around April 8, 2021 the implementation was refactored. Functionally, it
5935 should be the same but it's noted just in case there are bugs.
5937 - https://github.com/mozilla-mobile/fenix/issues/18426
5939 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5940 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5941 - https://github.com/mozilla-mobile/fenix/pull/23506
5944 notification_emails:
5945 - perf-telemetry-alerts@mozilla.com
5946 - mcomella@mozilla.com
5948 cold_view_app_to_first_frame:
5949 type: timing_distribution
5950 time_unit: millisecond
5952 The duration from `*Application`'s initializer to the first Android frame
5953 being drawn in a [COLD VIEW start
5954 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5955 The methodology for determining this measurement is imperfect to simplify
5956 implementation. Issues may include:
5957 <br>-Including VIEW intents that aren't valid so take code paths similar
5958 to MAIN (this is speculative)
5960 See the `cold_main_app_to_first_frame` probe docs for other possible
5961 known issues and more details.
5963 Around April 8, 2021 the implementation was refactored. Functionally, it
5964 should be the same but it's noted just in case there are bugs.
5966 - https://github.com/mozilla-mobile/fenix/issues/18426
5968 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5969 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5970 - https://github.com/mozilla-mobile/fenix/pull/23506
5973 notification_emails:
5974 - perf-telemetry-alerts@mozilla.com
5975 - mcomella@mozilla.com
5977 cold_unknwn_app_to_first_frame:
5978 type: timing_distribution
5979 time_unit: millisecond
5981 The duration from `*Application`'s initializer to the first Android frame
5982 being drawn in a [COLD start
5983 up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary)
5984 where we can't say it was a MAIN or VIEW start up. The methodology for
5985 determining this measurement is imperfect to simplify implementation.
5987 See the `cold_main_app_to_first_frame` probe docs for known issues and
5990 Around April 8, 2021 the implementation was refactored. Functionally, it
5991 should be the same but it's noted just in case there are bugs.
5993 - https://github.com/mozilla-mobile/fenix/issues/18426
5995 - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5996 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5997 - https://github.com/mozilla-mobile/fenix/pull/23506
6000 notification_emails:
6001 - perf-telemetry-alerts@mozilla.com
6002 - mcomella@mozilla.com
6004 application_on_create:
6005 type: timing_distribution
6006 time_unit: millisecond
6008 The duration of `FenixApplication.onCreate` in the main process. This does
6009 not measure the duration of migration code (via
6010 `MigratingFenixApplication` included in the Beta and Release channels.
6012 - https://github.com/mozilla-mobile/fenix/issues/17969
6014 - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
6015 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6016 - https://github.com/mozilla-mobile/fenix/pull/23506
6019 notification_emails:
6020 - perf-telemetry-alerts@mozilla.com
6021 - mcomella@mozilla.com
6024 type: labeled_counter
6026 Indicates how the browser was started. The label is divided into two
6027 variables. `state` is how cached the browser is when started. `path` is
6028 what code path we are expected to take. Together, they create a combined
6029 label: `state_path`. For brevity, the specific states are documented in
6031 glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
6033 This implementation is intended to be simple, not comprehensive. We list
6034 the implications below.
6037 These ways of opening the app undesirably adds events to our primary
6038 buckets (non-`unknown` cases):
6039 <br>- App switcher cold/warm: `cold/warm_` + duplicates path from
6041 <br>- Home screen shortcuts: `*_view`
6042 <br>- An Intent is sent internally that's uses `ACTION_MAIN` or
6043 `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
6044 <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
6048 These ways of opening the app undesirably do not add their events to our
6050 <br>- Close and reopen the app very quickly: no event is recorded.
6053 These ways of opening the app don't affect our primary buckets:
6054 <br>- App switcher hot: `hot_unknown`
6055 <br>- PWA (all states): `unknown_unknown`
6056 <br>- Custom tab: `unknown_view`
6057 <br>- Cold start where a service or other non-activity starts the process
6058 (not manually tested) - this seems to happen if you have the homescreen
6060 <br>- Another activity is drawn before HomeActivity (e.g. widget voice
6061 search): `unknown_*`
6062 <br>- Widget text search: `*_unknown`
6065 In addition to the events above, the `unknown` state may be chosen when we
6066 were unable to determine a cause due to implementation details or the API
6067 was used incorrectly. We may be able to record the events listed above
6068 into different buckets but we kept the implementation simple for now.
6070 N.B.: for implementation simplicity, we duplicate the logic in app that
6071 determines `path` so it's not perfectly accurate. In one way, we record we
6072 is intended to happen rather than what actually happened (e.g. the user
6073 may click a link so we record VIEW but the app does a MAIN by going to the
6074 homescreen because the link was invalid).
6089 - https://github.com/mozilla-mobile/fenix/issues/18836
6091 - https://github.com/mozilla-mobile/fenix/pull/19028
6092 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6093 - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
6096 notification_emails:
6097 - perf-telemetry-alerts@mozilla.com
6098 - mleclair@mozilla.com
6102 history_suggestions:
6105 type: timing_distribution
6106 time_unit: millisecond
6108 Duration of a history awesomebar suggestion query.
6110 - https://github.com/mozilla-mobile/android-components/issues/4992
6112 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6113 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6114 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6118 notification_emails:
6119 - android-probes@mozilla.com
6120 - gkruglov@mozilla.com
6122 bookmark_suggestions:
6125 type: timing_distribution
6126 time_unit: millisecond
6128 Duration of a bookmarks awesomebar suggestion query.
6130 - https://github.com/mozilla-mobile/android-components/issues/4992
6132 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6133 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6134 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6138 notification_emails:
6139 - android-probes@mozilla.com
6140 - gkruglov@mozilla.com
6142 search_engine_suggestions:
6145 type: timing_distribution
6146 time_unit: millisecond
6148 Duration of a search engine awesomebar suggestion query.
6150 - https://github.com/mozilla-mobile/android-components/issues/4992
6152 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6153 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6154 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6158 notification_emails:
6159 - android-probes@mozilla.com
6160 - gkruglov@mozilla.com
6162 session_suggestions:
6165 type: timing_distribution
6166 time_unit: millisecond
6168 Duration of a session awesomebar suggestion query.
6170 - https://github.com/mozilla-mobile/android-components/issues/4992
6172 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6173 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6174 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6178 notification_emails:
6179 - android-probes@mozilla.com
6180 - gkruglov@mozilla.com
6182 synced_tabs_suggestions:
6185 type: timing_distribution
6186 time_unit: millisecond
6188 Duration of a synced tabs awesomebar suggestion query.
6190 - https://github.com/mozilla-mobile/android-components/issues/4992
6192 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6193 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6194 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6198 notification_emails:
6199 - android-probes@mozilla.com
6200 - gkruglov@mozilla.com
6202 clipboard_suggestions:
6205 type: timing_distribution
6206 time_unit: millisecond
6208 Duration of a clipboard awesomebar suggestion query.
6210 - https://github.com/mozilla-mobile/android-components/issues/4992
6212 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6213 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6214 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6218 notification_emails:
6219 - android-probes@mozilla.com
6220 - gkruglov@mozilla.com
6222 shortcuts_suggestions:
6225 type: timing_distribution
6226 time_unit: millisecond
6228 Duration of a shortcuts awesomebar suggestion query.
6230 - https://github.com/mozilla-mobile/android-components/issues/4992
6232 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6233 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6234 - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6238 notification_emails:
6239 - android-probes@mozilla.com
6240 - gkruglov@mozilla.com
6246 description: A user visited the autoplay settings screen
6248 - https://github.com/mozilla-mobile/fenix/issues/11579
6250 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6251 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6252 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6253 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6256 notification_emails:
6257 - android-probes@mozilla.com
6265 A user changed their autoplay setting to either block_cellular,
6266 block_audio, or block_all.
6270 The new setting for autoplay: block_cellular,
6271 block_audio, allow_all or block_all.
6274 - https://github.com/mozilla-mobile/fenix/issues/11579
6276 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6277 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6278 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6279 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6282 notification_emails:
6283 - android-probes@mozilla.com
6293 A prompt for the user to approve site permissions is shown.
6297 Comma delimited list of permissions to approve.
6300 - https://github.com/mozilla-mobile/fenix/issues/25658
6302 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6305 notification_emails:
6306 - android-probes@mozilla.com
6311 permissions_allowed:
6314 User approved site permissions.
6318 Comma delimited list of approved permissions.
6321 - https://github.com/mozilla-mobile/fenix/issues/25658
6323 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6326 notification_emails:
6327 - android-probes@mozilla.com
6335 User denied site permissions.
6339 Comma delimited list of approved permissions.
6342 - https://github.com/mozilla-mobile/fenix/issues/25658
6344 - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6347 notification_emails:
6348 - android-probes@mozilla.com
6354 query_stats_duration:
6357 type: timing_distribution
6359 How long it took to query the device for the StorageStats that contain the
6360 file size information. The docs say it may be expensive so we want to
6361 ensure it's not too expensive. This value is only available on Android
6364 - https://github.com/mozilla-mobile/fenix/issues/12802
6366 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6367 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6368 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6369 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6370 - https://github.com/mozilla-mobile/fenix/pull/23506
6374 notification_emails:
6375 - android-probes@mozilla.com
6376 - perf-telemetry-alerts@mozilla.com
6377 - mcomella@mozilla.com
6382 type: memory_distribution
6384 The size of the app's APK and related files as installed: this is expected
6385 to be larger than download size. This is the output of
6386 [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
6387 so see that for details. This value is only available on Android 8+. A
6388 similar value may be available on the Google Play dashboard: we can use
6389 this value to see if that value is reliable enough.
6392 - https://github.com/mozilla-mobile/fenix/issues/12802
6394 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6395 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6396 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6397 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6398 - https://github.com/mozilla-mobile/fenix/pull/23506
6402 notification_emails:
6403 - android-probes@mozilla.com
6404 - perf-telemetry-alerts@mozilla.com
6405 - mcomella@mozilla.com
6410 type: memory_distribution
6412 The size of all cached data in the app. This is the output of
6413 [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
6414 so see that for details. This value is only available on Android 8+.
6417 - https://github.com/mozilla-mobile/fenix/issues/12802
6419 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6420 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6421 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6422 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6423 - https://github.com/mozilla-mobile/fenix/pull/23506
6427 notification_emails:
6428 - android-probes@mozilla.com
6429 - perf-telemetry-alerts@mozilla.com
6430 - mcomella@mozilla.com
6435 type: memory_distribution
6437 The size of all data minus `cache_bytes`. This is the output of
6438 [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
6439 except we subtract the value of `cache_bytes` so the cache is not measured
6440 redundantly; see that method for details. This value is only available on
6444 - https://github.com/mozilla-mobile/fenix/issues/12802
6446 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6447 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6448 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6449 - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6450 - https://github.com/mozilla-mobile/fenix/pull/23506
6454 notification_emails:
6455 - android-probes@mozilla.com
6456 - perf-telemetry-alerts@mozilla.com
6457 - mcomella@mozilla.com
6460 progressive_web_app:
6464 A user taps on PWA homescreen icon
6466 - https://github.com/mozilla-mobile/fenix/issues/10261
6468 - https://github.com/mozilla-mobile/fenix/pull/11859
6469 - https://github.com/mozilla-mobile/fenix/pull/18071
6470 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6471 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6472 - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6475 notification_emails:
6476 - android-probes@mozilla.com
6484 A user installs a PWA. Could be a shortcut or added to homescreen.
6486 - https://github.com/mozilla-mobile/fenix/issues/10261
6488 - https://github.com/mozilla-mobile/fenix/pull/11859
6489 - https://github.com/mozilla-mobile/fenix/pull/18071
6490 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6491 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6492 - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6495 notification_emails:
6496 - android-probes@mozilla.com
6506 The tab settings were opened.
6508 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
6510 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
6511 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6512 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6513 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6516 notification_emails:
6517 - android-probes@mozilla.com
6518 - erichards@mozilla.com
6528 The context menu's 'copy' option was used.
6530 - https://github.com/mozilla-mobile/fenix/issues/11580
6531 - https://github.com/mozilla-mobile/fenix/issues/19923
6533 - https://github.com/mozilla-mobile/fenix/pull/16968
6534 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6535 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6538 notification_emails:
6539 - android-probes@mozilla.com
6540 - erichards@mozilla.com
6549 The context menu's 'search' option was used.
6551 - https://github.com/mozilla-mobile/fenix/issues/11580
6552 - https://github.com/mozilla-mobile/fenix/issues/19923
6554 - https://github.com/mozilla-mobile/fenix/pull/16968
6555 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6556 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6559 notification_emails:
6560 - android-probes@mozilla.com
6561 - erichards@mozilla.com
6570 The context menu's 'select all' option was used.
6572 - https://github.com/mozilla-mobile/fenix/issues/11580
6573 - https://github.com/mozilla-mobile/fenix/issues/19923
6575 - https://github.com/mozilla-mobile/fenix/pull/16968
6576 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6577 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6580 notification_emails:
6581 - android-probes@mozilla.com
6582 - erichards@mozilla.com
6591 The context menu's 'share' option was used.
6593 - https://github.com/mozilla-mobile/fenix/issues/11580
6594 - https://github.com/mozilla-mobile/fenix/issues/19923
6596 - https://github.com/mozilla-mobile/fenix/pull/16968
6597 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6598 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6601 notification_emails:
6602 - android-probes@mozilla.com
6603 - erichards@mozilla.com
6612 type: labeled_counter
6617 How often was the content process of a foreground (selected) or
6618 background tab killed.
6620 - https://github.com/mozilla-mobile/android-components/issues/9366
6622 - https://github.com/mozilla-mobile/fenix/pull/17864
6623 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6624 - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6625 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6628 notification_emails:
6629 - android-probes@mozilla.com
6630 - skaspari@mozilla.com
6635 kill_foreground_age:
6636 type: timing_distribution
6637 time_unit: millisecond
6639 Measures the age of the engine session of a foreground (selected) tab
6640 at the time its content process got killed.
6642 - https://github.com/mozilla-mobile/android-components/issues/9366
6644 - https://github.com/mozilla-mobile/fenix/pull/17864
6645 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6646 - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6647 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6650 notification_emails:
6651 - android-probes@mozilla.com
6652 - skaspari@mozilla.com
6657 kill_background_age:
6658 type: timing_distribution
6659 time_unit: millisecond
6661 Measures the age of the engine session of a background tab at the
6662 time its content process got killed.
6664 - https://github.com/mozilla-mobile/android-components/issues/9366
6666 - https://github.com/mozilla-mobile/fenix/pull/17864
6667 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6668 - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6669 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6672 notification_emails:
6673 - android-probes@mozilla.com
6674 - skaspari@mozilla.com
6682 Event collecting data about the state of tabs when the app comes back to
6685 - https://github.com/mozilla-mobile/android-components/issues/9997
6687 - https://github.com/mozilla-mobile/fenix/pull/18747#issuecomment-815731764
6688 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6689 - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6690 - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6693 notification_emails:
6694 - android-probes@mozilla.com
6695 - skaspari@mozilla.com
6698 background_active_tabs:
6700 Number of active tabs (with an engine session assigned) when the app
6701 went to the background.
6702 background_crashed_tabs:
6704 Number of tabs marked as crashed when the app went to the background.
6705 background_total_tabs:
6707 Number of total tabs when the app went to the background.
6708 foreground_active_tabs:
6710 Number of active tabs (with an engine session assigned) when the
6711 app came back to the foreground.
6712 foreground_crashed_tabs:
6714 Number of tabs marked as crashed when the app came back to the
6716 foreground_total_tabs:
6718 Number of total tabs when the app came back to the foreground.
6721 Time (in milliseconds) the app was in the background.
6727 synced_tabs_suggestion_clicked:
6730 The synced tab suggestion in awesomebar was clicked.
6732 - https://github.com/mozilla-mobile/fenix/issues/18163
6734 - https://github.com/mozilla-mobile/fenix/pull/18172
6735 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6736 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6737 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6740 notification_emails:
6741 - android-probes@mozilla.com
6748 bookmark_suggestion_clicked:
6751 The bookmark suggestion in awesomebar was clicked.
6753 - https://github.com/mozilla-mobile/fenix/issues/18068
6755 - https://github.com/mozilla-mobile/fenix/pull/18090
6756 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6757 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6758 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6761 notification_emails:
6762 - android-probes@mozilla.com
6763 - erichards@mozilla.com
6768 clipboard_suggestion_clicked:
6771 The clipboard suggestion in awesomebar was clicked.
6773 - https://github.com/mozilla-mobile/fenix/issues/18068
6775 - https://github.com/mozilla-mobile/fenix/pull/18090
6776 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6777 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6778 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6781 notification_emails:
6782 - android-probes@mozilla.com
6783 - erichards@mozilla.com
6788 history_suggestion_clicked:
6791 The history suggestion in awesomebar was clicked.
6793 - https://github.com/mozilla-mobile/fenix/issues/18068
6795 - https://github.com/mozilla-mobile/fenix/pull/18090
6796 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6797 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6798 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6801 notification_emails:
6802 - android-probes@mozilla.com
6803 - erichards@mozilla.com
6808 search_action_clicked:
6811 The search action in awesomebar was clicked.
6813 - https://github.com/mozilla-mobile/fenix/issues/18068
6815 - https://github.com/mozilla-mobile/fenix/pull/18090
6816 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6817 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6818 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6821 notification_emails:
6822 - android-probes@mozilla.com
6823 - erichards@mozilla.com
6828 search_suggestion_clicked:
6831 The search suggestion in awesomebar was clicked.
6833 - https://github.com/mozilla-mobile/fenix/issues/18068
6835 - https://github.com/mozilla-mobile/fenix/pull/18090
6836 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6837 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6838 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6841 notification_emails:
6842 - android-probes@mozilla.com
6843 - erichards@mozilla.com
6848 opened_tab_suggestion_clicked:
6851 The opened tab suggestion in awesomebar was clicked.
6853 - https://github.com/mozilla-mobile/fenix/issues/18068
6855 - https://github.com/mozilla-mobile/fenix/pull/18090
6856 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6857 - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6858 - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6861 notification_emails:
6862 - android-probes@mozilla.com
6863 - erichards@mozilla.com
6873 Whether or not Android Autofill is supported by the device and is
6874 supported for this user.
6876 - https://github.com/mozilla-mobile/android-components/issues/10301
6878 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6879 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6882 notification_emails:
6883 - android-probes@mozilla.com
6884 - skaspari@mozilla.com
6889 Whether or not Firefox is the Android Autofill provider for this user.
6892 - https://github.com/mozilla-mobile/android-components/issues/10301
6894 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6895 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6898 notification_emails:
6899 - android-probes@mozilla.com
6900 - skaspari@mozilla.com
6902 request_matching_logins:
6905 The app received an Android Autofill request from the system and was
6906 able to find matching logins for the request
6908 - https://github.com/mozilla-mobile/android-components/issues/10301
6910 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6911 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6914 notification_emails:
6915 - android-probes@mozilla.com
6916 - skaspari@mozilla.com
6918 request_no_matching_logins:
6921 The app received an Android Autofill request from the system and was
6922 not able to find matching logins for the request
6924 - https://github.com/mozilla-mobile/android-components/issues/10301
6926 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6927 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6930 notification_emails:
6931 - android-probes@mozilla.com
6932 - skaspari@mozilla.com
6937 The user has selected the search option to manually search a
6940 - https://github.com/mozilla-mobile/android-components/issues/10301
6942 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6943 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6946 notification_emails:
6947 - android-probes@mozilla.com
6948 - skaspari@mozilla.com
6950 search_item_selected:
6953 The user has selected a search result for autofilling.
6955 - https://github.com/mozilla-mobile/android-components/issues/10301
6957 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6958 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6961 notification_emails:
6962 - android-probes@mozilla.com
6963 - skaspari@mozilla.com
6968 The user needed to unlock the app in order to autofill
6969 logins, but the process was cancelled.
6971 - https://github.com/mozilla-mobile/android-components/issues/10301
6973 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6974 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6977 notification_emails:
6978 - android-probes@mozilla.com
6979 - skaspari@mozilla.com
6984 The user successfully unlock the app in order to autofill logins
6986 - https://github.com/mozilla-mobile/android-components/issues/10301
6988 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6989 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6992 notification_emails:
6993 - android-probes@mozilla.com
6994 - skaspari@mozilla.com
6999 The user needed to confirm autofilling an unauthenticated
7000 application and decided to cancel
7002 - https://github.com/mozilla-mobile/android-components/issues/10301
7004 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
7005 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
7008 notification_emails:
7009 - android-probes@mozilla.com
7010 - skaspari@mozilla.com
7015 The user confirmed autofilling an unauthenticated application
7017 - https://github.com/mozilla-mobile/android-components/issues/10301
7019 - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
7020 - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
7023 notification_emails:
7024 - android-probes@mozilla.com
7025 - skaspari@mozilla.com
7029 settings_item_clicked:
7031 description: The user clicked the settings option in home menu.
7033 - https://github.com/mozilla-mobile/fenix/issues/18856
7035 - https://github.com/mozilla-mobile/fenix/pull/18987
7036 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7037 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
7038 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7041 notification_emails:
7042 - android-probes@mozilla.com
7050 home_screen_displayed:
7052 description: The home screen was displayed.
7054 - https://github.com/mozilla-mobile/fenix/issues/18854
7056 - https://github.com/mozilla-mobile/fenix/pull/19025
7057 - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7058 - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
7059 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7062 notification_emails:
7063 - android-probes@mozilla.com
7068 home_screen_view_count:
7071 The number of times the home screen was displayed to the user.
7073 - https://github.com/mozilla-mobile/fenix/issues/22146
7075 - https://github.com/mozilla-mobile/fenix/pull/22377
7078 notification_emails:
7079 - android-probes@mozilla.com
7081 customize_home_clicked:
7083 description: A user clicked on Customize home from the home screen menu.
7085 - https://github.com/mozilla-mobile/fenix/pull/21344
7087 - https://github.com/mozilla-mobile/fenix/pull/21344
7088 - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
7089 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7092 notification_emails:
7093 - android-probes@mozilla.com
7100 Know how often user lands on Homescreen upon opening the app.
7102 - https://github.com/mozilla-mobile/fenix/issues/19881
7104 - https://github.com/mozilla-mobile/fenix/pull/19885
7105 - https://github.com/mozilla-mobile/fenix/pull/24982
7108 notification_emails:
7109 - android-probes@mozilla.com
7117 Know how often users open the tab tray.
7119 - https://github.com/mozilla-mobile/fenix/issues/19881
7121 - https://github.com/mozilla-mobile/fenix/pull/19885
7122 - https://github.com/mozilla-mobile/fenix/pull/24982
7125 notification_emails:
7126 - android-probes@mozilla.com
7136 User has clicked show all button and opened tabs tray.
7138 - https://github.com/mozilla-mobile/fenix/issues/19955
7140 - https://github.com/mozilla-mobile/fenix/pull/20138
7141 - https://github.com/mozilla-mobile/fenix/pull/24982
7144 notification_emails:
7145 - android-probes@mozilla.com
7153 User has opened a recent tab from homescreen.
7155 - https://github.com/mozilla-mobile/fenix/issues/19955
7157 - https://github.com/mozilla-mobile/fenix/pull/20138
7158 - https://github.com/mozilla-mobile/fenix/pull/24982
7161 notification_emails:
7162 - android-probes@mozilla.com
7167 in_progress_media_tab_opened:
7170 User has opened a recent media tab from homescreen.
7172 - https://github.com/mozilla-mobile/fenix/issues/20393
7174 - https://github.com/mozilla-mobile/fenix/pull/20138
7175 - https://github.com/mozilla-mobile/fenix/pull/24982
7178 notification_emails:
7179 - android-probes@mozilla.com
7187 An indication of whether the recent tabs /
7188 Jump Back In section is visible on the homepage.
7190 - https://github.com/mozilla-mobile/fenix/issues/22107
7192 - https://github.com/mozilla-mobile/fenix/pull/22166
7195 notification_emails:
7196 - android-probes@mozilla.com
7203 Recent bookmarks section was shown to the user.
7205 - https://github.com/mozilla-mobile/fenix/issues/22103
7207 - https://github.com/mozilla-mobile/fenix/pull/22104
7210 notification_emails:
7211 - android-probes@mozilla.com
7215 lifetime: application
7217 A counter that indicates the number of times that a user
7218 has clicked on a recently saved bookmark from the home
7223 - https://github.com/mozilla-mobile/fenix/issues/19931
7225 - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7226 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7229 notification_emails:
7230 - android-probes@mozilla.com
7234 lifetime: application
7236 A counter that indicates the number of times that a user
7237 has clicked the show all button for recently saved bookmarks
7242 - https://github.com/mozilla-mobile/fenix/issues/19931
7244 - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7245 - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7248 notification_emails:
7249 - android-probes@mozilla.com
7251 recent_bookmarks_count:
7254 The number of bookmarked items appearing in the
7255 Recently Saved section on the home page.
7257 - https://github.com/mozilla-mobile/fenix/issues/22075
7259 - https://github.com/mozilla-mobile/fenix/pull/22293
7262 notification_emails:
7263 - android-probes@mozilla.com
7271 A user has deleted a search term group from the
7272 "Recently visited" section on the homescreen using
7273 the long-press menu "Remove" option. This removes
7274 the item from the homescreen, but does not delete
7275 the item from history.
7277 - https://github.com/mozilla-mobile/fenix/issues/22175
7279 - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788
7280 - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7283 notification_emails:
7284 - android-probes@mozilla.com
7291 A counter of the number of credit cards that have been saved
7292 manually by the user.
7294 - https://github.com/mozilla-mobile/fenix/issues/18711
7296 - https://github.com/mozilla-mobile/fenix/pull/20909
7297 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7300 notification_emails:
7301 - android-probes@mozilla.com
7309 A counter of the number of credit cards that have been deleted by
7312 - https://github.com/mozilla-mobile/fenix/issues/18711
7314 - https://github.com/mozilla-mobile/fenix/pull/20909
7315 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7318 notification_emails:
7319 - android-probes@mozilla.com
7327 A credit card has been modified by the user.
7329 - https://github.com/mozilla-mobile/fenix/issues/18711
7331 - https://github.com/mozilla-mobile/fenix/pull/20909
7332 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7335 notification_emails:
7336 - android-probes@mozilla.com
7344 A credit card form was detected.
7346 - https://github.com/mozilla-mobile/fenix/issues/18711
7348 - https://github.com/mozilla-mobile/fenix/pull/20909
7349 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7352 notification_emails:
7353 - android-probes@mozilla.com
7361 User has autofilled a credit card.
7363 - https://github.com/mozilla-mobile/fenix/issues/18711
7365 - https://github.com/mozilla-mobile/fenix/pull/20909
7366 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7369 notification_emails:
7370 - android-probes@mozilla.com
7375 autofill_prompt_shown:
7378 Credit card autofill prompt was shown.
7380 - https://github.com/mozilla-mobile/fenix/issues/18711
7382 - https://github.com/mozilla-mobile/fenix/pull/20909
7383 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7386 notification_emails:
7387 - android-probes@mozilla.com
7392 autofill_prompt_expanded:
7395 Credit card autofill prompt was expanded.
7397 - https://github.com/mozilla-mobile/fenix/issues/18711
7399 - https://github.com/mozilla-mobile/fenix/pull/20909
7400 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7403 notification_emails:
7404 - android-probes@mozilla.com
7409 autofill_prompt_dismissed:
7412 Credit card autofill prompt was dismissed.
7414 - https://github.com/mozilla-mobile/fenix/issues/18711
7416 - https://github.com/mozilla-mobile/fenix/pull/20909
7417 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7420 notification_emails:
7421 - android-probes@mozilla.com
7426 management_add_tapped:
7429 User has tapped the add button through credit card management settings.
7431 - https://github.com/mozilla-mobile/fenix/issues/18711
7433 - https://github.com/mozilla-mobile/fenix/pull/20909
7434 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7437 notification_emails:
7438 - android-probes@mozilla.com
7443 management_card_tapped:
7446 User has tapped on a saved card through credit card management settings.
7448 - https://github.com/mozilla-mobile/fenix/issues/18711
7450 - https://github.com/mozilla-mobile/fenix/pull/20909
7451 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7454 notification_emails:
7455 - android-probes@mozilla.com
7463 User saved a credit card using the autofill save prompt.
7465 - https://github.com/mozilla-mobile/fenix/issues/25397
7467 - https://github.com/mozilla-mobile/fenix/pull/25411
7468 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7471 notification_emails:
7472 - android-probes@mozilla.com
7480 User updated a credit card using the autofill save prompt.
7482 - https://github.com/mozilla-mobile/fenix/issues/25397
7484 - https://github.com/mozilla-mobile/fenix/pull/25411
7485 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7488 notification_emails:
7489 - android-probes@mozilla.com
7497 The credit card autofill save prompt is shown.
7499 - https://github.com/mozilla-mobile/fenix/issues/26089
7501 - https://github.com/mozilla-mobile/fenix/pull/26095
7504 notification_emails:
7505 - android-probes@mozilla.com
7515 A counter of the number of addresses that have been saved
7516 manually by the user.
7518 - https://github.com/mozilla-mobile/fenix/issues/24857
7520 - https://github.com/mozilla-mobile/fenix/pull/25216
7521 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7524 notification_emails:
7525 - android-probes@mozilla.com
7533 A counter of the number of addresses that have been updated
7534 manually by the user.
7536 - https://github.com/mozilla-mobile/fenix/issues/24857
7538 - https://github.com/mozilla-mobile/fenix/pull/25216
7539 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7542 notification_emails:
7543 - android-probes@mozilla.com
7551 A counter of the number of addresses that have been deleted by
7554 - https://github.com/mozilla-mobile/fenix/issues/24857
7556 - https://github.com/mozilla-mobile/fenix/pull/25216
7557 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7560 notification_emails:
7561 - android-probes@mozilla.com
7569 A address form was detected.
7571 - https://github.com/mozilla-mobile/fenix/issues/18711
7573 - https://github.com/mozilla-mobile/fenix/pull/25216
7574 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7577 notification_emails:
7578 - android-probes@mozilla.com
7586 User has autofilled an address.
7588 - https://github.com/mozilla-mobile/fenix/issues/18711
7590 - https://github.com/mozilla-mobile/fenix/pull/25216
7591 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7594 notification_emails:
7595 - android-probes@mozilla.com
7600 autofill_prompt_shown:
7603 Address autofill prompt was shown.
7605 - https://github.com/mozilla-mobile/fenix/issues/24857
7607 - https://github.com/mozilla-mobile/fenix/pull/25216
7608 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7611 notification_emails:
7612 - android-probes@mozilla.com
7617 autofill_prompt_expanded:
7620 Address autofill prompt was expanded.
7622 - https://github.com/mozilla-mobile/fenix/issues/24857
7624 - https://github.com/mozilla-mobile/fenix/pull/25216
7625 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7628 notification_emails:
7629 - android-probes@mozilla.com
7634 autofill_prompt_dismissed:
7637 Address autofill prompt was dismissed.
7639 - https://github.com/mozilla-mobile/fenix/issues/24857
7641 - https://github.com/mozilla-mobile/fenix/pull/25216
7642 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7645 notification_emails:
7646 - android-probes@mozilla.com
7651 management_add_tapped:
7654 User has tapped the add button through address management settings.
7656 - https://github.com/mozilla-mobile/fenix/issues/24857
7658 - https://github.com/mozilla-mobile/fenix/pull/20909
7659 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7662 notification_emails:
7663 - android-probes@mozilla.com
7668 management_address_tapped:
7671 User has tapped on a saved address through address management settings.
7673 - https://github.com/mozilla-mobile/fenix/issues/24857
7675 - https://github.com/mozilla-mobile/fenix/pull/25216
7676 - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7679 notification_emails:
7680 - android-probes@mozilla.com
7687 number_of_search_term_group:
7690 Number of search term group when tabs tray is opened.
7695 The number of tabs per search group
7697 - https://github.com/mozilla-mobile/fenix/issues/22057
7699 - https://github.com/mozilla-mobile/fenix/pull/22058
7702 notification_emails:
7703 - android-probes@mozilla.com
7705 average_tabs_per_group:
7708 Number of search term tabs per group when tabs tray is opened.
7713 The average number of tabs per search group
7715 - https://github.com/mozilla-mobile/fenix/issues/22057
7717 - https://github.com/mozilla-mobile/fenix/pull/22058
7720 notification_emails:
7721 - android-probes@mozilla.com
7723 jump_back_in_group_tapped:
7726 User tapped on the jump back in search term group.
7728 - https://github.com/mozilla-mobile/fenix/issues/22057
7730 - https://github.com/mozilla-mobile/fenix/pull/22058
7733 notification_emails:
7734 - android-probes@mozilla.com
7736 group_size_distribution:
7737 type: custom_distribution
7739 The distribution of search term tab group sizes. Rather than reporting
7740 individual sizes directly as integers, it is currently desired to
7741 report the sizes according to certain size ranges.
7742 The "buckets" for reporting group sizes will be mapped as follows:
7747 Where the reported number will be 1, 2, 3, or 4, accordingly.
7748 As an example, say a user has three groups of sizes 3, 6, and 15. The
7749 app will report 2, 3, and 4 when this metric is tracked.
7753 histogram_type: linear
7754 unit: tab_group_size_code
7756 - https://github.com/mozilla-mobile/fenix/issues/22410
7758 - https://github.com/mozilla-mobile/fenix/pull/22479
7761 notification_emails:
7762 - android-probes@mozilla.com
7769 A message was shown to the user.
7772 description: The id of the message
7775 - https://github.com/mozilla-mobile/fenix/issues/24224
7777 - https://github.com/mozilla-mobile/fenix/issues/24224
7778 notification_emails:
7779 - android-probes@mozilla.com
7786 A message was dismissed by the user.
7789 description: The id of the message
7792 - https://github.com/mozilla-mobile/fenix/issues/24224
7794 - https://github.com/mozilla-mobile/fenix/issues/24224
7795 notification_emails:
7796 - android-probes@mozilla.com
7803 A message was clicked by the user.
7806 description: The id of the message
7809 description: The uuid of the action
7812 - https://github.com/mozilla-mobile/fenix/issues/24224
7814 - https://github.com/mozilla-mobile/fenix/issues/24224
7815 notification_emails:
7816 - android-probes@mozilla.com
7823 A message maxDisplayCount has been surpassed.
7826 description: The id of the message
7829 - https://github.com/mozilla-mobile/fenix/issues/24224
7831 - https://github.com/mozilla-mobile/fenix/issues/24224
7832 notification_emails:
7833 - android-probes@mozilla.com
7840 A message was malformed.
7843 description: The id of the message
7846 - https://github.com/mozilla-mobile/fenix/issues/24224
7848 - https://github.com/mozilla-mobile/fenix/issues/24224
7849 notification_emails:
7850 - android-probes@mozilla.com
7856 wallpaper_settings_opened:
7859 User has opened the wallpaper settings screen.
7861 - https://github.com/mozilla-mobile/fenix/issues/23381
7863 - https://github.com/mozilla-mobile/fenix/pull/23382
7864 notification_emails:
7865 - android-probes@mozilla.com
7875 A wallpaper is selected from the settings screen.
7878 description: The name of the selected wallpaper
7881 description: The theme collection the selected wallpaper belongs to.
7884 - https://github.com/mozilla-mobile/fenix/issues/23381
7886 - https://github.com/mozilla-mobile/fenix/pull/23382
7887 notification_emails:
7888 - android-probes@mozilla.com
7898 The wallpaper was switched by using the homescreen toggle.
7901 description: The name of the new wallpaper
7904 description: The theme collection the new wallpaper belongs to.
7907 - https://github.com/mozilla-mobile/fenix/issues/23381
7909 - https://github.com/mozilla-mobile/fenix/pull/23382
7910 notification_emails:
7911 - android-probes@mozilla.com
7918 change_wallpaper_logo_toggled:
7921 A user has toggled the switch that controls the tap-logo-to-change-
7925 description: Whether the switch is enabled or disabled.
7928 - https://github.com/mozilla-mobile/fenix/issues/23381
7930 - https://github.com/mozilla-mobile/fenix/pull/23382
7931 notification_emails:
7932 - android-probes@mozilla.com
7940 recently_visited_homepage:
7941 history_highlight_opened:
7944 User has opened any history highlight from homepage
7946 - https://github.com/mozilla-mobile/fenix/issues/23821
7948 - https://github.com/mozilla-mobile/fenix/pull/23909
7949 notification_emails:
7950 - android-probes@mozilla.com
7954 search_group_opened:
7957 User has opened a search group from homepage
7959 - https://github.com/mozilla-mobile/fenix/issues/23821
7961 - https://github.com/mozilla-mobile/fenix/pull/23909
7962 notification_emails:
7963 - android-probes@mozilla.com
7970 lifetime: application
7972 A counter that indicates how many times a pdf has been downloaded.
7976 - https://github.com/mozilla-mobile/fenix/issues/24075
7978 - https://github.com/mozilla-mobile/fenix/pull/24061
7981 notification_emails:
7982 - android-probes@mozilla.com
7987 downloaded_pdf_open_count:
7989 lifetime: application
7991 A counter that indicates how many times open button has been clicked
7992 for a downloaded pdf.
7996 - https://github.com/mozilla-mobile/fenix/issues/24075
7998 - https://github.com/mozilla-mobile/fenix/pull/-
8001 notification_emails:
8002 - android-probes@mozilla.com
8009 recent_synced_tab_shown:
8010 type: labeled_counter
8012 Counts impressions of a recent synced tab on the homepage, labeled by the
8013 device type the tab originates from.
8015 - https://github.com/mozilla-mobile/fenix/issues/24549
8017 - https://github.com/mozilla-mobile/fenix/pull/24671
8018 notification_emails:
8019 - android-probes@mozilla.com
8023 recent_synced_tab_time_to_load:
8024 type: timing_distribution
8025 time_unit: millisecond
8027 Measures the amount of time between the beginning of a sync and the end.
8029 - https://github.com/mozilla-mobile/fenix/issues/24549
8031 - https://github.com/mozilla-mobile/fenix/pull/24671
8034 notification_emails:
8035 - android-probes@mozilla.com
8037 recent_synced_tab_opened:
8038 type: labeled_counter
8040 Counts the number of times a recent synced tab is opened, labeled by the
8041 device type the tab originates from.
8043 - https://github.com/mozilla-mobile/fenix/issues/24549
8045 - https://github.com/mozilla-mobile/fenix/pull/24671
8046 notification_emails:
8047 - android-probes@mozilla.com
8051 show_all_synced_tabs_clicked:
8054 Counts how many times "show all synced tabs" button has been clicked.
8056 - https://github.com/mozilla-mobile/fenix/issues/24549
8058 - https://github.com/mozilla-mobile/fenix/pull/24671
8059 notification_emails:
8060 - android-probes@mozilla.com
8064 latest_synced_tab_is_stale:
8067 Counts how often the loading placeholder is shown and the resulting tab
8068 is the same as it was before the load.
8070 - https://github.com/mozilla-mobile/fenix/issues/24549
8072 - https://github.com/mozilla-mobile/fenix/pull/24671
8073 notification_emails:
8074 - android-probes@mozilla.com