[fenix] For https://github.com/mozilla-mobile/fenix/issues/17969: add duration probes...
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blobee9289f5d9c1fb3c3ba1fef84961f12e9365707b
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 $schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
7 no_lint:
8   - CATEGORY_GENERIC
10 events:
11   app_opened_all_startup:
12     type: event
13     description: |
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].
25     extra_keys:
26       type:
27         description: |
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.
40       source:
41         description: |
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:
48         description: |
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:
56         description: |
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
61           not be reported.
62     bugs:
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
67     data_reviews:
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
72     data_sensitivity:
73       - interaction
74     notification_emails:
75       - esmyth@mozilla.com
76       - perf-android-fe@mozilla.com
77     expires: "2021-06-01"
78   app_received_intent:
79     type: event
80     description: |
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.
91     extra_keys:
92       source:
93         description: |
94           The method used to open Fenix. Possible values are `app_icon`,
95           `custom_tab`, `link` or `unknown`
96     bugs:
97       - https://github.com/mozilla-mobile/fenix/issues/11830
98     data_reviews:
99       - https://github.com/mozilla-mobile/fenix/pull/11940/
100       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
101     notification_emails:
102       - esmyth@mozilla.com
103       - perf-android-fe@mozilla.com
104     expires: "2021-06-01"
105   app_opened:
106     type: event
107     description: |
108       A user opened the app (from cold start, to the homescreen or browser)
109     extra_keys:
110       source:
111         description: |
112           The method used to open Fenix. Possible values are: `app_icon`,
113           `custom_tab` or `link`
114     bugs:
115       - https://github.com/mozilla-mobile/fenix/issues/968
116       - https://github.com/mozilla-mobile/fenix/issues/10616
117     data_reviews:
118       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
119       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
120     data_sensitivity:
121       - interaction
122     notification_emails:
123       - telemetry-client-dev@mozilla.com
124       - fenix-core@mozilla.com
125     expires: "2021-04-01"
126   search_bar_tapped:
127     type: event
128     description: |
129       A user tapped the search bar
130     extra_keys:
131       source:
132         description: |
133           The view the user was on when they initiated the search (For example:
134           `Home` or `Browser`)
135     bugs:
136       - https://github.com/mozilla-mobile/fenix/issues/959
137     data_reviews:
138       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
139       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
140     data_sensitivity:
141       - interaction
142     notification_emails:
143       - fenix-core@mozilla.com
144     expires: "2021-04-01"
145   entered_url:
146     type: event
147     description: |
148       A user entered a url
149     extra_keys:
150       autocomplete:
151         description: |
152           A boolean that tells us whether the URL was autofilled by an
153           Autocomplete suggestion
154     bugs:
155       - https://github.com/mozilla-mobile/fenix/issues/959
156     data_reviews:
157       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
158       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
159     data_sensitivity:
160       - interaction
161     notification_emails:
162       - fenix-core@mozilla.com
163     expires: "2021-04-01"
164   performed_search:
165     type: event
166     description: |
167       A user performed a search
168     extra_keys:
169       source:
170         description: |
171           A string that tells us how the user performed the search. Possible
172           values are:
174           * default.action
175           * default.suggestion
176           * shortcut.action
177           * shortcut.suggestion
178     bugs:
179       - https://github.com/mozilla-mobile/fenix/issues/959
180     data_reviews:
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
184     data_sensitivity:
185       - interaction
186     notification_emails:
187       - fenix-core@mozilla.com
188     expires: "2021-04-01"
189   browser_menu_action:
190     type: event
191     description: |
192       A browser menu item was tapped
193     extra_keys:
194       item:
195         description: |
196           A string containing the name of the item the user tapped. These items
197           include:
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
203     bugs:
204       - https://github.com/mozilla-mobile/fenix/issues/1024
205     data_reviews:
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
210     data_sensitivity:
211       - interaction
212     notification_emails:
213       - fenix-core@mozilla.com
214     expires: "2021-04-01"
215   total_uri_count:
216     type: counter
217     description: |
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
222       location.
223     send_in_pings:
224       - metrics
225     bugs:
226       - https://github.com/mozilla-mobile/fenix/issues/1301
227       - https://github.com/mozilla-mobile/fenix/issues/4456
228     data_reviews:
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
232     data_sensitivity:
233       - interaction
234     notification_emails:
235       - fenix-core@mozilla.com
236     expires: "2021-08-01"
237   normal_and_private_uri_count:
238     type: counter
239     description: |
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.
245     send_in_pings:
246       - metrics
247     bugs:
248       - https://github.com/mozilla-mobile/fenix/issues/17089
249     data_reviews:
250       - https://github.com/mozilla-mobile/fenix/pull/17935
251     data_sensitivity:
252       - interaction
253     notification_emails:
254       - fenix-core@mozilla.com
255     expires: "2022-08-01"
256   preference_toggled:
257     type: event
258     description: |
259       A user toggled a boolean preference in settings
260     extra_keys:
261       preference_key:
262         description: |
263           The preference key for the boolean (true/false) preference the user
264           toggled.
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.
274       enabled:
275         description: "Whether or not the preference is *now* enabled"
276     bugs:
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
283     data_reviews:
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
292     data_sensitivity:
293       - technical
294       - interaction
295     notification_emails:
296       - fenix-core@mozilla.com
297     expires: "2021-06-01"
298   whats_new_tapped:
299     type: event
300     description: |
301       A user opened the "what's new" page button
302     bugs:
303       - https://github.com/mozilla-mobile/fenix/issues/5021
304     data_reviews:
305       - https://github.com/mozilla-mobile/fenix/pull/5090
306       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
307     data_sensitivity:
308       - interaction
309     notification_emails:
310       - fenix-core@mozilla.com
311     expires: "2021-04-01"
312   opened_link:
313     type: event
314     description: |
315       A user opened a link with Fenix
316     extra_keys:
317       mode:
318         description: |
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
322     bugs:
323       - https://github.com/mozilla-mobile/fenix/issues/5737
324     data_reviews:
325       - https://github.com/mozilla-mobile/fenix/pull/5975
326       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
327     data_sensitivity:
328       - interaction
329     notification_emails:
330       - fenix-core@mozilla.com
331     expires: "2021-04-01"
332   tab_counter_menu_action:
333     type: event
334     description:
335       A tab counter menu item was tapped
336     extra_keys:
337       item:
338         description: |
339           A string containing the name of the item the user tapped. These items
340           are:
342             New tab, New private tab, Close tab
343     bugs:
344       - https://github.com/mozilla-mobile/fenix/issues/11442
345     data_reviews:
346       - https://github.com/mozilla-mobile/fenix/pull/11533
347       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
348     data_sensitivity:
349       - interaction
350     notification_emails:
351       - fenix-core@mozilla.com
352     expires: "2021-04-01"
353   synced_tab_opened:
354     type: event
355     description: >
356       An event that indicates that a synced tab was opened.
357     bugs:
358       - https://github.com/mozilla-mobile/fenix/issues/15369
359     data_reviews:
360       - https://github.com/mozilla-mobile/fenix/pull/16727
361     data_sensitivity:
362       - interaction
363     notification_emails:
364       - fenix-core@mozilla.com
365     expires: "2021-05-10"
366   recently_closed_tabs_opened:
367     type: event
368     description: |
369       An event that indicates that the user
370       has accessed recently closed tabs list.
371     bugs:
372       - https://github.com/mozilla-mobile/fenix/issues/15366
373     data_reviews:
374       - https://github.com/mozilla-mobile/fenix/pull/16739
375     data_sensitivity:
376       - interaction
377     notification_emails:
378       - fenix-core@mozilla.com
379     expires: "2021-05-10"
380   copy_url_tapped:
381     type: event
382     description: |
383       An event that indicates that a user has selected
384       copy option when long pressing on url bar.
385     bugs:
386       - https://github.com/mozilla-mobile/fenix/issues/16827
387     data_reviews:
388       - https://github.com/mozilla-mobile/fenix/pull/16915
389     data_sensitivity:
390       - interaction
391     notification_emails:
392       - fenix-core@mozilla.com
393     expires: "2021-05-10"
395 onboarding:
396   fxa_auto_signin:
397     type: event
398     description:
399       The onboarding automatic sign in card was tapped.
400     bugs:
401       - https://github.com/mozilla-mobile/fenix/issues/10824
402     data_reviews:
403       - https://github.com/mozilla-mobile/fenix/pull/11867
404       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
405     data_sensitivity:
406       - interaction
407     notification_emails:
408       - fenix-core@mozilla.com
409       - erichards@mozilla.com
410     expires: "2021-08-01"
411   fxa_manual_signin:
412     type: event
413     description:
414       The onboarding manual sign in card was tapped.
415     bugs:
416       - https://github.com/mozilla-mobile/fenix/issues/10824
417     data_reviews:
418       - https://github.com/mozilla-mobile/fenix/pull/11867
419       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
420     data_sensitivity:
421       - interaction
422     notification_emails:
423       - fenix-core@mozilla.com
424       - erichards@mozilla.com
425     expires: "2021-08-01"
426   privacy_notice:
427     type: event
428     description:
429       The onboarding privacy notice card was tapped.
430     bugs:
431       - https://github.com/mozilla-mobile/fenix/issues/10824
432     data_reviews:
433       - https://github.com/mozilla-mobile/fenix/pull/11867
434       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
435     data_sensitivity:
436       - interaction
437     notification_emails:
438       - fenix-core@mozilla.com
439       - erichards@mozilla.com
440     expires: "2021-08-01"
441   pref_toggled_private_browsing:
442     type: event
443     description:
444       The private browsing preference was selected from the onboarding card.
445     bugs:
446       - https://github.com/mozilla-mobile/fenix/issues/10824
447     data_reviews:
448       - https://github.com/mozilla-mobile/fenix/pull/11867
449       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
450     data_sensitivity:
451       - interaction
452     notification_emails:
453       - fenix-core@mozilla.com
454       - erichards@mozilla.com
455     expires: "2021-08-01"
456   pref_toggled_toolbar_position:
457     type: event
458     description:
459       The toolbar position preference was chosen from the onboarding card.
460     extra_keys:
461       position:
462         description: |
463           A string that indicates the position of the toolbar TOP or BOTTOM.
464           Default: BOTTOM
465     bugs:
466       - https://github.com/mozilla-mobile/fenix/issues/10824
467     data_reviews:
468       - https://github.com/mozilla-mobile/fenix/pull/11867
469       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
470     data_sensitivity:
471       - interaction
472     notification_emails:
473       - fenix-core@mozilla.com
474       - erichards@mozilla.com
475     expires: "2021-08-01"
476   pref_toggled_tracking_prot:
477     type: event
478     description:
479       The tracking protection preference was chosen from the onboarding card.
480     extra_keys:
481       setting:
482         description: |
483           A string that indicates the Tracking Protection policy STANDARD
484           or STRICT. Default: Toggle ON, STANDARD
485     bugs:
486       - https://github.com/mozilla-mobile/fenix/issues/10824
487     data_reviews:
488       - https://github.com/mozilla-mobile/fenix/pull/11867
489       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
490     data_sensitivity:
491       - interaction
492     notification_emails:
493       - fenix-core@mozilla.com
494       - erichards@mozilla.com
495     expires: "2021-08-01"
496   pref_toggled_theme_picker:
497     type: event
498     description:
499       The device theme was chosen using the theme picker onboarding card.
500     extra_keys:
501       theme:
502         description: |
503           A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
504           Default: FOLLOW DEVICE
505     bugs:
506       - https://github.com/mozilla-mobile/fenix/issues/10824
507     data_reviews:
508       - https://github.com/mozilla-mobile/fenix/pull/11867
509       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
510     data_sensitivity:
511       - interaction
512     notification_emails:
513       - fenix-core@mozilla.com
514       - erichards@mozilla.com
515     expires: "2021-08-01"
516   finish:
517     type: event
518     description:
519       The user taps starts browsing and ends the onboarding experience.
520     bugs:
521       - https://github.com/mozilla-mobile/fenix/issues/10824
522     data_reviews:
523       - https://github.com/mozilla-mobile/fenix/pull/11867
524       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
525     data_sensitivity:
526       - interaction
527     notification_emails:
528       - fenix-core@mozilla.com
529       - erichards@mozilla.com
530     expires: "2021-08-01"
532 search_shortcuts:
533   selected:
534     type: event
535     description: |
536       A user selected a search shortcut engine to use
537     extra_keys:
538       engine:
539         description: |
540           The name of the built-in search engine the user selected as a string
541     bugs:
542       - https://github.com/mozilla-mobile/fenix/issues/793
543     data_reviews:
544       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
545       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
546     notification_emails:
547       - fenix-core@mozilla.com
548     expires: "2021-08-01"
550 toolbar_settings:
551   changed_position:
552     type: event
553     description: |
554       The user selected a new position for the toolbar
555     extra_keys:
556       position:
557         description: |
558           A string that indicates the new position of the toolbar TOP or BOTTOM
559     bugs:
560       - https://github.com/mozilla-mobile/fenix/issues/6054
561     data_reviews:
562       - https://github.com/mozilla-mobile/fenix/pull/6608
563       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
564     data_sensitivity:
565       - interaction
566     notification_emails:
567       - fenix-core@mozilla.com
568     expires: "2021-08-01"
570 crash_reporter:
571   opened:
572     type: event
573     description: |
574       The crash reporter was displayed
575     bugs:
576       - https://github.com/mozilla-mobile/fenix/issues/1040
577     data_reviews:
578       - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
579       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
580     data_sensitivity:
581       - interaction
582     notification_emails:
583       - fenix-core@mozilla.com
584     expires: "2021-04-01"
585   closed:
586     type: event
587     description: |
588       The crash reporter was closed
589     extra_keys:
590       crash_submitted:
591         description: |
592           A boolean that tells us whether or not the user submitted a crash
593           report
594     bugs:
595       - https://github.com/mozilla-mobile/fenix/issues/1040
596     data_reviews:
597       - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
598       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
599     data_sensitivity:
600       - interaction
601     notification_emails:
602       - fenix-core@mozilla.com
603     expires: "2021-04-01"
605 context_menu:
606   item_tapped:
607     type: event
608     description: |
609       A user tapped an item in the browsers context menu
610     extra_keys:
611       named:
612         description: |
613           The name of the item that was tapped. Available items are:
615           ```
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
618           ```
619     bugs:
620       - https://github.com/mozilla-mobile/fenix/issues/957
621       - https://github.com/mozilla-mobile/fenix/issues/16076
622     data_reviews:
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
626     data_sensitivity:
627       - interaction
628     notification_emails:
629       - fenix-core@mozilla.com
630     expires: "2021-04-01"
632 login_dialog:
633   displayed:
634     type: event
635     description: |
636       The login dialog prompt was displayed
637     bugs:
638       - https://github.com/mozilla-mobile/fenix/issues/9730
639     data_reviews:
640       - https://github.com/mozilla-mobile/fenix/pull/13050
641     data_sensitivity:
642       - interaction
643     notification_emails:
644       - fenix-core@mozilla.com
645     expires: "2021-08-01"
646   cancelled:
647     type: event
648     description: |
649       The login dialog prompt was cancelled
650     bugs:
651       - https://github.com/mozilla-mobile/fenix/issues/9730
652     data_reviews:
653       - https://github.com/mozilla-mobile/fenix/pull/13050
654     data_sensitivity:
655       - interaction
656     notification_emails:
657       - fenix-core@mozilla.com
658     expires: "2021-08-01"
659   saved:
660     type: event
661     description: |
662       The login dialog prompt "save" button was pressed
663     bugs:
664       - https://github.com/mozilla-mobile/fenix/issues/9730
665     data_reviews:
666       - https://github.com/mozilla-mobile/fenix/pull/13050
667     data_sensitivity:
668       - interaction
669     notification_emails:
670       - fenix-core@mozilla.com
671     expires: "2021-08-01"
672   never_save:
673     type: event
674     description: |
675       The login dialog prompt "never save" button was pressed
676     bugs:
677       - https://github.com/mozilla-mobile/fenix/issues/9730
678     data_reviews:
679       - https://github.com/mozilla-mobile/fenix/pull/13050
680     data_sensitivity:
681       - interaction
682     notification_emails:
683       - fenix-core@mozilla.com
684     expires: "2021-08-01"
686 find_in_page:
687   opened:
688     type: event
689     description: |
690       A user opened the find in page UI
691     bugs:
692       - https://github.com/mozilla-mobile/fenix/issues/1036
693     data_reviews:
694       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
695       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
696     data_sensitivity:
697       - interaction
698     notification_emails:
699       - fenix-core@mozilla.com
700     expires: "2021-08-01"
701   closed:
702     type: event
703     description: |
704       A user closed the find in page UI
705     bugs:
706       - https://github.com/mozilla-mobile/fenix/issues/1036
707     data_reviews:
708       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
709       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
710     data_sensitivity:
711       - interaction
712     notification_emails:
713       - fenix-core@mozilla.com
714     expires: "2021-08-01"
715   searched_page:
716     type: event
717     description: |
718       A user searched the page
719     bugs:
720       - https://github.com/mozilla-mobile/fenix/issues/1036
721     data_reviews:
722       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
723       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
724     data_sensitivity:
725       - interaction
726     notification_emails:
727       - fenix-core@mozilla.com
728     expires: "2021-08-01"
730 metrics:
731   default_browser:
732     type: boolean
733     lifetime: application
734     description: |
735       Is Fenix the default browser?
736     send_in_pings:
737       - metrics
738     bugs:
739       - https://github.com/mozilla-mobile/fenix/issues/960
740     data_reviews:
741       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
742       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
743     data_sensitivity:
744       - interaction
745     notification_emails:
746       - fenix-core@mozilla.com
747     expires: "2021-08-01"
748   distribution_id:
749     type: string
750     lifetime: application
751     description: |
752       A string containing the distribution identifier. This is currently used
753       to identify installs from Mozilla Online.
754     send_in_pings:
755       - metrics
756     bugs:
757       - https://github.com/mozilla-mobile/fenix/issues/16075
758     data_reviews:
759       - https://github.com/mozilla-mobile/fenix/issues/16075
760     data_sensitivity:
761       - technical
762     notification_emails:
763       - fenix-core@mozilla.com
764     expires: never
765   mobile_bookmarks_count:
766     type: counter
767     lifetime: application
768     description: |
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`.
774     send_in_pings:
775       - metrics
776     bugs:
777       - https://github.com/mozilla-mobile/fenix/issues/16941
778     data_reviews:
779       - https://github.com/mozilla-mobile/fenix/pull/16942
780       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
781     data_sensitivity:
782       - interaction
783     notification_emails:
784       - fenix-core@mozilla.com
785     expires: "2021-08-01"
786   has_mobile_bookmarks:
787     type: boolean
788     lifetime: application
789     description: |
790       A boolean that indicates if the user has bookmarks in the mobile folder
791     send_in_pings:
792       - metrics
793     bugs:
794       - https://github.com/mozilla-mobile/fenix/issues/16941
795     data_reviews:
796       - https://github.com/mozilla-mobile/fenix/pull/16942
797       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
798     data_sensitivity:
799       - interaction
800     notification_emails:
801       - fenix-core@mozilla.com
802     expires: "2021-08-01"
803   desktop_bookmarks_count:
804     type: counter
805     lifetime: application
806     description: |
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`.
812     send_in_pings:
813       - metrics
814     bugs:
815       - https://github.com/mozilla-mobile/fenix/issues/16941
816     data_reviews:
817       - https://github.com/mozilla-mobile/fenix/pull/16942
818       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
819     data_sensitivity:
820       - interaction
821     notification_emails:
822       - fenix-core@mozilla.com
823     expires: "2021-08-01"
824   has_desktop_bookmarks:
825     type: boolean
826     lifetime: application
827     description: |
828       A boolean that indicates if the user has bookmarks in the desktop folder
829     send_in_pings:
830       - metrics
831     bugs:
832       - https://github.com/mozilla-mobile/fenix/issues/16941
833     data_reviews:
834       - https://github.com/mozilla-mobile/fenix/pull/16942
835       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
836     data_sensitivity:
837       - interaction
838     notification_emails:
839       - fenix-core@mozilla.com
840     expires: "2021-08-01"
841   top_sites_count:
842     type: counter
843     lifetime: application
844     description: |
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
849       `has_top_sites`.
850     send_in_pings:
851       - metrics
852     bugs:
853       - https://github.com/mozilla-mobile/fenix/issues/8125
854     data_reviews:
855       - https://github.com/mozilla-mobile/fenix/pull/9556
856       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
857     data_sensitivity:
858       - interaction
859     notification_emails:
860       - fenix-core@mozilla.com
861     expires: "2021-08-01"
862   has_top_sites:
863     type: boolean
864     lifetime: application
865     description: |
866       A boolean that indicates if the user has top sites
867     send_in_pings:
868       - metrics
869     bugs:
870       - https://github.com/mozilla-mobile/fenix/issues/8125
871     data_reviews:
872       - https://github.com/mozilla-mobile/fenix/pull/9556
873       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
874     data_sensitivity:
875       - interaction
876     notification_emails:
877       - fenix-core@mozilla.com
878     expires: "2021-08-01"
879   recently_used_pwa_count:
880     type: counter
881     lifetime: application
882     description: |
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`.
892     send_in_pings:
893       - metrics
894     bugs:
895       - https://github.com/mozilla-mobile/fenix/issues/11909
896     data_reviews:
897       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
898       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
899     data_sensitivity:
900       - interaction
901     notification_emails:
902       - fenix-core@mozilla.com
903     expires: "2021-08-01"
904   has_recent_pwas:
905     type: boolean
906     lifetime: application
907     description: |
908       A boolean that indicates if the user has recently used PWAs.
909       See recently_used_pwa_count for the actual count.
910     send_in_pings:
911       - metrics
912     bugs:
913       - https://github.com/mozilla-mobile/fenix/issues/11909
914     data_reviews:
915       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
916       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
917     data_sensitivity:
918       - interaction
919     notification_emails:
920       - fenix-core@mozilla.com
921     expires: "2021-08-01"
922   search_count:
923     type: labeled_counter
924     description: |
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
930       `custom`.
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.
935     send_in_pings:
936       - metrics
937     bugs:
938       - https://github.com/mozilla-mobile/fenix/issues/1158
939       - https://github.com/mozilla-mobile/fenix/issues/6556
940     data_reviews:
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
945     data_sensitivity:
946       - technical
947       - interaction
948     notification_emails:
949       - fenix-core@mozilla.com
950     expires: "2021-08-01"
951   mozilla_products:
952     type: string_list
953     lifetime: application
954     description: |
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,
958       Focus, and Lockwise.
959     send_in_pings:
960       - metrics
961     bugs:
962       - https://github.com/mozilla-mobile/fenix/issues/1192
963     data_reviews:
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
967     data_sensitivity:
968       - technical
969       - interaction
970     notification_emails:
971       - fenix-core@mozilla.com
972     expires: "2021-08-01"
973   default_moz_browser:
974     type: string
975     lifetime: application
976     description: |
977       The name of the default browser on device if and only if it's a Mozilla
978       owned product
979     send_in_pings:
980       - metrics
981     bugs:
982       - https://github.com/mozilla-mobile/fenix/issues/1192
983     data_reviews:
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
987     data_sensitivity:
988       - technical
989       - interaction
990     notification_emails:
991       - fenix-core@mozilla.com
992     expires: "2021-08-01"
993   adjust_campaign:
994     type: string
995     lifetime: application
996     description: |
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.
1000     send_in_pings:
1001       - metrics
1002     bugs:
1003       - https://github.com/mozilla-mobile/fenix/issues/1298
1004       - https://github.com/mozilla-mobile/fenix/issues/9136
1005     data_reviews:
1006       - https://github.com/mozilla-mobile/fenix/pull/5579
1007       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1008     data_sensitivity:
1009       - technical
1010     notification_emails:
1011       - fenix-core@mozilla.com
1012     expires: "2021-08-01"
1013   adjust_ad_group:
1014     type: string
1015     lifetime: application
1016     description: |
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.
1020     send_in_pings:
1021       - metrics
1022     bugs:
1023       - https://github.com/mozilla-mobile/fenix/issues/1298
1024       - https://github.com/mozilla-mobile/fenix/issues/9136
1025     data_reviews:
1026       - https://github.com/mozilla-mobile/fenix/pull/9253
1027       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1028     data_sensitivity:
1029       - interaction
1030     notification_emails:
1031       - fenix-core@mozilla.com
1032     expires: "2021-08-01"
1033   adjust_creative:
1034     type: string
1035     lifetime: application
1036     description: |
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.
1040     send_in_pings:
1041       - metrics
1042     bugs:
1043       - https://github.com/mozilla-mobile/fenix/issues/1298
1044       - https://github.com/mozilla-mobile/fenix/issues/9136
1045     data_reviews:
1046       - https://github.com/mozilla-mobile/fenix/pull/9253
1047       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1048     data_sensitivity:
1049       - interaction
1050     notification_emails:
1051       - fenix-core@mozilla.com
1052     expires: "2021-08-01"
1053   adjust_network:
1054     type: string
1055     lifetime: application
1056     description: |
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.
1060     send_in_pings:
1061       - metrics
1062     bugs:
1063       - https://github.com/mozilla-mobile/fenix/issues/1298
1064       - https://github.com/mozilla-mobile/fenix/issues/9136
1065     data_reviews:
1066       - https://github.com/mozilla-mobile/fenix/pull/9253
1067       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1068     data_sensitivity:
1069       - interaction
1070     notification_emails:
1071       - fenix-core@mozilla.com
1072     expires: "2021-08-01"
1073   toolbar_position:
1074     type: string
1075     lifetime: application
1076     description: |
1077       A string that indicates the new position of the toolbar TOP or BOTTOM
1078     send_in_pings:
1079       - metrics
1080     bugs:
1081       - https://github.com/mozilla-mobile/fenix/issues/6054
1082     data_reviews:
1083       - https://github.com/mozilla-mobile/fenix/pull/6608
1084       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1085     data_sensitivity:
1086       - interaction
1087     notification_emails:
1088       - fenix-core@mozilla.com
1089     expires: "2021-08-01"
1090   close_tab_setting:
1091     type: string
1092     lifetime: application
1093     description: |
1094       A string that indicates the setting for tab closing:
1095       MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
1096     send_in_pings:
1097       - metrics
1098     bugs:
1099       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1100     data_reviews:
1101       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1102     data_sensitivity:
1103       - interaction
1104     notification_emails:
1105       - fenix-core@mozilla.com
1106     expires: "2021-08-01"
1107   tab_view_setting:
1108     type: string
1109     lifetime: application
1110     description: |
1111       A string that indicates the setting for tab view:
1112       GRID, LIST
1113     send_in_pings:
1114       - metrics
1115     bugs:
1116       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1117     data_reviews:
1118       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1119     data_sensitivity:
1120       - interaction
1121     notification_emails:
1122       - fenix-core@mozilla.com
1123     expires: "2021-08-01"
1124   search_widget_installed:
1125     type: boolean
1126     lifetime: application
1127     description: |
1128       Whether or not the search widget is installed
1129     send_in_pings:
1130       - metrics
1131     bugs:
1132       - https://github.com/mozilla-mobile/fenix/issues/9488
1133     data_reviews:
1134       - https://github.com/mozilla-mobile/fenix/pull/10958
1135       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1136     data_sensitivity:
1137       - interaction
1138     notification_emails:
1139       - fenix-core@mozilla.com
1140     expires: "2021-08-01"
1141   tabs_open_count:
1142     type: counter
1143     lifetime: application
1144     description: |
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`.
1150     send_in_pings:
1151       - metrics
1152     bugs:
1153       - https://github.com/mozilla-mobile/fenix/issues/11479
1154     data_reviews:
1155       - https://github.com/mozilla-mobile/fenix/pull/12024
1156       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1157     data_sensitivity:
1158       - interaction
1159     notification_emails:
1160       - fenix-core@mozilla.com
1161     expires: "2021-08-01"
1162   has_open_tabs:
1163     type: boolean
1164     lifetime: application
1165     description: |
1166       A boolean that indicates if the user has any open NORMAL tabs.
1167     send_in_pings:
1168       - metrics
1169     bugs:
1170       - https://github.com/mozilla-mobile/fenix/issues/11479
1171     data_reviews:
1172       - https://github.com/mozilla-mobile/fenix/pull/12024
1173       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1174     data_sensitivity:
1175       - interaction
1176     notification_emails:
1177       - fenix-core@mozilla.com
1178     expires: "2021-08-01"
1180 preferences:
1181   show_search_suggestions:
1182     type: string_list
1183     description: >
1184       Whether or not the user has search suggestions enabled
1185       default: true
1186     send_in_pings:
1187       - metrics
1188     bugs:
1189       - https://github.com/mozilla-mobile/fenix/issues/11118
1190     data_reviews:
1191       - https://github.com/mozilla-mobile/fenix/pull/11211
1192       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1193     data_sensitivity:
1194       - interaction
1195     notification_emails:
1196       - fenix-core@mozilla.com
1197     expires: "2021-08-01"
1198   remote_debugging:
1199     type: string_list
1200     description: >
1201       Whether or not the user has remote debugging enabled
1202       default: false
1203     send_in_pings:
1204       - metrics
1205     bugs:
1206       - https://github.com/mozilla-mobile/fenix/issues/11118
1207     data_reviews:
1208       - https://github.com/mozilla-mobile/fenix/pull/11211
1209       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1210     data_sensitivity:
1211       - interaction
1212     notification_emails:
1213       - fenix-core@mozilla.com
1214     expires: "2021-08-01"
1215   telemetry:
1216     type: string_list
1217     description: >
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.
1221       default: true
1222     send_in_pings:
1223       - metrics
1224     bugs:
1225       - https://github.com/mozilla-mobile/fenix/issues/11118
1226     data_reviews:
1227       - https://github.com/mozilla-mobile/fenix/pull/11211
1228       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1229     data_sensitivity:
1230       - interaction
1231     notification_emails:
1232       - fenix-core@mozilla.com
1233     expires: "2021-08-01"
1234   tracking_protection:
1235     type: string_list
1236     description: >
1237       What type of enhanced tracking protection the user has enabled.
1238       "standard," "strict," "custom," or "" (if disabled)
1239       default: "standard"
1240     send_in_pings:
1241       - metrics
1242     bugs:
1243       - https://github.com/mozilla-mobile/fenix/issues/11118
1244     data_reviews:
1245       - https://github.com/mozilla-mobile/fenix/pull/11211
1246       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1247     data_sensitivity:
1248       - interaction
1249     notification_emails:
1250       - fenix-core@mozilla.com
1251     expires: "2021-08-01"
1252   search_bookmarks:
1253     type: string_list
1254     description: >
1255       Whether or not the user has enabled bookmark search suggestions
1256       default: true
1257     send_in_pings:
1258       - metrics
1259     bugs:
1260       - https://github.com/mozilla-mobile/fenix/issues/11118
1261     data_reviews:
1262       - https://github.com/mozilla-mobile/fenix/pull/11211
1263       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1264     data_sensitivity:
1265       - interaction
1266     notification_emails:
1267       - fenix-core@mozilla.com
1268     expires: "2021-08-01"
1269   search_browsing_history:
1270     type: string_list
1271     description: >
1272       Whether or not the user has enabled browsing history suggestions.
1273       default: true
1274     send_in_pings:
1275       - metrics
1276     bugs:
1277       - https://github.com/mozilla-mobile/fenix/issues/11118
1278     data_reviews:
1279       - https://github.com/mozilla-mobile/fenix/pull/11211
1280       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1281     data_sensitivity:
1282       - interaction
1283     notification_emails:
1284       - fenix-core@mozilla.com
1285     expires: "2021-08-01"
1286   show_clipboard_suggestions:
1287     type: string_list
1288     description: >
1289       Whether or not the user has enabled clipboard search suggestions.
1290       default: true
1291     send_in_pings:
1292       - metrics
1293     bugs:
1294       - https://github.com/mozilla-mobile/fenix/issues/11118
1295     data_reviews:
1296       - https://github.com/mozilla-mobile/fenix/pull/11211
1297       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1298     data_sensitivity:
1299       - interaction
1300     notification_emails:
1301       - fenix-core@mozilla.com
1302     expires: "2021-08-01"
1303   show_search_shortcuts:
1304     type: string_list
1305     description: >
1306       Whether or not the user has enabled search shortcuts.
1307       default: true
1308     send_in_pings:
1309       - metrics
1310     bugs:
1311       - https://github.com/mozilla-mobile/fenix/issues/11118
1312     data_reviews:
1313       - https://github.com/mozilla-mobile/fenix/pull/11211
1314       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1315     data_sensitivity:
1316       - interaction
1317     notification_emails:
1318       - fenix-core@mozilla.com
1319     expires: "2021-08-01"
1320   open_links_in_a_private_tab:
1321     type: string_list
1322     description: >
1323       Whether or not the user has enabled open links in a private tab.
1324       default: false
1325     send_in_pings:
1326       - metrics
1327     bugs:
1328       - https://github.com/mozilla-mobile/fenix/issues/11118
1329     data_reviews:
1330       - https://github.com/mozilla-mobile/fenix/pull/11211
1331       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1332     data_sensitivity:
1333       - interaction
1334     notification_emails:
1335       - fenix-core@mozilla.com
1336     expires: "2021-08-01"
1337   sync:
1338     type: string_list
1339     description: >
1340       Whether or not the user is signed into FxA
1341       default: false
1342     send_in_pings:
1343       - metrics
1344     bugs:
1345       - https://github.com/mozilla-mobile/fenix/issues/11118
1346     data_reviews:
1347       - https://github.com/mozilla-mobile/fenix/pull/11211
1348       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1349     data_sensitivity:
1350       - interaction
1351     notification_emails:
1352       - fenix-core@mozilla.com
1353     expires: "2021-08-01"
1354   sync_items:
1355     type: string_list
1356     description: >
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]
1361     send_in_pings:
1362       - metrics
1363     bugs:
1364       - https://github.com/mozilla-mobile/fenix/issues/11118
1365     data_reviews:
1366       - https://github.com/mozilla-mobile/fenix/pull/11211
1367       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1368     data_sensitivity:
1369       - interaction
1370     notification_emails:
1371       - fenix-core@mozilla.com
1372     expires: "2021-08-01"
1373   show_voice_search:
1374     type: string_list
1375     description: >
1376       Whether or not the user has enabled the voice search button.
1377       default: true
1378     send_in_pings:
1379       - metrics
1380     bugs:
1381       - https://github.com/mozilla-mobile/fenix/issues/11118
1382     data_reviews:
1383       - https://github.com/mozilla-mobile/fenix/pull/11211
1384       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1385     data_sensitivity:
1386       - interaction
1387     notification_emails:
1388       - fenix-core@mozilla.com
1389     expires: "2021-08-01"
1390   search_suggestions_private:
1391     type: string_list
1392     description: >
1393       Whether or not the user has enabled showing search suggestions
1394       in private mode.
1395       default: false (we prompt the user, asking them to make a selection)
1396     send_in_pings:
1397       - metrics
1398     bugs:
1399       - https://github.com/mozilla-mobile/fenix/issues/11118
1400     data_reviews:
1401       - https://github.com/mozilla-mobile/fenix/pull/11211
1402       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1403     data_sensitivity:
1404       - interaction
1405     notification_emails:
1406       - fenix-core@mozilla.com
1407     expires: "2021-08-01"
1408   toolbar_position:
1409     type: string_list
1410     description: >
1411       The position of the toolbar
1412       default: bottom (defaults to top if the user has accessibility services)
1413     send_in_pings:
1414       - metrics
1415     bugs:
1416       - https://github.com/mozilla-mobile/fenix/issues/11118
1417     data_reviews:
1418       - https://github.com/mozilla-mobile/fenix/pull/11211
1419       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1420     data_sensitivity:
1421       - interaction
1422     notification_emails:
1423       - fenix-core@mozilla.com
1424     expires: "2021-08-01"
1425   accessibility_services:
1426     type: string_list
1427     description: >
1428       Whether or not the user has touch exploration or switch services enabled.
1429       These are built into the Android OS, not Fenix prefs.
1430       default: ""
1431     send_in_pings:
1432       - metrics
1433     bugs:
1434       - https://github.com/mozilla-mobile/fenix/issues/11118
1435     data_reviews:
1436       - https://github.com/mozilla-mobile/fenix/pull/11211
1437       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1438     data_sensitivity:
1439       - interaction
1440     notification_emails:
1441       - fenix-core@mozilla.com
1442     expires: "2021-08-01"
1443   open_links_in_app:
1444     type: string_list
1445     description: >
1446       Whether or not the user has the open links in apps feature enabled.
1447       default: false
1448     send_in_pings:
1449       - metrics
1450     bugs:
1451       - https://github.com/mozilla-mobile/fenix/issues/11118
1452     data_reviews:
1453       - https://github.com/mozilla-mobile/fenix/pull/11446
1454       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1455     data_sensitivity:
1456       - interaction
1457     notification_emails:
1458       - fenix-core@mozilla.com
1459     expires: "2021-08-01"
1460   theme:
1461     type: string_list
1462     description: >
1463       The theme the user has enabled. "light," "dark," "system," or "battery"
1464       default: "system" for API 28+, else "light"
1465     send_in_pings:
1466       - metrics
1467     bugs:
1468       - https://github.com/mozilla-mobile/fenix/issues/11118
1469     data_reviews:
1470       - https://github.com/mozilla-mobile/fenix/pull/11446
1471       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1472     data_sensitivity:
1473       - interaction
1474     notification_emails:
1475       - fenix-core@mozilla.com
1476     expires: "2021-08-01"
1478 search.default_engine:
1479   code:
1480     type: string
1481     lifetime: application
1482     description: |
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"
1487     send_in_pings:
1488       - metrics
1489     bugs:
1490       - https://github.com/mozilla-mobile/fenix/issues/800
1491     data_reviews:
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
1495     data_sensitivity:
1496       - technical
1497       - interaction
1498     notification_emails:
1499       - fenix-core@mozilla.com
1500     expires: "2021-08-01"
1501   name:
1502     type: string
1503     lifetime: application
1504     description: |
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"
1509     send_in_pings:
1510       - metrics
1511     bugs:
1512       - https://github.com/mozilla-mobile/fenix/issues/800
1513     data_reviews:
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
1517     data_sensitivity:
1518       - technical
1519       - interaction
1520     notification_emails:
1521       - fenix-core@mozilla.com
1522     expires: "2021-08-01"
1523   submission_url:
1524     type: string
1525     lifetime: application
1526     description: |
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
1531       will be "custom"
1532     send_in_pings:
1533       - metrics
1534     bugs:
1535       - https://github.com/mozilla-mobile/fenix/issues/800
1536     data_reviews:
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
1540     data_sensitivity:
1541       - technical
1542       - interaction
1543     notification_emails:
1544       - fenix-core@mozilla.com
1545     expires: "2021-08-01"
1547 bookmarks_management:
1548   open_in_new_tab:
1549     type: event
1550     description: |
1551       A user opened a bookmark in a new tab.
1552     bugs:
1553       - https://github.com/mozilla-mobile/fenix/issues/974
1554     data_reviews:
1555       - https://github.com/mozilla-mobile/fenix/pull/1708
1556       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1557     data_sensitivity:
1558       - interaction
1559     notification_emails:
1560       - fenix-core@mozilla.com
1561     expires: "2021-04-01"
1562   open_in_new_tabs:
1563     type: event
1564     description: |
1565       A user opened multiple bookmarks at once in new tabs.
1566     bugs:
1567       - https://github.com/mozilla-mobile/fenix/issues/974
1568     data_reviews:
1569       - https://github.com/mozilla-mobile/fenix/pull/1708
1570       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1571     data_sensitivity:
1572       - interaction
1573     notification_emails:
1574       - fenix-core@mozilla.com
1575     expires: "2021-04-01"
1576   open_in_private_tab:
1577     type: event
1578     description: |
1579       A user opened a bookmark in a new private tab.
1580     bugs:
1581       - https://github.com/mozilla-mobile/fenix/issues/974
1582     data_reviews:
1583       - https://github.com/mozilla-mobile/fenix/pull/1708
1584       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1585     data_sensitivity:
1586       - interaction
1587     notification_emails:
1588       - fenix-core@mozilla.com
1589     expires: "2021-04-01"
1590   open_in_private_tabs:
1591     type: event
1592     description: |
1593       A user opened multiple bookmarks at once in new private tabs.
1594     bugs:
1595       - https://github.com/mozilla-mobile/fenix/issues/974
1596     data_reviews:
1597       - https://github.com/mozilla-mobile/fenix/pull/1708
1598       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1599     data_sensitivity:
1600       - interaction
1601     notification_emails:
1602       - fenix-core@mozilla.com
1603     expires: "2021-04-01"
1604   edited:
1605     type: event
1606     description: |
1607       A user edited the title and/or URL of an existing bookmark.
1608     bugs:
1609       - https://github.com/mozilla-mobile/fenix/issues/974
1610     data_reviews:
1611       - https://github.com/mozilla-mobile/fenix/pull/1708
1612       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1613     data_sensitivity:
1614       - interaction
1615     notification_emails:
1616       - fenix-core@mozilla.com
1617     expires: "2021-04-01"
1618   moved:
1619     type: event
1620     description: |
1621       A user moved an existing bookmark or folder to another folder.
1622     bugs:
1623       - https://github.com/mozilla-mobile/fenix/issues/974
1624     data_reviews:
1625       - https://github.com/mozilla-mobile/fenix/pull/1708
1626       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1627     data_sensitivity:
1628       - interaction
1629     notification_emails:
1630       - fenix-core@mozilla.com
1631     expires: "2021-04-01"
1632   removed:
1633     type: event
1634     description: |
1635       A user removed a bookmark item.
1636     bugs:
1637       - https://github.com/mozilla-mobile/fenix/issues/974
1638     data_reviews:
1639       - https://github.com/mozilla-mobile/fenix/pull/1708
1640       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1641     data_sensitivity:
1642       - interaction
1643     notification_emails:
1644       - fenix-core@mozilla.com
1645     expires: "2021-04-01"
1646   multi_removed:
1647     type: event
1648     description: |
1649       A user removed multiple bookmarks at once.
1650     bugs:
1651       - https://github.com/mozilla-mobile/fenix/issues/974
1652     data_reviews:
1653       - https://github.com/mozilla-mobile/fenix/pull/1708
1654       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1655     data_sensitivity:
1656       - interaction
1657     notification_emails:
1658       - fenix-core@mozilla.com
1659     expires: "2021-04-01"
1660   shared:
1661     type: event
1662     description: |
1663       A user shared a bookmark.
1664     bugs:
1665       - https://github.com/mozilla-mobile/fenix/issues/974
1666     data_reviews:
1667       - https://github.com/mozilla-mobile/fenix/pull/1708
1668       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1669     data_sensitivity:
1670       - interaction
1671     notification_emails:
1672       - fenix-core@mozilla.com
1673     expires: "2021-04-01"
1674   copied:
1675     type: event
1676     description: |
1677       A user copied a bookmark.
1678     bugs:
1679       - https://github.com/mozilla-mobile/fenix/issues/974
1680     data_reviews:
1681       - https://github.com/mozilla-mobile/fenix/pull/1708
1682       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1683     data_sensitivity:
1684       - interaction
1685     notification_emails:
1686       - fenix-core@mozilla.com
1687     expires: "2021-04-01"
1688   folder_add:
1689     type: event
1690     description: |
1691       A user added a new bookmark folder.
1692     bugs:
1693       - https://github.com/mozilla-mobile/fenix/issues/974
1694     data_reviews:
1695       - https://github.com/mozilla-mobile/fenix/pull/1708
1696       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1697     data_sensitivity:
1698       - interaction
1699     notification_emails:
1700       - fenix-core@mozilla.com
1701     expires: "2021-04-01"
1702   folder_remove:
1703     type: event
1704     description: |
1705       A user removed a bookmark folder.
1706     bugs:
1707       - https://github.com/mozilla-mobile/fenix/issues/3174
1708     data_reviews:
1709       - https://github.com/mozilla-mobile/fenix/pull/3724
1710       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1711     data_sensitivity:
1712       - interaction
1713     notification_emails:
1714       - fenix-core@mozilla.com
1715     expires: "2021-04-01"
1717 custom_tab:
1718   closed:
1719     type: event
1720     description: |
1721       A user closed the custom tab
1722     bugs:
1723       - https://github.com/mozilla-mobile/fenix/issues/977
1724     data_reviews:
1725       - https://github.com/mozilla-mobile/fenix/pull/1697
1726       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1727     data_sensitivity:
1728       - interaction
1729     notification_emails:
1730       - fenix-core@mozilla.com
1731     expires: "2021-04-01"
1732   action_button:
1733     type: event
1734     description: |
1735       A user pressed the action button provided by the launching app
1736     bugs:
1737       - https://github.com/mozilla-mobile/fenix/issues/977
1738     data_reviews:
1739       - https://github.com/mozilla-mobile/fenix/pull/1697
1740       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1741     data_sensitivity:
1742       - interaction
1743     notification_emails:
1744       - fenix-core@mozilla.com
1745     expires: "2021-04-01"
1746   menu:
1747     type: event
1748     description: |
1749       A user opened the custom tabs menu
1750     bugs:
1751       - https://github.com/mozilla-mobile/fenix/issues/977
1752     data_reviews:
1753       - https://github.com/mozilla-mobile/fenix/pull/1697
1754       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1755     data_sensitivity:
1756       - interaction
1757     notification_emails:
1758       - fenix-core@mozilla.com
1759     expires: "2021-04-01"
1761 activation:
1762   identifier:
1763     type: string
1764     lifetime: ping
1765     description: |
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.
1768     send_in_pings:
1769       - activation
1770     bugs:
1771       - https://bugzilla.mozilla.org/1538011
1772       - https://bugzilla.mozilla.org/1501822
1773     data_reviews:
1774       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
1775       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1776     data_sensitivity:
1777       - highly_sensitive
1778     notification_emails:
1779       - fenix-core@mozilla.com
1780     expires: "2021-04-01"
1781   activation_id:
1782     type: uuid
1783     lifetime: user
1784     description: |
1785       An alternate identifier, not correlated with the client_id, generated once
1786       and only sent with the activation ping.
1787     send_in_pings:
1788       - activation
1789     bugs:
1790       - https://bugzilla.mozilla.org/1538011
1791     data_reviews:
1792       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
1793       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1794     data_sensitivity:
1795       - highly_sensitive
1796     notification_emails:
1797       - fenix-core@mozilla.com
1798     expires: "2021-04-01"
1799     no_lint:
1800       - USER_LIFETIME_EXPIRATION
1802 error_page:
1803   visited_error:
1804     type: event
1805     description: |
1806       A user encountered an error page
1807     extra_keys:
1808       error_type:
1809         description: "The error type of the error page encountered"
1810     bugs:
1811       - https://github.com/mozilla-mobile/fenix/issues/1242
1812     data_reviews:
1813       - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
1814       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1815     data_sensitivity:
1816       - interaction
1817     notification_emails:
1818       - fenix-core@mozilla.com
1819     expires: "2021-04-01"
1821 sync_auth:
1822   opened:
1823     type: event
1824     description: |
1825       A user opened the sync authentication page
1826     bugs:
1827       - https://github.com/mozilla-mobile/fenix/issues/1190
1828     data_reviews:
1829       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1830       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1831     data_sensitivity:
1832       - interaction
1833     notification_emails:
1834       - fenix-core@mozilla.com
1835     expires: "2021-08-01"
1836   closed:
1837     type: event
1838     description: |
1839       A user closed the sync page
1840     bugs:
1841       - https://github.com/mozilla-mobile/fenix/issues/1190
1842     data_reviews:
1843       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1844       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1845     data_sensitivity:
1846       - interaction
1847     notification_emails:
1848       - fenix-core@mozilla.com
1849     expires: "2021-08-01"
1850   use_email:
1851     type: event
1852     description: |
1853       A user chose to use their email to sign in instead of scanning a QR code,
1854       counterpart to "scan_pairing"
1855     bugs:
1856       - https://github.com/mozilla-mobile/fenix/issues/9834
1857     data_reviews:
1858       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
1859       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1860     data_sensitivity:
1861       - interaction
1862     notification_emails:
1863       - fenix-core@mozilla.com
1864     expires: "2021-08-01"
1865   use_email_problem:
1866     type: event
1867     description: |
1868       A user chose to use their email to sign in after an account problem
1869     bugs:
1870       - https://github.com/mozilla-mobile/fenix/issues/9834
1871     data_reviews:
1872       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
1873       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1874     data_sensitivity:
1875       - interaction
1876     notification_emails:
1877       - fenix-core@mozilla.com
1878     expires: "2021-08-01"
1879   sign_in:
1880     type: event
1881     description: |
1882       A user pressed the sign in button on the sync authentication page and was
1883       successfully signed in to FxA
1884     bugs:
1885       - https://github.com/mozilla-mobile/fenix/issues/1190
1886     data_reviews:
1887       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1888       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1889     data_sensitivity:
1890       - interaction
1891     notification_emails:
1892       - fenix-core@mozilla.com
1893     expires: "2021-08-01"
1894   sign_out:
1895     type: event
1896     description: |
1897       A user pressed the sign out button on the sync account page and was
1898       successfully signed out of FxA
1899     bugs:
1900       - https://github.com/mozilla-mobile/fenix/issues/1190
1901     data_reviews:
1902       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1903       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1904     data_sensitivity:
1905       - interaction
1906     notification_emails:
1907       - fenix-core@mozilla.com
1908     expires: "2021-08-01"
1909   sign_up:
1910     type: event
1911     description: |
1912       User registered a new Firefox Account, and was signed into it
1913     bugs:
1914       - https://github.com/mozilla-mobile/fenix/issues/4971
1915     data_reviews:
1916       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1917       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1918     data_sensitivity:
1919       - technical
1920       - interaction
1921     notification_emails:
1922       - fenix-core@mozilla.com
1923     expires: "2021-08-01"
1924   paired:
1925     type: event
1926     description: |
1927       User signed into FxA by pairing with a different Firefox browser, using a
1928       QR code
1929     bugs:
1930       - https://github.com/mozilla-mobile/fenix/issues/4971
1931     data_reviews:
1932       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1933       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1934     data_sensitivity:
1935       - technical
1936       - interaction
1937     notification_emails:
1938       - fenix-core@mozilla.com
1939     expires: "2021-08-01"
1940   recovered:
1941     type: event
1942     description: |
1943       Account manager automatically recovered FxA authentication state without
1944       direct user involvement
1945     bugs:
1946       - https://github.com/mozilla-mobile/fenix/issues/4971
1947     data_reviews:
1948       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1949       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1950     data_sensitivity:
1951       - technical
1952       - interaction
1953     notification_emails:
1954       - fenix-core@mozilla.com
1955     expires: "2021-08-01"
1956   other_external:
1957     type: event
1958     description: |
1959       User authenticated via FxA using an unknown mechanism. "Known" mechanisms
1960       are currently sign-in, sign-up and pairing
1961     bugs:
1962       - https://github.com/mozilla-mobile/fenix/issues/4971
1963     data_reviews:
1964       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
1965       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1966     data_sensitivity:
1967       - technical
1968       - interaction
1969     notification_emails:
1970       - fenix-core@mozilla.com
1971     expires: "2021-08-01"
1972   scan_pairing:
1973     type: event
1974     description: |
1975       A user pressed the scan pairing button on the sync authentication page
1976     bugs:
1977       - https://github.com/mozilla-mobile/fenix/issues/1190
1978     data_reviews:
1979       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1980       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1981     data_sensitivity:
1982       - interaction
1983     notification_emails:
1984       - fenix-core@mozilla.com
1985     expires: "2021-08-01"
1987 sync_account:
1988   opened:
1989     type: event
1990     description: |
1991       A user opened the sync account page
1992     bugs:
1993       - https://github.com/mozilla-mobile/fenix/issues/1190
1994     data_reviews:
1995       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
1996       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1997     data_sensitivity:
1998       - interaction
1999     notification_emails:
2000       - fenix-core@mozilla.com
2001     expires: "2021-08-01"
2002   sync_now:
2003     type: event
2004     description: |
2005       A user pressed the sync now button on the sync account page
2006     bugs:
2007       - https://github.com/mozilla-mobile/fenix/issues/1190
2008     data_reviews:
2009       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2010       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2011     data_sensitivity:
2012       - interaction
2013     notification_emails:
2014       - fenix-core@mozilla.com
2015     expires: "2021-08-01"
2016   send_tab:
2017     type: event
2018     description: |
2019       A user sent the current tab to another FxA device
2020     bugs:
2021       - https://github.com/mozilla-mobile/fenix/issues/4908
2022     data_reviews:
2023       - https://github.com/mozilla-mobile/fenix/pull/5106
2024       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2025     data_sensitivity:
2026       - interaction
2027     notification_emails:
2028       - fenix-core@mozilla.com
2029     expires: "2021-08-01"
2030   sign_in_to_send_tab:
2031     type: event
2032     description: |
2033       A user pressed the "sign in to send tab" button inside the share tab menu
2034     bugs:
2035       - https://github.com/mozilla-mobile/fenix/issues/4908
2036     data_reviews:
2037       - https://github.com/mozilla-mobile/fenix/pull/5106
2038       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2039     data_sensitivity:
2040       - interaction
2041     notification_emails:
2042       - fenix-core@mozilla.com
2043     expires: "2021-08-01"
2045 history:
2046   opened:
2047     type: event
2048     description: |
2049       A user opened the history screen
2050     bugs:
2051       - https://github.com/mozilla-mobile/fenix/issues/2362
2052     data_reviews:
2053       - https://github.com/mozilla-mobile/fenix/pull/3940
2054       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2055     data_sensitivity:
2056       - interaction
2057     notification_emails:
2058       - fenix-core@mozilla.com
2059     expires: "2021-08-01"
2060   removed:
2061     type: event
2062     description: |
2063       A user removed a history item
2064     bugs:
2065       - https://github.com/mozilla-mobile/fenix/issues/2362
2066     data_reviews:
2067       - https://github.com/mozilla-mobile/fenix/pull/3940
2068       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2069     data_sensitivity:
2070       - interaction
2071     notification_emails:
2072       - fenix-core@mozilla.com
2073     expires: "2021-08-01"
2074   removed_all:
2075     type: event
2076     description: |
2077       A user removed all history items
2078     bugs:
2079       - https://github.com/mozilla-mobile/fenix/issues/2362
2080     data_reviews:
2081       - https://github.com/mozilla-mobile/fenix/pull/3940
2082       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2083     data_sensitivity:
2084       - interaction
2085     notification_emails:
2086       - fenix-core@mozilla.com
2087     expires: "2021-08-01"
2088   shared:
2089     type: event
2090     description: |
2091       A user shared a history item
2092     bugs:
2093       - https://github.com/mozilla-mobile/fenix/issues/2362
2094     data_reviews:
2095       - https://github.com/mozilla-mobile/fenix/pull/3940
2096       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2097     data_sensitivity:
2098       - interaction
2099     notification_emails:
2100       - fenix-core@mozilla.com
2101     expires: "2021-08-01"
2102   opened_item:
2103     type: event
2104     description: |
2105       A user opened a history item
2106     bugs:
2107       - https://github.com/mozilla-mobile/fenix/issues/2362
2108     data_reviews:
2109       - https://github.com/mozilla-mobile/fenix/pull/3940
2110       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2111     data_sensitivity:
2112       - interaction
2113     notification_emails:
2114       - fenix-core@mozilla.com
2115     expires: "2021-08-01"
2117 tip:
2118   displayed:
2119     type: event
2120     description: |
2121       The tip was displayed
2122     extra_keys:
2123       identifier:
2124         description: "The identifier of the tip displayed"
2125     bugs:
2126       - https://github.com/mozilla-mobile/fenix/issues/9328
2127     data_reviews:
2128       - https://github.com/mozilla-mobile/fenix/pull/9836
2129       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2130     data_sensitivity:
2131       - interaction
2132     notification_emails:
2133       - fenix-core@mozilla.com
2134     expires: "2021-08-01"
2135   pressed:
2136     type: event
2137     description: |
2138       The tip's button was pressed
2139     extra_keys:
2140       identifier:
2141         description: "The identifier of the tip the action was taken on"
2142     bugs:
2143       - https://github.com/mozilla-mobile/fenix/issues/9328
2144     data_reviews:
2145       - https://github.com/mozilla-mobile/fenix/pull/9836
2146       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2147     data_sensitivity:
2148       - interaction
2149     notification_emails:
2150       - fenix-core@mozilla.com
2151     expires: "2021-08-01"
2152   closed:
2153     type: event
2154     description: |
2155       The tip was closed
2156     extra_keys:
2157       identifier:
2158         description: "The identifier of the tip closed"
2159     bugs:
2160       - https://github.com/mozilla-mobile/fenix/issues/9328
2161     data_reviews:
2162       - https://github.com/mozilla-mobile/fenix/pull/9836
2163       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2164     data_sensitivity:
2165       - interaction
2166     notification_emails:
2167       - fenix-core@mozilla.com
2168     expires: "2021-08-01"
2170 reader_mode:
2171   available:
2172     type: event
2173     description: |
2174       Reader mode is available for the current page
2175     bugs:
2176       - https://github.com/mozilla-mobile/fenix/issues/2267
2177     data_reviews:
2178       - https://github.com/mozilla-mobile/fenix/pull/3941
2179       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2180     data_sensitivity:
2181       - interaction
2182     notification_emails:
2183       - fenix-core@mozilla.com
2184     expires: "2021-08-01"
2185   opened:
2186     type: event
2187     description: |
2188       A user opened reader mode
2189     bugs:
2190       - https://github.com/mozilla-mobile/fenix/issues/2267
2191     data_reviews:
2192       - https://github.com/mozilla-mobile/fenix/pull/3941
2193       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2194     data_sensitivity:
2195       - interaction
2196     notification_emails:
2197       - fenix-core@mozilla.com
2198     expires: "2021-08-01"
2199   closed:
2200     type: event
2201     description: |
2202       A user closed reader mode
2203     bugs:
2204       - https://github.com/mozilla-mobile/fenix/issues/2267
2205     data_reviews:
2206       - https://github.com/mozilla-mobile/fenix/pull/4328
2207       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2208     data_sensitivity:
2209       - interaction
2210     notification_emails:
2211       - fenix-core@mozilla.com
2212     expires: "2021-08-01"
2213   appearance:
2214     type: event
2215     description: |
2216       A user tapped the appearance button
2217     bugs:
2218       - https://github.com/mozilla-mobile/fenix/issues/2267
2219     data_reviews:
2220       - https://github.com/mozilla-mobile/fenix/pull/3941
2221       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2222     data_sensitivity:
2223       - interaction
2224     notification_emails:
2225       - fenix-core@mozilla.com
2226     expires: "2021-08-01"
2228 tabs_tray.cfr:
2229   dismiss:
2230     type: event
2231     description: |
2232       A user dismisses the tabs tray CFR.
2233     bugs:
2234       - https://github.com/mozilla-mobile/fenix/issues/16485
2235     data_reviews:
2236       - https://github.com/mozilla-mobile/fenix/pull/17442
2237       - https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
2238     data_sensitivity:
2239       - interaction
2240     notification_emails:
2241       - fenix-core@mozilla.com
2242     expires: "2021-08-01"
2243   go_to_settings:
2244     type: event
2245     description: |
2246       A user selects the CFR option to navigate to settings.
2247     bugs:
2248       - https://github.com/mozilla-mobile/fenix/issues/16485
2249     data_reviews:
2250       - https://github.com/mozilla-mobile/fenix/pull/17442
2251       - https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
2252     data_sensitivity:
2253       - interaction
2254     notification_emails:
2255       - fenix-core@mozilla.com
2256     expires: "2021-08-01"
2258 tabs_tray:
2259   opened:
2260     type: event
2261     description: |
2262       A user opened the tabs tray
2263     bugs:
2264       - https://github.com/mozilla-mobile/fenix/issues/11273
2265     data_reviews:
2266       - https://github.com/mozilla-mobile/fenix/pull/12036
2267       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2268     data_sensitivity:
2269       - interaction
2270     notification_emails:
2271       - fenix-core@mozilla.com
2272     expires: "2021-08-01"
2273   closed:
2274     type: event
2275     description: |
2276       A user closed the tabs tray
2277     bugs:
2278       - https://github.com/mozilla-mobile/fenix/issues/11273
2279     data_reviews:
2280       - https://github.com/mozilla-mobile/fenix/pull/12036
2281       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2282     data_sensitivity:
2283       - interaction
2284     notification_emails:
2285       - fenix-core@mozilla.com
2286     expires: "2021-08-01"
2287   opened_existing_tab:
2288     type: event
2289     description: |
2290       A user opened an existing tab
2291     bugs:
2292       - https://github.com/mozilla-mobile/fenix/issues/11273
2293     data_reviews:
2294       - https://github.com/mozilla-mobile/fenix/pull/12036
2295       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2296     data_sensitivity:
2297       - interaction
2298     notification_emails:
2299       - fenix-core@mozilla.com
2300     expires: "2021-08-01"
2301   closed_existing_tab:
2302     type: event
2303     description: |
2304       A user closed an existing tab
2305     bugs:
2306       - https://github.com/mozilla-mobile/fenix/issues/11273
2307     data_reviews:
2308       - https://github.com/mozilla-mobile/fenix/pull/12036
2309       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2310     data_sensitivity:
2311       - interaction
2312     notification_emails:
2313       - fenix-core@mozilla.com
2314     expires: "2021-08-01"
2315   private_mode_tapped:
2316     type: event
2317     description: |
2318       A user switched to private mode
2319     bugs:
2320       - https://github.com/mozilla-mobile/fenix/issues/11273
2321     data_reviews:
2322       - https://github.com/mozilla-mobile/fenix/pull/12036
2323       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2324     data_sensitivity:
2325       - interaction
2326     notification_emails:
2327       - fenix-core@mozilla.com
2328     expires: "2021-08-01"
2329   normal_mode_tapped:
2330     type: event
2331     description: |
2332       A user switched to normal mode
2333     bugs:
2334       - https://github.com/mozilla-mobile/fenix/issues/11273
2335     data_reviews:
2336       - https://github.com/mozilla-mobile/fenix/pull/12036
2337       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2338     data_sensitivity:
2339       - interaction
2340     notification_emails:
2341       - fenix-core@mozilla.com
2342     expires: "2021-08-01"
2343   new_tab_tapped:
2344     type: event
2345     description: |
2346       A user opened a new tab
2347     bugs:
2348       - https://github.com/mozilla-mobile/fenix/issues/11273
2349     data_reviews:
2350       - https://github.com/mozilla-mobile/fenix/pull/12036
2351       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2352     data_sensitivity:
2353       - interaction
2354     notification_emails:
2355       - fenix-core@mozilla.com
2356     expires: "2021-08-01"
2357   new_private_tab_tapped:
2358     type: event
2359     description: |
2360       A user opened a new private tab
2361     bugs:
2362       - https://github.com/mozilla-mobile/fenix/issues/11273
2363     data_reviews:
2364       - https://github.com/mozilla-mobile/fenix/pull/12036
2365       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2366     data_sensitivity:
2367       - interaction
2368     notification_emails:
2369       - fenix-core@mozilla.com
2370     expires: "2021-08-01"
2371   menu_opened:
2372     type: event
2373     description: |
2374       A user opened three three dot menu in the tabs tray
2375     bugs:
2376       - https://github.com/mozilla-mobile/fenix/issues/11273
2377     data_reviews:
2378       - https://github.com/mozilla-mobile/fenix/pull/12036
2379       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2380     data_sensitivity:
2381       - interaction
2382     notification_emails:
2383       - fenix-core@mozilla.com
2384     expires: "2021-08-01"
2385   save_to_collection:
2386     type: event
2387     description: |
2388       A user tapped the save to collection button in the tabs tray
2389     bugs:
2390       - https://github.com/mozilla-mobile/fenix/issues/11273
2391     data_reviews:
2392       - https://github.com/mozilla-mobile/fenix/pull/12036
2393       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2394     data_sensitivity:
2395       - interaction
2396     notification_emails:
2397       - fenix-core@mozilla.com
2398     expires: "2021-08-01"
2399   share_all_tabs:
2400     type: event
2401     description: |
2402       A user tapped the share all tabs button in the
2403       three dot menu within the tabs tray
2404     bugs:
2405       - https://github.com/mozilla-mobile/fenix/issues/11273
2406     data_reviews:
2407       - https://github.com/mozilla-mobile/fenix/pull/12036
2408       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2409     data_sensitivity:
2410       - interaction
2411     notification_emails:
2412       - fenix-core@mozilla.com
2413     expires: "2021-08-01"
2414   close_all_tabs:
2415     type: event
2416     description: |
2417       A user tapped the close all tabs button in the
2418       three dot menu within the tabs tray
2419     bugs:
2420       - https://github.com/mozilla-mobile/fenix/issues/11273
2421     data_reviews:
2422       - https://github.com/mozilla-mobile/fenix/pull/12036
2423       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2424     data_sensitivity:
2425       - interaction
2426     notification_emails:
2427       - fenix-core@mozilla.com
2428     expires: "2021-08-01"
2430 collections:
2431   renamed:
2432     type: event
2433     description: |
2434       A user renamed a collection
2435     bugs:
2436       - https://github.com/mozilla-mobile/fenix/issues/969
2437     data_reviews:
2438       - https://github.com/mozilla-mobile/fenix/pull/3935
2439       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2440     data_sensitivity:
2441       - technical
2442       - interaction
2443     notification_emails:
2444       - fenix-core@mozilla.com
2445     expires: "2021-04-01"
2446   tab_restored:
2447     type: event
2448     description: |
2449       A user restored a tab from collection tab list
2450     bugs:
2451       - https://github.com/mozilla-mobile/fenix/issues/969
2452     data_reviews:
2453       - https://github.com/mozilla-mobile/fenix/pull/3935
2454       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2455     data_sensitivity:
2456       - technical
2457       - interaction
2458     notification_emails:
2459       - fenix-core@mozilla.com
2460     expires: "2021-04-01"
2461   all_tabs_restored:
2462     type: event
2463     description: |
2464       A user tapped "open tabs" from collection menu
2465     bugs:
2466       - https://github.com/mozilla-mobile/fenix/issues/969
2467     data_reviews:
2468       - https://github.com/mozilla-mobile/fenix/pull/3935
2469       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2470     data_sensitivity:
2471       - technical
2472       - interaction
2473     notification_emails:
2474       - fenix-core@mozilla.com
2475     expires: "2021-04-01"
2476   tab_removed:
2477     type: event
2478     description: |
2479       A user tapped remove tab from collection tab list
2480     bugs:
2481       - https://github.com/mozilla-mobile/fenix/issues/969
2482     data_reviews:
2483       - https://github.com/mozilla-mobile/fenix/pull/3935
2484       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2485     data_sensitivity:
2486       - technical
2487       - interaction
2488     notification_emails:
2489       - fenix-core@mozilla.com
2490     expires: "2021-04-01"
2491   shared:
2492     type: event
2493     description: |
2494       A user tapped share collection
2495     bugs:
2496       - https://github.com/mozilla-mobile/fenix/issues/969
2497     data_reviews:
2498       - https://github.com/mozilla-mobile/fenix/pull/3935
2499       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2500     data_sensitivity:
2501       - technical
2502       - interaction
2503     notification_emails:
2504       - fenix-core@mozilla.com
2505     expires: "2021-04-01"
2506   removed:
2507     type: event
2508     description: |
2509       A user tapped delete collection from collection menu
2510     bugs:
2511       - https://github.com/mozilla-mobile/fenix/issues/969
2512     data_reviews:
2513       - https://github.com/mozilla-mobile/fenix/pull/3935
2514       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2515     data_sensitivity:
2516       - technical
2517       - interaction
2518     notification_emails:
2519       - fenix-core@mozilla.com
2520     expires: "2021-04-01"
2521   saved:
2522     type: event
2523     description: |
2524       A user saved a list of tabs to a new collection
2525     extra_keys:
2526       tabs_open:
2527         description: "The number of tabs open in the current session"
2528       tabs_selected:
2529         description: "The number of tabs added to the collection"
2530     bugs:
2531       - https://github.com/mozilla-mobile/fenix/issues/969
2532     data_reviews:
2533       - https://github.com/mozilla-mobile/fenix/pull/3935
2534       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2535     data_sensitivity:
2536       - technical
2537       - interaction
2538     notification_emails:
2539       - fenix-core@mozilla.com
2540     expires: "2021-04-01"
2541   tabs_added:
2542     type: event
2543     description: |
2544       A user saved a list of tabs to an existing collection
2545     extra_keys:
2546       tabs_open:
2547         description: "The number of tabs open in the current session"
2548       tabs_selected:
2549         description: "The number of tabs added to the collection"
2550     bugs:
2551       - https://github.com/mozilla-mobile/fenix/issues/969
2552     data_reviews:
2553       - https://github.com/mozilla-mobile/fenix/pull/3935
2554       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2555     data_sensitivity:
2556       - technical
2557       - interaction
2558     notification_emails:
2559       - fenix-core@mozilla.com
2560     expires: "2021-04-01"
2561   tab_select_opened:
2562     type: event
2563     description: |
2564       A user opened the select tabs screen (the first step of the collection
2565       creation flow)
2566     bugs:
2567       - https://github.com/mozilla-mobile/fenix/issues/969
2568     data_reviews:
2569       - https://github.com/mozilla-mobile/fenix/pull/3935
2570       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2571     data_sensitivity:
2572       - technical
2573       - interaction
2574     notification_emails:
2575       - fenix-core@mozilla.com
2576     expires: "2021-04-01"
2577   add_tab_button:
2578     type: event
2579     description: |
2580       A user tapped the "add tab" button in the three dot menu of collections
2581     bugs:
2582       - https://github.com/mozilla-mobile/fenix/issues/969
2583     data_reviews:
2584       - https://github.com/mozilla-mobile/fenix/pull/4358
2585       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2586     data_sensitivity:
2587       - interaction
2588     notification_emails:
2589       - fenix-core@mozilla.com
2590     expires: "2021-04-01"
2591   long_press:
2592     type: event
2593     description: |
2594       A user long pressed on a tab, triggering the collection creation screen
2595     bugs:
2596       - https://github.com/mozilla-mobile/fenix/issues/969
2597     data_reviews:
2598       - https://github.com/mozilla-mobile/fenix/pull/4358
2599       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2600     data_sensitivity:
2601       - interaction
2602     notification_emails:
2603       - fenix-core@mozilla.com
2604     expires: "2021-04-01"
2605   save_button:
2606     type: event
2607     description: |
2608       A user pressed the "save to collection" button on either the home or
2609       browser screen, triggering the collection creation screen to open
2610       (tab_select_opened)
2611     bugs:
2612       - https://github.com/mozilla-mobile/fenix/issues/969
2613     data_reviews:
2614       - https://github.com/mozilla-mobile/fenix/pull/4358
2615       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2616     data_sensitivity:
2617       - interaction
2618     notification_emails:
2619       - fenix-core@mozilla.com
2620     expires: "2021-04-01"
2621     extra_keys:
2622       from_screen:
2623         description: |
2624           A string representing the screen from which the user pressed the save
2625           button. Currently one of: `browserMenu`, `homeMenu` or `home`
2626   rename_button:
2627     type: event
2628     description: |
2629       A user pressed the "rename collection" button in the three dot menu
2630     bugs:
2631       - https://github.com/mozilla-mobile/fenix/issues/969
2632     data_reviews:
2633       - https://github.com/mozilla-mobile/fenix/pull/4539
2634       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2635     data_sensitivity:
2636       - interaction
2637     notification_emails:
2638       - fenix-core@mozilla.com
2639     expires: "2021-04-01"
2641 search_widget:
2642   new_tab_button:
2643     type: event
2644     description: |
2645       A user pressed anywhere from the Firefox logo until the start of the
2646       microphone icon, opening a new tab search screen.
2647     bugs:
2648       - https://github.com/mozilla-mobile/fenix/issues/4457
2649     data_reviews:
2650       - https://github.com/mozilla-mobile/fenix/pull/4714
2651       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2652     data_sensitivity:
2653       - interaction
2654     notification_emails:
2655       - fenix-core@mozilla.com
2656     expires: "2021-08-01"
2657   voice_button:
2658     type: event
2659     description: |
2660       A user pressed the microphone icon, opening a new voice search screen.
2661     bugs:
2662       - https://github.com/mozilla-mobile/fenix/issues/4457
2663     data_reviews:
2664       - https://github.com/mozilla-mobile/fenix/pull/4714
2665       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2666     data_sensitivity:
2667       - interaction
2668     notification_emails:
2669       - fenix-core@mozilla.com
2670     expires: "2021-08-01"
2672 private_browsing_mode:
2673   snackbar_undo:
2674     type: event
2675     description: |
2676       A user pressed the "undo" button in the snackbar that is shown when the
2677       garbage icon is tapped.
2678     bugs:
2679       - https://github.com/mozilla-mobile/fenix/issues/4658
2680     data_reviews:
2681       - https://github.com/mozilla-mobile/fenix/pull/4968
2682       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2683     data_sensitivity:
2684       - interaction
2685     notification_emails:
2686       - fenix-core@mozilla.com
2687     expires: "2021-08-01"
2688   notification_tapped:
2689     type: event
2690     description: |
2691       A user pressed the private browsing mode notification itself.
2692     bugs:
2693       - https://github.com/mozilla-mobile/fenix/issues/4658
2694     data_reviews:
2695       - https://github.com/mozilla-mobile/fenix/pull/4968
2696       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2697     data_sensitivity:
2698       - interaction
2699     notification_emails:
2700       - fenix-core@mozilla.com
2701     expires: "2021-08-01"
2703 contextual_hint.tracking_protection:
2704   display:
2705     type: event
2706     description: |
2707       The enhanced tracking protection contextual hint was
2708       displayed.
2709     bugs:
2710       - https://github.com/mozilla-mobile/fenix/issues/9625
2711     data_reviews:
2712       - https://github.com/mozilla-mobile/fenix/pull/11923
2713       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2714     data_sensitivity:
2715       - interaction
2716     notification_emails:
2717       - fenix-core@mozilla.com
2718     expires: "2021-04-01"
2719   dismiss:
2720     type: event
2721     description: |
2722       The enhanced tracking protection contextual hint was
2723       dismissed
2724       by pressing the close button
2725     bugs:
2726       - https://github.com/mozilla-mobile/fenix/issues/9625
2727     data_reviews:
2728       - https://github.com/mozilla-mobile/fenix/pull/11923
2729       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2730     data_sensitivity:
2731       - interaction
2732     notification_emails:
2733       - fenix-core@mozilla.com
2734     expires: "2021-04-01"
2735   outside_tap:
2736     type: event
2737     description: |
2738       The user tapped outside of the etp contextual hint
2739       (which has no effect).
2740     bugs:
2741       - https://github.com/mozilla-mobile/fenix/issues/9625
2742     data_reviews:
2743       - https://github.com/mozilla-mobile/fenix/pull/11923
2744       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2745     data_sensitivity:
2746       - interaction
2747     notification_emails:
2748       - fenix-core@mozilla.com
2749     expires: "2021-04-01"
2750   inside_tap:
2751     type: event
2752     description: |
2753       The user tapped inside of the etp contextual hint
2754       (which brings up the etp panel for this site).
2755     bugs:
2756       - https://github.com/mozilla-mobile/fenix/issues/9625
2757     data_reviews:
2758       - https://github.com/mozilla-mobile/fenix/pull/11923
2759       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2760     data_sensitivity:
2761       - interaction
2762     notification_emails:
2763       - fenix-core@mozilla.com
2764     expires: "2021-04-01"
2766 tracking_protection:
2767   exception_added:
2768     type: event
2769     description: |
2770       A user added a tracking protection exception through the TP toggle in the
2771       panel.
2772     bugs:
2773       - https://github.com/mozilla-mobile/fenix/issues/5312
2774     data_reviews:
2775       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2776       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2777     data_sensitivity:
2778       - interaction
2779     notification_emails:
2780       - fenix-core@mozilla.com
2781     expires: "2021-08-01"
2782   panel_settings:
2783     type: event
2784     description: |
2785       A user opened tracking protection settings from the panel.
2786     bugs:
2787       - https://github.com/mozilla-mobile/fenix/issues/5312
2788     data_reviews:
2789       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2790       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2791     data_sensitivity:
2792       - interaction
2793     notification_emails:
2794       - fenix-core@mozilla.com
2795     expires: "2021-08-01"
2796   etp_shield:
2797     type: event
2798     description: |
2799       A user pressed the tracking protection shield icon in toolbar.
2800     bugs:
2801       - https://github.com/mozilla-mobile/fenix/issues/5312
2802     data_reviews:
2803       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2804       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2805     data_sensitivity:
2806       - interaction
2807     notification_emails:
2808       - fenix-core@mozilla.com
2809     expires: "2021-08-01"
2810   etp_tracker_list:
2811     type: event
2812     description: |
2813       A user pressed into a list of categorized trackers in tracking protection
2814       panel.
2815     bugs:
2816       - https://github.com/mozilla-mobile/fenix/issues/5312
2817     data_reviews:
2818       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2819       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2820     data_sensitivity:
2821       - interaction
2822     notification_emails:
2823       - fenix-core@mozilla.com
2824     expires: "2021-08-01"
2825   etp_settings:
2826     type: event
2827     description: |
2828       A user opened tracking protection settings through settings.
2829     bugs:
2830       - https://github.com/mozilla-mobile/fenix/issues/5312
2831     data_reviews:
2832       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
2833       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2834     data_sensitivity:
2835       - interaction
2836     notification_emails:
2837       - fenix-core@mozilla.com
2838     expires: "2021-08-01"
2839   etp_setting_changed:
2840     type: event
2841     description: |
2842       A user changed their tracking protection level setting to either strict,
2843       standard, or custom.
2844     extra_keys:
2845       etp_setting:
2846         description: "The new setting for ETP: strict, standard, custom"
2847     bugs:
2848       - https://github.com/mozilla-mobile/fenix/issues/5312
2849       - https://github.com/mozilla-mobile/fenix/issues/11063
2850     data_reviews:
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
2854     data_sensitivity:
2855       - interaction
2856     notification_emails:
2857       - fenix-core@mozilla.com
2858     expires: "2021-08-01"
2860 private_browsing_shortcut:
2861   create_shortcut:
2862     type: event
2863     description: |
2864       A user pressed the "Add private browsing shortcut" button in settings.
2865     bugs:
2866       - https://github.com/mozilla-mobile/fenix/issues/4658
2867     data_reviews:
2868       - https://github.com/mozilla-mobile/fenix/pull/5194
2869       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2870     data_sensitivity:
2871       - interaction
2872     notification_emails:
2873       - fenix-core@mozilla.com
2874     expires: "2021-08-01"
2875   cfr_add_shortcut:
2876     type: event
2877     description: |
2878       A user pressed the "Add shortcut" button when the contextual feature
2879       recommender appeared.
2880     bugs:
2881       - https://github.com/mozilla-mobile/fenix/issues/4658
2882     data_reviews:
2883       - https://github.com/mozilla-mobile/fenix/pull/5194
2884       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2885     data_sensitivity:
2886       - interaction
2887     notification_emails:
2888       - fenix-core@mozilla.com
2889     expires: "2021-08-01"
2890   cfr_cancel:
2891     type: event
2892     description: |
2893       A user pressed the "No thanks" button when the contextual feature
2894       recommender appeared.
2895     bugs:
2896       - https://github.com/mozilla-mobile/fenix/issues/4658
2897     data_reviews:
2898       - https://github.com/mozilla-mobile/fenix/pull/5194
2899       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2900     data_sensitivity:
2901       - interaction
2902     notification_emails:
2903       - fenix-core@mozilla.com
2904     expires: "2021-08-01"
2905   pinned_shortcut_priv:
2906     type: event
2907     description: |
2908       A user pressed the pinned private shortcut in Android home screen, opening
2909       up a new private search.
2910     bugs:
2911       - https://github.com/mozilla-mobile/fenix/issues/4658
2912     data_reviews:
2913       - https://github.com/mozilla-mobile/fenix/pull/5194
2914       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2915     data_sensitivity:
2916       - interaction
2917     notification_emails:
2918       - fenix-core@mozilla.com
2919     expires: "2021-08-01"
2920   static_shortcut_tab:
2921     type: event
2922     description: |
2923       A user pressed the long-press shortcut "Open new tab", opening up a new
2924       search.
2925     bugs:
2926       - https://github.com/mozilla-mobile/fenix/issues/4658
2927     data_reviews:
2928       - https://github.com/mozilla-mobile/fenix/pull/5194
2929       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2930     data_sensitivity:
2931       - interaction
2932     notification_emails:
2933       - fenix-core@mozilla.com
2934     expires: "2021-08-01"
2935   static_shortcut_priv:
2936     type: event
2937     description: |
2938       A user pressed the long-press shortcut "Open new private tab", opening up
2939       a new private search.
2940     bugs:
2941       - https://github.com/mozilla-mobile/fenix/issues/4658
2942     data_reviews:
2943       - https://github.com/mozilla-mobile/fenix/pull/5194
2944       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2945     data_sensitivity:
2946       - interaction
2947     notification_emails:
2948       - fenix-core@mozilla.com
2949     expires: "2021-08-01"
2951 tab:
2952   media_play:
2953     type: event
2954     description: |
2955       A user pressed the play icon on a tab from the home screen
2956     bugs:
2957       - https://github.com/mozilla-mobile/fenix/issues/5197
2958     data_reviews:
2959       - https://github.com/mozilla-mobile/fenix/pull/5266
2960       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2961     data_sensitivity:
2962       - interaction
2963     notification_emails:
2964       - fenix-core@mozilla.com
2965     expires: "2021-08-01"
2966     no_lint:
2967       - COMMON_PREFIX
2968   media_pause:
2969     type: event
2970     description: |
2971       A user pressed the pause icon on a tab from the home screen
2972     bugs:
2973       - https://github.com/mozilla-mobile/fenix/issues/5197
2974     data_reviews:
2975       - https://github.com/mozilla-mobile/fenix/pull/5266
2976       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2977     data_sensitivity:
2978       - interaction
2979     notification_emails:
2980       - fenix-core@mozilla.com
2981     expires: "2021-08-01"
2983 media_notification:
2984   play:
2985     type: event
2986     description: |
2987       A user pressed the play icon on the media notification
2988     bugs:
2989       - https://github.com/mozilla-mobile/fenix/issues/5197
2990     data_reviews:
2991       - https://github.com/mozilla-mobile/fenix/pull/5520
2992       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2993     data_sensitivity:
2994       - interaction
2995     notification_emails:
2996       - fenix-core@mozilla.com
2997     expires: "2021-08-01"
2998   pause:
2999     type: event
3000     description: |
3001       A user pressed the pause icon on the media notification
3002     bugs:
3003       - https://github.com/mozilla-mobile/fenix/issues/5197
3004     data_reviews:
3005       - https://github.com/mozilla-mobile/fenix/pull/5520
3006       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3007     data_sensitivity:
3008       - interaction
3009     notification_emails:
3010       - fenix-core@mozilla.com
3011     expires: "2021-08-01"
3013 media_state:
3014   play:
3015     type: event
3016     description: |
3017       Media started playing.
3018     bugs:
3019       - https://github.com/mozilla-mobile/fenix/issues/5705
3020     data_reviews:
3021       - https://github.com/mozilla-mobile/fenix/pull/6463
3022       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3023     data_sensitivity:
3024       - interaction
3025     notification_emails:
3026       - fenix-core@mozilla.com
3027     expires: "2021-08-01"
3028   pause:
3029     type: event
3030     description: |
3031       Media playback was paused.
3032     bugs:
3033       - https://github.com/mozilla-mobile/fenix/issues/5705
3034     data_reviews:
3035       - https://github.com/mozilla-mobile/fenix/pull/6463
3036       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3037     data_sensitivity:
3038       - interaction
3039     notification_emails:
3040       - fenix-core@mozilla.com
3041     expires: "2021-08-01"
3042   stop:
3043     type: event
3044     description: |
3045       Media playback has ended.
3046     bugs:
3047       - https://github.com/mozilla-mobile/fenix/issues/5705
3048     data_reviews:
3049       - https://github.com/mozilla-mobile/fenix/pull/6463
3050       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3051     data_sensitivity:
3052       - interaction
3053     notification_emails:
3054       - fenix-core@mozilla.com
3055     expires: "2021-08-01"
3056   fullscreen:
3057     type: event
3058     description: |
3059       Video set to fullscreen.
3060     bugs:
3061       - https://github.com/mozilla-mobile/fenix/issues/15368
3062     data_reviews:
3063       - https://github.com/mozilla-mobile/fenix/pull/16833
3064     data_sensitivity:
3065       - interaction
3066     notification_emails:
3067       - fenix-core@mozilla.com
3068     expires: "2021-08-01"
3069   picture_in_picture:
3070     type: event
3071     description: |
3072       Video set to picture in picture mode.
3073     bugs:
3074       - https://github.com/mozilla-mobile/fenix/issues/15368
3075     data_reviews:
3076       - https://github.com/mozilla-mobile/fenix/pull/16833
3077     data_sensitivity:
3078       - interaction
3079     notification_emails:
3080       - fenix-core@mozilla.com
3081     expires: "2021-08-01"
3083 logins:
3084   open_logins:
3085     type: event
3086     description: |
3087       A user accessed Logins in Settings
3088     bugs:
3089       - https://github.com/mozilla-mobile/fenix/issues/5586
3090     data_reviews:
3091       - https://github.com/mozilla-mobile/fenix/pull/6352
3092       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3093     data_sensitivity:
3094       - interaction
3095     notification_emails:
3096       - fenix-core@mozilla.com
3097     expires: "2021-08-01"
3098   open_individual_login:
3099     type: event
3100     description: |
3101       A user accessed an individual login in saved logins
3102     bugs:
3103       - https://github.com/mozilla-mobile/fenix/issues/5586
3104     data_reviews:
3105       - https://github.com/mozilla-mobile/fenix/pull/6352
3106       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3107     data_sensitivity:
3108       - interaction
3109     notification_emails:
3110       - fenix-core@mozilla.com
3111     expires: "2021-08-01"
3112   copy_login:
3113     type: event
3114     description: |
3115       A user copied a piece of a login in saved logins
3116     bugs:
3117       - https://github.com/mozilla-mobile/fenix/issues/5586
3118     data_reviews:
3119       - https://github.com/mozilla-mobile/fenix/pull/6352
3120       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3121     data_sensitivity:
3122       - interaction
3123     notification_emails:
3124       - fenix-core@mozilla.com
3125     expires: "2021-08-01"
3126   view_password_login:
3127     type: event
3128     description: |
3129       A user viewed a password in an individual saved login
3130     bugs:
3131       - https://github.com/mozilla-mobile/fenix/issues/5586
3132     data_reviews:
3133       - https://github.com/mozilla-mobile/fenix/pull/6352
3134       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3135     data_sensitivity:
3136       - interaction
3137     notification_emails:
3138       - fenix-core@mozilla.com
3139     expires: "2021-08-01"
3140   save_logins_setting_changed:
3141     type: event
3142     description: |
3143       A user changed their setting for asking to save logins
3144     extra_keys:
3145       setting:
3146         description: |
3147           The new setting for saving logins the user selected. Either
3148           `ask_to_save` or `never_save`
3149     bugs:
3150       - https://github.com/mozilla-mobile/fenix/issues/5586
3151     data_reviews:
3152       - https://github.com/mozilla-mobile/fenix/pull/7767
3153       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3154     data_sensitivity:
3155       - interaction
3156     notification_emails:
3157       - fenix-core@mozilla.com
3158     expires: "2021-08-01"
3159   open_login_editor:
3160     type: event
3161     description: |
3162       A user entered the edit screen for an individual saved login
3163     bugs:
3164       - https://github.com/mozilla-mobile/fenix/issues/10173
3165     data_reviews:
3166       - https://github.com/mozilla-mobile/fenix/issues/11208
3167       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3168     data_sensitivity:
3169       - interaction
3170     notification_emails:
3171       - fenix-core@mozilla.com
3172     expires: "2021-08-01"
3173   delete_saved_login:
3174     type: event
3175     description: |
3176       A user confirms delete of a saved login
3177     bugs:
3178       - https://github.com/mozilla-mobile/fenix/issues/10173
3179     data_reviews:
3180       - https://github.com/mozilla-mobile/fenix/issues/11208
3181       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3182     data_sensitivity:
3183       - interaction
3184     notification_emails:
3185       - fenix-core@mozilla.com
3186     expires: "2021-08-01"
3187   save_edited_login:
3188     type: event
3189     description: |
3190       A user saves changes made to an individual login
3191     bugs:
3192       - https://github.com/mozilla-mobile/fenix/issues/10173
3193     data_reviews:
3194       - https://github.com/mozilla-mobile/fenix/issues/11208
3195       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3196     data_sensitivity:
3197       - interaction
3198     notification_emails:
3199       - fenix-core@mozilla.com
3200     expires: "2021-08-01"
3202 download_notification:
3203   resume:
3204     type: event
3205     description: |
3206       A user resumed a download in the download notification
3207     bugs:
3208       - https://github.com/mozilla-mobile/fenix/issues/5583
3209     data_reviews:
3210       - https://github.com/mozilla-mobile/fenix/pull/6554
3211       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3212     data_sensitivity:
3213       - interaction
3214     notification_emails:
3215       - fenix-core@mozilla.com
3216     expires: "2021-04-01"
3217   pause:
3218     type: event
3219     description: |
3220       A user paused a download in the download notification
3221     bugs:
3222       - https://github.com/mozilla-mobile/fenix/issues/5583
3223     data_reviews:
3224       - https://github.com/mozilla-mobile/fenix/pull/6554
3225       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3226     data_sensitivity:
3227       - interaction
3228     notification_emails:
3229       - fenix-core@mozilla.com
3230     expires: "2021-04-01"
3231   cancel:
3232     type: event
3233     description: |
3234       A user cancelled a download in the download notification
3235     bugs:
3236       - https://github.com/mozilla-mobile/fenix/issues/5583
3237     data_reviews:
3238       - https://github.com/mozilla-mobile/fenix/pull/6554
3239       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3240     data_sensitivity:
3241       - interaction
3242     notification_emails:
3243       - fenix-core@mozilla.com
3244     expires: "2021-04-01"
3245   try_again:
3246     type: event
3247     description: |
3248       A user tapped on try again when a download fails in the download
3249       notification
3250     bugs:
3251       - https://github.com/mozilla-mobile/fenix/issues/5583
3252     data_reviews:
3253       - https://github.com/mozilla-mobile/fenix/pull/6554
3254       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3255     data_sensitivity:
3256       - interaction
3257     notification_emails:
3258       - fenix-core@mozilla.com
3259     expires: "2021-04-01"
3260   open:
3261     type: event
3262     description: |
3263       A user opened a downloaded file in the download notification
3264     bugs:
3265       - https://github.com/mozilla-mobile/fenix/issues/5583
3266     data_reviews:
3267       - https://github.com/mozilla-mobile/fenix/pull/6554
3268       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3269     data_sensitivity:
3270       - interaction
3271     notification_emails:
3272       - fenix-core@mozilla.com
3273     expires: "2021-04-01"
3274   in_app_open:
3275     type: event
3276     description: |
3277       A user opened a downloaded file in the in-app notification link
3278     bugs:
3279       - https://github.com/mozilla-mobile/fenix/issues/5583
3280     data_reviews:
3281       - https://github.com/mozilla-mobile/fenix/pull/6554
3282       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3283     data_sensitivity:
3284       - interaction
3285     notification_emails:
3286       - fenix-core@mozilla.com
3287     expires: "2021-04-01"
3288   in_app_try_again:
3289     type: event
3290     description: |
3291       A user tapped on try again when a download fails in the in-app
3292       notification link
3293     bugs:
3294       - https://github.com/mozilla-mobile/fenix/issues/5583
3295     data_reviews:
3296       - https://github.com/mozilla-mobile/fenix/pull/6554
3297       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3298     data_sensitivity:
3299       - interaction
3300     notification_emails:
3301       - fenix-core@mozilla.com
3302     expires: "2021-04-01"
3304 downloads_misc:
3305   download_added:
3306     type: event
3307     description:
3308       A counter for how many times something is downloaded in the app.
3309     bugs:
3310       - https://github.com/mozilla-mobile/fenix/issues/11578
3311     data_reviews:
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:
3319     type: event
3320     description: >
3321       A counter for the number of times users access the "Downloads" folder
3322       inside the app.
3323     bugs:
3324       - https://github.com/mozilla-mobile/fenix/issues/15367
3325     data_reviews:
3326       - https://github.com/mozilla-mobile/fenix/pull/16728
3327     notification_emails:
3328       - fenix-core@mozilla.com
3329     expires: "2021-04-01"
3331   item_opened:
3332     type: event
3333     description: >
3334       A counter for how often a user tap to opens a download from inside the
3335       "Downloads" folder.
3336     bugs:
3337       - https://github.com/mozilla-mobile/fenix/issues/15367
3338     data_reviews:
3339       - https://github.com/mozilla-mobile/fenix/pull/16728
3340     notification_emails:
3341       - fenix-core@mozilla.com
3342     expires: "2021-04-01"
3344   item_deleted:
3345     type: event
3346     description: >
3347       A counter for how often a user deletes one / more downloads at a time.
3348     bugs:
3349       - https://github.com/mozilla-mobile/fenix/issues/15367
3350     data_reviews:
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:
3358     type: event
3359     description: |
3360       A user added a new custom search engine
3361     bugs:
3362       - https://github.com/mozilla-mobile/fenix/issues/5884
3363     data_reviews:
3364       - https://github.com/mozilla-mobile/fenix/pull/6918
3365       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3366     data_sensitivity:
3367       - interaction
3368     notification_emails:
3369       - fenix-core@mozilla.com
3370     expires: "2021-08-01"
3371     no_lint:
3372       - COMMON_PREFIX
3373   custom_engine_deleted:
3374     type: event
3375     description: |
3376       A user deleted a custom search engine
3377     bugs:
3378       - https://github.com/mozilla-mobile/fenix/issues/5884
3379       - https://github.com/mozilla-mobile/fenix/issues/7881
3380     data_reviews:
3381       - https://github.com/mozilla-mobile/fenix/pull/6918
3382       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3383     data_sensitivity:
3384       - interaction
3385     notification_emails:
3386       - fenix-core@mozilla.com
3387     expires: "2021-08-01"
3389 search_suggestions:
3390   enable_in_private:
3391     type: event
3392     description: |
3393       A user enabled receiving search suggestions in private sessions
3394     bugs:
3395       - https://github.com/mozilla-mobile/fenix/issues/6070
3396     data_reviews:
3397       - https://github.com/mozilla-mobile/fenix/pull/6746
3398       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3399     data_sensitivity:
3400       - technical
3401       - interaction
3402     notification_emails:
3403       - fenix-core@mozilla.com
3404     expires: "2021-08-01"
3406 voice_search:
3407   tapped:
3408     type: event
3409     description: |
3410       A user selected the voice search button on the search screen.
3411     bugs:
3412       - https://github.com/mozilla-mobile/fenix/issues/10465
3413     data_reviews:
3414       - https://github.com/mozilla-mobile/fenix/pull/10785
3415       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3416     data_sensitivity:
3417       - interaction
3418     notification_emails:
3419       - fenix-core@mozilla.com
3420     expires: "2021-08-01"
3422 top_sites:
3423   open_default:
3424     type: event
3425     description: |
3426       A user opened a default top site
3427     bugs:
3428       - https://github.com/mozilla-mobile/fenix/issues/8125
3429     data_reviews:
3430       - https://github.com/mozilla-mobile/fenix/pull/10752
3431       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3432     data_sensitivity:
3433       - interaction
3434     notification_emails:
3435       - fenix-core@mozilla.com
3436     expires: "2021-08-01"
3437   open_google_search_attribution:
3438     type: event
3439     description: |
3440       A user opened the google top site
3441     bugs:
3442       - https://github.com/mozilla-mobile/fenix/issues/17418
3443     data_reviews:
3444       - https://github.com/mozilla-mobile/fenix/pull/17637
3445     data_sensitivity:
3446       - interaction
3447     notification_emails:
3448       - fenix-core@mozilla.com
3449     expires: "2021-08-01"
3450   open_frecency:
3451     type: event
3452     description: |
3453       A user opened a frecency top site
3454     bugs:
3455       - https://github.com/mozilla-mobile/fenix/issues/14565
3456     data_reviews:
3457       - https://github.com/mozilla-mobile/fenix/pull/15136
3458       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3459     data_sensitivity:
3460       - interaction
3461     notification_emails:
3462       - fenix-core@mozilla.com
3463     expires: "2021-08-01"
3464   open_pinned:
3465     type: event
3466     description: |
3467       A user opened a pinned top site
3468     bugs:
3469       - https://github.com/mozilla-mobile/fenix/issues/14565
3470     data_reviews:
3471       - https://github.com/mozilla-mobile/fenix/pull/15136
3472       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3473     data_sensitivity:
3474       - interaction
3475     notification_emails:
3476       - fenix-core@mozilla.com
3477     expires: "2021-08-01"
3478   swipe_carousel:
3479     type: event
3480     description: |
3481       A user swiped to change the page of the top sites carousel
3482     extra_keys:
3483       page:
3484         description: |
3485           The page number the carousel is now on
3486     bugs:
3487       - https://github.com/mozilla-mobile/fenix/issues/14565
3488     data_reviews:
3489       - https://github.com/mozilla-mobile/fenix/pull/15136
3490       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3491     data_sensitivity:
3492       - interaction
3493     notification_emails:
3494       - fenix-core@mozilla.com
3495     expires: "2021-08-01"
3496   long_press:
3497     type: event
3498     description: |
3499       A user long pressed on a top site
3500     extra_keys:
3501       type:
3502         description: |
3503           The type of top site. Options are: "FRECENCY," "DEFAULT," or "PINNED."
3504     bugs:
3505       - https://github.com/mozilla-mobile/fenix/issues/14565
3506     data_reviews:
3507       - https://github.com/mozilla-mobile/fenix/pull/15136
3508       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3509     data_sensitivity:
3510       - interaction
3511     notification_emails:
3512       - fenix-core@mozilla.com
3513     expires: "2021-08-01"
3514   open_in_new_tab:
3515     type: event
3516     description: |
3517       A user opens a new tab based on a top site item
3518     bugs:
3519       - https://github.com/mozilla-mobile/fenix/issues/6757
3520     data_reviews:
3521       - https://github.com/mozilla-mobile/fenix/pull/7523
3522       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3523     data_sensitivity:
3524       - interaction
3525     notification_emails:
3526       - fenix-core@mozilla.com
3527     expires: "2021-08-01"
3528   open_in_private_tab:
3529     type: event
3530     description: |
3531       A user opens a new private tab based on a top site item
3532     bugs:
3533       - https://github.com/mozilla-mobile/fenix/issues/6757
3534     data_reviews:
3535       - https://github.com/mozilla-mobile/fenix/pull/7523
3536       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3537     data_sensitivity:
3538       - interaction
3539     notification_emails:
3540       - fenix-core@mozilla.com
3541     expires: "2021-08-01"
3542   remove:
3543     type: event
3544     description: |
3545       A user removes a top site item
3546     bugs:
3547       - https://github.com/mozilla-mobile/fenix/issues/6757
3548     data_reviews:
3549       - https://github.com/mozilla-mobile/fenix/pull/7523
3550       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3551     data_sensitivity:
3552       - interaction
3553     notification_emails:
3554       - fenix-core@mozilla.com
3555     expires: "2021-08-01"
3557 about_page:
3558   support_tapped:
3559     type: event
3560     description: |
3561       A user tapped on "Support" item from About page
3562     bugs:
3563       - https://github.com/mozilla-mobile/fenix/issues/6834
3564     data_reviews:
3565       - https://github.com/mozilla-mobile/fenix/pull/8047
3566       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3567     data_sensitivity:
3568       - interaction
3569     notification_emails:
3570       - fenix-core@mozilla.com
3571     expires: "2021-04-01"
3572   privacy_notice_tapped:
3573     type: event
3574     description: |
3575       A user tapped on "Privacy notice" item from About page
3576     bugs:
3577       - https://github.com/mozilla-mobile/fenix/issues/6834
3578     data_reviews:
3579       - https://github.com/mozilla-mobile/fenix/pull/8047
3580       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3581     data_sensitivity:
3582       - interaction
3583     notification_emails:
3584       - fenix-core@mozilla.com
3585     expires: "2021-04-01"
3587 app_theme:
3588   dark_theme_selected:
3589     type: event
3590     description: |
3591       A user selected Dark Theme
3592     extra_keys:
3593       source:
3594         description: |
3595           The source from where dark theme was selected. The source can be
3596           'SETTINGS' or 'ONBOARDING'
3597     bugs:
3598       - https://github.com/mozilla-mobile/fenix/issues/7289
3599     data_reviews:
3600       - https://github.com/mozilla-mobile/fenix/pull/7968
3601       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3602     data_sensitivity:
3603       - interaction
3604     notification_emails:
3605       - fenix-core@mozilla.com
3606     expires: "2021-04-01"
3608 pocket:
3609   pocket_top_site_clicked:
3610     type: event
3611     description: |
3612       A user clicked on the trending Pocket top site
3613     bugs:
3614       - https://github.com/mozilla-mobile/fenix/issues/8126
3615     data_reviews:
3616       - https://github.com/mozilla-mobile/fenix/pull/8098
3617       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3618     data_sensitivity:
3619       - interaction
3620     notification_emails:
3621       - fenix-core@mozilla.com
3622     expires: "2021-08-01"
3623     no_lint:
3624       - COMMON_PREFIX
3626   pocket_top_site_removed:
3627     type: event
3628     description: |
3629       A user removed the trending Pocket top site
3630     bugs:
3631       - https://github.com/mozilla-mobile/fenix/issues/8126
3632     data_reviews:
3633       - https://github.com/mozilla-mobile/fenix/pull/8098
3634       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3635     data_sensitivity:
3636       - interaction
3637     notification_emails:
3638       - fenix-core@mozilla.com
3639     expires: "2021-08-01"
3641 first_session:
3642   campaign:
3643     type: string
3644     send_in_pings:
3645       - first-session
3646     description: |
3647       The name of the campaign that is responsible for this installation.
3648     bugs:
3649       - https://github.com/mozilla-mobile/fenix/issues/7295
3650     data_reviews:
3651       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3652       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3653     data_sensitivity:
3654       - technical
3655       - interaction
3656     notification_emails:
3657       - fenix-core@mozilla.com
3658     expires: "2021-08-01"
3659   network:
3660     type: string
3661     send_in_pings:
3662       - first-session
3663     description: |
3664       The name of the Network that sourced this installation.
3665     bugs:
3666       - https://github.com/mozilla-mobile/fenix/issues/7295
3667     data_reviews:
3668       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3669       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3670     data_sensitivity:
3671       - technical
3672       - interaction
3673     notification_emails:
3674       - fenix-core@mozilla.com
3675     expires: "2021-08-01"
3676   adgroup:
3677     type: string
3678     send_in_pings:
3679       - first-session
3680     description: |
3681       The name of the AdGroup that was used to source this installation.
3682     bugs:
3683       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3684     data_reviews:
3685       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
3686       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3687     data_sensitivity:
3688       - technical
3689       - interaction
3690     notification_emails:
3691       - fenix-core@mozilla.com
3692     expires: "2021-08-01"
3693   creative:
3694     send_in_pings:
3695       - first-session
3696     type: string
3697     description: |
3698       The identifier of the creative material that the user interacted with.
3699     bugs:
3700       - https://github.com/mozilla-mobile/fenix/issues/7295
3701     data_reviews:
3702       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3703       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3704     data_sensitivity:
3705       - technical
3706       - interaction
3707     notification_emails:
3708       - fenix-core@mozilla.com
3709     expires: "2021-08-01"
3710   timestamp:
3711     send_in_pings:
3712       - first-session
3713     type: datetime
3714     description: |
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.
3718     bugs:
3719       - https://github.com/mozilla-mobile/fenix/issues/7295
3720     data_reviews:
3721       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
3722       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3723     data_sensitivity:
3724       - technical
3725       - interaction
3726     notification_emails:
3727       - fenix-core@mozilla.com
3728     expires: "2021-08-01"
3730 browser.search:
3731   with_ads:
3732     type: labeled_counter
3733     description: |
3734       Records counts of SERP pages with adverts displayed.
3735       The key format is ‘<provider-name>’.
3736     send_in_pings:
3737       - metrics
3738     bugs:
3739       - https://github.com/mozilla-mobile/fenix/issues/6558
3740     data_reviews:
3741       - https://github.com/mozilla-mobile/fenix/pull/10112
3742       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3743     data_sensitivity:
3744       - interaction
3745     notification_emails:
3746       - fenix-core@mozilla.com
3747     expires: "2021-08-01"
3748   ad_clicks:
3749     type: labeled_counter
3750     description: |
3751       Records clicks of adverts on SERP pages.
3752       The key format is ‘<provider-name>’.
3753     send_in_pings:
3754       - metrics
3755     bugs:
3756       - https://github.com/mozilla-mobile/fenix/issues/6558
3757     data_reviews:
3758       - https://github.com/mozilla-mobile/fenix/pull/10112
3759       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3760     data_sensitivity:
3761       - interaction
3762     notification_emails:
3763       - fenix-core@mozilla.com
3764     expires: "2021-08-01"
3765   in_content:
3766     type: labeled_counter
3767     description: |
3768       Records the type of interaction a user has on SERP pages.
3769     send_in_pings:
3770       - metrics
3771     bugs:
3772       - https://github.com/mozilla-mobile/fenix/issues/6557
3773     data_reviews:
3774       - https://github.com/mozilla-mobile/fenix/pull/10167
3775       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3776     data_sensitivity:
3777       - interaction
3778     notification_emails:
3779       - fenix-core@mozilla.com
3780     expires: "2021-08-01"
3782 addons:
3783   open_addons_in_settings:
3784     type: event
3785     description: |
3786       A user accessed "Add-ons" from the Settings
3787     bugs:
3788       - https://github.com/mozilla-mobile/fenix/issues/6174
3789     data_reviews:
3790       - https://github.com/mozilla-mobile/fenix/pull/8318
3791       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3792     data_sensitivity:
3793       - interaction
3794     notification_emails:
3795       - fenix-core@mozilla.com
3796     expires: "2021-04-01"
3797   open_addon_in_toolbar_menu:
3798     type: event
3799     description: |
3800       A user interacted with an installed add-on in the toolbar menu
3801     extra_keys:
3802       addon_id:
3803         description: |
3804           The id of the add-on that was interacted with in the toolbar menu
3805     bugs:
3806       - https://github.com/mozilla-mobile/fenix/issues/6174
3807     data_reviews:
3808       - https://github.com/mozilla-mobile/fenix/pull/8318
3809       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3810     data_sensitivity:
3811       - interaction
3812     notification_emails:
3813       - fenix-core@mozilla.com
3814     expires: "2021-04-01"
3815   has_installed_addons:
3816     type: boolean
3817     description: |
3818       Whether or not the user has installed add-ons on the device.
3819     send_in_pings:
3820       - metrics
3821     bugs:
3822       - https://github.com/mozilla-mobile/fenix/issues/6174
3823     data_reviews:
3824       - https://github.com/mozilla-mobile/fenix/pull/8318
3825       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3826     data_sensitivity:
3827       - interaction
3828     notification_emails:
3829       - fenix-core@mozilla.com
3830     expires: "2021-04-01"
3831   has_enabled_addons:
3832     type: boolean
3833     description: |
3834       Whether or not the user has enabled add-ons on the device.
3835     send_in_pings:
3836       - metrics
3837     bugs:
3838       - https://github.com/mozilla-mobile/fenix/issues/6174
3839     data_reviews:
3840       - https://github.com/mozilla-mobile/fenix/pull/8318
3841       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3842     data_sensitivity:
3843       - interaction
3844     notification_emails:
3845       - fenix-core@mozilla.com
3846     expires: "2021-04-01"
3847   installed_addons:
3848     type: string_list
3849     description: |
3850       A list of all installed add-ons on the device.
3851     send_in_pings:
3852       - metrics
3853     bugs:
3854       - https://github.com/mozilla-mobile/fenix/issues/8920
3855     data_reviews:
3856       - https://github.com/mozilla-mobile/fenix/pull/11080
3857       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3858     data_sensitivity:
3859       - interaction
3860     notification_emails:
3861       - fenix-core@mozilla.com
3862     expires: "2021-04-01"
3863   enabled_addons:
3864     type: string_list
3865     description: |
3866       A list of all enabled add-ons on the device.
3867     send_in_pings:
3868       - metrics
3869     bugs:
3870       - https://github.com/mozilla-mobile/fenix/issues/8920
3871     data_reviews:
3872       - https://github.com/mozilla-mobile/fenix/pull/11080
3873       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3874     data_sensitivity:
3875       - interaction
3876     notification_emails:
3877       - fenix-core@mozilla.com
3878     expires: "2021-04-01"
3880 startup.timeline:
3881   framework_start:
3882     send_in_pings:
3883       - startup-timeline
3884     type: timespan
3885     time_unit: nanosecond
3886     description: |
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
3896     bugs:
3897       - https://github.com/mozilla-mobile/fenix/issues/8803
3898     data_reviews:
3899       - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3900       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3901     data_sensitivity:
3902       - technical
3903     notification_emails:
3904       - perf-android-fe@mozilla.com
3905       - mcomella@mozilla.com
3906     expires: "2021-08-01"
3907   framework_start_error:
3908     send_in_pings:
3909       - startup-timeline
3910     type: boolean
3911     description: |
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.
3915     bugs:
3916       - https://github.com/mozilla-mobile/fenix/issues/8803
3917     data_reviews:
3918       - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3919       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3920     data_sensitivity:
3921       - technical
3922     notification_emails:
3923       - perf-android-fe@mozilla.com
3924       - mcomella@mozilla.com
3925     expires: "2021-08-01"
3926   framework_start_read_error:
3927     send_in_pings:
3928       - startup-timeline
3929     type: boolean
3930     description: |
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.
3934     bugs:
3935       - https://github.com/mozilla-mobile/fenix/issues/10434
3936     data_reviews:
3937       - https://github.com/mozilla-mobile/fenix/pull/10481
3938       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3939     data_sensitivity:
3940       - technical
3941     notification_emails:
3942       - perf-android-fe@mozilla.com
3943       - mcomella@mozilla.com
3944     expires: "2021-08-01"
3945   clock_ticks_per_second:
3946     send_in_pings:
3947       - startup-timeline
3948     type: counter
3949     description: |
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.
3953     bugs:
3954       - https://github.com/mozilla-mobile/fenix/issues/8803
3955     data_reviews:
3956       - https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
3957       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3958     data_sensitivity:
3959       - technical
3960     notification_emails:
3961       - perf-android-fe@mozilla.com
3962       - mcomella@mozilla.com
3963     expires: "2021-08-01"
3965 perf.startup:
3966   application_on_create:
3967     type: timing_distribution
3968     time_unit: millisecond
3969     description: |
3970       The duration of `FenixApplication.onCreate` in the main process.
3971     bugs:
3972       - https://github.com/mozilla-mobile/fenix/issues/17969
3973     data_reviews:
3974       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
3975     data_sensitivity:
3976       - technical
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
3984     description: |
3985       The duration of `HomeActivity.onCreate`.
3986     bugs:
3987       - https://github.com/mozilla-mobile/fenix/issues/17969
3988     data_reviews:
3989       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
3990     data_sensitivity:
3991       - technical
3992     notification_emails:
3993       - perf-android-fe@mozilla.com
3994       - mcomella@mozilla.com
3995     expires: "2021-08-11"
3997 perf.awesomebar:
3998   history_suggestions:
3999     send_in_pings:
4000       - metrics
4001     type: timing_distribution
4002     time_unit: millisecond
4003     description: >
4004       Duration of a history awesomebar suggestion query.
4005     bugs:
4006       - https://github.com/mozilla-mobile/android-components/issues/4992
4007     data_reviews:
4008       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4009     data_sensitivity:
4010       - technical
4011       - interaction
4012     notification_emails:
4013       - fenix-core@mozilla.com
4014       - gkruglov@mozilla.com
4015     expires: "2020-11-15"
4016   bookmark_suggestions:
4017     send_in_pings:
4018       - metrics
4019     type: timing_distribution
4020     time_unit: millisecond
4021     description: >
4022       Duration of a bookmarks awesomebar suggestion query.
4023     bugs:
4024       - https://github.com/mozilla-mobile/android-components/issues/4992
4025     data_reviews:
4026       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4027     data_sensitivity:
4028       - technical
4029       - interaction
4030     notification_emails:
4031       - fenix-core@mozilla.com
4032       - gkruglov@mozilla.com
4033     expires: "2020-11-15"
4034   search_engine_suggestions:
4035     send_in_pings:
4036       - metrics
4037     type: timing_distribution
4038     time_unit: millisecond
4039     description: >
4040       Duration of a search engine awesomebar suggestion query.
4041     bugs:
4042       - https://github.com/mozilla-mobile/android-components/issues/4992
4043     data_reviews:
4044       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4045     data_sensitivity:
4046       - technical
4047       - interaction
4048     notification_emails:
4049       - fenix-core@mozilla.com
4050       - gkruglov@mozilla.com
4051     expires: "2020-11-15"
4052   session_suggestions:
4053     send_in_pings:
4054       - metrics
4055     type: timing_distribution
4056     time_unit: millisecond
4057     description: >
4058       Duration of a session awesomebar suggestion query.
4059     bugs:
4060       - https://github.com/mozilla-mobile/android-components/issues/4992
4061     data_reviews:
4062       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4063     data_sensitivity:
4064       - technical
4065       - interaction
4066     notification_emails:
4067       - fenix-core@mozilla.com
4068       - gkruglov@mozilla.com
4069     expires: "2020-11-15"
4070   synced_tabs_suggestions:
4071     send_in_pings:
4072       - metrics
4073     type: timing_distribution
4074     time_unit: millisecond
4075     description: >
4076       Duration of a synced tabs awesomebar suggestion query.
4077     bugs:
4078       - https://github.com/mozilla-mobile/android-components/issues/4992
4079     data_reviews:
4080       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4081     data_sensitivity:
4082       - technical
4083       - interaction
4084     notification_emails:
4085       - fenix-core@mozilla.com
4086       - gkruglov@mozilla.com
4087     expires: "2020-11-15"
4088   clipboard_suggestions:
4089     send_in_pings:
4090       - metrics
4091     type: timing_distribution
4092     time_unit: millisecond
4093     description: >
4094       Duration of a clipboard awesomebar suggestion query.
4095     bugs:
4096       - https://github.com/mozilla-mobile/android-components/issues/4992
4097     data_reviews:
4098       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4099     data_sensitivity:
4100       - technical
4101       - interaction
4102     notification_emails:
4103       - fenix-core@mozilla.com
4104       - gkruglov@mozilla.com
4105     expires: "2020-11-15"
4106   shortcuts_suggestions:
4107     send_in_pings:
4108       - metrics
4109     type: timing_distribution
4110     time_unit: millisecond
4111     description: >
4112       Duration of a shortcuts awesomebar suggestion query.
4113     bugs:
4114       - https://github.com/mozilla-mobile/android-components/issues/4992
4115     data_reviews:
4116       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4117     data_sensitivity:
4118       - technical
4119       - interaction
4120     notification_emails:
4121       - fenix-core@mozilla.com
4122       - gkruglov@mozilla.com
4123     expires: "2020-11-15"
4125 autoplay:
4126   visited_setting:
4127     type: event
4128     description: A user visited the autoplay settings screen
4129     bugs:
4130       - https://github.com/mozilla-mobile/fenix/issues/11579
4131     data_reviews:
4132       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4133     data_sensitivity:
4134       - interaction
4135     notification_emails:
4136       - fenix-core@mozilla.com
4137     expires: "2021-08-01"
4138   setting_changed:
4139     type: event
4140     description: |
4141       A user changed their autoplay setting to either block_cellular,
4142       block_audio, or block_all.
4143     extra_keys:
4144       autoplay_setting:
4145         description: |
4146           The new setting for autoplay: block_cellular,
4147           block_audio, or block_all.
4148     bugs:
4149       - https://github.com/mozilla-mobile/fenix/issues/11579
4150     data_reviews:
4151       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4152     data_sensitivity:
4153       - interaction
4154     notification_emails:
4155       - fenix-core@mozilla.com
4156     expires: "2021-08-01"
4158 storage.stats:
4159   query_stats_duration:
4160     send_in_pings:
4161       - metrics
4162     type: timing_distribution
4163     description: >
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
4167       8+.
4168     bugs:
4169       - https://github.com/mozilla-mobile/fenix/issues/12802
4170     data_reviews:
4171       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4172       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4173     data_sensitivity:
4174       - technical
4175       - interaction
4176     notification_emails:
4177       - fenix-core@mozilla.com
4178       - perf-android-fe@mozilla.com
4179       - mcomella@mozilla.com
4180     expires: "2021-08-01"
4181   app_bytes:
4182     send_in_pings:
4183       - metrics
4184     type: memory_distribution
4185     description: >
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.
4192     memory_unit: byte
4193     bugs:
4194       - https://github.com/mozilla-mobile/fenix/issues/12802
4195     data_reviews:
4196       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4197       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4198     data_sensitivity:
4199       - technical
4200       - interaction
4201     notification_emails:
4202       - fenix-core@mozilla.com
4203       - perf-android-fe@mozilla.com
4204       - mcomella@mozilla.com
4205     expires: "2021-08-01"
4206   cache_bytes:
4207     send_in_pings:
4208       - metrics
4209     type: memory_distribution
4210     description: >
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+.
4214     memory_unit: byte
4215     bugs:
4216       - https://github.com/mozilla-mobile/fenix/issues/12802
4217     data_reviews:
4218       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4219       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4220     data_sensitivity:
4221       - technical
4222       - interaction
4223     notification_emails:
4224       - fenix-core@mozilla.com
4225       - perf-android-fe@mozilla.com
4226       - mcomella@mozilla.com
4227     expires: "2021-08-01"
4228   data_dir_bytes:
4229     send_in_pings:
4230       - metrics
4231     type: memory_distribution
4232     description: >
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
4237       Android 8+.
4238     memory_unit: byte
4239     bugs:
4240       - https://github.com/mozilla-mobile/fenix/issues/12802
4241     data_reviews:
4242       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
4243       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
4244     data_sensitivity:
4245       - technical
4246       - interaction
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:
4254   homescreen_tap:
4255     type: event
4256     description: |
4257       A user taps on PWA homescreen icon
4258     bugs:
4259       - https://github.com/mozilla-mobile/fenix/issues/10261
4260     data_reviews:
4261       - https://github.com/mozilla-mobile/fenix/pull/11859
4262     data_sensitivity:
4263       - interaction
4264     notification_emails:
4265       - fenix-core@mozilla.com
4266       - erichards@mozilla.com
4267     expires: "2021-03-01"
4268   install_tap:
4269     type: event
4270     description: |
4271       A user installs a PWA. Could be a shortcut or added to homescreen.
4272     bugs:
4273       - https://github.com/mozilla-mobile/fenix/issues/10261
4274     data_reviews:
4275       - https://github.com/mozilla-mobile/fenix/pull/11859
4276     data_sensitivity:
4277       - interaction
4278     notification_emails:
4279       - fenix-core@mozilla.com
4280       - erichards@mozilla.com
4281     expires: "2021-03-01"
4282   foreground:
4283     type: event
4284     description: |
4285       A user brings the PWA into the foreground.
4286     extra_keys:
4287       time_ms:
4288         description: |
4289           The current time in ms when the PWA was brought to the foreground.
4290     bugs:
4291       - https://github.com/mozilla-mobile/fenix/issues/10261
4292     data_reviews:
4293       - https://github.com/mozilla-mobile/fenix/pull/11859
4294     data_sensitivity:
4295       - interaction
4296     notification_emails:
4297       - fenix-core@mozilla.com
4298       - erichards@mozilla.com
4299     expires: "2021-03-01"
4300   background:
4301     type: event
4302     description: |
4303       A user puts the PWA into the background.
4304     extra_keys:
4305       time_ms:
4306         description: |
4307           The current time in ms when the PWA was backgrounded.
4308     bugs:
4309       - https://github.com/mozilla-mobile/fenix/issues/10261
4310     data_reviews:
4311       - https://github.com/mozilla-mobile/fenix/pull/11859
4312     data_sensitivity:
4313       - interaction
4314     notification_emails:
4315       - fenix-core@mozilla.com
4316       - erichards@mozilla.com
4317     expires: "2021-03-01"
4319 master_password:
4320   displayed:
4321     type: event
4322     description: |
4323       The master password migration dialog was displayed
4324     bugs:
4325       - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4326     data_reviews:
4327       - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4328     data_sensitivity:
4329       - interaction
4330     notification_emails:
4331       - fenix-core@mozilla.com
4332     expires: "2021-03-01"
4333   migration:
4334     type: event
4335     description: |
4336       Logins were successfully migrated using a master password.
4337     bugs:
4338       - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4339     data_reviews:
4340       - https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
4341     data_sensitivity:
4342       - interaction
4343     notification_emails:
4344       - fenix-core@mozilla.com
4345     expires: "2021-03-01"
4347 tabs:
4348   setting_opened:
4349     type: event
4350     description: |
4351       The tab settings were opened.
4352     bugs:
4353       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
4354     data_reviews:
4355       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
4356     data_sensitivity:
4357       - interaction
4358     notification_emails:
4359       - fenix-core@mozilla.com
4360     expires: "2021-08-01"
4362 banner_open_in_app:
4363   displayed:
4364     type: event
4365     description: |
4366       Open in App banner was shown.
4367     bugs:
4368       - https://github.com/mozilla-mobile/fenix/issues/16828
4369     data_reviews:
4370       - https://github.com/mozilla-mobile/fenix/pull/17049
4371     data_sensitivity:
4372       - interaction
4373     notification_emails:
4374       - fenix-core@mozilla.com
4375     expires: "2021-08-01"
4376   dismissed:
4377     type: event
4378     description: |
4379       User tapped 'dismiss' on Open in App banner.
4380     bugs:
4381       - https://github.com/mozilla-mobile/fenix/issues/16828
4382     data_reviews:
4383       - https://github.com/mozilla-mobile/fenix/pull/17049
4384     data_sensitivity:
4385       - interaction
4386     notification_emails:
4387       - fenix-core@mozilla.com
4388     expires: "2021-08-01"
4389   go_to_settings:
4390     type: event
4391     description: |
4392       User tapped 'go to settings' on Open in App banner.
4393     bugs:
4394       - https://github.com/mozilla-mobile/fenix/issues/16828
4395     data_reviews:
4396       - https://github.com/mozilla-mobile/fenix/pull/17049
4397     data_sensitivity:
4398       - interaction
4399     notification_emails:
4400       - fenix-core@mozilla.com
4401     expires: "2021-08-01"
4403 contextual_menu:
4404   copy_tapped:
4405     type: event
4406     description: |
4407       The context menu's 'copy' option was used.
4408     bugs:
4409       - https://github.com/mozilla-mobile/fenix/issues/11580
4410     data_reviews:
4411       - https://github.com/mozilla-mobile/fenix/pull/16968
4412     data_sensitivity:
4413       - interaction
4414     notification_emails:
4415       - fenix-core@mozilla.com
4416     expires: "2021-06-01"
4417   search_tapped:
4418     type: event
4419     description: |
4420       The context menu's 'search' option was used.
4421     bugs:
4422       - https://github.com/mozilla-mobile/fenix/issues/11580
4423     data_reviews:
4424       - https://github.com/mozilla-mobile/fenix/pull/16968
4425     data_sensitivity:
4426       - interaction
4427     notification_emails:
4428       - fenix-core@mozilla.com
4429     expires: "2021-06-01"
4430   select_all_tapped:
4431     type: event
4432     description: |
4433       The context menu's 'select all' option was used.
4434     bugs:
4435       - https://github.com/mozilla-mobile/fenix/issues/11580
4436     data_reviews:
4437       - https://github.com/mozilla-mobile/fenix/pull/16968
4438     data_sensitivity:
4439       - interaction
4440     notification_emails:
4441       - fenix-core@mozilla.com
4442     expires: "2021-06-01"
4443   share_tapped:
4444     type: event
4445     description: |
4446       The context menu's 'share' option was used.
4447     bugs:
4448       - https://github.com/mozilla-mobile/fenix/issues/11580
4449     data_reviews:
4450       - https://github.com/mozilla-mobile/fenix/pull/16968
4451     data_sensitivity:
4452       - interaction
4453     notification_emails:
4454       - fenix-core@mozilla.com
4455     expires: "2021-06-01"
4457 engine:
4458   tab_kills:
4459     type: labeled_counter
4460     labels:
4461       - foreground
4462       - background
4463     description: |
4464       How often was the content process of a foreground (selected) or
4465       background tab killed.
4466     bugs:
4467       - https://github.com/mozilla-mobile/android-components/issues/9366
4468     data_reviews:
4469       - https://github.com/mozilla-mobile/fenix/pull/17864
4470     data_sensitivity:
4471       - technical
4472     notification_emails:
4473       - fenix-core@mozilla.com
4474       - skaspari@mozilla.com
4475     expires: "2021-12-31"
4476   kill_foreground_age:
4477     type: timespan
4478     time_unit: millisecond
4479     description: |
4480       Measures the age of the engine session of a foreground (selected) tab
4481       at the time its content process got killed.
4482     bugs:
4483       - https://github.com/mozilla-mobile/android-components/issues/9366
4484     data_reviews:
4485       - TBD
4486     data_sensitivity:
4487       - technical
4488     notification_emails:
4489       - fenix-core@mozilla.com
4490       - skaspari@mozilla.com
4491     expires: "2021-12-31"
4492   kill_background_age:
4493     type: timespan
4494     time_unit: millisecond
4495     description: |
4496       Measures the age of the engine session of a background tab at the
4497       time its content process got killed.
4498     bugs:
4499       - https://github.com/mozilla-mobile/android-components/issues/9366
4500     data_reviews:
4501       - https://github.com/mozilla-mobile/fenix/pull/17864
4502     data_sensitivity:
4503       - technical
4504     notification_emails:
4505       - fenix-core@mozilla.com
4506       - skaspari@mozilla.com
4507     expires: "2021-12-31"