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/1-0-0
11 app_opened_all_startup:
14 A user opened the app to the HomeActivity. The HomeActivity
15 encompasses the home screen, browser screen, settings screen,
16 collections and other screens in the nav_graph.
17 This differs from the app_opened probe because it measures all
18 startups, not just cold startup. Note: There is a short gap
19 between the time application goes into background and the time
20 android reports the application going into the background.
21 Note: This metric does not record souce when app opened from
22 task switcher: open application -> press home button -> open
23 recent tasks -> choose fenix. In this case will report
24 [source = unknown, type = hot, has_saved_instance_state = false].
28 the startup type for opening fenix. the application and HomeActivity
29 either needs to be created or started again. possible values are
30 `cold`, `warm`, `hot` or `error`. Error is for impossible cases.
31 Please file a bug if you see the error case.
32 app created AND HomeActivity created = cold
33 app started AND HomeActivity created = warm
34 app started AND HomeActivity started = hot
35 app created AND HomeActivity started = error
36 Some applications such as gmail launches the default browser in the
37 background. So when we eventually click a link, browser is already
38 started in the background. This means that custom_tab will mostly
39 report `warm` startup type.
42 The method used to open Fenix. Possible values are `app_icon`,
43 `custom_tab`, `link` or `unknown`. unknown is for startup sources
44 where we can't pinpoint the cause. One UNKNOWN case is the app
45 switcher where we don't know what variables to check to ensure this
46 startup wasn't caused by something else.
47 has_saved_instance_state:
49 boolean value whether or not startup type has a savedInstance.
50 using savedInstance, HomeActivity's previous state can be restored.
51 This is an optional key since it is not applicable to all the cases.
52 for example, when we are doing a hot start up, we cant have a
53 savedInstanceState therefore we report only [APP_ICON, HOT] instead
54 of [APP_ICON, HOT, false].
55 first_frame_pre_draw_nanos:
57 the number of nanoseconds the application took to launch. This is the
58 time difference between application launch(user pressing app_icon,
59 launching a link) and until the first view is about to be drawn
60 on the screen. If the time is not captured, this extra key will
63 - https://github.com/mozilla-mobile/fenix/issues/11830
64 - https://github.com/mozilla-mobile/fenix/issues/12573
65 - https://github.com/mozilla-mobile/fenix/pull/13494
66 - https://github.com/mozilla-mobile/fenix/issues/10069
68 - https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341
69 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
70 - https://github.com/mozilla-mobile/fenix/pull/13494#pullrequestreview-474050499
71 - https://github.com/mozilla-mobile/fenix/pull/15605#issuecomment-702365594
76 - perf-android-fe@mozilla.com
81 The system received an Intent for the HomeActivity. An intent
82 is received an external entity wants to the app to display
83 content. Intents can be received when the app is closed – at
84 which point the app will be opened – or when the app is
85 already opened – at which point the already open app will make
86 changes such as loading a url. This can be used loosely as a
87 heuristic for when the user requested to open the app. The
88 HomeActivity encompasses the home screen and browser screen but
89 may include other screens. This differs from the app_opened
90 probe because it measures all startups, not just cold startup.
94 The method used to open Fenix. Possible values are `app_icon`,
95 `custom_tab`, `link` or `unknown`
97 - https://github.com/mozilla-mobile/fenix/issues/11830
99 - https://github.com/mozilla-mobile/fenix/pull/11940/
100 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
103 - perf-android-fe@mozilla.com
104 expires: "2021-06-01"
108 A user opened the app (from cold start, to the homescreen or browser)
112 The method used to open Fenix. Possible values are: `app_icon`,
113 `custom_tab` or `link`
115 - https://github.com/mozilla-mobile/fenix/issues/968
116 - https://github.com/mozilla-mobile/fenix/issues/10616
118 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
119 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
123 - telemetry-client-dev@mozilla.com
124 - fenix-core@mozilla.com
125 expires: "2021-04-01"
129 A user tapped the search bar
133 The view the user was on when they initiated the search (For example:
136 - https://github.com/mozilla-mobile/fenix/issues/959
138 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
139 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
143 - fenix-core@mozilla.com
144 expires: "2021-04-01"
152 A boolean that tells us whether the URL was autofilled by an
153 Autocomplete suggestion
155 - https://github.com/mozilla-mobile/fenix/issues/959
157 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
158 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
162 - fenix-core@mozilla.com
163 expires: "2021-04-01"
167 A user performed a search
171 A string that tells us how the user performed the search. Possible
177 * shortcut.suggestion
179 - https://github.com/mozilla-mobile/fenix/issues/959
181 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
182 - https://github.com/mozilla-mobile/fenix/pull/1677
183 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
187 - fenix-core@mozilla.com
188 expires: "2021-04-01"
192 A browser menu item was tapped
196 A string containing the name of the item the user tapped. These items
199 Settings, Help, Desktop Site toggle on/off, Find in Page,
200 New Tab, Private Tab, Share, Report Site Issue, Back/Forward button,
201 Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In app,
202 Add To Top Sites, Add-ons Manager, Bookmarks, History
204 - https://github.com/mozilla-mobile/fenix/issues/1024
206 - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
207 - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
208 - https://github.com/mozilla-mobile/fenix/pull/6310
209 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
213 - fenix-core@mozilla.com
214 expires: "2021-04-01"
218 A counter of URIs visited by the user in the current session, including
219 page reloads. This does not include background page requests and URIs from
220 embedded pages or private browsing but may be incremented without user
221 interaction by website scripts that programmatically redirect to a new
226 - https://github.com/mozilla-mobile/fenix/issues/1301
227 - https://github.com/mozilla-mobile/fenix/issues/4456
229 - https://github.com/mozilla-mobile/fenix/pull/1785
230 - https://github.com/mozilla-mobile/fenix/pull/8314
231 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
235 - fenix-core@mozilla.com
236 expires: "2021-08-01"
237 normal_and_private_uri_count:
240 A counter of URIs visited by the user in the current session, including
241 page reloads. This includes private browsing. This does not include
242 background page requests and URIs from embedded pages but may be
243 incremented without user interaction by website scripts that
244 programmatically redirect to a new location.
248 - https://github.com/mozilla-mobile/fenix/issues/17089
250 - https://github.com/mozilla-mobile/fenix/pull/17935
254 - fenix-core@mozilla.com
255 expires: "2022-08-01"
259 A user toggled a boolean preference in settings
263 The preference key for the boolean (true/false) preference the user
266 We currently track: show_search_suggestions, remote_debugging,
267 telemetry, tracking_protection, search_bookmarks,
268 search_browsing_history, show_clipboard_suggestions,
269 show_search_shortcuts, open_links_in_a_private_tab (bug in
270 implementation https://github.com/mozilla-mobile/fenix/issues/7384),
271 pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
272 pref_key_show_voice_search,
273 and pref_key_show_search_suggestions_in_private.
275 description: "Whether or not the preference is *now* enabled"
277 - https://github.com/mozilla-mobile/fenix/issues/975
278 - https://github.com/mozilla-mobile/fenix/issues/5094
279 - https://github.com/mozilla-mobile/fenix/issues/5737
280 - https://github.com/mozilla-mobile/fenix/issues/5586
281 - https://github.com/mozilla-mobile/fenix/issues/6396
282 - https://github.com/mozilla-mobile/fenix/issues/6070
284 - https://github.com/mozilla-mobile/fenix/pull/1896
285 - https://github.com/mozilla-mobile/fenix/pull/5704
286 - https://github.com/mozilla-mobile/fenix/pull/5886
287 - https://github.com/mozilla-mobile/fenix/pull/5975
288 - https://github.com/mozilla-mobile/fenix/pull/6352
289 - https://github.com/mozilla-mobile/fenix/pull/6601
290 - https://github.com/mozilla-mobile/fenix/pull/6746
291 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
296 - fenix-core@mozilla.com
297 expires: "2021-06-01"
301 A user opened the "what's new" page button
303 - https://github.com/mozilla-mobile/fenix/issues/5021
305 - https://github.com/mozilla-mobile/fenix/pull/5090
306 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
310 - fenix-core@mozilla.com
311 expires: "2021-04-01"
315 A user opened a link with Fenix
319 The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
320 this probe may be incorrectly implemented: see
321 https://github.com/mozilla-mobile/fenix/issues/14133
323 - https://github.com/mozilla-mobile/fenix/issues/5737
325 - https://github.com/mozilla-mobile/fenix/pull/5975
326 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
330 - fenix-core@mozilla.com
331 expires: "2021-04-01"
332 tab_counter_menu_action:
335 A tab counter menu item was tapped
339 A string containing the name of the item the user tapped. These items
342 New tab, New private tab, Close tab
344 - https://github.com/mozilla-mobile/fenix/issues/11442
346 - https://github.com/mozilla-mobile/fenix/pull/11533
347 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
351 - fenix-core@mozilla.com
352 expires: "2021-04-01"
356 An event that indicates that a synced tab was opened.
358 - https://github.com/mozilla-mobile/fenix/issues/15369
360 - https://github.com/mozilla-mobile/fenix/pull/16727
364 - fenix-core@mozilla.com
365 expires: "2021-05-10"
366 recently_closed_tabs_opened:
369 An event that indicates that the user
370 has accessed recently closed tabs list.
372 - https://github.com/mozilla-mobile/fenix/issues/15366
374 - https://github.com/mozilla-mobile/fenix/pull/16739
378 - fenix-core@mozilla.com
379 expires: "2021-05-10"
383 An event that indicates that a user has selected
384 copy option when long pressing on url bar.
386 - https://github.com/mozilla-mobile/fenix/issues/16827
388 - https://github.com/mozilla-mobile/fenix/pull/16915
392 - fenix-core@mozilla.com
393 expires: "2021-05-10"
399 The onboarding automatic sign in card was tapped.
401 - https://github.com/mozilla-mobile/fenix/issues/10824
403 - https://github.com/mozilla-mobile/fenix/pull/11867
404 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
408 - fenix-core@mozilla.com
409 - erichards@mozilla.com
410 expires: "2021-08-01"
414 The onboarding manual sign in card was tapped.
416 - https://github.com/mozilla-mobile/fenix/issues/10824
418 - https://github.com/mozilla-mobile/fenix/pull/11867
419 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
423 - fenix-core@mozilla.com
424 - erichards@mozilla.com
425 expires: "2021-08-01"
429 The onboarding privacy notice card was tapped.
431 - https://github.com/mozilla-mobile/fenix/issues/10824
433 - https://github.com/mozilla-mobile/fenix/pull/11867
434 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
438 - fenix-core@mozilla.com
439 - erichards@mozilla.com
440 expires: "2021-08-01"
441 pref_toggled_private_browsing:
444 The private browsing preference was selected from the onboarding card.
446 - https://github.com/mozilla-mobile/fenix/issues/10824
448 - https://github.com/mozilla-mobile/fenix/pull/11867
449 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
453 - fenix-core@mozilla.com
454 - erichards@mozilla.com
455 expires: "2021-08-01"
456 pref_toggled_toolbar_position:
459 The toolbar position preference was chosen from the onboarding card.
463 A string that indicates the position of the toolbar TOP or BOTTOM.
466 - https://github.com/mozilla-mobile/fenix/issues/10824
468 - https://github.com/mozilla-mobile/fenix/pull/11867
469 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
473 - fenix-core@mozilla.com
474 - erichards@mozilla.com
475 expires: "2021-08-01"
476 pref_toggled_tracking_prot:
479 The tracking protection preference was chosen from the onboarding card.
483 A string that indicates the Tracking Protection policy STANDARD
484 or STRICT. Default: Toggle ON, STANDARD
486 - https://github.com/mozilla-mobile/fenix/issues/10824
488 - https://github.com/mozilla-mobile/fenix/pull/11867
489 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
493 - fenix-core@mozilla.com
494 - erichards@mozilla.com
495 expires: "2021-08-01"
496 pref_toggled_theme_picker:
499 The device theme was chosen using the theme picker onboarding card.
503 A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
504 Default: FOLLOW DEVICE
506 - https://github.com/mozilla-mobile/fenix/issues/10824
508 - https://github.com/mozilla-mobile/fenix/pull/11867
509 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
513 - fenix-core@mozilla.com
514 - erichards@mozilla.com
515 expires: "2021-08-01"
519 The user taps starts browsing and ends the onboarding experience.
521 - https://github.com/mozilla-mobile/fenix/issues/10824
523 - https://github.com/mozilla-mobile/fenix/pull/11867
524 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
528 - fenix-core@mozilla.com
529 - erichards@mozilla.com
530 expires: "2021-08-01"
536 A user selected a search shortcut engine to use
540 The name of the built-in search engine the user selected as a string
542 - https://github.com/mozilla-mobile/fenix/issues/793
544 - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
545 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
547 - fenix-core@mozilla.com
548 expires: "2021-08-01"
554 The user selected a new position for the toolbar
558 A string that indicates the new position of the toolbar TOP or BOTTOM
560 - https://github.com/mozilla-mobile/fenix/issues/6054
562 - https://github.com/mozilla-mobile/fenix/pull/6608
563 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
567 - fenix-core@mozilla.com
568 expires: "2021-08-01"
574 The crash reporter was displayed
576 - https://github.com/mozilla-mobile/fenix/issues/1040
578 - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
579 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
583 - fenix-core@mozilla.com
584 expires: "2021-04-01"
588 The crash reporter was closed
592 A boolean that tells us whether or not the user submitted a crash
595 - https://github.com/mozilla-mobile/fenix/issues/1040
597 - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
598 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
602 - fenix-core@mozilla.com
603 expires: "2021-04-01"
609 A user tapped an item in the browsers context menu
613 The name of the item that was tapped. Available items are:
616 open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
617 save_image, share_link, copy_link, copy_image_location, share_image
620 - https://github.com/mozilla-mobile/fenix/issues/957
621 - https://github.com/mozilla-mobile/fenix/issues/16076
623 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
624 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
625 - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
629 - fenix-core@mozilla.com
630 expires: "2021-04-01"
636 The login dialog prompt was displayed
638 - https://github.com/mozilla-mobile/fenix/issues/9730
640 - https://github.com/mozilla-mobile/fenix/pull/13050
644 - fenix-core@mozilla.com
645 expires: "2021-08-01"
649 The login dialog prompt was cancelled
651 - https://github.com/mozilla-mobile/fenix/issues/9730
653 - https://github.com/mozilla-mobile/fenix/pull/13050
657 - fenix-core@mozilla.com
658 expires: "2021-08-01"
662 The login dialog prompt "save" button was pressed
664 - https://github.com/mozilla-mobile/fenix/issues/9730
666 - https://github.com/mozilla-mobile/fenix/pull/13050
670 - fenix-core@mozilla.com
671 expires: "2021-08-01"
675 The login dialog prompt "never save" button was pressed
677 - https://github.com/mozilla-mobile/fenix/issues/9730
679 - https://github.com/mozilla-mobile/fenix/pull/13050
683 - fenix-core@mozilla.com
684 expires: "2021-08-01"
690 A user opened the find in page UI
692 - https://github.com/mozilla-mobile/fenix/issues/1036
694 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
695 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
699 - fenix-core@mozilla.com
700 expires: "2021-08-01"
704 A user closed the find in page UI
706 - https://github.com/mozilla-mobile/fenix/issues/1036
708 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
709 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
713 - fenix-core@mozilla.com
714 expires: "2021-08-01"
718 A user searched the page
720 - https://github.com/mozilla-mobile/fenix/issues/1036
722 - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
723 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
727 - fenix-core@mozilla.com
728 expires: "2021-08-01"
733 lifetime: application
735 Is Fenix the default browser?
739 - https://github.com/mozilla-mobile/fenix/issues/960
741 - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
742 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
746 - fenix-core@mozilla.com
747 expires: "2021-08-01"
750 lifetime: application
752 A string containing the distribution identifier. This is currently used
753 to identify installs from Mozilla Online.
757 - https://github.com/mozilla-mobile/fenix/issues/16075
759 - https://github.com/mozilla-mobile/fenix/issues/16075
763 - fenix-core@mozilla.com
765 mobile_bookmarks_count:
767 lifetime: application
769 A counter that indicates how many bookmarks a user has in the mobile
770 folder. This value will only be set if the user has at least *one*
771 bookmark. If they have 0, this ping will not get sent, resulting in
772 a null value. To disambiguate between a failed `mobile_bookmarks_count`
773 ping and 0 bookmarks, please see `has_mobile_bookmarks`.
777 - https://github.com/mozilla-mobile/fenix/issues/16941
779 - https://github.com/mozilla-mobile/fenix/pull/16942
780 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
784 - fenix-core@mozilla.com
785 expires: "2021-08-01"
786 has_mobile_bookmarks:
788 lifetime: application
790 A boolean that indicates if the user has bookmarks in the mobile folder
794 - https://github.com/mozilla-mobile/fenix/issues/16941
796 - https://github.com/mozilla-mobile/fenix/pull/16942
797 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
801 - fenix-core@mozilla.com
802 expires: "2021-08-01"
803 desktop_bookmarks_count:
805 lifetime: application
807 A counter that indicates how many bookmarks a user has in the desktop
808 folder. This value will only be set if the user has at least *one*
809 bookmark. If they have 0, this ping will not get sent, resulting in a
810 null value. To disambiguate between a failed `desktop_bookmarks_count`
811 ping and 0 bookmarks, please see `has_desktop_bookmarks`.
815 - https://github.com/mozilla-mobile/fenix/issues/16941
817 - https://github.com/mozilla-mobile/fenix/pull/16942
818 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
822 - fenix-core@mozilla.com
823 expires: "2021-08-01"
824 has_desktop_bookmarks:
826 lifetime: application
828 A boolean that indicates if the user has bookmarks in the desktop folder
832 - https://github.com/mozilla-mobile/fenix/issues/16941
834 - https://github.com/mozilla-mobile/fenix/pull/16942
835 - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
839 - fenix-core@mozilla.com
840 expires: "2021-08-01"
843 lifetime: application
845 A counter that indicates how many top sites a user has. This value will
846 only be set if the user has at least *one* top site. If they have 0,
847 this ping will not get sent, resulting in a null value. To disambiguate
848 between a failed `top_sites_count` ping and 0 top sites, please see
853 - https://github.com/mozilla-mobile/fenix/issues/8125
855 - https://github.com/mozilla-mobile/fenix/pull/9556
856 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
860 - fenix-core@mozilla.com
861 expires: "2021-08-01"
864 lifetime: application
866 A boolean that indicates if the user has top sites
870 - https://github.com/mozilla-mobile/fenix/issues/8125
872 - https://github.com/mozilla-mobile/fenix/pull/9556
873 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
877 - fenix-core@mozilla.com
878 expires: "2021-08-01"
879 recently_used_pwa_count:
881 lifetime: application
883 A counter that indicates how many PWAs a user has recently used.
884 Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
885 Currently we are not told by the OS when a PWA is removed by the user,
886 so we use the "recently used" heuristic to judge how many PWAs are still
887 active, as a proxy for "installed". This value will only be set if the
888 user has at least *one* recently used PWA. If they have 0, this metric
889 will not be sent, resulting in a null value during analysis on the
890 server-side. To disambiguate between a failed `recently_used_pwa_count`
891 metric and 0 recent PWAs, please see `has_recent_pwas`.
895 - https://github.com/mozilla-mobile/fenix/issues/11909
897 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
898 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
902 - fenix-core@mozilla.com
903 expires: "2021-08-01"
906 lifetime: application
908 A boolean that indicates if the user has recently used PWAs.
909 See recently_used_pwa_count for the actual count.
913 - https://github.com/mozilla-mobile/fenix/issues/11909
915 - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
916 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
920 - fenix-core@mozilla.com
921 expires: "2021-08-01"
923 type: labeled_counter
925 The labels for this counter are `<search-engine-name>.<source>`.
927 If the search engine is bundled with Fenix `search-engine-name` will be
928 the name of the search engine. If it's a custom search engine (defined:
929 https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
932 `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
933 (depending on the source from which the search started). Also added the
934 `other` option for the source but it should never enter on this case.
938 - https://github.com/mozilla-mobile/fenix/issues/1158
939 - https://github.com/mozilla-mobile/fenix/issues/6556
941 - https://github.com/mozilla-mobile/fenix/pull/1677
942 - https://github.com/mozilla-mobile/fenix/pull/5216
943 - https://github.com/mozilla-mobile/fenix/pull/7310
944 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
949 - fenix-core@mozilla.com
950 expires: "2021-08-01"
953 lifetime: application
955 A list of all the Mozilla products installed on device. We currently scan
956 for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
957 Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
962 - https://github.com/mozilla-mobile/fenix/issues/1192
964 - https://github.com/mozilla-mobile/fenix/pull/1953/
965 - https://github.com/mozilla-mobile/fenix/pull/5216
966 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
971 - fenix-core@mozilla.com
972 expires: "2021-08-01"
975 lifetime: application
977 The name of the default browser on device if and only if it's a Mozilla
982 - https://github.com/mozilla-mobile/fenix/issues/1192
984 - https://github.com/mozilla-mobile/fenix/pull/1953/
985 - https://github.com/mozilla-mobile/fenix/pull/5216
986 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
991 - fenix-core@mozilla.com
992 expires: "2021-08-01"
995 lifetime: application
997 A string containing the Adjust campaign ID from which the user installed
998 Fenix. This will not send on the first session the user runs. If the
999 install is organic, this will be empty.
1003 - https://github.com/mozilla-mobile/fenix/issues/1298
1004 - https://github.com/mozilla-mobile/fenix/issues/9136
1006 - https://github.com/mozilla-mobile/fenix/pull/5579
1007 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1010 notification_emails:
1011 - fenix-core@mozilla.com
1012 expires: "2021-08-01"
1015 lifetime: application
1017 A string containing the Adjust ad group ID from which the user installed
1018 Fenix. This will not send on the first session the user runs. If the
1019 install is organic, this will be empty.
1023 - https://github.com/mozilla-mobile/fenix/issues/1298
1024 - https://github.com/mozilla-mobile/fenix/issues/9136
1026 - https://github.com/mozilla-mobile/fenix/pull/9253
1027 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1030 notification_emails:
1031 - fenix-core@mozilla.com
1032 expires: "2021-08-01"
1035 lifetime: application
1037 A string containing the Adjust creative ID from which the user installed
1038 Fenix. This will not send on the first session the user runs. If the
1039 install is organic, this will be empty.
1043 - https://github.com/mozilla-mobile/fenix/issues/1298
1044 - https://github.com/mozilla-mobile/fenix/issues/9136
1046 - https://github.com/mozilla-mobile/fenix/pull/9253
1047 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1050 notification_emails:
1051 - fenix-core@mozilla.com
1052 expires: "2021-08-01"
1055 lifetime: application
1057 A string containing the Adjust network ID from which the user installed
1058 Fenix. This will not send on the first session the user runs. If the
1059 install is organic, this will be empty.
1063 - https://github.com/mozilla-mobile/fenix/issues/1298
1064 - https://github.com/mozilla-mobile/fenix/issues/9136
1066 - https://github.com/mozilla-mobile/fenix/pull/9253
1067 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1070 notification_emails:
1071 - fenix-core@mozilla.com
1072 expires: "2021-08-01"
1075 lifetime: application
1077 A string that indicates the new position of the toolbar TOP or BOTTOM
1081 - https://github.com/mozilla-mobile/fenix/issues/6054
1083 - https://github.com/mozilla-mobile/fenix/pull/6608
1084 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1087 notification_emails:
1088 - fenix-core@mozilla.com
1089 expires: "2021-08-01"
1092 lifetime: application
1094 A string that indicates the setting for tab closing:
1095 MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
1099 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1101 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1104 notification_emails:
1105 - fenix-core@mozilla.com
1106 expires: "2021-08-01"
1109 lifetime: application
1111 A string that indicates the setting for tab view:
1116 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1118 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1121 notification_emails:
1122 - fenix-core@mozilla.com
1123 expires: "2021-08-01"
1124 search_widget_installed:
1126 lifetime: application
1128 Whether or not the search widget is installed
1132 - https://github.com/mozilla-mobile/fenix/issues/9488
1134 - https://github.com/mozilla-mobile/fenix/pull/10958
1135 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1138 notification_emails:
1139 - fenix-core@mozilla.com
1140 expires: "2021-08-01"
1143 lifetime: application
1145 A counter that indicates how many NORMAL tabs a user has open. This
1146 value will only be set if the user has at least *one* open tab. If they
1147 have 0, this ping will not get sent, resulting in a null value. To
1148 disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
1149 please see `has_open_tabs`.
1153 - https://github.com/mozilla-mobile/fenix/issues/11479
1155 - https://github.com/mozilla-mobile/fenix/pull/12024
1156 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1159 notification_emails:
1160 - fenix-core@mozilla.com
1161 expires: "2021-08-01"
1164 lifetime: application
1166 A boolean that indicates if the user has any open NORMAL tabs.
1170 - https://github.com/mozilla-mobile/fenix/issues/11479
1172 - https://github.com/mozilla-mobile/fenix/pull/12024
1173 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1176 notification_emails:
1177 - fenix-core@mozilla.com
1178 expires: "2021-08-01"
1181 show_search_suggestions:
1184 Whether or not the user has search suggestions enabled
1189 - https://github.com/mozilla-mobile/fenix/issues/11118
1191 - https://github.com/mozilla-mobile/fenix/pull/11211
1192 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1195 notification_emails:
1196 - fenix-core@mozilla.com
1197 expires: "2021-08-01"
1201 Whether or not the user has remote debugging enabled
1206 - https://github.com/mozilla-mobile/fenix/issues/11118
1208 - https://github.com/mozilla-mobile/fenix/pull/11211
1209 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1212 notification_emails:
1213 - fenix-core@mozilla.com
1214 expires: "2021-08-01"
1218 Whether or not the user has telemetry enabled. Note we should
1219 never receive a "false" value for this since telemetry would
1220 not send in that case.
1225 - https://github.com/mozilla-mobile/fenix/issues/11118
1227 - https://github.com/mozilla-mobile/fenix/pull/11211
1228 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1231 notification_emails:
1232 - fenix-core@mozilla.com
1233 expires: "2021-08-01"
1234 tracking_protection:
1237 What type of enhanced tracking protection the user has enabled.
1238 "standard," "strict," "custom," or "" (if disabled)
1243 - https://github.com/mozilla-mobile/fenix/issues/11118
1245 - https://github.com/mozilla-mobile/fenix/pull/11211
1246 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1249 notification_emails:
1250 - fenix-core@mozilla.com
1251 expires: "2021-08-01"
1255 Whether or not the user has enabled bookmark search suggestions
1260 - https://github.com/mozilla-mobile/fenix/issues/11118
1262 - https://github.com/mozilla-mobile/fenix/pull/11211
1263 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1266 notification_emails:
1267 - fenix-core@mozilla.com
1268 expires: "2021-08-01"
1269 search_browsing_history:
1272 Whether or not the user has enabled browsing history suggestions.
1277 - https://github.com/mozilla-mobile/fenix/issues/11118
1279 - https://github.com/mozilla-mobile/fenix/pull/11211
1280 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1283 notification_emails:
1284 - fenix-core@mozilla.com
1285 expires: "2021-08-01"
1286 show_clipboard_suggestions:
1289 Whether or not the user has enabled clipboard search suggestions.
1294 - https://github.com/mozilla-mobile/fenix/issues/11118
1296 - https://github.com/mozilla-mobile/fenix/pull/11211
1297 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1300 notification_emails:
1301 - fenix-core@mozilla.com
1302 expires: "2021-08-01"
1303 show_search_shortcuts:
1306 Whether or not the user has enabled search shortcuts.
1311 - https://github.com/mozilla-mobile/fenix/issues/11118
1313 - https://github.com/mozilla-mobile/fenix/pull/11211
1314 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1317 notification_emails:
1318 - fenix-core@mozilla.com
1319 expires: "2021-08-01"
1320 open_links_in_a_private_tab:
1323 Whether or not the user has enabled open links in a private tab.
1328 - https://github.com/mozilla-mobile/fenix/issues/11118
1330 - https://github.com/mozilla-mobile/fenix/pull/11211
1331 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1334 notification_emails:
1335 - fenix-core@mozilla.com
1336 expires: "2021-08-01"
1340 Whether or not the user is signed into FxA
1345 - https://github.com/mozilla-mobile/fenix/issues/11118
1347 - https://github.com/mozilla-mobile/fenix/pull/11211
1348 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1351 notification_emails:
1352 - fenix-core@mozilla.com
1353 expires: "2021-08-01"
1357 The list of items the user has chosen to sync with FxA.
1358 default: "" if the user is signed out. Otherwise defaults to
1359 whatever is set in their FxA account. New accounts set:
1360 [bookmarks, history, passwords, tabs]
1364 - https://github.com/mozilla-mobile/fenix/issues/11118
1366 - https://github.com/mozilla-mobile/fenix/pull/11211
1367 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1370 notification_emails:
1371 - fenix-core@mozilla.com
1372 expires: "2021-08-01"
1376 Whether or not the user has enabled the voice search button.
1381 - https://github.com/mozilla-mobile/fenix/issues/11118
1383 - https://github.com/mozilla-mobile/fenix/pull/11211
1384 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1387 notification_emails:
1388 - fenix-core@mozilla.com
1389 expires: "2021-08-01"
1390 search_suggestions_private:
1393 Whether or not the user has enabled showing search suggestions
1395 default: false (we prompt the user, asking them to make a selection)
1399 - https://github.com/mozilla-mobile/fenix/issues/11118
1401 - https://github.com/mozilla-mobile/fenix/pull/11211
1402 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1405 notification_emails:
1406 - fenix-core@mozilla.com
1407 expires: "2021-08-01"
1411 The position of the toolbar
1412 default: bottom (defaults to top if the user has accessibility services)
1416 - https://github.com/mozilla-mobile/fenix/issues/11118
1418 - https://github.com/mozilla-mobile/fenix/pull/11211
1419 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1422 notification_emails:
1423 - fenix-core@mozilla.com
1424 expires: "2021-08-01"
1425 accessibility_services:
1428 Whether or not the user has touch exploration or switch services enabled.
1429 These are built into the Android OS, not Fenix prefs.
1434 - https://github.com/mozilla-mobile/fenix/issues/11118
1436 - https://github.com/mozilla-mobile/fenix/pull/11211
1437 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1440 notification_emails:
1441 - fenix-core@mozilla.com
1442 expires: "2021-08-01"
1446 Whether or not the user has the open links in apps feature enabled.
1451 - https://github.com/mozilla-mobile/fenix/issues/11118
1453 - https://github.com/mozilla-mobile/fenix/pull/11446
1454 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1457 notification_emails:
1458 - fenix-core@mozilla.com
1459 expires: "2021-08-01"
1463 The theme the user has enabled. "light," "dark," "system," or "battery"
1464 default: "system" for API 28+, else "light"
1468 - https://github.com/mozilla-mobile/fenix/issues/11118
1470 - https://github.com/mozilla-mobile/fenix/pull/11446
1471 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1474 notification_emails:
1475 - fenix-core@mozilla.com
1476 expires: "2021-08-01"
1478 search.default_engine:
1481 lifetime: application
1483 If the search engine is pre-loaded with Fenix this value
1484 will be the search engine identifier. If it's a custom search engine
1485 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
1486 value will be "custom"
1490 - https://github.com/mozilla-mobile/fenix/issues/800
1492 - https://github.com/mozilla-mobile/fenix/pull/1606
1493 - https://github.com/mozilla-mobile/fenix/pull/5216
1494 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1498 notification_emails:
1499 - fenix-core@mozilla.com
1500 expires: "2021-08-01"
1503 lifetime: application
1505 If the search engine is pre-loaded with Fenix this value
1506 will be the search engine name. If it's a custom search engine
1507 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
1508 value will be "custom"
1512 - https://github.com/mozilla-mobile/fenix/issues/800
1514 - https://github.com/mozilla-mobile/fenix/pull/1606
1515 - https://github.com/mozilla-mobile/fenix/pull/5216
1516 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1520 notification_emails:
1521 - fenix-core@mozilla.com
1522 expires: "2021-08-01"
1525 lifetime: application
1527 If the search engine is pre-loaded with Fenix this value will be he base
1528 URL we use to build the search query for the search engine. For example:
1529 https://mysearchengine.com/?query=%s. If it's a custom search engine
1530 (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
1535 - https://github.com/mozilla-mobile/fenix/issues/800
1537 - https://github.com/mozilla-mobile/fenix/pull/1606
1538 - https://github.com/mozilla-mobile/fenix/pull/5216
1539 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1543 notification_emails:
1544 - fenix-core@mozilla.com
1545 expires: "2021-08-01"
1547 bookmarks_management:
1551 A user opened a bookmark in a new tab.
1553 - https://github.com/mozilla-mobile/fenix/issues/974
1555 - https://github.com/mozilla-mobile/fenix/pull/1708
1556 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1559 notification_emails:
1560 - fenix-core@mozilla.com
1561 expires: "2021-04-01"
1565 A user opened multiple bookmarks at once in new tabs.
1567 - https://github.com/mozilla-mobile/fenix/issues/974
1569 - https://github.com/mozilla-mobile/fenix/pull/1708
1570 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1573 notification_emails:
1574 - fenix-core@mozilla.com
1575 expires: "2021-04-01"
1576 open_in_private_tab:
1579 A user opened a bookmark in a new private tab.
1581 - https://github.com/mozilla-mobile/fenix/issues/974
1583 - https://github.com/mozilla-mobile/fenix/pull/1708
1584 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1587 notification_emails:
1588 - fenix-core@mozilla.com
1589 expires: "2021-04-01"
1590 open_in_private_tabs:
1593 A user opened multiple bookmarks at once in new private tabs.
1595 - https://github.com/mozilla-mobile/fenix/issues/974
1597 - https://github.com/mozilla-mobile/fenix/pull/1708
1598 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1601 notification_emails:
1602 - fenix-core@mozilla.com
1603 expires: "2021-04-01"
1607 A user edited the title and/or URL of an existing bookmark.
1609 - https://github.com/mozilla-mobile/fenix/issues/974
1611 - https://github.com/mozilla-mobile/fenix/pull/1708
1612 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1615 notification_emails:
1616 - fenix-core@mozilla.com
1617 expires: "2021-04-01"
1621 A user moved an existing bookmark or folder to another folder.
1623 - https://github.com/mozilla-mobile/fenix/issues/974
1625 - https://github.com/mozilla-mobile/fenix/pull/1708
1626 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1629 notification_emails:
1630 - fenix-core@mozilla.com
1631 expires: "2021-04-01"
1635 A user removed a bookmark item.
1637 - https://github.com/mozilla-mobile/fenix/issues/974
1639 - https://github.com/mozilla-mobile/fenix/pull/1708
1640 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1643 notification_emails:
1644 - fenix-core@mozilla.com
1645 expires: "2021-04-01"
1649 A user removed multiple bookmarks at once.
1651 - https://github.com/mozilla-mobile/fenix/issues/974
1653 - https://github.com/mozilla-mobile/fenix/pull/1708
1654 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1657 notification_emails:
1658 - fenix-core@mozilla.com
1659 expires: "2021-04-01"
1663 A user shared a bookmark.
1665 - https://github.com/mozilla-mobile/fenix/issues/974
1667 - https://github.com/mozilla-mobile/fenix/pull/1708
1668 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1671 notification_emails:
1672 - fenix-core@mozilla.com
1673 expires: "2021-04-01"
1677 A user copied a bookmark.
1679 - https://github.com/mozilla-mobile/fenix/issues/974
1681 - https://github.com/mozilla-mobile/fenix/pull/1708
1682 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1685 notification_emails:
1686 - fenix-core@mozilla.com
1687 expires: "2021-04-01"
1691 A user added a new bookmark folder.
1693 - https://github.com/mozilla-mobile/fenix/issues/974
1695 - https://github.com/mozilla-mobile/fenix/pull/1708
1696 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1699 notification_emails:
1700 - fenix-core@mozilla.com
1701 expires: "2021-04-01"
1705 A user removed a bookmark folder.
1707 - https://github.com/mozilla-mobile/fenix/issues/3174
1709 - https://github.com/mozilla-mobile/fenix/pull/3724
1710 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1713 notification_emails:
1714 - fenix-core@mozilla.com
1715 expires: "2021-04-01"
1721 A user closed the custom tab
1723 - https://github.com/mozilla-mobile/fenix/issues/977
1725 - https://github.com/mozilla-mobile/fenix/pull/1697
1726 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1729 notification_emails:
1730 - fenix-core@mozilla.com
1731 expires: "2021-04-01"
1735 A user pressed the action button provided by the launching app
1737 - https://github.com/mozilla-mobile/fenix/issues/977
1739 - https://github.com/mozilla-mobile/fenix/pull/1697
1740 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1743 notification_emails:
1744 - fenix-core@mozilla.com
1745 expires: "2021-04-01"
1749 A user opened the custom tabs menu
1751 - https://github.com/mozilla-mobile/fenix/issues/977
1753 - https://github.com/mozilla-mobile/fenix/pull/1697
1754 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1757 notification_emails:
1758 - fenix-core@mozilla.com
1759 expires: "2021-04-01"
1766 A hashed and salted version of the Google Advertising ID from the device.
1767 This will never be sent in a ping that also contains the client_id.
1771 - https://bugzilla.mozilla.org/1538011
1772 - https://bugzilla.mozilla.org/1501822
1774 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
1775 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1778 notification_emails:
1779 - fenix-core@mozilla.com
1780 expires: "2021-04-01"
1785 An alternate identifier, not correlated with the client_id, generated once
1786 and only sent with the activation ping.
1790 - https://bugzilla.mozilla.org/1538011
1792 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
1793 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1796 notification_emails:
1797 - fenix-core@mozilla.com
1798 expires: "2021-04-01"
1800 - USER_LIFETIME_EXPIRATION
1806 A user encountered an error page
1809 description: "The error type of the error page encountered"
1811 - https://github.com/mozilla-mobile/fenix/issues/1242
1813 - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
1814 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1817 notification_emails:
1818 - fenix-core@mozilla.com
1819 expires: "2021-04-01"
1825 A user opened the sync authentication page
1827 - https://github.com/mozilla-mobile/fenix/issues/1190
1829 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1830 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1833 notification_emails:
1834 - fenix-core@mozilla.com
1835 expires: "2021-08-01"
1839 A user closed the sync page
1841 - https://github.com/mozilla-mobile/fenix/issues/1190
1843 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1844 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1847 notification_emails:
1848 - fenix-core@mozilla.com
1849 expires: "2021-08-01"
1853 A user chose to use their email to sign in instead of scanning a QR code,
1854 counterpart to "scan_pairing"
1856 - https://github.com/mozilla-mobile/fenix/issues/9834
1858 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
1859 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1862 notification_emails:
1863 - fenix-core@mozilla.com
1864 expires: "2021-08-01"
1868 A user chose to use their email to sign in after an account problem
1870 - https://github.com/mozilla-mobile/fenix/issues/9834
1872 - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
1873 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1876 notification_emails:
1877 - fenix-core@mozilla.com
1878 expires: "2021-08-01"
1882 A user pressed the sign in button on the sync authentication page and was
1883 successfully signed in to FxA
1885 - https://github.com/mozilla-mobile/fenix/issues/1190
1887 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1888 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1891 notification_emails:
1892 - fenix-core@mozilla.com
1893 expires: "2021-08-01"
1897 A user pressed the sign out button on the sync account page and was
1898 successfully signed out of FxA
1900 - https://github.com/mozilla-mobile/fenix/issues/1190
1902 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1903 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1906 notification_emails:
1907 - fenix-core@mozilla.com
1908 expires: "2021-08-01"
1912 User registered a new Firefox Account, and was signed into it
1914 - https://github.com/mozilla-mobile/fenix/issues/4971
1916 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1917 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1921 notification_emails:
1922 - fenix-core@mozilla.com
1923 expires: "2021-08-01"
1927 User signed into FxA by pairing with a different Firefox browser, using a
1930 - https://github.com/mozilla-mobile/fenix/issues/4971
1932 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1933 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1937 notification_emails:
1938 - fenix-core@mozilla.com
1939 expires: "2021-08-01"
1943 Account manager automatically recovered FxA authentication state without
1944 direct user involvement
1946 - https://github.com/mozilla-mobile/fenix/issues/4971
1948 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1949 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1953 notification_emails:
1954 - fenix-core@mozilla.com
1955 expires: "2021-08-01"
1959 User authenticated via FxA using an unknown mechanism. "Known" mechanisms
1960 are currently sign-in, sign-up and pairing
1962 - https://github.com/mozilla-mobile/fenix/issues/4971
1964 - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1965 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1969 notification_emails:
1970 - fenix-core@mozilla.com
1971 expires: "2021-08-01"
1975 A user pressed the scan pairing button on the sync authentication page
1977 - https://github.com/mozilla-mobile/fenix/issues/1190
1979 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1980 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1983 notification_emails:
1984 - fenix-core@mozilla.com
1985 expires: "2021-08-01"
1991 A user opened the sync account page
1993 - https://github.com/mozilla-mobile/fenix/issues/1190
1995 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1996 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1999 notification_emails:
2000 - fenix-core@mozilla.com
2001 expires: "2021-08-01"
2005 A user pressed the sync now button on the sync account page
2007 - https://github.com/mozilla-mobile/fenix/issues/1190
2009 - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2010 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2013 notification_emails:
2014 - fenix-core@mozilla.com
2015 expires: "2021-08-01"
2019 A user sent the current tab to another FxA device
2021 - https://github.com/mozilla-mobile/fenix/issues/4908
2023 - https://github.com/mozilla-mobile/fenix/pull/5106
2024 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2027 notification_emails:
2028 - fenix-core@mozilla.com
2029 expires: "2021-08-01"
2030 sign_in_to_send_tab:
2033 A user pressed the "sign in to send tab" button inside the share tab menu
2035 - https://github.com/mozilla-mobile/fenix/issues/4908
2037 - https://github.com/mozilla-mobile/fenix/pull/5106
2038 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2041 notification_emails:
2042 - fenix-core@mozilla.com
2043 expires: "2021-08-01"
2049 A user opened the history screen
2051 - https://github.com/mozilla-mobile/fenix/issues/2362
2053 - https://github.com/mozilla-mobile/fenix/pull/3940
2054 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2057 notification_emails:
2058 - fenix-core@mozilla.com
2059 expires: "2021-08-01"
2063 A user removed a history item
2065 - https://github.com/mozilla-mobile/fenix/issues/2362
2067 - https://github.com/mozilla-mobile/fenix/pull/3940
2068 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2071 notification_emails:
2072 - fenix-core@mozilla.com
2073 expires: "2021-08-01"
2077 A user removed all history items
2079 - https://github.com/mozilla-mobile/fenix/issues/2362
2081 - https://github.com/mozilla-mobile/fenix/pull/3940
2082 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2085 notification_emails:
2086 - fenix-core@mozilla.com
2087 expires: "2021-08-01"
2091 A user shared a history item
2093 - https://github.com/mozilla-mobile/fenix/issues/2362
2095 - https://github.com/mozilla-mobile/fenix/pull/3940
2096 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2099 notification_emails:
2100 - fenix-core@mozilla.com
2101 expires: "2021-08-01"
2105 A user opened a history item
2107 - https://github.com/mozilla-mobile/fenix/issues/2362
2109 - https://github.com/mozilla-mobile/fenix/pull/3940
2110 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2113 notification_emails:
2114 - fenix-core@mozilla.com
2115 expires: "2021-08-01"
2121 The tip was displayed
2124 description: "The identifier of the tip displayed"
2126 - https://github.com/mozilla-mobile/fenix/issues/9328
2128 - https://github.com/mozilla-mobile/fenix/pull/9836
2129 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2132 notification_emails:
2133 - fenix-core@mozilla.com
2134 expires: "2021-08-01"
2138 The tip's button was pressed
2141 description: "The identifier of the tip the action was taken on"
2143 - https://github.com/mozilla-mobile/fenix/issues/9328
2145 - https://github.com/mozilla-mobile/fenix/pull/9836
2146 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2149 notification_emails:
2150 - fenix-core@mozilla.com
2151 expires: "2021-08-01"
2158 description: "The identifier of the tip closed"
2160 - https://github.com/mozilla-mobile/fenix/issues/9328
2162 - https://github.com/mozilla-mobile/fenix/pull/9836
2163 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2166 notification_emails:
2167 - fenix-core@mozilla.com
2168 expires: "2021-08-01"
2174 Reader mode is available for the current page
2176 - https://github.com/mozilla-mobile/fenix/issues/2267
2178 - https://github.com/mozilla-mobile/fenix/pull/3941
2179 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2182 notification_emails:
2183 - fenix-core@mozilla.com
2184 expires: "2021-08-01"
2188 A user opened reader mode
2190 - https://github.com/mozilla-mobile/fenix/issues/2267
2192 - https://github.com/mozilla-mobile/fenix/pull/3941
2193 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2196 notification_emails:
2197 - fenix-core@mozilla.com
2198 expires: "2021-08-01"
2202 A user closed reader mode
2204 - https://github.com/mozilla-mobile/fenix/issues/2267
2206 - https://github.com/mozilla-mobile/fenix/pull/4328
2207 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2210 notification_emails:
2211 - fenix-core@mozilla.com
2212 expires: "2021-08-01"
2216 A user tapped the appearance button
2218 - https://github.com/mozilla-mobile/fenix/issues/2267
2220 - https://github.com/mozilla-mobile/fenix/pull/3941
2221 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2224 notification_emails:
2225 - fenix-core@mozilla.com
2226 expires: "2021-08-01"
2232 A user dismisses the tabs tray CFR.
2234 - https://github.com/mozilla-mobile/fenix/issues/16485
2236 - https://github.com/mozilla-mobile/fenix/pull/17442
2237 - https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
2240 notification_emails:
2241 - fenix-core@mozilla.com
2242 expires: "2021-08-01"
2246 A user selects the CFR option to navigate to settings.
2248 - https://github.com/mozilla-mobile/fenix/issues/16485
2250 - https://github.com/mozilla-mobile/fenix/pull/17442
2251 - https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
2254 notification_emails:
2255 - fenix-core@mozilla.com
2256 expires: "2021-08-01"
2262 A user opened the tabs tray
2264 - https://github.com/mozilla-mobile/fenix/issues/11273
2266 - https://github.com/mozilla-mobile/fenix/pull/12036
2267 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2270 notification_emails:
2271 - fenix-core@mozilla.com
2272 expires: "2021-08-01"
2276 A user closed the tabs tray
2278 - https://github.com/mozilla-mobile/fenix/issues/11273
2280 - https://github.com/mozilla-mobile/fenix/pull/12036
2281 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2284 notification_emails:
2285 - fenix-core@mozilla.com
2286 expires: "2021-08-01"
2287 opened_existing_tab:
2290 A user opened an existing tab
2292 - https://github.com/mozilla-mobile/fenix/issues/11273
2294 - https://github.com/mozilla-mobile/fenix/pull/12036
2295 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2298 notification_emails:
2299 - fenix-core@mozilla.com
2300 expires: "2021-08-01"
2301 closed_existing_tab:
2304 A user closed an existing tab
2306 - https://github.com/mozilla-mobile/fenix/issues/11273
2308 - https://github.com/mozilla-mobile/fenix/pull/12036
2309 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2312 notification_emails:
2313 - fenix-core@mozilla.com
2314 expires: "2021-08-01"
2315 private_mode_tapped:
2318 A user switched to private mode
2320 - https://github.com/mozilla-mobile/fenix/issues/11273
2322 - https://github.com/mozilla-mobile/fenix/pull/12036
2323 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2326 notification_emails:
2327 - fenix-core@mozilla.com
2328 expires: "2021-08-01"
2332 A user switched to normal mode
2334 - https://github.com/mozilla-mobile/fenix/issues/11273
2336 - https://github.com/mozilla-mobile/fenix/pull/12036
2337 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2340 notification_emails:
2341 - fenix-core@mozilla.com
2342 expires: "2021-08-01"
2346 A user opened a new tab
2348 - https://github.com/mozilla-mobile/fenix/issues/11273
2350 - https://github.com/mozilla-mobile/fenix/pull/12036
2351 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2354 notification_emails:
2355 - fenix-core@mozilla.com
2356 expires: "2021-08-01"
2357 new_private_tab_tapped:
2360 A user opened a new private tab
2362 - https://github.com/mozilla-mobile/fenix/issues/11273
2364 - https://github.com/mozilla-mobile/fenix/pull/12036
2365 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2368 notification_emails:
2369 - fenix-core@mozilla.com
2370 expires: "2021-08-01"
2374 A user opened three three dot menu in the tabs tray
2376 - https://github.com/mozilla-mobile/fenix/issues/11273
2378 - https://github.com/mozilla-mobile/fenix/pull/12036
2379 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2382 notification_emails:
2383 - fenix-core@mozilla.com
2384 expires: "2021-08-01"
2388 A user tapped the save to collection button in the tabs tray
2390 - https://github.com/mozilla-mobile/fenix/issues/11273
2392 - https://github.com/mozilla-mobile/fenix/pull/12036
2393 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2396 notification_emails:
2397 - fenix-core@mozilla.com
2398 expires: "2021-08-01"
2402 A user tapped the share all tabs button in the
2403 three dot menu within the tabs tray
2405 - https://github.com/mozilla-mobile/fenix/issues/11273
2407 - https://github.com/mozilla-mobile/fenix/pull/12036
2408 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2411 notification_emails:
2412 - fenix-core@mozilla.com
2413 expires: "2021-08-01"
2417 A user tapped the close all tabs button in the
2418 three dot menu within the tabs tray
2420 - https://github.com/mozilla-mobile/fenix/issues/11273
2422 - https://github.com/mozilla-mobile/fenix/pull/12036
2423 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2426 notification_emails:
2427 - fenix-core@mozilla.com
2428 expires: "2021-08-01"
2434 A user renamed a collection
2436 - https://github.com/mozilla-mobile/fenix/issues/969
2438 - https://github.com/mozilla-mobile/fenix/pull/3935
2439 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2443 notification_emails:
2444 - fenix-core@mozilla.com
2445 expires: "2021-04-01"
2449 A user restored a tab from collection tab list
2451 - https://github.com/mozilla-mobile/fenix/issues/969
2453 - https://github.com/mozilla-mobile/fenix/pull/3935
2454 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2458 notification_emails:
2459 - fenix-core@mozilla.com
2460 expires: "2021-04-01"
2464 A user tapped "open tabs" from collection menu
2466 - https://github.com/mozilla-mobile/fenix/issues/969
2468 - https://github.com/mozilla-mobile/fenix/pull/3935
2469 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2473 notification_emails:
2474 - fenix-core@mozilla.com
2475 expires: "2021-04-01"
2479 A user tapped remove tab from collection tab list
2481 - https://github.com/mozilla-mobile/fenix/issues/969
2483 - https://github.com/mozilla-mobile/fenix/pull/3935
2484 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2488 notification_emails:
2489 - fenix-core@mozilla.com
2490 expires: "2021-04-01"
2494 A user tapped share collection
2496 - https://github.com/mozilla-mobile/fenix/issues/969
2498 - https://github.com/mozilla-mobile/fenix/pull/3935
2499 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2503 notification_emails:
2504 - fenix-core@mozilla.com
2505 expires: "2021-04-01"
2509 A user tapped delete collection from collection menu
2511 - https://github.com/mozilla-mobile/fenix/issues/969
2513 - https://github.com/mozilla-mobile/fenix/pull/3935
2514 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2518 notification_emails:
2519 - fenix-core@mozilla.com
2520 expires: "2021-04-01"
2524 A user saved a list of tabs to a new collection
2527 description: "The number of tabs open in the current session"
2529 description: "The number of tabs added to the collection"
2531 - https://github.com/mozilla-mobile/fenix/issues/969
2533 - https://github.com/mozilla-mobile/fenix/pull/3935
2534 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2538 notification_emails:
2539 - fenix-core@mozilla.com
2540 expires: "2021-04-01"
2544 A user saved a list of tabs to an existing collection
2547 description: "The number of tabs open in the current session"
2549 description: "The number of tabs added to the collection"
2551 - https://github.com/mozilla-mobile/fenix/issues/969
2553 - https://github.com/mozilla-mobile/fenix/pull/3935
2554 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2558 notification_emails:
2559 - fenix-core@mozilla.com
2560 expires: "2021-04-01"
2564 A user opened the select tabs screen (the first step of the collection
2567 - https://github.com/mozilla-mobile/fenix/issues/969
2569 - https://github.com/mozilla-mobile/fenix/pull/3935
2570 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2574 notification_emails:
2575 - fenix-core@mozilla.com
2576 expires: "2021-04-01"
2580 A user tapped the "add tab" button in the three dot menu of collections
2582 - https://github.com/mozilla-mobile/fenix/issues/969
2584 - https://github.com/mozilla-mobile/fenix/pull/4358
2585 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2588 notification_emails:
2589 - fenix-core@mozilla.com
2590 expires: "2021-04-01"
2594 A user long pressed on a tab, triggering the collection creation screen
2596 - https://github.com/mozilla-mobile/fenix/issues/969
2598 - https://github.com/mozilla-mobile/fenix/pull/4358
2599 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2602 notification_emails:
2603 - fenix-core@mozilla.com
2604 expires: "2021-04-01"
2608 A user pressed the "save to collection" button on either the home or
2609 browser screen, triggering the collection creation screen to open
2612 - https://github.com/mozilla-mobile/fenix/issues/969
2614 - https://github.com/mozilla-mobile/fenix/pull/4358
2615 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2618 notification_emails:
2619 - fenix-core@mozilla.com
2620 expires: "2021-04-01"
2624 A string representing the screen from which the user pressed the save
2625 button. Currently one of: `browserMenu`, `homeMenu` or `home`
2629 A user pressed the "rename collection" button in the three dot menu
2631 - https://github.com/mozilla-mobile/fenix/issues/969
2633 - https://github.com/mozilla-mobile/fenix/pull/4539
2634 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2637 notification_emails:
2638 - fenix-core@mozilla.com
2639 expires: "2021-04-01"
2645 A user pressed anywhere from the Firefox logo until the start of the
2646 microphone icon, opening a new tab search screen.
2648 - https://github.com/mozilla-mobile/fenix/issues/4457
2650 - https://github.com/mozilla-mobile/fenix/pull/4714
2651 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2654 notification_emails:
2655 - fenix-core@mozilla.com
2656 expires: "2021-08-01"
2660 A user pressed the microphone icon, opening a new voice search screen.
2662 - https://github.com/mozilla-mobile/fenix/issues/4457
2664 - https://github.com/mozilla-mobile/fenix/pull/4714
2665 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2668 notification_emails:
2669 - fenix-core@mozilla.com
2670 expires: "2021-08-01"
2672 private_browsing_mode:
2676 A user pressed the "undo" button in the snackbar that is shown when the
2677 garbage icon is tapped.
2679 - https://github.com/mozilla-mobile/fenix/issues/4658
2681 - https://github.com/mozilla-mobile/fenix/pull/4968
2682 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2685 notification_emails:
2686 - fenix-core@mozilla.com
2687 expires: "2021-08-01"
2688 notification_tapped:
2691 A user pressed the private browsing mode notification itself.
2693 - https://github.com/mozilla-mobile/fenix/issues/4658
2695 - https://github.com/mozilla-mobile/fenix/pull/4968
2696 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2699 notification_emails:
2700 - fenix-core@mozilla.com
2701 expires: "2021-08-01"
2703 contextual_hint.tracking_protection:
2707 The enhanced tracking protection contextual hint was
2710 - https://github.com/mozilla-mobile/fenix/issues/9625
2712 - https://github.com/mozilla-mobile/fenix/pull/11923
2713 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2716 notification_emails:
2717 - fenix-core@mozilla.com
2718 expires: "2021-04-01"
2722 The enhanced tracking protection contextual hint was
2724 by pressing the close button
2726 - https://github.com/mozilla-mobile/fenix/issues/9625
2728 - https://github.com/mozilla-mobile/fenix/pull/11923
2729 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2732 notification_emails:
2733 - fenix-core@mozilla.com
2734 expires: "2021-04-01"
2738 The user tapped outside of the etp contextual hint
2739 (which has no effect).
2741 - https://github.com/mozilla-mobile/fenix/issues/9625
2743 - https://github.com/mozilla-mobile/fenix/pull/11923
2744 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2747 notification_emails:
2748 - fenix-core@mozilla.com
2749 expires: "2021-04-01"
2753 The user tapped inside of the etp contextual hint
2754 (which brings up the etp panel for this site).
2756 - https://github.com/mozilla-mobile/fenix/issues/9625
2758 - https://github.com/mozilla-mobile/fenix/pull/11923
2759 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2762 notification_emails:
2763 - fenix-core@mozilla.com
2764 expires: "2021-04-01"
2766 tracking_protection:
2770 A user added a tracking protection exception through the TP toggle in the
2773 - https://github.com/mozilla-mobile/fenix/issues/5312
2775 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2776 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2779 notification_emails:
2780 - fenix-core@mozilla.com
2781 expires: "2021-08-01"
2785 A user opened tracking protection settings from the panel.
2787 - https://github.com/mozilla-mobile/fenix/issues/5312
2789 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2790 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2793 notification_emails:
2794 - fenix-core@mozilla.com
2795 expires: "2021-08-01"
2799 A user pressed the tracking protection shield icon in toolbar.
2801 - https://github.com/mozilla-mobile/fenix/issues/5312
2803 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2804 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2807 notification_emails:
2808 - fenix-core@mozilla.com
2809 expires: "2021-08-01"
2813 A user pressed into a list of categorized trackers in tracking protection
2816 - https://github.com/mozilla-mobile/fenix/issues/5312
2818 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2819 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2822 notification_emails:
2823 - fenix-core@mozilla.com
2824 expires: "2021-08-01"
2828 A user opened tracking protection settings through settings.
2830 - https://github.com/mozilla-mobile/fenix/issues/5312
2832 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2833 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2836 notification_emails:
2837 - fenix-core@mozilla.com
2838 expires: "2021-08-01"
2839 etp_setting_changed:
2842 A user changed their tracking protection level setting to either strict,
2843 standard, or custom.
2846 description: "The new setting for ETP: strict, standard, custom"
2848 - https://github.com/mozilla-mobile/fenix/issues/5312
2849 - https://github.com/mozilla-mobile/fenix/issues/11063
2851 - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2852 - https://github.com/mozilla-mobile/fenix/pull/11383
2853 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2856 notification_emails:
2857 - fenix-core@mozilla.com
2858 expires: "2021-08-01"
2860 private_browsing_shortcut:
2864 A user pressed the "Add private browsing shortcut" button in settings.
2866 - https://github.com/mozilla-mobile/fenix/issues/4658
2868 - https://github.com/mozilla-mobile/fenix/pull/5194
2869 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2872 notification_emails:
2873 - fenix-core@mozilla.com
2874 expires: "2021-08-01"
2878 A user pressed the "Add shortcut" button when the contextual feature
2879 recommender appeared.
2881 - https://github.com/mozilla-mobile/fenix/issues/4658
2883 - https://github.com/mozilla-mobile/fenix/pull/5194
2884 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2887 notification_emails:
2888 - fenix-core@mozilla.com
2889 expires: "2021-08-01"
2893 A user pressed the "No thanks" button when the contextual feature
2894 recommender appeared.
2896 - https://github.com/mozilla-mobile/fenix/issues/4658
2898 - https://github.com/mozilla-mobile/fenix/pull/5194
2899 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2902 notification_emails:
2903 - fenix-core@mozilla.com
2904 expires: "2021-08-01"
2905 pinned_shortcut_priv:
2908 A user pressed the pinned private shortcut in Android home screen, opening
2909 up a new private search.
2911 - https://github.com/mozilla-mobile/fenix/issues/4658
2913 - https://github.com/mozilla-mobile/fenix/pull/5194
2914 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2917 notification_emails:
2918 - fenix-core@mozilla.com
2919 expires: "2021-08-01"
2920 static_shortcut_tab:
2923 A user pressed the long-press shortcut "Open new tab", opening up a new
2926 - https://github.com/mozilla-mobile/fenix/issues/4658
2928 - https://github.com/mozilla-mobile/fenix/pull/5194
2929 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2932 notification_emails:
2933 - fenix-core@mozilla.com
2934 expires: "2021-08-01"
2935 static_shortcut_priv:
2938 A user pressed the long-press shortcut "Open new private tab", opening up
2939 a new private search.
2941 - https://github.com/mozilla-mobile/fenix/issues/4658
2943 - https://github.com/mozilla-mobile/fenix/pull/5194
2944 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2947 notification_emails:
2948 - fenix-core@mozilla.com
2949 expires: "2021-08-01"
2955 A user pressed the play icon on a tab from the home screen
2957 - https://github.com/mozilla-mobile/fenix/issues/5197
2959 - https://github.com/mozilla-mobile/fenix/pull/5266
2960 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2963 notification_emails:
2964 - fenix-core@mozilla.com
2965 expires: "2021-08-01"
2971 A user pressed the pause icon on a tab from the home screen
2973 - https://github.com/mozilla-mobile/fenix/issues/5197
2975 - https://github.com/mozilla-mobile/fenix/pull/5266
2976 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2979 notification_emails:
2980 - fenix-core@mozilla.com
2981 expires: "2021-08-01"
2987 A user pressed the play icon on the media notification
2989 - https://github.com/mozilla-mobile/fenix/issues/5197
2991 - https://github.com/mozilla-mobile/fenix/pull/5520
2992 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2995 notification_emails:
2996 - fenix-core@mozilla.com
2997 expires: "2021-08-01"
3001 A user pressed the pause icon on the media notification
3003 - https://github.com/mozilla-mobile/fenix/issues/5197
3005 - https://github.com/mozilla-mobile/fenix/pull/5520
3006 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3009 notification_emails:
3010 - fenix-core@mozilla.com
3011 expires: "2021-08-01"
3017 Media started playing.
3019 - https://github.com/mozilla-mobile/fenix/issues/5705
3021 - https://github.com/mozilla-mobile/fenix/pull/6463
3022 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3025 notification_emails:
3026 - fenix-core@mozilla.com
3027 expires: "2021-08-01"
3031 Media playback was paused.
3033 - https://github.com/mozilla-mobile/fenix/issues/5705
3035 - https://github.com/mozilla-mobile/fenix/pull/6463
3036 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3039 notification_emails:
3040 - fenix-core@mozilla.com
3041 expires: "2021-08-01"
3045 Media playback has ended.
3047 - https://github.com/mozilla-mobile/fenix/issues/5705
3049 - https://github.com/mozilla-mobile/fenix/pull/6463
3050 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3053 notification_emails:
3054 - fenix-core@mozilla.com
3055 expires: "2021-08-01"
3059 Video set to fullscreen.
3061 - https://github.com/mozilla-mobile/fenix/issues/15368
3063 - https://github.com/mozilla-mobile/fenix/pull/16833
3066 notification_emails:
3067 - fenix-core@mozilla.com
3068 expires: "2021-08-01"
3072 Video set to picture in picture mode.
3074 - https://github.com/mozilla-mobile/fenix/issues/15368
3076 - https://github.com/mozilla-mobile/fenix/pull/16833
3079 notification_emails:
3080 - fenix-core@mozilla.com
3081 expires: "2021-08-01"
3087 A user accessed Logins in Settings
3089 - https://github.com/mozilla-mobile/fenix/issues/5586
3091 - https://github.com/mozilla-mobile/fenix/pull/6352
3092 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3095 notification_emails:
3096 - fenix-core@mozilla.com
3097 expires: "2021-08-01"
3098 open_individual_login:
3101 A user accessed an individual login in saved logins
3103 - https://github.com/mozilla-mobile/fenix/issues/5586
3105 - https://github.com/mozilla-mobile/fenix/pull/6352
3106 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3109 notification_emails:
3110 - fenix-core@mozilla.com
3111 expires: "2021-08-01"
3115 A user copied a piece of a login in saved logins
3117 - https://github.com/mozilla-mobile/fenix/issues/5586
3119 - https://github.com/mozilla-mobile/fenix/pull/6352
3120 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3123 notification_emails:
3124 - fenix-core@mozilla.com
3125 expires: "2021-08-01"
3126 view_password_login:
3129 A user viewed a password in an individual saved login
3131 - https://github.com/mozilla-mobile/fenix/issues/5586
3133 - https://github.com/mozilla-mobile/fenix/pull/6352
3134 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3137 notification_emails:
3138 - fenix-core@mozilla.com
3139 expires: "2021-08-01"
3140 save_logins_setting_changed:
3143 A user changed their setting for asking to save logins
3147 The new setting for saving logins the user selected. Either
3148 `ask_to_save` or `never_save`
3150 - https://github.com/mozilla-mobile/fenix/issues/5586
3152 - https://github.com/mozilla-mobile/fenix/pull/7767
3153 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3156 notification_emails:
3157 - fenix-core@mozilla.com
3158 expires: "2021-08-01"
3162 A user entered the edit screen for an individual saved login
3164 - https://github.com/mozilla-mobile/fenix/issues/10173
3166 - https://github.com/mozilla-mobile/fenix/issues/11208
3167 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3170 notification_emails:
3171 - fenix-core@mozilla.com
3172 expires: "2021-08-01"
3176 A user confirms delete of a saved login
3178 - https://github.com/mozilla-mobile/fenix/issues/10173
3180 - https://github.com/mozilla-mobile/fenix/issues/11208
3181 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3184 notification_emails:
3185 - fenix-core@mozilla.com
3186 expires: "2021-08-01"
3190 A user saves changes made to an individual login
3192 - https://github.com/mozilla-mobile/fenix/issues/10173
3194 - https://github.com/mozilla-mobile/fenix/issues/11208
3195 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3198 notification_emails:
3199 - fenix-core@mozilla.com
3200 expires: "2021-08-01"
3202 download_notification:
3206 A user resumed a download in the download notification
3208 - https://github.com/mozilla-mobile/fenix/issues/5583
3210 - https://github.com/mozilla-mobile/fenix/pull/6554
3211 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3214 notification_emails:
3215 - fenix-core@mozilla.com
3216 expires: "2021-04-01"
3220 A user paused a download in the download notification
3222 - https://github.com/mozilla-mobile/fenix/issues/5583
3224 - https://github.com/mozilla-mobile/fenix/pull/6554
3225 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3228 notification_emails:
3229 - fenix-core@mozilla.com
3230 expires: "2021-04-01"
3234 A user cancelled a download in the download notification
3236 - https://github.com/mozilla-mobile/fenix/issues/5583
3238 - https://github.com/mozilla-mobile/fenix/pull/6554
3239 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3242 notification_emails:
3243 - fenix-core@mozilla.com
3244 expires: "2021-04-01"
3248 A user tapped on try again when a download fails in the download
3251 - https://github.com/mozilla-mobile/fenix/issues/5583
3253 - https://github.com/mozilla-mobile/fenix/pull/6554
3254 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3257 notification_emails:
3258 - fenix-core@mozilla.com
3259 expires: "2021-04-01"
3263 A user opened a downloaded file in the download notification
3265 - https://github.com/mozilla-mobile/fenix/issues/5583
3267 - https://github.com/mozilla-mobile/fenix/pull/6554
3268 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3271 notification_emails:
3272 - fenix-core@mozilla.com
3273 expires: "2021-04-01"
3277 A user opened a downloaded file in the in-app notification link
3279 - https://github.com/mozilla-mobile/fenix/issues/5583
3281 - https://github.com/mozilla-mobile/fenix/pull/6554
3282 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3285 notification_emails:
3286 - fenix-core@mozilla.com
3287 expires: "2021-04-01"
3291 A user tapped on try again when a download fails in the in-app
3294 - https://github.com/mozilla-mobile/fenix/issues/5583
3296 - https://github.com/mozilla-mobile/fenix/pull/6554
3297 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3300 notification_emails:
3301 - fenix-core@mozilla.com
3302 expires: "2021-04-01"
3308 A counter for how many times something is downloaded in the app.
3310 - https://github.com/mozilla-mobile/fenix/issues/11578
3312 - https://github.com/mozilla-mobile/fenix/pull/16730
3313 notification_emails:
3314 - fenix-core@mozilla.com
3315 expires: "2021-04-01"
3317 downloads_management:
3318 downloads_screen_opened:
3321 A counter for the number of times users access the "Downloads" folder
3324 - https://github.com/mozilla-mobile/fenix/issues/15367
3326 - https://github.com/mozilla-mobile/fenix/pull/16728
3327 notification_emails:
3328 - fenix-core@mozilla.com
3329 expires: "2021-04-01"
3334 A counter for how often a user tap to opens a download from inside the
3337 - https://github.com/mozilla-mobile/fenix/issues/15367
3339 - https://github.com/mozilla-mobile/fenix/pull/16728
3340 notification_emails:
3341 - fenix-core@mozilla.com
3342 expires: "2021-04-01"
3347 A counter for how often a user deletes one / more downloads at a time.
3349 - https://github.com/mozilla-mobile/fenix/issues/15367
3351 - https://github.com/mozilla-mobile/fenix/pull/16728
3352 notification_emails:
3353 - fenix-core@mozilla.com
3354 expires: "2021-04-01"
3356 user_specified_search_engines:
3357 custom_engine_added:
3360 A user added a new custom search engine
3362 - https://github.com/mozilla-mobile/fenix/issues/5884
3364 - https://github.com/mozilla-mobile/fenix/pull/6918
3365 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3368 notification_emails:
3369 - fenix-core@mozilla.com
3370 expires: "2021-08-01"
3373 custom_engine_deleted:
3376 A user deleted a custom search engine
3378 - https://github.com/mozilla-mobile/fenix/issues/5884
3379 - https://github.com/mozilla-mobile/fenix/issues/7881
3381 - https://github.com/mozilla-mobile/fenix/pull/6918
3382 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3385 notification_emails:
3386 - fenix-core@mozilla.com
3387 expires: "2021-08-01"
3393 A user enabled receiving search suggestions in private sessions
3395 - https://github.com/mozilla-mobile/fenix/issues/6070
3397 - https://github.com/mozilla-mobile/fenix/pull/6746
3398 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3402 notification_emails:
3403 - fenix-core@mozilla.com
3404 expires: "2021-08-01"
3410 A user selected the voice search button on the search screen.
3412 - https://github.com/mozilla-mobile/fenix/issues/10465
3414 - https://github.com/mozilla-mobile/fenix/pull/10785
3415 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3418 notification_emails:
3419 - fenix-core@mozilla.com
3420 expires: "2021-08-01"
3426 A user opened a default top site
3428 - https://github.com/mozilla-mobile/fenix/issues/8125
3430 - https://github.com/mozilla-mobile/fenix/pull/10752
3431 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3434 notification_emails:
3435 - fenix-core@mozilla.com
3436 expires: "2021-08-01"
3437 open_google_search_attribution:
3440 A user opened the google top site
3442 - https://github.com/mozilla-mobile/fenix/issues/17418
3444 - https://github.com/mozilla-mobile/fenix/pull/17637
3447 notification_emails:
3448 - fenix-core@mozilla.com
3449 expires: "2021-08-01"
3453 A user opened a frecency top site
3455 - https://github.com/mozilla-mobile/fenix/issues/14565
3457 - https://github.com/mozilla-mobile/fenix/pull/15136
3458 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3461 notification_emails:
3462 - fenix-core@mozilla.com
3463 expires: "2021-08-01"
3467 A user opened a pinned top site
3469 - https://github.com/mozilla-mobile/fenix/issues/14565
3471 - https://github.com/mozilla-mobile/fenix/pull/15136
3472 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3475 notification_emails:
3476 - fenix-core@mozilla.com
3477 expires: "2021-08-01"
3481 A user swiped to change the page of the top sites carousel
3485 The page number the carousel is now on
3487 - https://github.com/mozilla-mobile/fenix/issues/14565
3489 - https://github.com/mozilla-mobile/fenix/pull/15136
3490 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3493 notification_emails:
3494 - fenix-core@mozilla.com
3495 expires: "2021-08-01"
3499 A user long pressed on a top site
3503 The type of top site. Options are: "FRECENCY," "DEFAULT," or "PINNED."
3505 - https://github.com/mozilla-mobile/fenix/issues/14565
3507 - https://github.com/mozilla-mobile/fenix/pull/15136
3508 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3511 notification_emails:
3512 - fenix-core@mozilla.com
3513 expires: "2021-08-01"
3517 A user opens a new tab based on a top site item
3519 - https://github.com/mozilla-mobile/fenix/issues/6757
3521 - https://github.com/mozilla-mobile/fenix/pull/7523
3522 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3525 notification_emails:
3526 - fenix-core@mozilla.com
3527 expires: "2021-08-01"
3528 open_in_private_tab:
3531 A user opens a new private tab based on a top site item
3533 - https://github.com/mozilla-mobile/fenix/issues/6757
3535 - https://github.com/mozilla-mobile/fenix/pull/7523
3536 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3539 notification_emails:
3540 - fenix-core@mozilla.com
3541 expires: "2021-08-01"
3545 A user removes a top site item
3547 - https://github.com/mozilla-mobile/fenix/issues/6757
3549 - https://github.com/mozilla-mobile/fenix/pull/7523
3550 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3553 notification_emails:
3554 - fenix-core@mozilla.com
3555 expires: "2021-08-01"
3561 A user tapped on "Support" item from About page
3563 - https://github.com/mozilla-mobile/fenix/issues/6834
3565 - https://github.com/mozilla-mobile/fenix/pull/8047
3566 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3569 notification_emails:
3570 - fenix-core@mozilla.com
3571 expires: "2021-04-01"
3572 privacy_notice_tapped:
3575 A user tapped on "Privacy notice" item from About page
3577 - https://github.com/mozilla-mobile/fenix/issues/6834
3579 - https://github.com/mozilla-mobile/fenix/pull/8047
3580 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3583 notification_emails:
3584 - fenix-core@mozilla.com
3585 expires: "2021-04-01"
3588 dark_theme_selected:
3591 A user selected Dark Theme
3595 The source from where dark theme was selected. The source can be
3596 'SETTINGS' or 'ONBOARDING'
3598 - https://github.com/mozilla-mobile/fenix/issues/7289
3600 - https://github.com/mozilla-mobile/fenix/pull/7968
3601 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3604 notification_emails:
3605 - fenix-core@mozilla.com
3606 expires: "2021-04-01"
3609 pocket_top_site_clicked:
3612 A user clicked on the trending Pocket top site
3614 - https://github.com/mozilla-mobile/fenix/issues/8126
3616 - https://github.com/mozilla-mobile/fenix/pull/8098
3617 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3620 notification_emails:
3621 - fenix-core@mozilla.com
3622 expires: "2021-08-01"
3626 pocket_top_site_removed:
3629 A user removed the trending Pocket top site
3631 - https://github.com/mozilla-mobile/fenix/issues/8126
3633 - https://github.com/mozilla-mobile/fenix/pull/8098
3634 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3637 notification_emails:
3638 - fenix-core@mozilla.com
3639 expires: "2021-08-01"
3647 The name of the campaign that is responsible for this installation.
3649 - https://github.com/mozilla-mobile/fenix/issues/7295
3651 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3652 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3656 notification_emails:
3657 - fenix-core@mozilla.com
3658 expires: "2021-08-01"
3664 The name of the Network that sourced this installation.
3666 - https://github.com/mozilla-mobile/fenix/issues/7295
3668 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3669 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3673 notification_emails:
3674 - fenix-core@mozilla.com
3675 expires: "2021-08-01"
3681 The name of the AdGroup that was used to source this installation.
3683 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3685 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
3686 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3690 notification_emails:
3691 - fenix-core@mozilla.com
3692 expires: "2021-08-01"
3698 The identifier of the creative material that the user interacted with.
3700 - https://github.com/mozilla-mobile/fenix/issues/7295
3702 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3703 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3707 notification_emails:
3708 - fenix-core@mozilla.com
3709 expires: "2021-08-01"
3715 The Glean generated date and time of the installation. This is
3716 unique per app install, though the rest of the data in this
3717 ping is from Adjust and will remain static across installs.
3719 - https://github.com/mozilla-mobile/fenix/issues/7295
3721 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3722 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3726 notification_emails:
3727 - fenix-core@mozilla.com
3728 expires: "2021-08-01"
3732 type: labeled_counter
3734 Records counts of SERP pages with adverts displayed.
3735 The key format is ‘<provider-name>’.
3739 - https://github.com/mozilla-mobile/fenix/issues/6558
3741 - https://github.com/mozilla-mobile/fenix/pull/10112
3742 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3745 notification_emails:
3746 - fenix-core@mozilla.com
3747 expires: "2021-08-01"
3749 type: labeled_counter
3751 Records clicks of adverts on SERP pages.
3752 The key format is ‘<provider-name>’.
3756 - https://github.com/mozilla-mobile/fenix/issues/6558
3758 - https://github.com/mozilla-mobile/fenix/pull/10112
3759 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3762 notification_emails:
3763 - fenix-core@mozilla.com
3764 expires: "2021-08-01"
3766 type: labeled_counter
3768 Records the type of interaction a user has on SERP pages.
3772 - https://github.com/mozilla-mobile/fenix/issues/6557
3774 - https://github.com/mozilla-mobile/fenix/pull/10167
3775 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3778 notification_emails:
3779 - fenix-core@mozilla.com
3780 expires: "2021-08-01"
3783 open_addons_in_settings:
3786 A user accessed "Add-ons" from the Settings
3788 - https://github.com/mozilla-mobile/fenix/issues/6174
3790 - https://github.com/mozilla-mobile/fenix/pull/8318
3791 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3794 notification_emails:
3795 - fenix-core@mozilla.com
3796 expires: "2021-04-01"
3797 open_addon_in_toolbar_menu:
3800 A user interacted with an installed add-on in the toolbar menu
3804 The id of the add-on that was interacted with in the toolbar menu
3806 - https://github.com/mozilla-mobile/fenix/issues/6174
3808 - https://github.com/mozilla-mobile/fenix/pull/8318
3809 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3812 notification_emails:
3813 - fenix-core@mozilla.com
3814 expires: "2021-04-01"
3815 has_installed_addons:
3818 Whether or not the user has installed add-ons on the device.
3822 - https://github.com/mozilla-mobile/fenix/issues/6174
3824 - https://github.com/mozilla-mobile/fenix/pull/8318
3825 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3828 notification_emails:
3829 - fenix-core@mozilla.com
3830 expires: "2021-04-01"
3834 Whether or not the user has enabled add-ons on the device.
3838 - https://github.com/mozilla-mobile/fenix/issues/6174
3840 - https://github.com/mozilla-mobile/fenix/pull/8318
3841 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3844 notification_emails:
3845 - fenix-core@mozilla.com
3846 expires: "2021-04-01"
3850 A list of all installed add-ons on the device.
3854 - https://github.com/mozilla-mobile/fenix/issues/8920
3856 - https://github.com/mozilla-mobile/fenix/pull/11080
3857 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3860 notification_emails:
3861 - fenix-core@mozilla.com
3862 expires: "2021-04-01"
3866 A list of all enabled add-ons on the device.
3870 - https://github.com/mozilla-mobile/fenix/issues/8920
3872 - https://github.com/mozilla-mobile/fenix/pull/11080
3873 - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3876 notification_emails:
3877 - fenix-core@mozilla.com
3878 expires: "2021-04-01"
3885 time_unit: nanosecond
3887 The duration the Android framework takes to start before letting us run
3888 code in `*Application.init`. This is calculated from `appInitTimestamp -
3889 processStartTimestamp`. `processStartTimestamp` is derived from the clock
3890 tick time unit, which is expected to be less granular than nanoseconds.
3891 Therefore, we convert and round our timestamps to clock ticks before
3892 computing the difference and convert back to nanoseconds to report.
3894 For debugging purposes, `clock_ticks_per_second`, which may vary between
3895 devices, is also reported as a metric
3897 - https://github.com/mozilla-mobile/fenix/issues/8803
3899 - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3900 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3903 notification_emails:
3904 - perf-android-fe@mozilla.com
3905 - mcomella@mozilla.com
3906 expires: "2021-08-01"
3907 framework_start_error:
3912 An error when attempting to record `framework_start` - the application
3913 init timestamp returned a negative value - which is likely indicative of a
3914 bug in the implementation.
3916 - https://github.com/mozilla-mobile/fenix/issues/8803
3918 - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3919 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3922 notification_emails:
3923 - perf-android-fe@mozilla.com
3924 - mcomella@mozilla.com
3925 expires: "2021-08-01"
3926 framework_start_read_error:
3931 An error when attempting to read stats from /proc pseudo-filesystem -
3932 privacy managers can block access to reading these files -
3933 the application will catch a file reading exception.
3935 - https://github.com/mozilla-mobile/fenix/issues/10434
3937 - https://github.com/mozilla-mobile/fenix/pull/10481
3938 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3941 notification_emails:
3942 - perf-android-fe@mozilla.com
3943 - mcomella@mozilla.com
3944 expires: "2021-08-01"
3945 clock_ticks_per_second:
3950 The number of clock tick time units that occur in one second on this
3951 particular device. This value is expected to be used in conjunction with
3952 the `framework_start` metric.
3954 - https://github.com/mozilla-mobile/fenix/issues/8803
3956 - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3957 - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3960 notification_emails:
3961 - perf-android-fe@mozilla.com
3962 - mcomella@mozilla.com
3963 expires: "2021-08-01"
3966 application_on_create:
3967 type: timing_distribution
3968 time_unit: millisecond
3970 The duration of `FenixApplication.onCreate` in the main process.
3972 - https://github.com/mozilla-mobile/fenix/issues/17969
3974 - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
3977 notification_emails:
3978 - perf-android-fe@mozilla.com
3979 - mcomella@mozilla.com
3980 expires: "2021-08-11"
3981 home_activity_on_create:
3982 type: timing_distribution
3983 time_unit: millisecond
3985 The duration of `HomeActivity.onCreate`.
3987 - https://github.com/mozilla-mobile/fenix/issues/17969
3989 - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
3992 notification_emails:
3993 - perf-android-fe@mozilla.com
3994 - mcomella@mozilla.com
3995 expires: "2021-08-11"
3998 history_suggestions:
4001 type: timing_distribution
4002 time_unit: millisecond
4004 Duration of a history awesomebar suggestion query.
4006 - https://github.com/mozilla-mobile/android-components/issues/4992
4008 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4012 notification_emails:
4013 - fenix-core@mozilla.com
4014 - gkruglov@mozilla.com
4015 expires: "2020-11-15"
4016 bookmark_suggestions:
4019 type: timing_distribution
4020 time_unit: millisecond
4022 Duration of a bookmarks awesomebar suggestion query.
4024 - https://github.com/mozilla-mobile/android-components/issues/4992
4026 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4030 notification_emails:
4031 - fenix-core@mozilla.com
4032 - gkruglov@mozilla.com
4033 expires: "2020-11-15"
4034 search_engine_suggestions:
4037 type: timing_distribution
4038 time_unit: millisecond
4040 Duration of a search engine awesomebar suggestion query.
4042 - https://github.com/mozilla-mobile/android-components/issues/4992
4044 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4048 notification_emails:
4049 - fenix-core@mozilla.com
4050 - gkruglov@mozilla.com
4051 expires: "2020-11-15"
4052 session_suggestions:
4055 type: timing_distribution
4056 time_unit: millisecond
4058 Duration of a session awesomebar suggestion query.
4060 - https://github.com/mozilla-mobile/android-components/issues/4992
4062 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4066 notification_emails:
4067 - fenix-core@mozilla.com
4068 - gkruglov@mozilla.com
4069 expires: "2020-11-15"
4070 synced_tabs_suggestions:
4073 type: timing_distribution
4074 time_unit: millisecond
4076 Duration of a synced tabs awesomebar suggestion query.
4078 - https://github.com/mozilla-mobile/android-components/issues/4992
4080 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4084 notification_emails:
4085 - fenix-core@mozilla.com
4086 - gkruglov@mozilla.com
4087 expires: "2020-11-15"
4088 clipboard_suggestions:
4091 type: timing_distribution
4092 time_unit: millisecond
4094 Duration of a clipboard awesomebar suggestion query.
4096 - https://github.com/mozilla-mobile/android-components/issues/4992
4098 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4102 notification_emails:
4103 - fenix-core@mozilla.com
4104 - gkruglov@mozilla.com
4105 expires: "2020-11-15"
4106 shortcuts_suggestions:
4109 type: timing_distribution
4110 time_unit: millisecond
4112 Duration of a shortcuts awesomebar suggestion query.
4114 - https://github.com/mozilla-mobile/android-components/issues/4992
4116 - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4120 notification_emails:
4121 - fenix-core@mozilla.com
4122 - gkruglov@mozilla.com
4123 expires: "2020-11-15"
4128 description: A user visited the autoplay settings screen
4130 - https://github.com/mozilla-mobile/fenix/issues/11579
4132 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4135 notification_emails:
4136 - fenix-core@mozilla.com
4137 expires: "2021-08-01"
4141 A user changed their autoplay setting to either block_cellular,
4142 block_audio, or block_all.
4146 The new setting for autoplay: block_cellular,
4147 block_audio, or block_all.
4149 - https://github.com/mozilla-mobile/fenix/issues/11579
4151 - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4154 notification_emails:
4155 - fenix-core@mozilla.com
4156 expires: "2021-08-01"
4159 query_stats_duration:
4162 type: timing_distribution
4164 How long it took to query the device for the StorageStats that contain the
4165 file size information. The docs say it may be expensive so we want to
4166 ensure it's not too expensive. This value is only available on Android
4169 - https://github.com/mozilla-mobile/fenix/issues/12802
4171 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4172 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4176 notification_emails:
4177 - fenix-core@mozilla.com
4178 - perf-android-fe@mozilla.com
4179 - mcomella@mozilla.com
4180 expires: "2021-08-01"
4184 type: memory_distribution
4186 The size of the app's APK and related files as installed: this is expected
4187 to be larger than download size. This is the output of
4188 [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
4189 so see that for details. This value is only available on Android 8+. A
4190 similar value may be available on the Google Play dashboard: we can use
4191 this value to see if that value is reliable enough.
4194 - https://github.com/mozilla-mobile/fenix/issues/12802
4196 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4197 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4201 notification_emails:
4202 - fenix-core@mozilla.com
4203 - perf-android-fe@mozilla.com
4204 - mcomella@mozilla.com
4205 expires: "2021-08-01"
4209 type: memory_distribution
4211 The size of all cached data in the app. This is the output of
4212 [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
4213 so see that for details. This value is only available on Android 8+.
4216 - https://github.com/mozilla-mobile/fenix/issues/12802
4218 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4219 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4223 notification_emails:
4224 - fenix-core@mozilla.com
4225 - perf-android-fe@mozilla.com
4226 - mcomella@mozilla.com
4227 expires: "2021-08-01"
4231 type: memory_distribution
4233 The size of all data minus `cache_bytes`. This is the output of
4234 [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
4235 except we subtract the value of `cache_bytes` so the cache is not measured
4236 redundantly; see that method for details. This value is only available on
4240 - https://github.com/mozilla-mobile/fenix/issues/12802
4242 - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4243 - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4247 notification_emails:
4248 - fenix-core@mozilla.com
4249 - perf-android-fe@mozilla.com
4250 - mcomella@mozilla.com
4251 expires: "2021-08-01"
4253 progressive_web_app:
4257 A user taps on PWA homescreen icon
4259 - https://github.com/mozilla-mobile/fenix/issues/10261
4261 - https://github.com/mozilla-mobile/fenix/pull/11859
4264 notification_emails:
4265 - fenix-core@mozilla.com
4266 - erichards@mozilla.com
4267 expires: "2021-03-01"
4271 A user installs a PWA. Could be a shortcut or added to homescreen.
4273 - https://github.com/mozilla-mobile/fenix/issues/10261
4275 - https://github.com/mozilla-mobile/fenix/pull/11859
4278 notification_emails:
4279 - fenix-core@mozilla.com
4280 - erichards@mozilla.com
4281 expires: "2021-03-01"
4285 A user brings the PWA into the foreground.
4289 The current time in ms when the PWA was brought to the foreground.
4291 - https://github.com/mozilla-mobile/fenix/issues/10261
4293 - https://github.com/mozilla-mobile/fenix/pull/11859
4296 notification_emails:
4297 - fenix-core@mozilla.com
4298 - erichards@mozilla.com
4299 expires: "2021-03-01"
4303 A user puts the PWA into the background.
4307 The current time in ms when the PWA was backgrounded.
4309 - https://github.com/mozilla-mobile/fenix/issues/10261
4311 - https://github.com/mozilla-mobile/fenix/pull/11859
4314 notification_emails:
4315 - fenix-core@mozilla.com
4316 - erichards@mozilla.com
4317 expires: "2021-03-01"
4323 The master password migration dialog was displayed
4325 - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4327 - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4330 notification_emails:
4331 - fenix-core@mozilla.com
4332 expires: "2021-03-01"
4336 Logins were successfully migrated using a master password.
4338 - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4340 - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4343 notification_emails:
4344 - fenix-core@mozilla.com
4345 expires: "2021-03-01"
4351 The tab settings were opened.
4353 - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
4355 - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
4358 notification_emails:
4359 - fenix-core@mozilla.com
4360 expires: "2021-08-01"
4366 Open in App banner was shown.
4368 - https://github.com/mozilla-mobile/fenix/issues/16828
4370 - https://github.com/mozilla-mobile/fenix/pull/17049
4373 notification_emails:
4374 - fenix-core@mozilla.com
4375 expires: "2021-08-01"
4379 User tapped 'dismiss' on Open in App banner.
4381 - https://github.com/mozilla-mobile/fenix/issues/16828
4383 - https://github.com/mozilla-mobile/fenix/pull/17049
4386 notification_emails:
4387 - fenix-core@mozilla.com
4388 expires: "2021-08-01"
4392 User tapped 'go to settings' on Open in App banner.
4394 - https://github.com/mozilla-mobile/fenix/issues/16828
4396 - https://github.com/mozilla-mobile/fenix/pull/17049
4399 notification_emails:
4400 - fenix-core@mozilla.com
4401 expires: "2021-08-01"
4407 The context menu's 'copy' option was used.
4409 - https://github.com/mozilla-mobile/fenix/issues/11580
4411 - https://github.com/mozilla-mobile/fenix/pull/16968
4414 notification_emails:
4415 - fenix-core@mozilla.com
4416 expires: "2021-06-01"
4420 The context menu's 'search' option was used.
4422 - https://github.com/mozilla-mobile/fenix/issues/11580
4424 - https://github.com/mozilla-mobile/fenix/pull/16968
4427 notification_emails:
4428 - fenix-core@mozilla.com
4429 expires: "2021-06-01"
4433 The context menu's 'select all' option was used.
4435 - https://github.com/mozilla-mobile/fenix/issues/11580
4437 - https://github.com/mozilla-mobile/fenix/pull/16968
4440 notification_emails:
4441 - fenix-core@mozilla.com
4442 expires: "2021-06-01"
4446 The context menu's 'share' option was used.
4448 - https://github.com/mozilla-mobile/fenix/issues/11580
4450 - https://github.com/mozilla-mobile/fenix/pull/16968
4453 notification_emails:
4454 - fenix-core@mozilla.com
4455 expires: "2021-06-01"
4459 type: labeled_counter
4464 How often was the content process of a foreground (selected) or
4465 background tab killed.
4467 - https://github.com/mozilla-mobile/android-components/issues/9366
4469 - https://github.com/mozilla-mobile/fenix/pull/17864
4472 notification_emails:
4473 - fenix-core@mozilla.com
4474 - skaspari@mozilla.com
4475 expires: "2021-12-31"
4476 kill_foreground_age:
4478 time_unit: millisecond
4480 Measures the age of the engine session of a foreground (selected) tab
4481 at the time its content process got killed.
4483 - https://github.com/mozilla-mobile/android-components/issues/9366
4488 notification_emails:
4489 - fenix-core@mozilla.com
4490 - skaspari@mozilla.com
4491 expires: "2021-12-31"
4492 kill_background_age:
4494 time_unit: millisecond
4496 Measures the age of the engine session of a background tab at the
4497 time its content process got killed.
4499 - https://github.com/mozilla-mobile/android-components/issues/9366
4501 - https://github.com/mozilla-mobile/fenix/pull/17864
4504 notification_emails:
4505 - fenix-core@mozilla.com
4506 - skaspari@mozilla.com
4507 expires: "2021-12-31"