[fenix] For https://github.com/mozilla-mobile/fenix/issues/24857: Add metrics for...
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blob482dd009fdec29f23510f9b7b4129d5e71b6b8a3
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
7 no_lint:
8   - CATEGORY_GENERIC
10 events:
11   app_opened:
12     type: event
13     description: |
14       A user opened the app (from cold start, to the homescreen or browser)
15     extra_keys:
16       source:
17         description: |
18           The method used to open Fenix. Possible values are: `app_icon`,
19           `custom_tab` or `link`
20         type: string
21     bugs:
22       - https://github.com/mozilla-mobile/fenix/issues/968
23       - https://github.com/mozilla-mobile/fenix/issues/10616
24       - https://github.com/mozilla-mobile/fenix/issues/19923
25     data_reviews:
26       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
27       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
28       - https://github.com/mozilla-mobile/fenix/pull/18143
29       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
30       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
31     data_sensitivity:
32       - interaction
33     notification_emails:
34       - telemetry-client-dev@mozilla.com
35       - android-probes@mozilla.com
36       - erichards@mozilla.com
37     expires: never
38     metadata:
39       tags:
40         - Performance
41   search_bar_tapped:
42     type: event
43     description: |
44       A user tapped the search bar
45     extra_keys:
46       source:
47         description: |
48           The view the user was on when they initiated the search (For example:
49           `Home` or `Browser`)
50         type: string
51     bugs:
52       - https://github.com/mozilla-mobile/fenix/issues/959
53       - https://github.com/mozilla-mobile/fenix/issues/19923
54     data_reviews:
55       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
56       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
57       - https://github.com/mozilla-mobile/fenix/pull/18143
58       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
59       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
60     data_sensitivity:
61       - interaction
62     notification_emails:
63       - android-probes@mozilla.com
64       - erichards@mozilla.com
65     expires: never
66     metadata:
67       tags:
68         - Search
69   entered_url:
70     type: event
71     description: |
72       A user entered a url
73     extra_keys:
74       autocomplete:
75         description: |
76           A boolean that tells us whether the URL was autofilled by an
77           Autocomplete suggestion
78         type: boolean
79     bugs:
80       - https://github.com/mozilla-mobile/fenix/issues/959
81       - https://github.com/mozilla-mobile/fenix/issues/19923
82     data_reviews:
83       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
84       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
85       - https://github.com/mozilla-mobile/fenix/pull/18143
86       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
87       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
88     data_sensitivity:
89       - interaction
90     notification_emails:
91       - android-probes@mozilla.com
92       - erichards@mozilla.com
93     expires: never
94     metadata:
95       tags:
96         - Search
97   performed_search:
98     type: event
99     description: |
100       A user performed a search
101     extra_keys:
102       source:
103         description: |
104           A string that tells us how the user performed the search. Possible
105           values are:
107           * default.action
108           * default.suggestion
109           * shortcut.action
110           * shortcut.suggestion
111         type: string
112     bugs:
113       - https://github.com/mozilla-mobile/fenix/issues/959
114       - https://github.com/mozilla-mobile/fenix/issues/19923
115     data_reviews:
116       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
117       - https://github.com/mozilla-mobile/fenix/pull/1677
118       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
119       - https://github.com/mozilla-mobile/fenix/pull/18143
120       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
121       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
122     data_sensitivity:
123       - interaction
124     notification_emails:
125       - android-probes@mozilla.com
126       - erichards@mozilla.com
127     expires: never
128     metadata:
129       tags:
130         - Search
131   browser_menu_action:
132     type: event
133     description: |
134       A browser menu item was tapped.
135       The name of the item that the user tapped is stored in extras with the
136       key `item`.
137     extra_keys:
138       item:
139         description: |
140           A string containing the name of the item the user tapped. These items
141           include:
142           add_to_homescreen, add_to_top_sites, addons_manager, back, bookmark,
143           bookmarks, desktop_view_off, desktop_view_on, downloads,
144           find_in_page, forward, help, history, library, new_private_tab,
145           new_tab, open_in_app, open_in_fenix, quit, reader_mode_appearance,
146           reader_mode_off, reader_mode_on, reload, remove_from_top_sites,
147           save_to_collection, set_default_browser, settings, share, stop,
148           sync_account, and sync_tabs.
149         type: string
150     bugs:
151       - https://github.com/mozilla-mobile/fenix/issues/1024
152       - https://github.com/mozilla-mobile/fenix/issues/19923
153     data_reviews:
154       - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
155       - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
156       - https://github.com/mozilla-mobile/fenix/pull/6310
157       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
158       - https://github.com/mozilla-mobile/fenix/pull/18143
159       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
160       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
161     data_sensitivity:
162       - interaction
163     notification_emails:
164       - android-probes@mozilla.com
165     expires: 108
166   default_browser_changed:
167     type: event
168     description: |
169       Indicates the default browser was changed
170     bugs:
171       - https://github.com/mozilla-mobile/fenix/issues/18857
172     data_reviews:
173       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
174       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
175       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
176       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
177     data_sensitivity:
178       - interaction
179     notification_emails:
180       - android-probes@mozilla.com
181       - erichards@mozilla.com
182     expires: never
183     metadata:
184       tags:
185         - Toolbar
186   default_browser_notif_tapped:
187     type: event
188     description: |
189       User tapped on the default browser notification
190     bugs:
191       - https://github.com/mozilla-mobile/fenix/issues/19847
192     data_reviews:
193       - https://github.com/mozilla-mobile/fenix/pull/20311
194     data_sensitivity:
195       - interaction
196     notification_emails:
197       - android-probes@mozilla.com
198     expires: never
199   toolbar_menu_visible:
200     type: event
201     description: |
202       The browser menu was displayed from toolbar menu
203     bugs:
204       - https://github.com/mozilla-mobile/fenix/issues/18855
205     data_reviews:
206       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
207       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
208       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
209       - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
210       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
211     data_sensitivity:
212       - interaction
213     notification_emails:
214       - android-probes@mozilla.com
215       - kbrosnan@mozilla.com
216     expires: never
217     metadata:
218       tags:
219         - Toolbar
220   normal_and_private_uri_count:
221     type: counter
222     description: |
223       A counter of URIs visited by the user in the current session, including
224       page reloads. This includes private browsing.  This does not include
225       background page requests and URIs from embedded pages but may be
226       incremented without user interaction by website scripts that
227       programmatically redirect to a new location.
228     send_in_pings:
229       - metrics
230     bugs:
231       - https://github.com/mozilla-mobile/fenix/issues/17089
232     data_reviews:
233       - https://github.com/mozilla-mobile/fenix/pull/17935
234       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
235       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
236     data_sensitivity:
237       - interaction
238     notification_emails:
239       - android-probes@mozilla.com
240       - erichards@mozilla.com
241     expires: never
242     metadata:
243       tags:
244         - PrivateBrowsing
245   preference_toggled:
246     type: event
247     description: |
248       A user toggled a boolean preference in settings
249     extra_keys:
250       preference_key:
251         description: |
252           The preference key for the boolean (true/false) preference the user
253           toggled.
255           We currently track: show_search_suggestions, remote_debugging,
256           telemetry, tracking_protection, search_bookmarks,
257           search_browsing_history, show_clipboard_suggestions,
258           show_search_shortcuts, open_links_in_a_private_tab (bug in
259           implementation https://github.com/mozilla-mobile/fenix/issues/7384),
260           pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
261           pref_key_show_voice_search,
262           and pref_key_show_search_suggestions_in_private.
263         type: string
264       enabled:
265         description: "Whether or not the preference is *now* enabled"
266         type: boolean
267     bugs:
268       - https://github.com/mozilla-mobile/fenix/issues/975
269       - https://github.com/mozilla-mobile/fenix/issues/5094
270       - https://github.com/mozilla-mobile/fenix/issues/5737
271       - https://github.com/mozilla-mobile/fenix/issues/5586
272       - https://github.com/mozilla-mobile/fenix/issues/6396
273       - https://github.com/mozilla-mobile/fenix/issues/6070
274       - https://github.com/mozilla-mobile/fenix/issues/19923
275     data_reviews:
276       - https://github.com/mozilla-mobile/fenix/pull/1896
277       - https://github.com/mozilla-mobile/fenix/pull/5704
278       - https://github.com/mozilla-mobile/fenix/pull/5886
279       - https://github.com/mozilla-mobile/fenix/pull/5975
280       - https://github.com/mozilla-mobile/fenix/pull/6352
281       - https://github.com/mozilla-mobile/fenix/pull/6601
282       - https://github.com/mozilla-mobile/fenix/pull/6746
283       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
284       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
285       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
286     data_sensitivity:
287       - technical
288       - interaction
289     notification_emails:
290       - android-probes@mozilla.com
291       - erichards@mozilla.com
292     expires: never
293     metadata:
294       tags:
295         - Bookmarks
296         - History
297         - Logins
298         - PrivateBrowsing
299         - Search
300   whats_new_tapped:
301     type: event
302     description: |
303       A user opened the "what's new" page button
304     bugs:
305       - https://github.com/mozilla-mobile/fenix/issues/5021
306       - https://github.com/mozilla-mobile/fenix/issues/19923
307     data_reviews:
308       - https://github.com/mozilla-mobile/fenix/pull/5090
309       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
310       - https://github.com/mozilla-mobile/fenix/pull/18143
311       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
312       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
313     data_sensitivity:
314       - interaction
315     notification_emails:
316       - android-probes@mozilla.com
317     expires: 108
318   opened_link:
319     type: event
320     description: |
321       A user opened a link with Fenix
322     extra_keys:
323       mode:
324         description: |
325           The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
326           this probe may be incorrectly implemented: see
327           https://github.com/mozilla-mobile/fenix/issues/14133
328         type: string
329     bugs:
330       - https://github.com/mozilla-mobile/fenix/issues/5737
331       - https://github.com/mozilla-mobile/fenix/issues/19923
332     data_reviews:
333       - https://github.com/mozilla-mobile/fenix/pull/5975
334       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
335       - https://github.com/mozilla-mobile/fenix/pull/18143
336       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
337       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
338     data_sensitivity:
339       - interaction
340     notification_emails:
341       - android-probes@mozilla.com
342       - erichards@mozilla.com
343     expires: never
344     metadata:
345       tags:
346         - PrivateBrowsing
347   synced_tab_opened:
348     type: event
349     description: |
350       An event that indicates that a synced tab was opened.
351     bugs:
352       - https://github.com/mozilla-mobile/fenix/issues/15369
353       - https://github.com/mozilla-mobile/fenix/issues/19923
354     data_reviews:
355       - https://github.com/mozilla-mobile/fenix/pull/16727
356       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
357       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
358     data_sensitivity:
359       - interaction
360     notification_emails:
361       - android-probes@mozilla.com
362       - erichards@mozilla.com
363     expires: never
364     metadata:
365       tags:
366         - SyncTabs
367   recently_closed_tabs_opened:
368     type: event
369     description: |
370       An event that indicates that the user
371       has accessed recently closed tabs list.
372       Deprecated in favor of "recently_closed_tabs.opened"
373     bugs:
374       - https://github.com/mozilla-mobile/fenix/issues/15366
375       - https://github.com/mozilla-mobile/fenix/issues/19923
376     data_reviews:
377       - https://github.com/mozilla-mobile/fenix/pull/16739
378       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
379       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
380     data_sensitivity:
381       - interaction
382     notification_emails:
383       - android-probes@mozilla.com
384       - erichards@mozilla.com
385     expires: never
386     metadata:
387       tags:
388         - Tabs
389   copy_url_tapped:
390     type: event
391     description: |
392       An event that indicates that a user has selected
393       copy option when long pressing on url bar.
394     bugs:
395       - https://github.com/mozilla-mobile/fenix/issues/16827
396       - https://github.com/mozilla-mobile/fenix/issues/19923
397     data_reviews:
398       - https://github.com/mozilla-mobile/fenix/pull/16915
399       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
400       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
401     data_sensitivity:
402       - interaction
403     notification_emails:
404       - android-probes@mozilla.com
405       - erichards@mozilla.com
406     expires: never
407     metadata:
408       tags:
409         - ContextMenu
410   browser_toolbar_home_tapped:
411     type: event
412     description: |
413       An event that indicates that a user has tapped
414       home button on browser toolbar.
415     bugs:
416       - https://github.com/mozilla-mobile/fenix/issues/19915
417     data_reviews:
418       - https://github.com/mozilla-mobile/fenix/pull/19936
419       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
420       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
421     data_sensitivity:
422       - interaction
423     notification_emails:
424       - android-probes@mozilla.com
425     expires: 108
426   tab_view_changed:
427     type: event
428     description: |
429       Indicates that the user has changed their tab view
430       settings, either from the default or by personal
431       preference.
432     extra_keys:
433       type:
434         description: |
435           A string containing the name of the tab view the user tapped.
436           These items include: list or grid.
437         type: string
438     bugs:
439       - https://github.com/mozilla-mobile/fenix/issues/19956
440     data_reviews:
441       - https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619
442       - https://github.com/mozilla-mobile/fenix/pull/24409
443     data_sensitivity:
444       - interaction
445     notification_emails:
446       - android-probes@mozilla.com
447     expires: 113
449 onboarding:
450   fxa_auto_signin:
451     type: event
452     description:
453       The onboarding automatic sign in card was tapped.
454     bugs:
455       - https://github.com/mozilla-mobile/fenix/issues/10824
456     data_reviews:
457       - https://github.com/mozilla-mobile/fenix/pull/11867
458       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
459       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
460       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
461       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
462     data_sensitivity:
463       - interaction
464     notification_emails:
465       - android-probes@mozilla.com
466       - erichards@mozilla.com
467       - erichards@mozilla.com
468     expires: never
469     metadata:
470       tags:
471         - Onboarding
472   fxa_manual_signin:
473     type: event
474     description:
475       The onboarding manual sign in card was tapped.
476     bugs:
477       - https://github.com/mozilla-mobile/fenix/issues/10824
478     data_reviews:
479       - https://github.com/mozilla-mobile/fenix/pull/11867
480       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
481       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
482       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
483       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
484     data_sensitivity:
485       - interaction
486     notification_emails:
487       - android-probes@mozilla.com
488       - erichards@mozilla.com
489       - erichards@mozilla.com
490     expires: never
491     metadata:
492       tags:
493         - Onboarding
494   privacy_notice:
495     type: event
496     description:
497       The onboarding privacy notice card was tapped.
498     bugs:
499       - https://github.com/mozilla-mobile/fenix/issues/10824
500     data_reviews:
501       - https://github.com/mozilla-mobile/fenix/pull/11867
502       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
503       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
504       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
505       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
506     data_sensitivity:
507       - interaction
508     notification_emails:
509       - android-probes@mozilla.com
510       - erichards@mozilla.com
511     expires: never
512     metadata:
513       tags:
514         - Onboarding
515   pref_toggled_toolbar_position:
516     type: event
517     description:
518       The toolbar position preference was chosen from the onboarding card.
519     extra_keys:
520       position:
521         type: string
522         description: |
523           A string that indicates the position of the toolbar TOP or BOTTOM.
524           Default: BOTTOM
525     bugs:
526       - https://github.com/mozilla-mobile/fenix/issues/10824
527     data_reviews:
528       - https://github.com/mozilla-mobile/fenix/pull/11867
529       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
530       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
531       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
532       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
533     data_sensitivity:
534       - interaction
535     notification_emails:
536       - android-probes@mozilla.com
537       - erichards@mozilla.com
538       - erichards@mozilla.com
539     expires: never
540     metadata:
541       tags:
542         - Onboarding
543   pref_toggled_tracking_prot:
544     type: event
545     description:
546       The tracking protection preference was chosen from the onboarding card.
547     extra_keys:
548       setting:
549         type: string
550         description: |
551           A string that indicates the Tracking Protection policy STANDARD
552           or STRICT. Default: Toggle ON, STANDARD
553     bugs:
554       - https://github.com/mozilla-mobile/fenix/issues/10824
555     data_reviews:
556       - https://github.com/mozilla-mobile/fenix/pull/11867
557       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
558       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
559       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
560       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
561     data_sensitivity:
562       - interaction
563     notification_emails:
564       - android-probes@mozilla.com
565       - erichards@mozilla.com
566       - erichards@mozilla.com
567     expires: never
568     metadata:
569       tags:
570         - Onboarding
571   pref_toggled_theme_picker:
572     type: event
573     description:
574       The device theme was chosen using the theme picker onboarding card.
575     extra_keys:
576       theme:
577         type: string
578         description: |
579           A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
580           Default: FOLLOW DEVICE
581     bugs:
582       - https://github.com/mozilla-mobile/fenix/issues/10824
583     data_reviews:
584       - https://github.com/mozilla-mobile/fenix/pull/11867
585       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
586       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
587       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
588       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
589     data_sensitivity:
590       - interaction
591     notification_emails:
592       - android-probes@mozilla.com
593       - erichards@mozilla.com
594       - erichards@mozilla.com
595     expires: never
596     metadata:
597       tags:
598         - Onboarding
599   finish:
600     type: event
601     description:
602       The user taps starts browsing and ends the onboarding experience.
603     bugs:
604       - https://github.com/mozilla-mobile/fenix/issues/10824
605     data_reviews:
606       - https://github.com/mozilla-mobile/fenix/pull/11867
607       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
608       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
609       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
610       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
611     data_sensitivity:
612       - interaction
613     notification_emails:
614       - android-probes@mozilla.com
615       - erichards@mozilla.com
616       - erichards@mozilla.com
617     expires: never
618     metadata:
619       tags:
620         - Onboarding
622 search_shortcuts:
623   selected:
624     type: event
625     description: |
626       A user selected a search shortcut engine to use
627     extra_keys:
628       engine:
629         type: string
630         description: |
631           The name of the built-in search engine the user selected as a string
632     bugs:
633       - https://github.com/mozilla-mobile/fenix/issues/793
634     data_reviews:
635       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
636       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
637       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
638       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
639       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
640     notification_emails:
641       - android-probes@mozilla.com
642     expires: 111
643     metadata:
644       tags:
645         - Search
646         - Shortcuts
648 unified_search:
649   search_menu_tapped:
650     type: event
651     description: |
652       A user tapped on the unified search selector menu.
653     bugs:
654       - https://github.com/mozilla-mobile/fenix/issues/24522
655     data_reviews:
656       - https://github.com/mozilla-mobile/fenix/pull/25544
657     data_sensitivity:
658       - interaction
659     notification_emails:
660       - android-probes@mozilla.com
661     expires: 115
662     metadata:
663       tags:
664         - Search
665         - Shortcuts
666   engine_selected:
667     type: event
668     description: |
669       A user used unified search to select a search shortcut engine to use
670     extra_keys:
671       engine:
672         type: string
673         description: |
674           The name of the built-in search engine the user selected as a string
675     bugs:
676       - https://github.com/mozilla-mobile/fenix/issues/24522
677     data_reviews:
678       - https://github.com/mozilla-mobile/fenix/pull/25544
679     notification_emails:
680       - android-probes@mozilla.com
681     expires: 115
682     metadata:
683       tags:
684         - Search
685         - Shortcuts
688 experiments_default_browser:
689   toolbar_menu_clicked:
690     type: event
691     description: |
692       Set default browser was clicked from toolbar menu
693     bugs:
694       - https://github.com/mozilla-mobile/fenix/issues/18851
695     data_reviews:
696       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
697       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
698       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
699       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
700     data_sensitivity:
701       - interaction
702     notification_emails:
703       - android-probes@mozilla.com
704     expires: 112
705 toolbar_settings:
706   changed_position:
707     type: event
708     description: |
709       The user selected a new position for the toolbar
710     extra_keys:
711       position:
712         type: string
713         description: |
714           A string that indicates the new position of the toolbar TOP or BOTTOM
715     bugs:
716       - https://github.com/mozilla-mobile/fenix/issues/6054
717     data_reviews:
718       - https://github.com/mozilla-mobile/fenix/pull/6608
719       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
720       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
721       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
722       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
723     data_sensitivity:
724       - interaction
725     notification_emails:
726       - android-probes@mozilla.com
727       - erichards@mozilla.com
728     expires: never
729     metadata:
730       tags:
731         - Toolbar
733 context_menu:
734   item_tapped:
735     type: event
736     description: |
737       A user tapped an item in the browsers context menu
738     extra_keys:
739       named:
740         description: |
741           The name of the item that was tapped. Available items are:
743           ```
744           open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
745           save_image, share_link, copy_link, copy_image_location, share_image
746           ```
747         type: string
748     bugs:
749       - https://github.com/mozilla-mobile/fenix/issues/957
750       - https://github.com/mozilla-mobile/fenix/issues/16076
751       - https://github.com/mozilla-mobile/fenix/issues/19923
752     data_reviews:
753       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
754       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
755       - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
756       - https://github.com/mozilla-mobile/fenix/pull/18143
757       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
758       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
759     data_sensitivity:
760       - interaction
761     notification_emails:
762       - android-probes@mozilla.com
763       - erichards@mozilla.com
764     expires: never
765     metadata:
766       tags:
767         - ContextMenu
768         - Sharing
770 login_dialog:
771   displayed:
772     type: event
773     description: |
774       The login dialog prompt was displayed
775     bugs:
776       - https://github.com/mozilla-mobile/fenix/issues/9730
777     data_reviews:
778       - https://github.com/mozilla-mobile/fenix/pull/13050
779       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
780       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
781       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
782     data_sensitivity:
783       - interaction
784     notification_emails:
785       - android-probes@mozilla.com
786     expires: 111
787     metadata:
788       tags:
789         - Logins
790   cancelled:
791     type: event
792     description: |
793       The login dialog prompt was cancelled
794     bugs:
795       - https://github.com/mozilla-mobile/fenix/issues/9730
796     data_reviews:
797       - https://github.com/mozilla-mobile/fenix/pull/13050
798       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
799       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
800       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
801     data_sensitivity:
802       - interaction
803     notification_emails:
804       - android-probes@mozilla.com
805     expires: 111
806     metadata:
807       tags:
808         - Logins
809   saved:
810     type: event
811     description: |
812       The login dialog prompt "save" button was pressed
813     bugs:
814       - https://github.com/mozilla-mobile/fenix/issues/9730
815     data_reviews:
816       - https://github.com/mozilla-mobile/fenix/pull/13050
817       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
818       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
819       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
820     data_sensitivity:
821       - interaction
822     notification_emails:
823       - android-probes@mozilla.com
824     expires: 111
825     metadata:
826       tags:
827         - Logins
828   never_save:
829     type: event
830     description: |
831       The login dialog prompt "never save" button was pressed
832     bugs:
833       - https://github.com/mozilla-mobile/fenix/issues/9730
834     data_reviews:
835       - https://github.com/mozilla-mobile/fenix/pull/13050
836       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
837       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
838       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
839     data_sensitivity:
840       - interaction
841     notification_emails:
842       - android-probes@mozilla.com
843     expires: 111
844     metadata:
845       tags:
846         - Logins
848 metrics:
849   default_browser:
850     type: boolean
851     lifetime: application
852     description: |
853       Is Fenix the default browser?
854     send_in_pings:
855       - metrics
856     bugs:
857       - https://github.com/mozilla-mobile/fenix/issues/960
858     data_reviews:
859       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
860       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
861       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
862       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
863       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
864     data_sensitivity:
865       - interaction
866     notification_emails:
867       - android-probes@mozilla.com
868       - erichards@mozilla.com
869     expires: never
870     metadata:
871       tags:
872         - Settings
873   distribution_id:
874     type: string
875     lifetime: application
876     description: |
877       A string containing the distribution identifier. This is currently used
878       to identify installs from Mozilla Online.
879     send_in_pings:
880       - metrics
881     bugs:
882       - https://github.com/mozilla-mobile/fenix/issues/16075
883     data_reviews:
884       - https://github.com/mozilla-mobile/fenix/issues/16075
885       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
886     data_sensitivity:
887       - technical
888     notification_emails:
889       - android-probes@mozilla.com
890     expires: never
891     metadata:
892       tags:
893         - China
894   mobile_bookmarks_count:
895     type: counter
896     lifetime: application
897     description: |
898       A counter that indicates how many bookmarks a user has in the mobile
899       folder. This value will only be set if the user has at least *one*
900       bookmark. If they have 0, this ping will not get sent, resulting in
901       a null value. To disambiguate between a failed `mobile_bookmarks_count`
902       ping and 0 bookmarks, please see `has_mobile_bookmarks`.
903     send_in_pings:
904       - metrics
905     bugs:
906       - https://github.com/mozilla-mobile/fenix/issues/16941
907     data_reviews:
908       - https://github.com/mozilla-mobile/fenix/pull/16942
909       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
910       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
911       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
912       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
913     data_sensitivity:
914       - interaction
915     notification_emails:
916       - android-probes@mozilla.com
917       - erichards@mozilla.com
918     expires: never
919     metadata:
920       tags:
921         - Bookmarks
922   has_mobile_bookmarks:
923     type: boolean
924     lifetime: application
925     description: |
926       A boolean that indicates if the user has bookmarks in the mobile folder
927     send_in_pings:
928       - metrics
929     bugs:
930       - https://github.com/mozilla-mobile/fenix/issues/16941
931     data_reviews:
932       - https://github.com/mozilla-mobile/fenix/pull/16942
933       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
934       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
935       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
936       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
937     data_sensitivity:
938       - interaction
939     notification_emails:
940       - android-probes@mozilla.com
941       - erichards@mozilla.com
942     expires: never
943     metadata:
944       tags:
945         - Bookmarks
946   desktop_bookmarks_count:
947     type: counter
948     lifetime: application
949     description: |
950       A counter that indicates how many bookmarks a user has in the desktop
951       folder. This value will only be set if the user has at least *one*
952       bookmark. If they have 0, this ping will not get sent, resulting in a
953       null value. To disambiguate between a failed `desktop_bookmarks_count`
954       ping and 0 bookmarks, please see `has_desktop_bookmarks`.
955     send_in_pings:
956       - metrics
957     bugs:
958       - https://github.com/mozilla-mobile/fenix/issues/16941
959     data_reviews:
960       - https://github.com/mozilla-mobile/fenix/pull/16942
961       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
962       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
963       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
964       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
965     data_sensitivity:
966       - interaction
967     notification_emails:
968       - android-probes@mozilla.com
969       - erichards@mozilla.com
970     expires: never
971     metadata:
972       tags:
973         - Bookmarks
974   has_desktop_bookmarks:
975     type: boolean
976     lifetime: application
977     description: |
978       A boolean that indicates if the user has bookmarks in the desktop folder
979     send_in_pings:
980       - metrics
981     bugs:
982       - https://github.com/mozilla-mobile/fenix/issues/16941
983     data_reviews:
984       - https://github.com/mozilla-mobile/fenix/pull/16942
985       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
986       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
987       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
988       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
989     data_sensitivity:
990       - interaction
991     notification_emails:
992       - android-probes@mozilla.com
993     expires: 111
994     metadata:
995       tags:
996         - Bookmarks
997   top_sites_count:
998     type: counter
999     lifetime: application
1000     description: |
1001       A counter that indicates how many top sites a user has. This value will
1002       only be set if the user has at least *one* top site. If they have 0,
1003       this ping will not get sent, resulting in a null value. To disambiguate
1004       between a failed `top_sites_count` ping and 0 top sites, please see
1005       `has_top_sites`.
1006     send_in_pings:
1007       - metrics
1008     bugs:
1009       - https://github.com/mozilla-mobile/fenix/issues/8125
1010     data_reviews:
1011       - https://github.com/mozilla-mobile/fenix/pull/9556
1012       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1013       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1014       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1015       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1016     data_sensitivity:
1017       - interaction
1018     notification_emails:
1019       - android-probes@mozilla.com
1020       - erichards@mozilla.com
1021     expires: never
1022     metadata:
1023       tags:
1024         - TopSites
1025   has_top_sites:
1026     type: boolean
1027     lifetime: application
1028     description: |
1029       A boolean that indicates if the user has top sites
1030     send_in_pings:
1031       - metrics
1032     bugs:
1033       - https://github.com/mozilla-mobile/fenix/issues/8125
1034     data_reviews:
1035       - https://github.com/mozilla-mobile/fenix/pull/9556
1036       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1037       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1038       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1039       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1040     data_sensitivity:
1041       - interaction
1042     notification_emails:
1043       - android-probes@mozilla.com
1044       - erichards@mozilla.com
1045     expires: never
1046     metadata:
1047       tags:
1048         - TopSites
1049   recently_used_pwa_count:
1050     type: counter
1051     lifetime: application
1052     description: |
1053       A counter that indicates how many PWAs a user has recently used.
1054       Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
1055       Currently we are not told by the OS when a PWA is removed by the user,
1056       so we use the "recently used" heuristic to judge how many PWAs are still
1057       active, as a proxy for "installed". This value will only be set if the
1058       user has at least *one* recently used PWA. If they have 0, this metric
1059       will not be sent, resulting in a null value during analysis on the
1060       server-side. To disambiguate between a failed `recently_used_pwa_count`
1061       metric and 0 recent PWAs, please see `has_recent_pwas`.
1062     send_in_pings:
1063       - metrics
1064     bugs:
1065       - https://github.com/mozilla-mobile/fenix/issues/11909
1066     data_reviews:
1067       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
1068       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1069       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1070       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1071       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1072     data_sensitivity:
1073       - interaction
1074     notification_emails:
1075       - android-probes@mozilla.com
1076     expires: 111
1077     metadata:
1078       tags:
1079         - PWA
1080   has_recent_pwas:
1081     type: boolean
1082     lifetime: application
1083     description: |
1084       A boolean that indicates if the user has recently used PWAs.
1085       See recently_used_pwa_count for the actual count.
1086     send_in_pings:
1087       - metrics
1088     bugs:
1089       - https://github.com/mozilla-mobile/fenix/issues/11909
1090     data_reviews:
1091       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
1092       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1093       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1094       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1095       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1096     data_sensitivity:
1097       - interaction
1098     notification_emails:
1099       - android-probes@mozilla.com
1100     expires: 111
1101     metadata:
1102       tags:
1103         - PWA
1104   search_count:
1105     type: labeled_counter
1106     description: |
1107       The labels for this counter are `<search-engine-name>.<source>`.
1109       If the search engine is bundled with Fenix `search-engine-name` will be
1110       the name of the search engine. If it's a custom search engine (defined:
1111       https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
1112       `custom`.
1114       `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
1115       (depending on the source from which the search started). Also added the
1116       `other` option for the source but it should never enter on this case.
1117     send_in_pings:
1118       - metrics
1119     bugs:
1120       - https://github.com/mozilla-mobile/fenix/issues/1158
1121       - https://github.com/mozilla-mobile/fenix/issues/6556
1122     data_reviews:
1123       - https://github.com/mozilla-mobile/fenix/pull/1677
1124       - https://github.com/mozilla-mobile/fenix/pull/5216
1125       - https://github.com/mozilla-mobile/fenix/pull/7310
1126       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1127       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1128       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1129       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1130     data_sensitivity:
1131       - technical
1132       - interaction
1133     notification_emails:
1134       - android-probes@mozilla.com
1135       - erichards@mozilla.com
1136     expires: never
1137     metadata:
1138       tags:
1139         - Search
1140   mozilla_products:
1141     type: string_list
1142     lifetime: application
1143     description: |
1144       A list of all the Mozilla products installed on device. We currently scan
1145       for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
1146       Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
1147       Focus, and Lockwise.
1148     send_in_pings:
1149       - metrics
1150     bugs:
1151       - https://github.com/mozilla-mobile/fenix/issues/1192
1152     data_reviews:
1153       - https://github.com/mozilla-mobile/fenix/pull/1953/
1154       - https://github.com/mozilla-mobile/fenix/pull/5216
1155       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1156       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1157       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1158       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1159     data_sensitivity:
1160       - technical
1161       - interaction
1162     notification_emails:
1163       - android-probes@mozilla.com
1164     expires: 111
1165     metadata:
1166       tags:
1167         - Settings
1168   default_moz_browser:
1169     type: string
1170     lifetime: application
1171     description: |
1172       The name of the default browser on device if and only if it's a Mozilla
1173       owned product
1174     send_in_pings:
1175       - metrics
1176     bugs:
1177       - https://github.com/mozilla-mobile/fenix/issues/1192
1178     data_reviews:
1179       - https://github.com/mozilla-mobile/fenix/pull/1953/
1180       - https://github.com/mozilla-mobile/fenix/pull/5216
1181       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1182       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1183       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1184       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1185     data_sensitivity:
1186       - technical
1187       - interaction
1188     notification_emails:
1189       - android-probes@mozilla.com
1190     expires: 111
1191     metadata:
1192       tags:
1193         - Settings
1194   adjust_campaign:
1195     type: string
1196     lifetime: application
1197     description: |
1198       A string containing the Adjust campaign ID from which the user installed
1199       Fenix. This will not send on the first session the user runs. If the
1200       install is organic, this will be empty.
1201     send_in_pings:
1202       - metrics
1203     bugs:
1204       - https://github.com/mozilla-mobile/fenix/issues/1298
1205       - https://github.com/mozilla-mobile/fenix/issues/9136
1206     data_reviews:
1207       - https://github.com/mozilla-mobile/fenix/pull/5579
1208       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1209       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1210       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1211       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1212     data_sensitivity:
1213       - technical
1214     notification_emails:
1215       - android-probes@mozilla.com
1216     expires: 111
1217     metadata:
1218       tags:
1219         - Telemetry
1220   adjust_ad_group:
1221     type: string
1222     lifetime: application
1223     description: |
1224       A string containing the Adjust ad group ID from which the user installed
1225       Fenix. This will not send on the first session the user runs. If the
1226       install is organic, this will be empty.
1227     send_in_pings:
1228       - metrics
1229     bugs:
1230       - https://github.com/mozilla-mobile/fenix/issues/1298
1231       - https://github.com/mozilla-mobile/fenix/issues/9136
1232     data_reviews:
1233       - https://github.com/mozilla-mobile/fenix/pull/9253
1234       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1235       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1236       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1237       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1238     data_sensitivity:
1239       - interaction
1240     notification_emails:
1241       - android-probes@mozilla.com
1242     expires: 111
1243     metadata:
1244       tags:
1245         - Telemetry
1246   adjust_creative:
1247     type: string
1248     lifetime: application
1249     description: |
1250       A string containing the Adjust creative ID from which the user installed
1251       Fenix. This will not send on the first session the user runs. If the
1252       install is organic, this will be empty.
1253     send_in_pings:
1254       - metrics
1255     bugs:
1256       - https://github.com/mozilla-mobile/fenix/issues/1298
1257       - https://github.com/mozilla-mobile/fenix/issues/9136
1258     data_reviews:
1259       - https://github.com/mozilla-mobile/fenix/pull/9253
1260       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1261       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1262       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1263       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1264     data_sensitivity:
1265       - interaction
1266     notification_emails:
1267       - android-probes@mozilla.com
1268     expires: 111
1269     metadata:
1270       tags:
1271         - Telemetry
1272   adjust_network:
1273     type: string
1274     lifetime: application
1275     description: |
1276       A string containing the Adjust network ID from which the user installed
1277       Fenix. This will not send on the first session the user runs. If the
1278       install is organic, this will be empty.
1279     send_in_pings:
1280       - metrics
1281     bugs:
1282       - https://github.com/mozilla-mobile/fenix/issues/1298
1283       - https://github.com/mozilla-mobile/fenix/issues/9136
1284     data_reviews:
1285       - https://github.com/mozilla-mobile/fenix/pull/9253
1286       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1287       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1288       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1289       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1290     data_sensitivity:
1291       - interaction
1292     notification_emails:
1293       - android-probes@mozilla.com
1294     expires: 111
1295     metadata:
1296       tags:
1297         - Telemetry
1298   toolbar_position:
1299     type: string
1300     lifetime: application
1301     description: |
1302       A string that indicates the new position of the toolbar TOP or BOTTOM
1303     send_in_pings:
1304       - metrics
1305     bugs:
1306       - https://github.com/mozilla-mobile/fenix/issues/6054
1307     data_reviews:
1308       - https://github.com/mozilla-mobile/fenix/pull/6608
1309       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1310       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1311       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1312       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1313     data_sensitivity:
1314       - interaction
1315     notification_emails:
1316       - android-probes@mozilla.com
1317     expires: 111
1318     metadata:
1319       tags:
1320         - Toolbar
1321   close_tab_setting:
1322     type: string
1323     lifetime: application
1324     description: |
1325       A string that indicates the setting for tab closing:
1326       MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
1327     send_in_pings:
1328       - metrics
1329     bugs:
1330       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1331     data_reviews:
1332       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1333       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1334       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1335       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1336     data_sensitivity:
1337       - interaction
1338     notification_emails:
1339       - android-probes@mozilla.com
1340     expires: 111
1341     metadata:
1342       tags:
1343         - Tabs
1344   tab_view_setting:
1345     type: string
1346     lifetime: application
1347     description: |
1348       A string that indicates the setting for tab view:
1349       GRID, LIST
1350     send_in_pings:
1351       - metrics
1352     bugs:
1353       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1354     data_reviews:
1355       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1356       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1357       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1358       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1359     data_sensitivity:
1360       - interaction
1361     notification_emails:
1362       - android-probes@mozilla.com
1363     expires: 111
1364     metadata:
1365       tags:
1366         - Tabs
1367   search_widget_installed:
1368     type: boolean
1369     lifetime: application
1370     description: |
1371       Whether or not the search widget is installed
1372     send_in_pings:
1373       - metrics
1374     bugs:
1375       - https://github.com/mozilla-mobile/fenix/issues/9488
1376     data_reviews:
1377       - https://github.com/mozilla-mobile/fenix/pull/10958
1378       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1379       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1380       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1381       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1382     data_sensitivity:
1383       - interaction
1384     notification_emails:
1385       - android-probes@mozilla.com
1386     expires: 111
1387     metadata:
1388       tags:
1389         - Discovery
1390         - Search
1391   tabs_open_count:
1392     type: counter
1393     lifetime: application
1394     description: |
1395       A counter that indicates how many NORMAL tabs a user has open. This
1396       value will only be set if the user has at least *one* open tab. If they
1397       have 0, this ping will not get sent, resulting in a null value. To
1398       disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
1399       please see `has_open_tabs`.
1400     send_in_pings:
1401       - metrics
1402     bugs:
1403       - https://github.com/mozilla-mobile/fenix/issues/11479
1404     data_reviews:
1405       - https://github.com/mozilla-mobile/fenix/pull/12024
1406       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1407       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1408       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1409       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1410     data_sensitivity:
1411       - interaction
1412     notification_emails:
1413       - android-probes@mozilla.com
1414       - erichards@mozilla.com
1415     expires: never
1416     metadata:
1417       tags:
1418         - Tabs
1419   has_open_tabs:
1420     type: boolean
1421     lifetime: application
1422     description: |
1423       A boolean that indicates if the user has any open NORMAL tabs.
1424     send_in_pings:
1425       - metrics
1426     bugs:
1427       - https://github.com/mozilla-mobile/fenix/issues/11479
1428     data_reviews:
1429       - https://github.com/mozilla-mobile/fenix/pull/12024
1430       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1431       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1432       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1433       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1434     data_sensitivity:
1435       - interaction
1436     notification_emails:
1437       - android-probes@mozilla.com
1438     expires: 111
1439     metadata:
1440       tags:
1441         - Tabs
1442   start_reason_process_error:
1443     type: boolean
1444     description: |
1445       The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
1446       unexpectedly called twice. We can use this metric to validate our
1447       assumptions about how these APIs are called. This probe can be removed
1448       once we validate these assumptions.
1449     bugs:
1450       - https://github.com/mozilla-mobile/fenix/issues/18426
1451     data_reviews:
1452       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1453       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1454       - https://github.com/mozilla-mobile/fenix/pull/23506
1455     data_sensitivity:
1456       - technical
1457     notification_emails:
1458       - perf-telemetry-alerts@mozilla.com
1459       - mcomella@mozilla.com
1460     expires: never
1461     metadata:
1462       tags:
1463         - Performance
1464   start_reason_activity_error:
1465     type: boolean
1466     description: |
1467       The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
1468       was unexpectedly called twice. We can use this metric to validate our
1469       assumptions about how these APIs are called. This probe can be removed
1470       once we validate these assumptions.
1471     bugs:
1472       - https://github.com/mozilla-mobile/fenix/issues/18426
1473     data_reviews:
1474       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1475       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1476       - https://github.com/mozilla-mobile/fenix/pull/23506
1477     data_sensitivity:
1478       - technical
1479     notification_emails:
1480       - perf-telemetry-alerts@mozilla.com
1481       - mcomella@mozilla.com
1482     expires: never
1483     metadata:
1484       tags:
1485         - Performance
1486   install_source:
1487     type: string
1488     lifetime: application
1489     description: |
1490       Used to identify the source the app was installed from.
1491     bugs:
1492       - https://github.com/mozilla-mobile/fenix/issues/22138
1493     data_reviews:
1494       - https://github.com/mozilla-mobile/fenix/pull/22224#issuecomment-956749994
1495       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1496     data_sensitivity:
1497       - technical
1498     notification_emails:
1499       - android-probes@mozilla.com
1500       - erichards@mozilla.com
1501     expires: never
1502   inactive_tabs_count:
1503     type: quantity
1504     description: |
1505       How many inactive tabs does the user have, checked when the user opens
1506       the tabs tray.
1507       Value will be 0 if the feature is disabled.
1508     send_in_pings:
1509       - metrics
1510     bugs:
1511       - https://github.com/mozilla-mobile/fenix/issues/22155
1512     data_reviews:
1513       - https://github.com/mozilla-mobile/fenix/pull/22163#issuecomment-957636802
1514       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1515     data_sensitivity:
1516       - interaction
1517     notification_emails:
1518       - android-probes@mozilla.com
1519     expires: 111
1520     unit: integer
1522 customize_home:
1523   most_visited_sites:
1524     type: boolean
1525     description: |
1526       An indication of whether the most visited sites
1527       are enabled to be displayed
1528     send_in_pings:
1529       - metrics
1530     bugs:
1531       - https://github.com/mozilla-mobile/fenix/issues/21239
1532     data_reviews:
1533       - https://github.com/mozilla-mobile/fenix/pull/21344
1534       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1535     data_sensitivity:
1536       - interaction
1537     notification_emails:
1538       - android-probes@mozilla.com
1539     expires: 105
1540   jump_back_in:
1541     type: boolean
1542     description: |
1543       An indication of whether the Jump back
1544       in section is enabled to be displayed
1545     send_in_pings:
1546       - metrics
1547     bugs:
1548       - https://github.com/mozilla-mobile/fenix/issues/21239
1549     data_reviews:
1550       - https://github.com/mozilla-mobile/fenix/pull/21344
1551       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1552     data_sensitivity:
1553       - interaction
1554     notification_emails:
1555       - android-probes@mozilla.com
1556     expires: 105
1557   recently_saved:
1558     type: boolean
1559     description: |
1560       An indication of whether the recently
1561       saved section is enabled to be displayed
1562     send_in_pings:
1563       - metrics
1564     bugs:
1565       - https://github.com/mozilla-mobile/fenix/issues/21239
1566     data_reviews:
1567       - https://github.com/mozilla-mobile/fenix/pull/21344
1568       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1569     data_sensitivity:
1570       - interaction
1571     notification_emails:
1572       - android-probes@mozilla.com
1573     expires: 105
1574   recently_visited:
1575     type: boolean
1576     description: |
1577       An indication of whether the Recently
1578       visited section is enabled to be displayed
1579     send_in_pings:
1580       - metrics
1581     bugs:
1582       - https://github.com/mozilla-mobile/fenix/issues/21239
1583     data_reviews:
1584       - https://github.com/mozilla-mobile/fenix/pull/21344
1585       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1586     data_sensitivity:
1587       - interaction
1588     notification_emails:
1589       - android-probes@mozilla.com
1590     expires: 105
1591   pocket:
1592     type: boolean
1593     description: |
1594       An indication of whether Pocket is enabled to be displayed
1595     send_in_pings:
1596       - metrics
1597     bugs:
1598       - https://github.com/mozilla-mobile/fenix/issues/21239
1599     data_reviews:
1600       - https://github.com/mozilla-mobile/fenix/pull/21344
1601       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1602     data_sensitivity:
1603       - interaction
1604     notification_emails:
1605       - android-probes@mozilla.com
1606     expires: 105
1607   contile:
1608     type: boolean
1609     description: |
1610       An indication of whether Contile is enabled to be displayed
1611     send_in_pings:
1612       - metrics
1613     bugs:
1614       - https://github.com/mozilla-mobile/fenix/issues/24467
1615     data_reviews:
1616       - https://github.com/mozilla-mobile/fenix/pull/24468
1617     data_sensitivity:
1618       - interaction
1619     notification_emails:
1620       - android-probes@mozilla.com
1621     expires: 112
1622   preference_toggled:
1623     type: event
1624     description: |
1625       A user toggles the preference for the home screen items.
1626     extra_keys:
1627       preference_key:
1628         type: string
1629         description: |
1630           The preference key for the boolean (true/false) preference the user
1631           toggled.
1633           We currently track: most_visited_sites, jump_back_in,
1634           recently_visited, recently_saved, pocket, and contile.
1635       enabled:
1636         type: boolean
1637         description: "Whether or not the preference is *now* enabled"
1638     bugs:
1639       - https://github.com/mozilla-mobile/fenix/issues/21095
1640     data_reviews:
1641       - https://github.com/mozilla-mobile/fenix/pull/1896
1642     data_sensitivity:
1643       - technical
1644       - interaction
1645     notification_emails:
1646       - android-probes@mozilla.com
1647     expires: 105
1648   opening_screen:
1649     type: string
1650     description: |
1651       What opening screen preference the user has selected
1652       under "Customize Home".
1653       "homepage," "last tab," or "homepage after 4 hours"
1654       default: "homepage after 4 hours"
1655     bugs:
1656       - https://github.com/mozilla-mobile/fenix/issues/22145
1657     data_reviews:
1658       - https://github.com/mozilla-mobile/fenix/pull/22333
1659     data_sensitivity:
1660       - interaction
1661     notification_emails:
1662       - android-probes@mozilla.com
1663     expires: 107
1665 preferences:
1666   studies_enabled:
1667     type: boolean
1668     description: >
1669       A metric indicating whether or not the user has studies enabled
1670       default: true
1671     send_in_pings:
1672       - metrics
1673     bugs:
1674       - https://github.com/mozilla-mobile/fenix/issues/22192
1675     data_reviews:
1676       - https://github.com/mozilla-mobile/fenix/pull/22193
1677     data_sensitivity:
1678       - interaction
1679     notification_emails:
1680       - android-probes@mozilla.com
1681     expires: 107
1682   studies_preference_enabled:
1683     type: event
1684     description: >
1685       An event indicating whether or not the user has studies enabled.
1686     bugs:
1687       - https://github.com/mozilla-mobile/fenix/issues/22192
1688     data_reviews:
1689       - https://github.com/mozilla-mobile/fenix/pull/22193
1690     data_sensitivity:
1691       - interaction
1692     notification_emails:
1693       - android-probes@mozilla.com
1694     expires: 107
1695   search_suggestions_enabled:
1696     type: boolean
1697     description: |
1698       Whether or not the user has search suggestions enabled
1699       default: true
1700     send_in_pings:
1701       - metrics
1702     bugs:
1703       - https://github.com/mozilla-mobile/fenix/issues/11118
1704     data_reviews:
1705       - https://github.com/mozilla-mobile/fenix/pull/11211
1706       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1707       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1708       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1709       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1710     data_sensitivity:
1711       - interaction
1712     notification_emails:
1713       - android-probes@mozilla.com
1714       - erichards@mozilla.com
1715     expires: never
1716     metadata:
1717       tags:
1718         - Search
1719         - Settings
1720   remote_debugging_enabled:
1721     type: boolean
1722     description: |
1723       Whether or not the user has remote debugging enabled
1724       default: false
1725     send_in_pings:
1726       - metrics
1727     bugs:
1728       - https://github.com/mozilla-mobile/fenix/issues/11118
1729     data_reviews:
1730       - https://github.com/mozilla-mobile/fenix/pull/11211
1731       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1732       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1733       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1734       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1735     data_sensitivity:
1736       - interaction
1737     notification_emails:
1738       - android-probes@mozilla.com
1739     expires: 111
1740     metadata:
1741       tags:
1742         - Settings
1743   telemetry_enabled:
1744     type: boolean
1745     description: |
1746       Whether or not the user has telemetry enabled. Note we should
1747       never receive a "false" value for this since telemetry would
1748       not send in that case.
1749       default: true
1750     send_in_pings:
1751       - metrics
1752     bugs:
1753       - https://github.com/mozilla-mobile/fenix/issues/11118
1754     data_reviews:
1755       - https://github.com/mozilla-mobile/fenix/pull/11211
1756       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1757       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1758       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1759       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1760     data_sensitivity:
1761       - interaction
1762     notification_emails:
1763       - android-probes@mozilla.com
1764       - erichards@mozilla.com
1765     expires: never
1766     metadata:
1767       tags:
1768         - Telemetry
1769         - Settings
1770   enhanced_tracking_protection:
1771     type: string
1772     description: |
1773       What type of enhanced tracking protection the user has enabled.
1774       "standard," "strict," "custom," or "" (if disabled)
1775       default: "standard"
1776     send_in_pings:
1777       - metrics
1778     bugs:
1779       - https://github.com/mozilla-mobile/fenix/issues/11118
1780     data_reviews:
1781       - https://github.com/mozilla-mobile/fenix/pull/11211
1782       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1783       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1784       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1785       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1786     data_sensitivity:
1787       - interaction
1788     notification_emails:
1789       - android-probes@mozilla.com
1790     expires: 111
1791     metadata:
1792       tags:
1793         - TrackingProtection
1794         - Settings
1795   bookmarks_suggestion:
1796     type: boolean
1797     description: |
1798       Whether or not the user has enabled bookmark search suggestions
1799       default: true
1800     send_in_pings:
1801       - metrics
1802     bugs:
1803       - https://github.com/mozilla-mobile/fenix/issues/11118
1804     data_reviews:
1805       - https://github.com/mozilla-mobile/fenix/pull/11211
1806       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1807       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1808       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1809       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1810     data_sensitivity:
1811       - interaction
1812     notification_emails:
1813       - android-probes@mozilla.com
1814     expires: 111
1815     metadata:
1816       tags:
1817         - Settings
1818   browsing_history_suggestion:
1819     type: boolean
1820     description: |
1821       Whether or not the user has enabled browsing history suggestions.
1822       default: true
1823     send_in_pings:
1824       - metrics
1825     bugs:
1826       - https://github.com/mozilla-mobile/fenix/issues/11118
1827     data_reviews:
1828       - https://github.com/mozilla-mobile/fenix/pull/11211
1829       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1830       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1831       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1832       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1833     data_sensitivity:
1834       - interaction
1835     notification_emails:
1836       - android-probes@mozilla.com
1837     expires: 111
1838     metadata:
1839       tags:
1840         - Settings
1841   clipboard_suggestions_enabled:
1842     type: boolean
1843     description: |
1844       Whether or not the user has enabled clipboard search suggestions.
1845       default: true
1846     send_in_pings:
1847       - metrics
1848     bugs:
1849       - https://github.com/mozilla-mobile/fenix/issues/11118
1850     data_reviews:
1851       - https://github.com/mozilla-mobile/fenix/pull/11211
1852       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1853       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1854       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1855       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1856     data_sensitivity:
1857       - interaction
1858     notification_emails:
1859       - android-probes@mozilla.com
1860     expires: 111
1861     metadata:
1862       tags:
1863         - Settings
1864   search_shortcuts_enabled:
1865     type: boolean
1866     description: |
1867       Whether or not the user has enabled search shortcuts.
1868       default: true
1869     send_in_pings:
1870       - metrics
1871     bugs:
1872       - https://github.com/mozilla-mobile/fenix/issues/11118
1873     data_reviews:
1874       - https://github.com/mozilla-mobile/fenix/pull/11211
1875       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1876       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1877       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1878       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1879     data_sensitivity:
1880       - interaction
1881     notification_emails:
1882       - android-probes@mozilla.com
1883       - erichards@mozilla.com
1884     expires: never
1885     metadata:
1886       tags:
1887         - Search
1888         - Settings
1889   signed_in_sync:
1890     type: boolean
1891     description: |
1892       Whether or not the user is signed into FxA
1893       default: false
1894     send_in_pings:
1895       - metrics
1896     bugs:
1897       - https://github.com/mozilla-mobile/fenix/issues/11118
1898     data_reviews:
1899       - https://github.com/mozilla-mobile/fenix/pull/11211
1900       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1901       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1902       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1903       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1904     data_sensitivity:
1905       - interaction
1906     notification_emails:
1907       - android-probes@mozilla.com
1908     expires: 111
1909     metadata:
1910       tags:
1911         - Sync
1912         - Settings
1913   sync_items:
1914     type: string_list
1915     description: |
1916       The list of items the user has chosen to sync with FxA.
1917       default: "" if the user is signed out. Otherwise defaults to
1918       whatever is set in their FxA account. New accounts set:
1919       [bookmarks, history, passwords, tabs]
1920     send_in_pings:
1921       - metrics
1922     bugs:
1923       - https://github.com/mozilla-mobile/fenix/issues/11118
1924     data_reviews:
1925       - https://github.com/mozilla-mobile/fenix/pull/11211
1926       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1927       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1928       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1929       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1930     data_sensitivity:
1931       - interaction
1932     notification_emails:
1933       - android-probes@mozilla.com
1934     expires: 111
1935     metadata:
1936       tags:
1937         - Settings
1938   voice_search_enabled:
1939     type: boolean
1940     description: |
1941       Whether or not the user has enabled the voice search button.
1942       default: true
1943     send_in_pings:
1944       - metrics
1945     bugs:
1946       - https://github.com/mozilla-mobile/fenix/issues/11118
1947     data_reviews:
1948       - https://github.com/mozilla-mobile/fenix/pull/11211
1949       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1950       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1951       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1952       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1953     data_sensitivity:
1954       - interaction
1955     notification_emails:
1956       - android-probes@mozilla.com
1957     expires: 111
1958     metadata:
1959       tags:
1960         - Search
1961         - Voice
1962         - Settings
1963   toolbar_position_setting:
1964     type: string
1965     description: |
1966       The position of the toolbar
1967       default: bottom (defaults to top if the user has accessibility services)
1968     send_in_pings:
1969       - metrics
1970     bugs:
1971       - https://github.com/mozilla-mobile/fenix/issues/11118
1972     data_reviews:
1973       - https://github.com/mozilla-mobile/fenix/pull/11211
1974       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1975       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1976       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1977       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1978     data_sensitivity:
1979       - interaction
1980     notification_emails:
1981       - android-probes@mozilla.com
1982       - erichards@mozilla.com
1983     expires: never
1984     metadata:
1985       tags:
1986         - Toolbar
1987         - Settings
1988   accessibility_services:
1989     type: string_list
1990     description: |
1991       Whether or not the user has touch exploration or switch services enabled.
1992       These are built into the Android OS, not Fenix prefs.
1993       default: ""
1994     send_in_pings:
1995       - metrics
1996     bugs:
1997       - https://github.com/mozilla-mobile/fenix/issues/11118
1998     data_reviews:
1999       - https://github.com/mozilla-mobile/fenix/pull/11211
2000       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2001       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2002       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2003       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2004     data_sensitivity:
2005       - interaction
2006     notification_emails:
2007       - android-probes@mozilla.com
2008       - erichards@mozilla.com
2009     expires: never
2010     metadata:
2011       tags:
2012         - Settings
2013   open_links_in_app_enabled:
2014     type: boolean
2015     description: |
2016       Whether or not the user has the open links in apps feature enabled.
2017       default: false
2018     send_in_pings:
2019       - metrics
2020     bugs:
2021       - https://github.com/mozilla-mobile/fenix/issues/11118
2022     data_reviews:
2023       - https://github.com/mozilla-mobile/fenix/pull/11446
2024       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2025       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2026       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2027       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2028     data_sensitivity:
2029       - interaction
2030     notification_emails:
2031       - android-probes@mozilla.com
2032       - erichards@mozilla.com
2033     expires: never
2034     metadata:
2035       tags:
2036         - Settings
2037   user_theme:
2038     type: string
2039     description: |
2040       The theme the user has enabled. "light," "dark," "system," or "battery"
2041       default: "system" for API 28+, else "light"
2042     send_in_pings:
2043       - metrics
2044     bugs:
2045       - https://github.com/mozilla-mobile/fenix/issues/11118
2046     data_reviews:
2047       - https://github.com/mozilla-mobile/fenix/pull/11446
2048       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2049       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2050       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2051       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2052     data_sensitivity:
2053       - interaction
2054     notification_emails:
2055       - android-probes@mozilla.com
2056       - erichards@mozilla.com
2057     expires: never
2058     metadata:
2059       tags:
2060         - Themes
2061         - Settings
2062   inactive_tabs_enabled:
2063     type: boolean
2064     description: |
2065       Whether or not the user has the inactive tabs feature enabled.
2066       default: true
2067     send_in_pings:
2068       - metrics
2069     bugs:
2070       - https://github.com/mozilla-mobile/fenix/issues/21903
2071     data_reviews:
2072       - https://github.com/mozilla-mobile/fenix/pull/21908
2073     data_sensitivity:
2074       - interaction
2075     notification_emails:
2076       - android-probes@mozilla.com
2077     expires: 107
2078   search_term_groups_enabled:
2079     type: boolean
2080     description: |
2081       Is search term group in tabs tray on?
2082     bugs:
2083       - https://github.com/mozilla-mobile/fenix/issues/22057
2084     data_reviews:
2085       - https://github.com/mozilla-mobile/fenix/pull/22058
2086     data_sensitivity:
2087       - interaction
2088     notification_emails:
2089       - android-probes@mozilla.com
2090     expires: 107
2092 search.default_engine:
2093   code:
2094     type: string
2095     lifetime: application
2096     description: |
2097       If the search engine is pre-loaded with Fenix this value
2098       will be the search engine identifier. If it's a custom search engine
2099       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2100       value will be "custom"
2101     send_in_pings:
2102       - metrics
2103     bugs:
2104       - https://github.com/mozilla-mobile/fenix/issues/800
2105     data_reviews:
2106       - https://github.com/mozilla-mobile/fenix/pull/1606
2107       - https://github.com/mozilla-mobile/fenix/pull/5216
2108       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2109       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2110       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2111       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2112     data_sensitivity:
2113       - technical
2114       - interaction
2115     notification_emails:
2116       - android-probes@mozilla.com
2117       - erichards@mozilla.com
2118     expires: never
2119   name:
2120     type: string
2121     lifetime: application
2122     description: |
2123       If the search engine is pre-loaded with Fenix this value
2124       will be the search engine name. If it's a custom search engine
2125       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2126       value will be "custom"
2127     send_in_pings:
2128       - metrics
2129     bugs:
2130       - https://github.com/mozilla-mobile/fenix/issues/800
2131     data_reviews:
2132       - https://github.com/mozilla-mobile/fenix/pull/1606
2133       - https://github.com/mozilla-mobile/fenix/pull/5216
2134       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2135       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2136       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2137       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2138     data_sensitivity:
2139       - technical
2140       - interaction
2141     notification_emails:
2142       - android-probes@mozilla.com
2143       - erichards@mozilla.com
2144     expires: never
2145   search_url:
2146     type: url
2147     lifetime: application
2148     description: |
2149       If the search engine is pre-loaded with Fenix this value will be the base
2150       URL we use to build the search query for the search engine. For example:
2151       https://mysearchengine.com/?query=%s. If it's a custom search engine
2152       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
2153       will not be set.
2154     send_in_pings:
2155       - metrics
2156     bugs:
2157       - https://github.com/mozilla-mobile/fenix/issues/800
2158       - https://github.com/mozilla-mobile/fenix/issues/20513
2159     data_reviews:
2160       - https://github.com/mozilla-mobile/fenix/pull/1606
2161       - https://github.com/mozilla-mobile/fenix/pull/5216
2162       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2163       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2164       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2165       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2166     data_sensitivity:
2167       - technical
2168       - interaction
2169     notification_emails:
2170       - android-probes@mozilla.com
2171     expires: 111
2173 bookmarks_management:
2174   open:
2175     type: event
2176     description: |
2177       A user opened a bookmark.
2178     bugs:
2179       - https://github.com/mozilla-mobile/fenix/issues/18173
2180     data_reviews:
2181       - https://github.com/mozilla-mobile/fenix/pull/18174
2182       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2183       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
2184     data_sensitivity:
2185       - interaction
2186     notification_emails:
2187       - android-probes@mozilla.com
2188     expires: never
2189     metadata:
2190       tags:
2191         - Bookmarks
2192   open_in_new_tab:
2193     type: event
2194     description: |
2195       A user opened a bookmark in a new tab.
2196     bugs:
2197       - https://github.com/mozilla-mobile/fenix/issues/974
2198     data_reviews:
2199       - https://github.com/mozilla-mobile/fenix/pull/1708
2200       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2201       - https://github.com/mozilla-mobile/fenix/pull/18143
2202       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2203       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2204     data_sensitivity:
2205       - interaction
2206     notification_emails:
2207       - android-probes@mozilla.com
2208       - erichards@mozilla.com
2209     expires: never
2210     metadata:
2211       tags:
2212         - Bookmarks
2213   open_in_new_tabs:
2214     type: event
2215     description: |
2216       A user opened multiple bookmarks at once in new tabs.
2217     bugs:
2218       - https://github.com/mozilla-mobile/fenix/issues/974
2219     data_reviews:
2220       - https://github.com/mozilla-mobile/fenix/pull/1708
2221       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2222       - https://github.com/mozilla-mobile/fenix/pull/18143
2223       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2224       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2225     data_sensitivity:
2226       - interaction
2227     notification_emails:
2228       - android-probes@mozilla.com
2229       - erichards@mozilla.com
2230     expires: never
2231     metadata:
2232       tags:
2233         - Bookmarks
2234   open_in_private_tab:
2235     type: event
2236     description: |
2237       A user opened a bookmark in a new private tab.
2238     bugs:
2239       - https://github.com/mozilla-mobile/fenix/issues/974
2240       - https://github.com/mozilla-mobile/fenix/issues/19923
2241     data_reviews:
2242       - https://github.com/mozilla-mobile/fenix/pull/1708
2243       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2244       - https://github.com/mozilla-mobile/fenix/pull/18143
2245       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2246       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2247     data_sensitivity:
2248       - interaction
2249     notification_emails:
2250       - android-probes@mozilla.com
2251       - erichards@mozilla.com
2252     expires: never
2253     metadata:
2254       tags:
2255         - Bookmarks
2256   open_in_private_tabs:
2257     type: event
2258     description: |
2259       A user opened multiple bookmarks at once in new private tabs.
2260     bugs:
2261       - https://github.com/mozilla-mobile/fenix/issues/974
2262       - https://github.com/mozilla-mobile/fenix/issues/19923
2263     data_reviews:
2264       - https://github.com/mozilla-mobile/fenix/pull/1708
2265       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2266       - https://github.com/mozilla-mobile/fenix/pull/18143
2267       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2268       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2269     data_sensitivity:
2270       - interaction
2271     notification_emails:
2272       - android-probes@mozilla.com
2273       - erichards@mozilla.com
2274     expires: never
2275     metadata:
2276       tags:
2277         - Bookmarks
2278   edited:
2279     type: event
2280     description: |
2281       A user edited the title and/or URL of an existing bookmark.
2282     bugs:
2283       - https://github.com/mozilla-mobile/fenix/issues/974
2284       - https://github.com/mozilla-mobile/fenix/issues/19923
2285     data_reviews:
2286       - https://github.com/mozilla-mobile/fenix/pull/1708
2287       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2288       - https://github.com/mozilla-mobile/fenix/pull/18143
2289       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2290       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2291     data_sensitivity:
2292       - interaction
2293     notification_emails:
2294       - android-probes@mozilla.com
2295       - erichards@mozilla.com
2296     expires: never
2297     metadata:
2298       tags:
2299         - Bookmarks
2300   moved:
2301     type: event
2302     description: |
2303       A user moved an existing bookmark or folder to another folder.
2304     bugs:
2305       - https://github.com/mozilla-mobile/fenix/issues/974
2306       - https://github.com/mozilla-mobile/fenix/issues/19923
2307     data_reviews:
2308       - https://github.com/mozilla-mobile/fenix/pull/1708
2309       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2310       - https://github.com/mozilla-mobile/fenix/pull/18143
2311       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2312       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2313     data_sensitivity:
2314       - interaction
2315     notification_emails:
2316       - android-probes@mozilla.com
2317       - erichards@mozilla.com
2318     expires: never
2319     metadata:
2320       tags:
2321         - Bookmarks
2322   removed:
2323     type: event
2324     description: |
2325       A user removed a bookmark item.
2326     bugs:
2327       - https://github.com/mozilla-mobile/fenix/issues/974
2328       - https://github.com/mozilla-mobile/fenix/issues/19923
2329     data_reviews:
2330       - https://github.com/mozilla-mobile/fenix/pull/1708
2331       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2332       - https://github.com/mozilla-mobile/fenix/pull/18143
2333       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2334       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2335     data_sensitivity:
2336       - interaction
2337     notification_emails:
2338       - android-probes@mozilla.com
2339       - erichards@mozilla.com
2340     expires: never
2341     metadata:
2342       tags:
2343         - Bookmarks
2344   multi_removed:
2345     type: event
2346     description: |
2347       A user removed multiple bookmarks at once.
2348     bugs:
2349       - https://github.com/mozilla-mobile/fenix/issues/974
2350       - https://github.com/mozilla-mobile/fenix/issues/19923
2351     data_reviews:
2352       - https://github.com/mozilla-mobile/fenix/pull/1708
2353       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2354       - https://github.com/mozilla-mobile/fenix/pull/18143
2355       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2356       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2357     data_sensitivity:
2358       - interaction
2359     notification_emails:
2360       - android-probes@mozilla.com
2361       - erichards@mozilla.com
2362     expires: never
2363     metadata:
2364       tags:
2365         - Bookmarks
2366   shared:
2367     type: event
2368     description: |
2369       A user shared a bookmark.
2370     bugs:
2371       - https://github.com/mozilla-mobile/fenix/issues/974
2372       - https://github.com/mozilla-mobile/fenix/issues/19923
2373     data_reviews:
2374       - https://github.com/mozilla-mobile/fenix/pull/1708
2375       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2376       - https://github.com/mozilla-mobile/fenix/pull/18143
2377       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2378       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2379     data_sensitivity:
2380       - interaction
2381     notification_emails:
2382       - android-probes@mozilla.com
2383       - erichards@mozilla.com
2384     expires: never
2385     metadata:
2386       tags:
2387         - Bookmarks
2388   copied:
2389     type: event
2390     description: |
2391       A user copied a bookmark.
2392     bugs:
2393       - https://github.com/mozilla-mobile/fenix/issues/974
2394       - https://github.com/mozilla-mobile/fenix/issues/19923
2395     data_reviews:
2396       - https://github.com/mozilla-mobile/fenix/pull/1708
2397       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2398       - https://github.com/mozilla-mobile/fenix/pull/18143
2399       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2400       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2401     data_sensitivity:
2402       - interaction
2403     notification_emails:
2404       - android-probes@mozilla.com
2405       - erichards@mozilla.com
2406     expires: never
2407     metadata:
2408       tags:
2409         - Bookmarks
2410   folder_add:
2411     type: event
2412     description: |
2413       A user added a new bookmark folder.
2414     bugs:
2415       - https://github.com/mozilla-mobile/fenix/issues/974
2416       - https://github.com/mozilla-mobile/fenix/issues/19923
2417     data_reviews:
2418       - https://github.com/mozilla-mobile/fenix/pull/1708
2419       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2420       - https://github.com/mozilla-mobile/fenix/pull/18143
2421       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2422       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2423     data_sensitivity:
2424       - interaction
2425     notification_emails:
2426       - android-probes@mozilla.com
2427       - erichards@mozilla.com
2428     expires: never
2429     metadata:
2430       tags:
2431         - Bookmarks
2432   folder_remove:
2433     type: event
2434     description: |
2435       A user removed a bookmark folder.
2436     bugs:
2437       - https://github.com/mozilla-mobile/fenix/issues/3174
2438       - https://github.com/mozilla-mobile/fenix/issues/19923
2439     data_reviews:
2440       - https://github.com/mozilla-mobile/fenix/pull/3724
2441       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2442       - https://github.com/mozilla-mobile/fenix/pull/18143
2443       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2444       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2445     data_sensitivity:
2446       - interaction
2447     notification_emails:
2448       - android-probes@mozilla.com
2449       - erichards@mozilla.com
2450     expires: never
2452     metadata:
2453       tags:
2454         - Bookmarks
2455 activation:
2456   identifier:
2457     type: string
2458     lifetime: ping
2459     description: |
2460       A hashed and salted version of the Google Advertising ID from the device.
2461       This will never be sent in a ping that also contains the client_id.
2462     send_in_pings:
2463       - activation
2464     bugs:
2465       - https://bugzilla.mozilla.org/1538011
2466       - https://bugzilla.mozilla.org/1501822
2467       - https://github.com/mozilla-mobile/fenix/issues/19923
2468     data_reviews:
2469       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2470       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2471       - https://github.com/mozilla-mobile/fenix/pull/18143
2472       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2473       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2474     data_sensitivity:
2475       - highly_sensitive
2476     notification_emails:
2477       - android-probes@mozilla.com
2478       - erichards@mozilla.com
2479     expires: never
2480     metadata:
2481       tags:
2482         - Privacy&Security
2483   activation_id:
2484     type: uuid
2485     lifetime: user
2486     description: |
2487       An alternate identifier, not correlated with the client_id, generated once
2488       and only sent with the activation ping.
2489     send_in_pings:
2490       - activation
2491     bugs:
2492       - https://bugzilla.mozilla.org/1538011
2493       - https://github.com/mozilla-mobile/fenix/issues/19923
2494     data_reviews:
2495       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2496       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2497       - https://github.com/mozilla-mobile/fenix/pull/18143
2498       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2499       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2500     data_sensitivity:
2501       - highly_sensitive
2502     notification_emails:
2503       - android-probes@mozilla.com
2504       - erichards@mozilla.com
2505     expires: never
2506     no_lint:
2507       - USER_LIFETIME_EXPIRATION
2508     metadata:
2509       tags:
2510         - Privacy&Security
2512 error_page:
2513   visited_error:
2514     type: event
2515     description: |
2516       A user encountered an error page
2517     extra_keys:
2518       error_type:
2519         type: string
2520         description: "The error type of the error page encountered"
2521     bugs:
2522       - https://github.com/mozilla-mobile/fenix/issues/1242
2523       - https://github.com/mozilla-mobile/fenix/issues/19923
2524     data_reviews:
2525       - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
2526       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2527       - https://github.com/mozilla-mobile/fenix/pull/18143
2528       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2529       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2530     data_sensitivity:
2531       - interaction
2532     notification_emails:
2533       - android-probes@mozilla.com
2534     expires: 108
2535     metadata:
2536       tags:
2537         - ErrorMessages
2539 sync_auth:
2540   opened:
2541     type: event
2542     description: |
2543       A user opened the sync authentication page
2544     bugs:
2545       - https://github.com/mozilla-mobile/fenix/issues/1190
2546     data_reviews:
2547       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2548       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2549       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2550       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2551       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2552     data_sensitivity:
2553       - interaction
2554     notification_emails:
2555       - android-probes@mozilla.com
2556     expires: 111
2557     metadata:
2558       tags:
2559         - Toolbar
2560         - Sync
2561   closed:
2562     type: event
2563     description: |
2564       A user closed the sync page
2565     bugs:
2566       - https://github.com/mozilla-mobile/fenix/issues/1190
2567     data_reviews:
2568       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2569       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2570       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2571       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2572       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2573     data_sensitivity:
2574       - interaction
2575     notification_emails:
2576       - android-probes@mozilla.com
2577     expires: 111
2578     metadata:
2579       tags:
2580         - Toolbar
2581         - Sync
2582   use_email:
2583     type: event
2584     description: |
2585       A user chose to use their email to sign in instead of scanning a QR code,
2586       counterpart to "scan_pairing"
2587     bugs:
2588       - https://github.com/mozilla-mobile/fenix/issues/9834
2589     data_reviews:
2590       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2591       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2592       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2593       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2594       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2595     data_sensitivity:
2596       - interaction
2597     notification_emails:
2598       - android-probes@mozilla.com
2599     expires: 111
2600     metadata:
2601       tags:
2602         - Sync
2603   use_email_problem:
2604     type: event
2605     description: |
2606       A user chose to use their email to sign in after an account problem
2607     bugs:
2608       - https://github.com/mozilla-mobile/fenix/issues/9834
2609     data_reviews:
2610       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2611       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2612       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2613       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2614       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2615     data_sensitivity:
2616       - interaction
2617     notification_emails:
2618       - android-probes@mozilla.com
2619     expires: 111
2620     metadata:
2621       tags:
2622         - Sync
2623   sign_in:
2624     type: event
2625     description: |
2626       A user pressed the sign in button on the sync authentication page and was
2627       successfully signed in to FxA
2628     bugs:
2629       - https://github.com/mozilla-mobile/fenix/issues/1190
2630     data_reviews:
2631       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2632       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2633       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2634       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2635       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2636     data_sensitivity:
2637       - interaction
2638     notification_emails:
2639       - android-probes@mozilla.com
2640       - erichards@mozilla.com
2641     expires: never
2642     metadata:
2643       tags:
2644         - Sync
2645   sign_out:
2646     type: event
2647     description: |
2648       A user pressed the sign out button on the sync account page and was
2649       successfully signed out of FxA
2650     bugs:
2651       - https://github.com/mozilla-mobile/fenix/issues/1190
2652     data_reviews:
2653       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2654       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2655       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2656       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2657       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2658     data_sensitivity:
2659       - interaction
2660     notification_emails:
2661       - android-probes@mozilla.com
2662       - erichards@mozilla.com
2663     expires: never
2664     metadata:
2665       tags:
2666         - Sync
2667   sign_up:
2668     type: event
2669     description: |
2670       User registered a new Firefox Account, and was signed into it
2671     bugs:
2672       - https://github.com/mozilla-mobile/fenix/issues/4971
2673     data_reviews:
2674       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2675       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2676       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2677       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2678       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2679     data_sensitivity:
2680       - technical
2681       - interaction
2682     notification_emails:
2683       - android-probes@mozilla.com
2684       - erichards@mozilla.com
2685     expires: never
2686     metadata:
2687       tags:
2688         - Accounts
2689   paired:
2690     type: event
2691     description: |
2692       User signed into FxA by pairing with a different Firefox browser, using a
2693       QR code
2694     bugs:
2695       - https://github.com/mozilla-mobile/fenix/issues/4971
2696     data_reviews:
2697       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2698       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2699       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2700       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2701       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2702     data_sensitivity:
2703       - technical
2704       - interaction
2705     notification_emails:
2706       - android-probes@mozilla.com
2707     expires: 111
2708     metadata:
2709       tags:
2710         - Accounts
2711   recovered:
2712     type: event
2713     description: |
2714       Account manager automatically recovered FxA authentication state without
2715       direct user involvement
2716     bugs:
2717       - https://github.com/mozilla-mobile/fenix/issues/4971
2718     data_reviews:
2719       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2720       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2721       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2722       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2723       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2724     data_sensitivity:
2725       - technical
2726       - interaction
2727     notification_emails:
2728       - android-probes@mozilla.com
2729     expires: 111
2730     metadata:
2731       tags:
2732         - Accounts
2733   other_external:
2734     type: event
2735     description: |
2736       User authenticated via FxA using an unknown mechanism. "Known" mechanisms
2737       are currently sign-in, sign-up and pairing
2738     bugs:
2739       - https://github.com/mozilla-mobile/fenix/issues/4971
2740     data_reviews:
2741       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2742       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2743       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2744       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2745       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2746     data_sensitivity:
2747       - technical
2748       - interaction
2749     notification_emails:
2750       - android-probes@mozilla.com
2751     expires: 111
2752     metadata:
2753       tags:
2754         - Accounts
2755   scan_pairing:
2756     type: event
2757     description: |
2758       A user pressed the scan pairing button on the sync authentication page
2759     bugs:
2760       - https://github.com/mozilla-mobile/fenix/issues/1190
2761     data_reviews:
2762       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2763       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2764       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2765       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2766       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2767     data_sensitivity:
2768       - interaction
2769     notification_emails:
2770       - android-probes@mozilla.com
2771     expires: 111
2772     metadata:
2773       tags:
2774         - Sync
2776 sync_account:
2777   opened:
2778     type: event
2779     description: |
2780       A user opened the sync account page
2781     bugs:
2782       - https://github.com/mozilla-mobile/fenix/issues/1190
2783     data_reviews:
2784       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2785       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2786       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2787       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2788       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2789     data_sensitivity:
2790       - interaction
2791     notification_emails:
2792       - android-probes@mozilla.com
2793     expires: 111
2794     metadata:
2795       tags:
2796         - Toolbar
2797         - Sync
2798   sync_now:
2799     type: event
2800     description: |
2801       A user pressed the sync now button on the sync account page
2802     bugs:
2803       - https://github.com/mozilla-mobile/fenix/issues/1190
2804     data_reviews:
2805       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2806       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2807       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2808       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2809       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2810     data_sensitivity:
2811       - interaction
2812     notification_emails:
2813       - android-probes@mozilla.com
2814     expires: 111
2815     metadata:
2816       tags:
2817         - Toolbar
2818         - Sync
2819   send_tab:
2820     type: event
2821     description: |
2822       A user sent the current tab to another FxA device
2823     bugs:
2824       - https://github.com/mozilla-mobile/fenix/issues/4908
2825     data_reviews:
2826       - https://github.com/mozilla-mobile/fenix/pull/5106
2827       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2828       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2829       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2830       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2831     data_sensitivity:
2832       - interaction
2833     notification_emails:
2834       - android-probes@mozilla.com
2835     expires: 111
2836     metadata:
2837       tags:
2838         - SendTab
2839   sign_in_to_send_tab:
2840     type: event
2841     description: |
2842       A user pressed the "sign in to send tab" button inside the share tab menu
2843     bugs:
2844       - https://github.com/mozilla-mobile/fenix/issues/4908
2845     data_reviews:
2846       - https://github.com/mozilla-mobile/fenix/pull/5106
2847       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2848       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2849       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2850       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2851     data_sensitivity:
2852       - interaction
2853     notification_emails:
2854       - android-probes@mozilla.com
2855     expires: 111
2856     metadata:
2857       tags:
2858         - SendTab
2860 history:
2861   opened:
2862     type: event
2863     description: |
2864       A user opened the history screen
2865     bugs:
2866       - https://github.com/mozilla-mobile/fenix/issues/2362
2867     data_reviews:
2868       - https://github.com/mozilla-mobile/fenix/pull/3940
2869       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2870       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2871       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2872       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2873     data_sensitivity:
2874       - interaction
2875     notification_emails:
2876       - android-probes@mozilla.com
2877     expires: 111
2878     metadata:
2879       tags:
2880         - History
2881   removed:
2882     type: event
2883     description: |
2884       A user removed a history item
2885     bugs:
2886       - https://github.com/mozilla-mobile/fenix/issues/2362
2887     data_reviews:
2888       - https://github.com/mozilla-mobile/fenix/pull/3940
2889       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2890       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2891       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2892       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2893     data_sensitivity:
2894       - interaction
2895     notification_emails:
2896       - android-probes@mozilla.com
2897     expires: 111
2898     metadata:
2899       tags:
2900         - History
2901   removed_all:
2902     type: event
2903     description: |
2904       A user removed all history items
2905     bugs:
2906       - https://github.com/mozilla-mobile/fenix/issues/2362
2907     data_reviews:
2908       - https://github.com/mozilla-mobile/fenix/pull/3940
2909       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2910       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2911       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2912       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2913     data_sensitivity:
2914       - interaction
2915     notification_emails:
2916       - android-probes@mozilla.com
2917     expires: 111
2918     metadata:
2919       tags:
2920         - History
2921   shared:
2922     type: event
2923     description: |
2924       A user shared a history item
2925     bugs:
2926       - https://github.com/mozilla-mobile/fenix/issues/2362
2927     data_reviews:
2928       - https://github.com/mozilla-mobile/fenix/pull/3940
2929       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2930       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2931       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2932       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2933     data_sensitivity:
2934       - interaction
2935     notification_emails:
2936       - android-probes@mozilla.com
2937     expires: 111
2938     metadata:
2939       tags:
2940         - History
2941   opened_item:
2942     type: event
2943     description: |
2944       A user opened a history item
2945     bugs:
2946       - https://github.com/mozilla-mobile/fenix/issues/18178
2947     data_reviews:
2948       - https://github.com/mozilla-mobile/fenix/pull/18261
2949       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2950       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2951     data_sensitivity:
2952       - interaction
2953     notification_emails:
2954       - android-probes@mozilla.com
2955       - erichards@mozilla.com
2956     expires: never
2957     metadata:
2958       tags:
2959         - History
2960   opened_item_in_new_tab:
2961     type: event
2962     description: |
2963       A user opened a history item in a new tab
2964     bugs:
2965       - https://github.com/mozilla-mobile/fenix/issues/18178
2966     data_reviews:
2967       - https://github.com/mozilla-mobile/fenix/pull/18261
2968       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2969       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2970     data_sensitivity:
2971       - interaction
2972     notification_emails:
2973       - android-probes@mozilla.com
2974       - erichards@mozilla.com
2975     expires: never
2976     metadata:
2977       tags:
2978         - History
2979   opened_items_in_new_tabs:
2980     type: event
2981     description: |
2982       A user opened multiple history items in new tabs
2983     bugs:
2984       - https://github.com/mozilla-mobile/fenix/issues/18178
2985       - https://github.com/mozilla-mobile/fenix/issues/19923
2986     data_reviews:
2987       - https://github.com/mozilla-mobile/fenix/pull/18261
2988       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2989       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2990     data_sensitivity:
2991       - interaction
2992     notification_emails:
2993       - android-probes@mozilla.com
2994       - erichards@mozilla.com
2995     expires: never
2996     metadata:
2997       tags:
2998         - History
2999   opened_item_in_private_tab:
3000     type: event
3001     description: |
3002       A user opened a history item in a private tab
3003     bugs:
3004       - https://github.com/mozilla-mobile/fenix/issues/18178
3005     data_reviews:
3006       - https://github.com/mozilla-mobile/fenix/pull/18261
3007       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3008       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3009     data_sensitivity:
3010       - interaction
3011     notification_emails:
3012       - android-probes@mozilla.com
3013       - erichards@mozilla.com
3014     expires: never
3015     metadata:
3016       tags:
3017         - History
3018   opened_items_in_private_tabs:
3019     type: event
3020     description: |
3021       A user opened multiple history items in private tabs
3022     bugs:
3023       - https://github.com/mozilla-mobile/fenix/issues/18178
3024     data_reviews:
3025       - https://github.com/mozilla-mobile/fenix/pull/18261
3026       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3027       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3028     data_sensitivity:
3029       - interaction
3030     notification_emails:
3031       - android-probes@mozilla.com
3032       - erichards@mozilla.com
3033     expires: never
3034     metadata:
3035       tags:
3036         - History
3037   recent_searches_tapped:
3038     type: event
3039     description: |
3040       User has tapped on an item in the "Recently visited" section on home.
3041     extra_keys:
3042       page_number:
3043         type: string
3044         description: |
3045           The page number in the homescreen carousel that the recently visited
3046           item was on.
3047     bugs:
3048       - https://github.com/mozilla-mobile/fenix/issues/22172
3049     data_reviews:
3050       - https://github.com/mozilla-mobile/fenix/pull/22173
3051     data_sensitivity:
3052       - interaction
3053     notification_emails:
3054       - android-probes@mozilla.com
3055     expires: 107
3056   search_term_group_tapped:
3057     type: event
3058     description: |
3059       A user tapped on a search term group in history
3060     bugs:
3061       - https://github.com/mozilla-mobile/fenix/issues/22299
3062     data_reviews:
3063       - https://github.com/mozilla-mobile/fenix/pull/22300
3064     data_sensitivity:
3065       - interaction
3066     notification_emails:
3067       - android-probes@mozilla.com
3068     expires: 107
3069   search_term_group_open_tab:
3070     type: event
3071     description: |
3072       A user opens a tab from the search term group in history.
3073     bugs:
3074       - https://github.com/mozilla-mobile/fenix/issues/22147
3075     data_reviews:
3076       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3077     data_sensitivity:
3078       - interaction
3079     notification_emails:
3080       - android-probes@mozilla.com
3081     expires: 107
3082   search_term_group_remove_tab:
3083     type: event
3084     description: |
3085       A user closes a single tab in the search term group in history.
3086     bugs:
3087       - https://github.com/mozilla-mobile/fenix/issues/22147
3088     data_reviews:
3089       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3090     data_sensitivity:
3091       - interaction
3092     notification_emails:
3093       - android-probes@mozilla.com
3094     expires: 107
3095   search_term_group_remove_all:
3096     type: event
3097     description: |
3098       A user closes all tabs in the search term group in history.
3099     bugs:
3100       - https://github.com/mozilla-mobile/fenix/issues/22147
3101     data_reviews:
3102       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3103     data_sensitivity:
3104       - interaction
3105     notification_emails:
3106       - android-probes@mozilla.com
3107     expires: 107
3108   search_icon_tapped:
3109     type: event
3110     description: |
3111       A user tapped on the search icon in history.
3112     bugs:
3113       - https://github.com/mozilla-mobile/fenix/issues/23694
3114     data_reviews:
3115       - https://github.com/mozilla-mobile/fenix/pull/23695
3116     data_sensitivity:
3117       - interaction
3118     notification_emails:
3119       - android-probes@mozilla.com
3120     expires: 112
3121   search_result_tapped:
3122     type: event
3123     description: |
3124       A user tapped on the search result in history.
3125     bugs:
3126       - https://github.com/mozilla-mobile/fenix/issues/23694
3127     data_reviews:
3128       - https://github.com/mozilla-mobile/fenix/pull/23695
3129     data_sensitivity:
3130       - interaction
3131     notification_emails:
3132       - android-probes@mozilla.com
3133     expires: 112
3135 recently_closed_tabs:
3136   opened:
3137     type: event
3138     description: |
3139       User opened the "Recently closed tabs" screen.
3140     bugs:
3141       - https://github.com/mozilla-mobile/fenix/issues/21009
3142     data_reviews:
3143       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3144     data_sensitivity:
3145       - interaction
3146     notification_emails:
3147       - android-probes@mozilla.com
3148     expires: 109
3149   closed:
3150     type: event
3151     description: |
3152       User closed the "Recently closed tabs" screen.
3153     bugs:
3154       - https://github.com/mozilla-mobile/fenix/issues/21009
3155     data_reviews:
3156       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3157     data_sensitivity:
3158       - interaction
3159     notification_emails:
3160       - android-probes@mozilla.com
3161     expires: 109
3162   show_full_history:
3163     type: event
3164     description: |
3165       User tapped "Show full history" to see all history.
3166     bugs:
3167       - https://github.com/mozilla-mobile/fenix/issues/21009
3168     data_reviews:
3169       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3170     data_sensitivity:
3171       - interaction
3172     notification_emails:
3173       - android-probes@mozilla.com
3174     expires: 109
3175   open_tab:
3176     type: event
3177     description: |
3178       User tapped on a tab item to be opened.
3179     bugs:
3180       - https://github.com/mozilla-mobile/fenix/issues/21009
3181     data_reviews:
3182       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3183     data_sensitivity:
3184       - interaction
3185     notification_emails:
3186       - android-probes@mozilla.com
3187     expires: 109
3188   delete_tab:
3189     type: event
3190     description: |
3191       User tapped the delete button of a tab item.
3192     bugs:
3193       - https://github.com/mozilla-mobile/fenix/issues/21009
3194     data_reviews:
3195       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3196     data_sensitivity:
3197       - interaction
3198     notification_emails:
3199       - android-probes@mozilla.com
3200     expires: 109
3201   menu_close:
3202     type: event
3203     description: |
3204       User tapped the close button - "X" to return to the previous screen.
3205     bugs:
3206       - https://github.com/mozilla-mobile/fenix/issues/21009
3207     data_reviews:
3208       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3209     data_sensitivity:
3210       - interaction
3211     notification_emails:
3212       - android-probes@mozilla.com
3213     expires: 109
3214   menu_share:
3215     type: event
3216     description: |
3217       User tapped the share menu option for multi selected tabs.
3218     bugs:
3219       - https://github.com/mozilla-mobile/fenix/issues/21009
3220     data_reviews:
3221       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3222     data_sensitivity:
3223       - interaction
3224     notification_emails:
3225       - android-probes@mozilla.com
3226     expires: 109
3227   menu_delete:
3228     type: event
3229     description: |
3230       User tapped the delete menu option for multi selected tabs.
3231     bugs:
3232       - https://github.com/mozilla-mobile/fenix/issues/21009
3233     data_reviews:
3234       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3235     data_sensitivity:
3236       - interaction
3237     notification_emails:
3238       - android-probes@mozilla.com
3239     expires: 109
3240   menu_open_in_normal_tab:
3241     type: event
3242     description: |
3243       User tapped the "Open in new tab" menu option for multi selected tabs.
3244     bugs:
3245       - https://github.com/mozilla-mobile/fenix/issues/21009
3246     data_reviews:
3247       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3248     data_sensitivity:
3249       - interaction
3250     notification_emails:
3251       - android-probes@mozilla.com
3252     expires: 109
3253   menu_open_in_private_tab:
3254     type: event
3255     description: |
3256       User tapped the "Open in private tab" menu option for multi selected tabs.
3257     bugs:
3258       - https://github.com/mozilla-mobile/fenix/issues/21009
3259     data_reviews:
3260       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3261     data_sensitivity:
3262       - interaction
3263     notification_emails:
3264       - android-probes@mozilla.com
3265     expires: 109
3266   enter_multiselect:
3267     type: event
3268     description: |
3269       User tapped on a tab item to enter multi select mode.
3270     bugs:
3271       - https://github.com/mozilla-mobile/fenix/issues/21009
3272     data_reviews:
3273       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3274     data_sensitivity:
3275       - interaction
3276     notification_emails:
3277       - android-probes@mozilla.com
3278     expires: 109
3279   exit_multiselect:
3280     type: event
3281     description: |
3282       User pressed back or tapped the last selected tab item to exit
3283       multiselect.
3284     bugs:
3285       - https://github.com/mozilla-mobile/fenix/issues/21009
3286     data_reviews:
3287       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3288     data_sensitivity:
3289       - interaction
3290     notification_emails:
3291       - android-probes@mozilla.com
3292     expires: 109
3294 reader_mode:
3295   available:
3296     type: event
3297     description: |
3298       Reader mode is available for the current page
3299     bugs:
3300       - https://github.com/mozilla-mobile/fenix/issues/2267
3301     data_reviews:
3302       - https://github.com/mozilla-mobile/fenix/pull/3941
3303       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3304       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3305       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3306       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3307     data_sensitivity:
3308       - interaction
3309     notification_emails:
3310       - android-probes@mozilla.com
3311       - erichards@mozilla.com
3312     expires: never
3313     metadata:
3314       tags:
3315         - ReaderMode
3316   opened:
3317     type: event
3318     description: |
3319       A user opened reader mode
3320     bugs:
3321       - https://github.com/mozilla-mobile/fenix/issues/2267
3322     data_reviews:
3323       - https://github.com/mozilla-mobile/fenix/pull/3941
3324       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3325       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3326       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3327       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3328     data_sensitivity:
3329       - interaction
3330     notification_emails:
3331       - android-probes@mozilla.com
3332       - erichards@mozilla.com
3333     expires: never
3334     metadata:
3335       tags:
3336         - ReaderMode
3337   closed:
3338     type: event
3339     description: |
3340       A user closed reader mode
3341     bugs:
3342       - https://github.com/mozilla-mobile/fenix/issues/2267
3343     data_reviews:
3344       - https://github.com/mozilla-mobile/fenix/pull/4328
3345       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3346       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3347       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3348       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3349     data_sensitivity:
3350       - interaction
3351     notification_emails:
3352       - android-probes@mozilla.com
3353       - erichards@mozilla.com
3354     expires: never
3355     metadata:
3356       tags:
3357         - ReaderMode
3358   appearance:
3359     type: event
3360     description: |
3361       A user tapped the appearance button
3362     bugs:
3363       - https://github.com/mozilla-mobile/fenix/issues/2267
3364     data_reviews:
3365       - https://github.com/mozilla-mobile/fenix/pull/3941
3366       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3367       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3368       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3369       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3370     data_sensitivity:
3371       - interaction
3372     notification_emails:
3373       - android-probes@mozilla.com
3374       - erichards@mozilla.com
3375       - erichards@mozilla.com
3376       - erichards@mozilla.com
3377     expires: never
3378     metadata:
3379       tags:
3380         - ReaderMode
3382 tabs_tray:
3383   opened:
3384     type: event
3385     description: |
3386       A user opened the tabs tray
3387     bugs:
3388       - https://github.com/mozilla-mobile/fenix/issues/11273
3389     data_reviews:
3390       - https://github.com/mozilla-mobile/fenix/pull/12036
3391       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3392       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3393       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3394       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3395     data_sensitivity:
3396       - interaction
3397     notification_emails:
3398       - android-probes@mozilla.com
3399       - erichards@mozilla.com
3400     expires: never
3401     metadata:
3402       tags:
3403         - Tabs
3404   closed:
3405     type: event
3406     description: |
3407       A user closed the tabs tray
3408     bugs:
3409       - https://github.com/mozilla-mobile/fenix/issues/11273
3410     data_reviews:
3411       - https://github.com/mozilla-mobile/fenix/pull/12036
3412       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3413       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3414       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3415       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3416     data_sensitivity:
3417       - interaction
3418     notification_emails:
3419       - android-probes@mozilla.com
3420       - erichards@mozilla.com
3421     expires: never
3422     metadata:
3423       tags:
3424         - Tabs
3425   opened_existing_tab:
3426     type: event
3427     description: |
3428       A user opened an existing tab from a particular app feature.
3429     extra_keys:
3430       source:
3431         description: |
3432           From which app feature was an existing tab opened.
3433         type: string
3434     bugs:
3435       - https://github.com/mozilla-mobile/fenix/issues/11273
3436     data_reviews:
3437       - https://github.com/mozilla-mobile/fenix/pull/12036
3438       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3439       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3440       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3441       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3442       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3443     data_sensitivity:
3444       - interaction
3445     notification_emails:
3446       - android-probes@mozilla.com
3447       - erichards@mozilla.com
3448     expires: never
3449     metadata:
3450       tags:
3451         - Tabs
3452   closed_existing_tab:
3453     type: event
3454     description: |
3455       A user closed an existing tab from a particular app feature.
3456     extra_keys:
3457       source:
3458         description: |
3459           From which app feature was an existing tab closed.
3460         type: string
3461     bugs:
3462       - https://github.com/mozilla-mobile/fenix/issues/11273
3463     data_reviews:
3464       - https://github.com/mozilla-mobile/fenix/pull/12036
3465       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3466       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3467       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3468       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3469       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3470     data_sensitivity:
3471       - interaction
3472     notification_emails:
3473       - android-probes@mozilla.com
3474       - erichards@mozilla.com
3475     expires: never
3476     metadata:
3477       tags:
3478         - Tabs
3479   private_mode_tapped:
3480     type: event
3481     description: |
3482       A user switched to private mode
3483     bugs:
3484       - https://github.com/mozilla-mobile/fenix/issues/11273
3485     data_reviews:
3486       - https://github.com/mozilla-mobile/fenix/pull/12036
3487       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3488       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3489       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3490       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3491     data_sensitivity:
3492       - interaction
3493     notification_emails:
3494       - android-probes@mozilla.com
3495       - erichards@mozilla.com
3496     expires: never
3497     metadata:
3498       tags:
3499         - Tabs
3500   normal_mode_tapped:
3501     type: event
3502     description: |
3503       A user switched to normal mode
3504     bugs:
3505       - https://github.com/mozilla-mobile/fenix/issues/11273
3506     data_reviews:
3507       - https://github.com/mozilla-mobile/fenix/pull/12036
3508       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3509       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3510       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3511       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3512     data_sensitivity:
3513       - interaction
3514     notification_emails:
3515       - android-probes@mozilla.com
3516       - erichards@mozilla.com
3517     expires: never
3518     metadata:
3519       tags:
3520         - Tabs
3521   synced_mode_tapped:
3522     type: event
3523     description: |
3524       A user switched to synced mode
3525     bugs:
3526       - https://github.com/mozilla-mobile/fenix/issues/18948
3527     data_reviews:
3528       - https://github.com/mozilla-mobile/fenix/pull/19004
3529       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3530       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3531     data_sensitivity:
3532       - interaction
3533     notification_emails:
3534       - android-probes@mozilla.com
3535       - erichards@mozilla.com
3536     expires: never
3537     metadata:
3538       tags:
3539         - SyncTabs
3540         - Tabs
3541   new_tab_tapped:
3542     type: event
3543     description: |
3544       A user opened a new tab
3545     bugs:
3546       - https://github.com/mozilla-mobile/fenix/issues/11273
3547     data_reviews:
3548       - https://github.com/mozilla-mobile/fenix/pull/12036
3549       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3550       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3551       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3552       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3553     data_sensitivity:
3554       - interaction
3555     notification_emails:
3556       - android-probes@mozilla.com
3557       - erichards@mozilla.com
3558     expires: never
3559     metadata:
3560       tags:
3561         - Tabs
3562   new_private_tab_tapped:
3563     type: event
3564     description: |
3565       A user opened a new private tab
3566     bugs:
3567       - https://github.com/mozilla-mobile/fenix/issues/11273
3568     data_reviews:
3569       - https://github.com/mozilla-mobile/fenix/pull/12036
3570       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3571       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3572       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3573       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3574     data_sensitivity:
3575       - interaction
3576     notification_emails:
3577       - android-probes@mozilla.com
3578       - erichards@mozilla.com
3579     expires: never
3580     metadata:
3581       tags:
3582         - Tabs
3583   menu_opened:
3584     type: event
3585     description: |
3586       A user opened three three dot menu in the tabs tray
3587     bugs:
3588       - https://github.com/mozilla-mobile/fenix/issues/11273
3589     data_reviews:
3590       - https://github.com/mozilla-mobile/fenix/pull/12036
3591       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3592       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3593       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3594       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3595     data_sensitivity:
3596       - interaction
3597     notification_emails:
3598       - android-probes@mozilla.com
3599       - erichards@mozilla.com
3600     expires: never
3601     metadata:
3602       tags:
3603         - Tabs
3604   save_to_collection:
3605     type: event
3606     description: |
3607       A user tapped the save to collection button in the tabs tray
3608     bugs:
3609       - https://github.com/mozilla-mobile/fenix/issues/11273
3610     data_reviews:
3611       - https://github.com/mozilla-mobile/fenix/pull/12036
3612       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3613       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3614       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3615       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3616     data_sensitivity:
3617       - interaction
3618     notification_emails:
3619       - android-probes@mozilla.com
3620       - erichards@mozilla.com
3621     expires: never
3622     metadata:
3623       tags:
3624         - Tabs
3625         - Collections
3626   share_all_tabs:
3627     type: event
3628     description: |
3629       A user tapped the share all tabs button in the
3630       three dot menu within the tabs tray
3631     bugs:
3632       - https://github.com/mozilla-mobile/fenix/issues/11273
3633     data_reviews:
3634       - https://github.com/mozilla-mobile/fenix/pull/12036
3635       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3636       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3637       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3638       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3639     data_sensitivity:
3640       - interaction
3641     notification_emails:
3642       - android-probes@mozilla.com
3643       - erichards@mozilla.com
3644     expires: never
3645     metadata:
3646       tags:
3647         - Tabs
3648   close_all_tabs:
3649     type: event
3650     description: |
3651       A user tapped the close all tabs button in the
3652       three dot menu within the tabs tray
3653     bugs:
3654       - https://github.com/mozilla-mobile/fenix/issues/11273
3655     data_reviews:
3656       - https://github.com/mozilla-mobile/fenix/pull/12036
3657       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3658       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3659       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3660       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3661     data_sensitivity:
3662       - interaction
3663     notification_emails:
3664       - android-probes@mozilla.com
3665       - erichards@mozilla.com
3666     expires: never
3667     metadata:
3668       tags:
3669         - Tabs
3670   inactive_tabs_expanded:
3671     type: event
3672     description: |
3673       A user tapped the "Inactive tabs" header to expand
3674       the group of inactive tabs.
3675     bugs:
3676       - https://github.com/mozilla-mobile/fenix/issues/20507
3677     data_reviews:
3678       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3679       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3680     data_sensitivity:
3681       - interaction
3682     notification_emails:
3683       - android-probes@mozilla.com
3684     expires: 116
3685     metadata:
3686       tags:
3687         - Tabs
3688   inactive_tabs_collapsed:
3689     type: event
3690     description: |
3691       A user tapped the "Inactive tabs" header to collapse
3692       the group of inactive tabs.
3693     bugs:
3694       - https://github.com/mozilla-mobile/fenix/issues/20507
3695     data_reviews:
3696       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3697       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3698     data_sensitivity:
3699       - interaction
3700     notification_emails:
3701       - android-probes@mozilla.com
3702     expires: 116
3703     metadata:
3704       tags:
3705         - Tabs
3706   has_inactive_tabs:
3707     type: event
3708     description: |
3709       A boolean that indicates if the user has any INACTIVE tabs.
3710     extra_keys:
3711       inactive_tabs_count:
3712         description:
3713           The number of inactive tabs the user currently has.
3714         type: quantity
3715     bugs:
3716       - https://github.com/mozilla-mobile/fenix/issues/21903
3717     data_reviews:
3718       - https://github.com/mozilla-mobile/fenix/pull/21908
3719     data_sensitivity:
3720       - interaction
3721     notification_emails:
3722       - android-probes@mozilla.com
3723     expires: 107
3724   close_all_inactive_tabs:
3725     type: event
3726     description: |
3727       A user tapped the close all inactive tabs button in the the tabs tray
3728     bugs:
3729       - https://github.com/mozilla-mobile/fenix/issues/21903
3730     data_reviews:
3731       - https://github.com/mozilla-mobile/fenix/pull/21908
3732     data_sensitivity:
3733       - interaction
3734     notification_emails:
3735       - android-probes@mozilla.com
3736     expires: 107
3737   auto_close_seen:
3738     type: event
3739     description: |
3740       A user has seen the auto-close dialog for inactive tabs.
3741     bugs:
3742       - https://github.com/mozilla-mobile/fenix/issues/22170
3743     data_reviews:
3744       - https://github.com/mozilla-mobile/fenix/pull/22171
3745     data_sensitivity:
3746       - interaction
3747     notification_emails:
3748       - android-probes@mozilla.com
3749     expires: 107
3750   auto_close_turn_on_clicked:
3751     type: event
3752     description: |
3753       A user has clicked the turn-on auto-close button for inactive tabs.
3754     bugs:
3755       - https://github.com/mozilla-mobile/fenix/issues/22170
3756     data_reviews:
3757       - https://github.com/mozilla-mobile/fenix/pull/22171
3758     data_sensitivity:
3759       - interaction
3760     notification_emails:
3761       - android-probes@mozilla.com
3762     expires: 107
3763   auto_close_dimissed:
3764     type: event
3765     description: |
3766       A user has dimissed the auto-close dialog for inactive tabs.
3767     bugs:
3768       - https://github.com/mozilla-mobile/fenix/issues/22170
3769     data_reviews:
3770       - https://github.com/mozilla-mobile/fenix/pull/22171
3771     data_sensitivity:
3772       - interaction
3773     notification_emails:
3774       - android-probes@mozilla.com
3775     expires: 107
3776   close_inactive_tab:
3777     type: counter
3778     description: |
3779       A counter that indicates how many INACTIVE tabs a user has closed.
3780     bugs:
3781       - https://github.com/mozilla-mobile/fenix/issues/21903
3782     data_reviews:
3783       - https://github.com/mozilla-mobile/fenix/pull/21908
3784     data_sensitivity:
3785       - interaction
3786     notification_emails:
3787       - android-probes@mozilla.com
3788     expires: 107
3789   open_inactive_tab:
3790     type: counter
3791     description: |
3792       A counter that indicates how many INACTIVE tabs a user has opened.
3793     bugs:
3794       - https://github.com/mozilla-mobile/fenix/issues/21903
3795     data_reviews:
3796       - https://github.com/mozilla-mobile/fenix/pull/21908
3797     data_sensitivity:
3798       - interaction
3799     notification_emails:
3800       - android-probes@mozilla.com
3801     expires: 107
3802   inactive_tabs_cfr_settings:
3803     type: event
3804     description: |
3805       A user has opened settings via the inactive tabs CFR.
3806     bugs:
3807       - https://github.com/mozilla-mobile/fenix/issues/22298
3808     data_reviews:
3809       - https://github.com/mozilla-mobile/fenix/pull/22301
3810     data_sensitivity:
3811       - interaction
3812     notification_emails:
3813       - android-probes@mozilla.com
3814     expires: 107
3815   inactive_tabs_cfr_dismissed:
3816     type: event
3817     description: |
3818       A user has dismissed the inactive tabs CFR.
3819     bugs:
3820       - https://github.com/mozilla-mobile/fenix/issues/22298
3821     data_reviews:
3822       - https://github.com/mozilla-mobile/fenix/pull/22301
3823     data_sensitivity:
3824       - interaction
3825     notification_emails:
3826       - android-probes@mozilla.com
3827     expires: 107
3828   inactive_tabs_cfr_visible:
3829     type: event
3830     description: |
3831       An indication of whether the inactive tabs CFR is visible.
3832     bugs:
3833       - https://github.com/mozilla-mobile/fenix/issues/22298
3834     data_reviews:
3835       - https://github.com/mozilla-mobile/fenix/pull/22301
3836     data_sensitivity:
3837       - interaction
3838     notification_emails:
3839       - android-probes@mozilla.com
3840     expires: 107
3841   enter_multiselect_mode:
3842     type: event
3843     description: |
3844       User has entered multiselect mode.
3845     bugs:
3846       - https://github.com/mozilla-mobile/fenix/issues/23399
3847     data_reviews:
3848       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3849     data_sensitivity:
3850       - interaction
3851     notification_emails:
3852       - android-probes@mozilla.com
3853     expires: 107
3854     metadata:
3855       tags:
3856         - Tabs
3857     extra_keys:
3858       tab_selected:
3859         description: If a tab was selected when entering multi select.
3860         type: boolean
3861   share_selected_tabs:
3862     type: event
3863     description: |
3864       User has chosen to share selected tabs.
3865     bugs:
3866       - https://github.com/mozilla-mobile/fenix/issues/23399
3867     data_reviews:
3868       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3869     data_sensitivity:
3870       - interaction
3871     notification_emails:
3872       - android-probes@mozilla.com
3873     expires: 107
3874     metadata:
3875       tags:
3876         - Tabs
3877     extra_keys:
3878       tab_count:
3879         description: The number of selected tabs shared.
3880         type: quantity
3881   bookmark_selected_tabs:
3882     type: event
3883     description: |
3884       User has chosen to bookmark selected tabs.
3885     bugs:
3886       - https://github.com/mozilla-mobile/fenix/issues/23399
3887     data_reviews:
3888       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3889     data_sensitivity:
3890       - interaction
3891     notification_emails:
3892       - android-probes@mozilla.com
3893     expires: 107
3894     metadata:
3895       tags:
3896         - Tabs
3897     extra_keys:
3898       tab_count:
3899         description: The number of selected tabs bookmarked.
3900         type: quantity
3901   close_selected_tabs:
3902     type: event
3903     description: |
3904       User has chosen to close selected tabs.
3905     bugs:
3906       - https://github.com/mozilla-mobile/fenix/issues/23399
3907     data_reviews:
3908       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3909     data_sensitivity:
3910       - interaction
3911     notification_emails:
3912       - android-probes@mozilla.com
3913     expires: 107
3914     metadata:
3915       tags:
3916         - Tabs
3917     extra_keys:
3918       tab_count:
3919         description: The number of selected tabs closed.
3920         type: quantity
3921   selected_tabs_to_collection:
3922     type: event
3923     description: |
3924       User has chosen to save selected tabs to a collection.
3925     bugs:
3926       - https://github.com/mozilla-mobile/fenix/issues/23399
3927     data_reviews:
3928       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3929     data_sensitivity:
3930       - interaction
3931     notification_emails:
3932       - android-probes@mozilla.com
3933     expires: 107
3934     metadata:
3935       tags:
3936         - Tabs
3937     extra_keys:
3938       tab_count:
3939         description: The number of selected tabs added to colelction.
3940         type: quantity
3941   access_point:
3942     type: labeled_counter
3943     description: |
3944       The area that the tabs tray was accessed from.
3945     bugs:
3946       - https://github.com/mozilla-mobile/fenix/issues/24549
3947     data_reviews:
3948       - https://github.com/mozilla-mobile/fenix/pull/24671
3949     notification_emails:
3950       - android-probes@mozilla.com
3951     data_sensitivity:
3952       - interaction
3953     expires: 114
3956 collections:
3957   renamed:
3958     type: event
3959     description: |
3960       A user renamed a collection
3961     bugs:
3962       - https://github.com/mozilla-mobile/fenix/issues/969
3963       - https://github.com/mozilla-mobile/fenix/issues/19923
3964     data_reviews:
3965       - https://github.com/mozilla-mobile/fenix/pull/3935
3966       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3967       - https://github.com/mozilla-mobile/fenix/pull/18143
3968       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3969       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3970     data_sensitivity:
3971       - technical
3972       - interaction
3973     notification_emails:
3974       - android-probes@mozilla.com
3975       - erichards@mozilla.com
3976     expires: never
3977     metadata:
3978       tags:
3979         - Collections
3980   tab_restored:
3981     type: event
3982     description: |
3983       A user restored a tab from collection tab list
3984     bugs:
3985       - https://github.com/mozilla-mobile/fenix/issues/969
3986       - https://github.com/mozilla-mobile/fenix/issues/19923
3987     data_reviews:
3988       - https://github.com/mozilla-mobile/fenix/pull/3935
3989       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3990       - https://github.com/mozilla-mobile/fenix/pull/18143
3991       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3992       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3993     data_sensitivity:
3994       - technical
3995       - interaction
3996     notification_emails:
3997       - android-probes@mozilla.com
3998       - erichards@mozilla.com
3999     expires: never
4000     metadata:
4001       tags:
4002         - Collections
4003   all_tabs_restored:
4004     type: event
4005     description: |
4006       A user tapped "open tabs" from collection menu
4007     bugs:
4008       - https://github.com/mozilla-mobile/fenix/issues/969
4009       - https://github.com/mozilla-mobile/fenix/issues/19923
4010     data_reviews:
4011       - https://github.com/mozilla-mobile/fenix/pull/3935
4012       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4013       - https://github.com/mozilla-mobile/fenix/pull/18143
4014       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4015       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4016     data_sensitivity:
4017       - technical
4018       - interaction
4019     notification_emails:
4020       - android-probes@mozilla.com
4021       - erichards@mozilla.com
4022     expires: never
4023     metadata:
4024       tags:
4025         - Collections
4026   tab_removed:
4027     type: event
4028     description: |
4029       A user tapped remove tab from collection tab list
4030     bugs:
4031       - https://github.com/mozilla-mobile/fenix/issues/969
4032       - https://github.com/mozilla-mobile/fenix/issues/19923
4033     data_reviews:
4034       - https://github.com/mozilla-mobile/fenix/pull/3935
4035       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4036       - https://github.com/mozilla-mobile/fenix/pull/18143
4037       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4038       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4039     data_sensitivity:
4040       - technical
4041       - interaction
4042     notification_emails:
4043       - android-probes@mozilla.com
4044       - erichards@mozilla.com
4045     expires: never
4046     metadata:
4047       tags:
4048         - Collections
4049   shared:
4050     type: event
4051     description: |
4052       A user tapped share collection
4053     bugs:
4054       - https://github.com/mozilla-mobile/fenix/issues/969
4055       - https://github.com/mozilla-mobile/fenix/issues/19923
4056     data_reviews:
4057       - https://github.com/mozilla-mobile/fenix/pull/3935
4058       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4059       - https://github.com/mozilla-mobile/fenix/pull/18143
4060       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4061       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4062     data_sensitivity:
4063       - technical
4064       - interaction
4065     notification_emails:
4066       - android-probes@mozilla.com
4067       - erichards@mozilla.com
4068     expires: never
4069     metadata:
4070       tags:
4071         - Collections
4072   removed:
4073     type: event
4074     description: |
4075       A user tapped delete collection from collection menu
4076     bugs:
4077       - https://github.com/mozilla-mobile/fenix/issues/969
4078       - https://github.com/mozilla-mobile/fenix/issues/19923
4079     data_reviews:
4080       - https://github.com/mozilla-mobile/fenix/pull/3935
4081       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4082       - https://github.com/mozilla-mobile/fenix/pull/18143
4083       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4084       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4085     data_sensitivity:
4086       - technical
4087       - interaction
4088     notification_emails:
4089       - android-probes@mozilla.com
4090       - erichards@mozilla.com
4091     expires: never
4092     metadata:
4093       tags:
4094         - Collections
4095   saved:
4096     type: event
4097     description: |
4098       A user saved a list of tabs to a new collection
4099     extra_keys:
4100       tabs_open:
4101         description: "The number of tabs open in the current session"
4102         type: string
4103       tabs_selected:
4104         description: "The number of tabs added to the collection"
4105         type: string
4106     bugs:
4107       - https://github.com/mozilla-mobile/fenix/issues/969
4108       - https://github.com/mozilla-mobile/fenix/issues/19923
4109     data_reviews:
4110       - https://github.com/mozilla-mobile/fenix/pull/3935
4111       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4112       - https://github.com/mozilla-mobile/fenix/pull/18143
4113       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4114       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4115     data_sensitivity:
4116       - technical
4117       - interaction
4118     notification_emails:
4119       - android-probes@mozilla.com
4120       - erichards@mozilla.com
4121     expires: never
4122     metadata:
4123       tags:
4124         - Collections
4125   tabs_added:
4126     type: event
4127     description: |
4128       A user saved a list of tabs to an existing collection
4129     extra_keys:
4130       tabs_open:
4131         description: The number of tabs open in the current session
4132         type: string
4133       tabs_selected:
4134         description: The number of tabs added to the collection
4135         type: string
4136     bugs:
4137       - https://github.com/mozilla-mobile/fenix/issues/969
4138       - https://github.com/mozilla-mobile/fenix/issues/19923
4139     data_reviews:
4140       - https://github.com/mozilla-mobile/fenix/pull/3935
4141       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4142       - https://github.com/mozilla-mobile/fenix/pull/18143
4143       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4144       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4145     data_sensitivity:
4146       - technical
4147       - interaction
4148     notification_emails:
4149       - android-probes@mozilla.com
4150       - erichards@mozilla.com
4151     expires: never
4152     metadata:
4153       tags:
4154         - Collections
4155   tab_select_opened:
4156     type: event
4157     description: |
4158       A user opened the select tabs screen (the first step of the collection
4159       creation flow)
4160     bugs:
4161       - https://github.com/mozilla-mobile/fenix/issues/969
4162       - https://github.com/mozilla-mobile/fenix/issues/19923
4163     data_reviews:
4164       - https://github.com/mozilla-mobile/fenix/pull/3935
4165       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4166       - https://github.com/mozilla-mobile/fenix/pull/18143
4167       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4168       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4169     data_sensitivity:
4170       - technical
4171       - interaction
4172     notification_emails:
4173       - android-probes@mozilla.com
4174       - erichards@mozilla.com
4175     expires: never
4176     metadata:
4177       tags:
4178         - Collections
4179   add_tab_button:
4180     type: event
4181     description: |
4182       A user tapped the "add tab" button in the three dot menu of collections
4183     bugs:
4184       - https://github.com/mozilla-mobile/fenix/issues/969
4185       - https://github.com/mozilla-mobile/fenix/issues/19923
4186     data_reviews:
4187       - https://github.com/mozilla-mobile/fenix/pull/4358
4188       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4189       - https://github.com/mozilla-mobile/fenix/pull/18143
4190       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4191       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4192     data_sensitivity:
4193       - interaction
4194     notification_emails:
4195       - android-probes@mozilla.com
4196       - erichards@mozilla.com
4197     expires: never
4198     metadata:
4199       tags:
4200         - Collections
4201   long_press:
4202     type: event
4203     description: |
4204       A user long pressed on a tab, triggering the collection creation screen
4205     bugs:
4206       - https://github.com/mozilla-mobile/fenix/issues/969
4207       - https://github.com/mozilla-mobile/fenix/issues/19923
4208     data_reviews:
4209       - https://github.com/mozilla-mobile/fenix/pull/4358
4210       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4211       - https://github.com/mozilla-mobile/fenix/pull/18143
4212       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4213       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4214     data_sensitivity:
4215       - interaction
4216     notification_emails:
4217       - android-probes@mozilla.com
4218       - erichards@mozilla.com
4219     expires: never
4220     metadata:
4221       tags:
4222         - Collections
4223   save_button:
4224     type: event
4225     description: |
4226       A user pressed the "save to collection" button on either the home or
4227       browser screen, triggering the collection creation screen to open
4228       (tab_select_opened)
4229     bugs:
4230       - https://github.com/mozilla-mobile/fenix/issues/969
4231       - https://github.com/mozilla-mobile/fenix/issues/19923
4232     data_reviews:
4233       - https://github.com/mozilla-mobile/fenix/pull/4358
4234       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4235       - https://github.com/mozilla-mobile/fenix/pull/18143
4236       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4237       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4238     data_sensitivity:
4239       - interaction
4240     notification_emails:
4241       - android-probes@mozilla.com
4242       - erichards@mozilla.com
4243     expires: never
4244     extra_keys:
4245       from_screen:
4246         description: |
4247           A string representing the screen from which the user pressed the save
4248           button. Currently one of: `browserMenu`, `homeMenu` or `home`
4249         type: string
4250     metadata:
4251       tags:
4252         - Collections
4253   rename_button:
4254     type: event
4255     description: |
4256       A user pressed the "rename collection" button in the three dot menu
4257     bugs:
4258       - https://github.com/mozilla-mobile/fenix/issues/969
4259       - https://github.com/mozilla-mobile/fenix/issues/19923
4260     data_reviews:
4261       - https://github.com/mozilla-mobile/fenix/pull/4539
4262       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4263       - https://github.com/mozilla-mobile/fenix/pull/18143
4264       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4265       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4266     data_sensitivity:
4267       - interaction
4268     notification_emails:
4269       - android-probes@mozilla.com
4270       - erichards@mozilla.com
4271     expires: never
4272     metadata:
4273       tags:
4274         - Collections
4276 search_widget:
4277   new_tab_button:
4278     type: event
4279     description: |
4280       A user pressed anywhere from the Firefox logo until the start of the
4281       microphone icon, opening a new tab search screen.
4282     bugs:
4283       - https://github.com/mozilla-mobile/fenix/issues/4457
4284     data_reviews:
4285       - https://github.com/mozilla-mobile/fenix/pull/4714
4286       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4287       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4288       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4289       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4290     data_sensitivity:
4291       - interaction
4292     notification_emails:
4293       - android-probes@mozilla.com
4294     expires: 111
4295     metadata:
4296       tags:
4297         - Search
4298   voice_button:
4299     type: event
4300     description: |
4301       A user pressed the microphone icon, opening a new voice search screen.
4302     bugs:
4303       - https://github.com/mozilla-mobile/fenix/issues/4457
4304     data_reviews:
4305       - https://github.com/mozilla-mobile/fenix/pull/4714
4306       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4307       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4308       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4309       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4310     data_sensitivity:
4311       - interaction
4312     notification_emails:
4313       - android-probes@mozilla.com
4314     expires: 111
4315     metadata:
4316       tags:
4317         - Search
4319 tracking_protection:
4320   exception_added:
4321     type: event
4322     description: |
4323       A user added a tracking protection exception through the TP toggle in the
4324       panel.
4325     bugs:
4326       - https://github.com/mozilla-mobile/fenix/issues/5312
4327     data_reviews:
4328       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4329       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4330       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4331       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4332       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4333     data_sensitivity:
4334       - interaction
4335     notification_emails:
4336       - android-probes@mozilla.com
4337     expires: 111
4338     metadata:
4339       tags:
4340         - TrackingProtection
4341   panel_settings:
4342     type: event
4343     description: |
4344       A user opened tracking protection settings from the panel.
4345     bugs:
4346       - https://github.com/mozilla-mobile/fenix/issues/5312
4347     data_reviews:
4348       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4349       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4350       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4351       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4352       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4353     data_sensitivity:
4354       - interaction
4355     notification_emails:
4356       - android-probes@mozilla.com
4357     expires: 111
4358     metadata:
4359       tags:
4360         - TrackingProtection
4361   etp_shield:
4362     type: event
4363     description: |
4364       A user pressed the tracking protection shield icon in toolbar.
4365     bugs:
4366       - https://github.com/mozilla-mobile/fenix/issues/5312
4367     data_reviews:
4368       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4369       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4370       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4371       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4372       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4373     data_sensitivity:
4374       - interaction
4375     notification_emails:
4376       - android-probes@mozilla.com
4377     expires: 111
4378     metadata:
4379       tags:
4380         - TrackingProtection
4381   etp_tracker_list:
4382     type: event
4383     description: |
4384       A user pressed into a list of categorized trackers in tracking protection
4385       panel.
4386     bugs:
4387       - https://github.com/mozilla-mobile/fenix/issues/5312
4388     data_reviews:
4389       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4390       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4391       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4392       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4393       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4394     data_sensitivity:
4395       - interaction
4396     notification_emails:
4397       - android-probes@mozilla.com
4398     expires: 111
4399     metadata:
4400       tags:
4401         - TrackingProtection
4402   etp_settings:
4403     type: event
4404     description: |
4405       A user opened tracking protection settings through settings.
4406     bugs:
4407       - https://github.com/mozilla-mobile/fenix/issues/5312
4408     data_reviews:
4409       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4410       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4411       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4412       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4413       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4414     data_sensitivity:
4415       - interaction
4416     notification_emails:
4417       - android-probes@mozilla.com
4418     expires: 111
4419     metadata:
4420       tags:
4421         - TrackingProtection
4422   etp_setting_changed:
4423     type: event
4424     description: |
4425       A user changed their tracking protection level setting to either strict,
4426       standard, or custom.
4427     extra_keys:
4428       etp_setting:
4429         description: "The new setting for ETP: strict, standard, custom"
4430         type: string
4431     bugs:
4432       - https://github.com/mozilla-mobile/fenix/issues/5312
4433       - https://github.com/mozilla-mobile/fenix/issues/11063
4434     data_reviews:
4435       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4436       - https://github.com/mozilla-mobile/fenix/pull/11383
4437       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4438       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4439       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4440       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4441     data_sensitivity:
4442       - interaction
4443     notification_emails:
4444       - android-probes@mozilla.com
4445     expires: 111
4447     metadata:
4448       tags:
4449         - TrackingProtection
4450 tab:
4451   media_play:
4452     type: event
4453     description: |
4454       A user pressed the play icon on a tab from the home screen
4455     bugs:
4456       - https://github.com/mozilla-mobile/fenix/issues/5197
4457     data_reviews:
4458       - https://github.com/mozilla-mobile/fenix/pull/5266
4459       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4460       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4461       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4462       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4463     data_sensitivity:
4464       - interaction
4465     notification_emails:
4466       - android-probes@mozilla.com
4467     expires: 111
4468     no_lint:
4469       - COMMON_PREFIX
4470     metadata:
4471       tags:
4472         - Media
4473   media_pause:
4474     type: event
4475     description: |
4476       A user pressed the pause icon on a tab from the home screen
4477     bugs:
4478       - https://github.com/mozilla-mobile/fenix/issues/5197
4479     data_reviews:
4480       - https://github.com/mozilla-mobile/fenix/pull/5266
4481       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4482       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4483       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4484       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4485     data_sensitivity:
4486       - interaction
4487     notification_emails:
4488       - android-probes@mozilla.com
4489     expires: 111
4490     metadata:
4491       tags:
4492         - Media
4494 media_notification:
4495   play:
4496     type: event
4497     description: |
4498       A user pressed the play icon on the media notification
4499     bugs:
4500       - https://github.com/mozilla-mobile/fenix/issues/5197
4501     data_reviews:
4502       - https://github.com/mozilla-mobile/fenix/pull/5520
4503       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4504       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4505       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4506       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4507     data_sensitivity:
4508       - interaction
4509     notification_emails:
4510       - android-probes@mozilla.com
4511     expires: 111
4512     metadata:
4513       tags:
4514         - Media
4515   pause:
4516     type: event
4517     description: |
4518       A user pressed the pause icon on the media notification
4519     bugs:
4520       - https://github.com/mozilla-mobile/fenix/issues/5197
4521     data_reviews:
4522       - https://github.com/mozilla-mobile/fenix/pull/5520
4523       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4524       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4525       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4526       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4527     data_sensitivity:
4528       - interaction
4529     notification_emails:
4530       - android-probes@mozilla.com
4531     expires: 111
4532     metadata:
4533       tags:
4534         - Media
4536 media_state:
4537   play:
4538     type: event
4539     description: |
4540       Media started playing.
4541     bugs:
4542       - https://github.com/mozilla-mobile/fenix/issues/5705
4543     data_reviews:
4544       - https://github.com/mozilla-mobile/fenix/pull/6463
4545       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4546       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4547       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4548       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4549     data_sensitivity:
4550       - interaction
4551     notification_emails:
4552       - android-probes@mozilla.com
4553     expires: 111
4554     metadata:
4555       tags:
4556         - Media
4557   pause:
4558     type: event
4559     description: |
4560       Media playback was paused.
4561     bugs:
4562       - https://github.com/mozilla-mobile/fenix/issues/5705
4563     data_reviews:
4564       - https://github.com/mozilla-mobile/fenix/pull/6463
4565       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4566       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4567       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4568       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4569     data_sensitivity:
4570       - interaction
4571     notification_emails:
4572       - android-probes@mozilla.com
4573     expires: 111
4574     metadata:
4575       tags:
4576         - Media
4577   stop:
4578     type: event
4579     description: |
4580       Media playback has ended.
4581     bugs:
4582       - https://github.com/mozilla-mobile/fenix/issues/5705
4583     data_reviews:
4584       - https://github.com/mozilla-mobile/fenix/pull/6463
4585       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4586       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4587       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4588       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4589     data_sensitivity:
4590       - interaction
4591     notification_emails:
4592       - android-probes@mozilla.com
4593     expires: 111
4594     metadata:
4595       tags:
4596         - Media
4597   fullscreen:
4598     type: event
4599     description: |
4600       Video set to fullscreen.
4601     bugs:
4602       - https://github.com/mozilla-mobile/fenix/issues/15368
4603     data_reviews:
4604       - https://github.com/mozilla-mobile/fenix/pull/16833
4605       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4606       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4607       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4608     data_sensitivity:
4609       - interaction
4610     notification_emails:
4611       - android-probes@mozilla.com
4612     expires: 111
4613     metadata:
4614       tags:
4615         - Media
4616   picture_in_picture:
4617     type: event
4618     description: |
4619       Video set to picture in picture mode.
4620     bugs:
4621       - https://github.com/mozilla-mobile/fenix/issues/15368
4622     data_reviews:
4623       - https://github.com/mozilla-mobile/fenix/pull/16833
4624       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4625       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4626       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4627     data_sensitivity:
4628       - interaction
4629     notification_emails:
4630       - android-probes@mozilla.com
4631     expires: 111
4632     metadata:
4633       tags:
4634         - Media
4636 logins:
4637   open_logins:
4638     type: event
4639     description: |
4640       A user accessed Logins in Settings
4641     bugs:
4642       - https://github.com/mozilla-mobile/fenix/issues/5586
4643     data_reviews:
4644       - https://github.com/mozilla-mobile/fenix/pull/6352
4645       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4646       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4647       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4648       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4649     data_sensitivity:
4650       - interaction
4651     notification_emails:
4652       - android-probes@mozilla.com
4653       - erichards@mozilla.com
4654     expires: never
4655     metadata:
4656       tags:
4657         - Logins
4658   open_individual_login:
4659     type: event
4660     description: |
4661       A user accessed an individual login in saved logins
4662     bugs:
4663       - https://github.com/mozilla-mobile/fenix/issues/5586
4664     data_reviews:
4665       - https://github.com/mozilla-mobile/fenix/pull/6352
4666       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4667       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4668       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4669       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4670     data_sensitivity:
4671       - interaction
4672     notification_emails:
4673       - android-probes@mozilla.com
4674     expires: 111
4675     metadata:
4676       tags:
4677         - Logins
4678   copy_login:
4679     type: event
4680     description: |
4681       A user copied a piece of a login in saved logins
4682     bugs:
4683       - https://github.com/mozilla-mobile/fenix/issues/5586
4684     data_reviews:
4685       - https://github.com/mozilla-mobile/fenix/pull/6352
4686       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4687       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4688       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4689       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4690     data_sensitivity:
4691       - interaction
4692     notification_emails:
4693       - android-probes@mozilla.com
4694     expires: 111
4695     metadata:
4696       tags:
4697         - Logins
4698   view_password_login:
4699     type: event
4700     description: |
4701       A user viewed a password in an individual saved login
4702     bugs:
4703       - https://github.com/mozilla-mobile/fenix/issues/5586
4704     data_reviews:
4705       - https://github.com/mozilla-mobile/fenix/pull/6352
4706       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4707       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4708       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4709       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4710     data_sensitivity:
4711       - interaction
4712     notification_emails:
4713       - android-probes@mozilla.com
4714     expires: 111
4715     metadata:
4716       tags:
4717         - Logins
4718   save_logins_setting_changed:
4719     type: event
4720     description: |
4721       A user changed their setting for asking to save logins
4722     extra_keys:
4723       setting:
4724         type: string
4725         description: |
4726           The new setting for saving logins the user selected. Either
4727           `ask_to_save` or `never_save`
4728     bugs:
4729       - https://github.com/mozilla-mobile/fenix/issues/5586
4730     data_reviews:
4731       - https://github.com/mozilla-mobile/fenix/pull/7767
4732       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4733       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4734       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4735       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4736     data_sensitivity:
4737       - interaction
4738     notification_emails:
4739       - android-probes@mozilla.com
4740     expires: 111
4741     metadata:
4742       tags:
4743         - Logins
4744   open_login_editor:
4745     type: event
4746     description: |
4747       A user entered the edit screen for an individual saved login
4748     bugs:
4749       - https://github.com/mozilla-mobile/fenix/issues/10173
4750     data_reviews:
4751       - https://github.com/mozilla-mobile/fenix/issues/11208
4752       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4753       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4754       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4755       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4756     data_sensitivity:
4757       - interaction
4758     notification_emails:
4759       - android-probes@mozilla.com
4760     expires: 111
4761     metadata:
4762       tags:
4763         - Logins
4764   delete_saved_login:
4765     type: event
4766     description: |
4767       A user confirms delete of a saved login
4768     bugs:
4769       - https://github.com/mozilla-mobile/fenix/issues/10173
4770     data_reviews:
4771       - https://github.com/mozilla-mobile/fenix/issues/11208
4772       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4773       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4774       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4775       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4776     data_sensitivity:
4777       - interaction
4778     notification_emails:
4779       - android-probes@mozilla.com
4780     expires: 111
4781     metadata:
4782       tags:
4783         - Logins
4784   save_edited_login:
4785     type: event
4786     description: |
4787       A user saves changes made to an individual login
4788     bugs:
4789       - https://github.com/mozilla-mobile/fenix/issues/10173
4790     data_reviews:
4791       - https://github.com/mozilla-mobile/fenix/issues/11208
4792       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4793       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4794       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4795       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4796     data_sensitivity:
4797       - interaction
4798     notification_emails:
4799       - android-probes@mozilla.com
4800     expires: 111
4801     metadata:
4802       tags:
4803         - Logins
4805 voice_search:
4806   tapped:
4807     type: event
4808     description: |
4809       A user selected the voice search button on the search screen.
4810     bugs:
4811       - https://github.com/mozilla-mobile/fenix/issues/10465
4812     data_reviews:
4813       - https://github.com/mozilla-mobile/fenix/pull/10785
4814       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4815       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4816       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4817       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4818     data_sensitivity:
4819       - interaction
4820     notification_emails:
4821       - android-probes@mozilla.com
4822     expires: 111
4823     metadata:
4824       tags:
4825         - Search
4826         - Voice
4828 top_sites:
4829   open_default:
4830     type: event
4831     description: |
4832       A user opened a default top site
4833     bugs:
4834       - https://github.com/mozilla-mobile/fenix/issues/8125
4835     data_reviews:
4836       - https://github.com/mozilla-mobile/fenix/pull/10752
4837       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4838       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4839       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4840       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4841     data_sensitivity:
4842       - interaction
4843     notification_emails:
4844       - android-probes@mozilla.com
4845       - erichards@mozilla.com
4846     expires: never
4847     metadata:
4848       tags:
4849         - TopSites
4850   open_google_search_attribution:
4851     type: event
4852     description: |
4853       A user opened the google top site
4854     bugs:
4855       - https://github.com/mozilla-mobile/fenix/issues/17418
4856     data_reviews:
4857       - https://github.com/mozilla-mobile/fenix/pull/17637
4858       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4859       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4860       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4861     data_sensitivity:
4862       - interaction
4863     notification_emails:
4864       - android-probes@mozilla.com
4865       - erichards@mozilla.com
4866     expires: never
4867     metadata:
4868       tags:
4869         - Search
4870         - TopSites
4871   open_baidu_search_attribution:
4872     type: event
4873     description: |
4874       A user opened the baidu top site
4875     bugs:
4876       - https://github.com/mozilla-mobile/fenix/issues/19490
4877     data_reviews:
4878       - https://github.com/mozilla-mobile/fenix/pull/20705
4879       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4880     data_sensitivity:
4881       - interaction
4882     notification_emails:
4883       - android-probes@mozilla.com
4884     expires: 111
4885     metadata:
4886       tags:
4887         - Search
4888         - TopSites
4889   open_frecency:
4890     type: event
4891     description: |
4892       A user opened a frecency top site
4893     bugs:
4894       - https://github.com/mozilla-mobile/fenix/issues/14565
4895     data_reviews:
4896       - https://github.com/mozilla-mobile/fenix/pull/15136
4897       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4898       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4899       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4900       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4901     data_sensitivity:
4902       - interaction
4903     notification_emails:
4904       - android-probes@mozilla.com
4905       - erichards@mozilla.com
4906     expires: never
4907     metadata:
4908       tags:
4909         - TopSites
4910   open_pinned:
4911     type: event
4912     description: |
4913       A user opened a pinned top site
4914     bugs:
4915       - https://github.com/mozilla-mobile/fenix/issues/14565
4916     data_reviews:
4917       - https://github.com/mozilla-mobile/fenix/pull/15136
4918       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4919       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4920       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4921       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4922     data_sensitivity:
4923       - interaction
4924     notification_emails:
4925       - android-probes@mozilla.com
4926       - erichards@mozilla.com
4927     expires: never
4928     metadata:
4929       tags:
4930         - TopSites
4931   swipe_carousel:
4932     type: event
4933     description: |
4934       A user swiped to change the page of the top sites carousel
4935     extra_keys:
4936       page:
4937         type: string
4938         description: |
4939           The page number the carousel is now on
4940     bugs:
4941       - https://github.com/mozilla-mobile/fenix/issues/14565
4942     data_reviews:
4943       - https://github.com/mozilla-mobile/fenix/pull/15136
4944       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4945       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4946       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4947       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4948     data_sensitivity:
4949       - interaction
4950     notification_emails:
4951       - android-probes@mozilla.com
4952       - erichards@mozilla.com
4953     expires: never
4954     metadata:
4955       tags:
4956         - TopSites
4957   long_press:
4958     type: event
4959     description: |
4960       A user long pressed on a top site
4961     extra_keys:
4962       type:
4963         type: string
4964         description: |
4965           The type of top site. Options are: "FRECENCY", "DEFAULT",
4966           "PINNED", or "PROVIDED"
4967     bugs:
4968       - https://github.com/mozilla-mobile/fenix/issues/14565
4969       - https://github.com/mozilla-mobile/fenix/issues/23526
4970     data_reviews:
4971       - https://github.com/mozilla-mobile/fenix/pull/15136
4972       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4973       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4974       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4975       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4976       - https://github.com/mozilla-mobile/fenix/pull/23541
4977     data_sensitivity:
4978       - interaction
4979     notification_emails:
4980       - android-probes@mozilla.com
4981       - erichards@mozilla.com
4982     expires: never
4983     metadata:
4984       tags:
4985         - TopSites
4986   open_in_new_tab:
4987     type: event
4988     description: |
4989       A user opens a new tab based on a top site item
4990     bugs:
4991       - https://github.com/mozilla-mobile/fenix/issues/6757
4992     data_reviews:
4993       - https://github.com/mozilla-mobile/fenix/pull/7523
4994       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4995       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4996       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4997       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4998     data_sensitivity:
4999       - interaction
5000     notification_emails:
5001       - android-probes@mozilla.com
5002       - erichards@mozilla.com
5003     expires: never
5004     metadata:
5005       tags:
5006         - TopSites
5007   open_in_private_tab:
5008     type: event
5009     description: |
5010       A user opens a new private tab based on a top site item
5011     bugs:
5012       - https://github.com/mozilla-mobile/fenix/issues/6757
5013     data_reviews:
5014       - https://github.com/mozilla-mobile/fenix/pull/7523
5015       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5016       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5017       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5018       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5019     data_sensitivity:
5020       - interaction
5021     notification_emails:
5022       - android-probes@mozilla.com
5023       - erichards@mozilla.com
5024     expires: never
5025     metadata:
5026       tags:
5027         - TopSites
5028   remove:
5029     type: event
5030     description: |
5031       A user removes a top site item
5032     bugs:
5033       - https://github.com/mozilla-mobile/fenix/issues/6757
5034     data_reviews:
5035       - https://github.com/mozilla-mobile/fenix/pull/7523
5036       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5037       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5038       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5039       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5040     data_sensitivity:
5041       - interaction
5042     notification_emails:
5043       - android-probes@mozilla.com
5044       - erichards@mozilla.com
5045     expires: never
5046     metadata:
5047       tags:
5048         - TopSites
5049   google_top_site_removed:
5050     type: event
5051     description: |
5052       A user removed the default Google top site
5053     bugs:
5054       - https://github.com/mozilla-mobile/fenix/issues/21841
5055     data_reviews:
5056       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5057       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5058     data_sensitivity:
5059       - interaction
5060     notification_emails:
5061       - android-probes@mozilla.com
5062     expires: 111
5063   baidu_top_site_removed:
5064     type: event
5065     description: |
5066       A user removed the default Baidu top site
5067     bugs:
5068       - https://github.com/mozilla-mobile/fenix/issues/21841
5069     data_reviews:
5070       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5071       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5072     data_sensitivity:
5073       - interaction
5074     notification_emails:
5075       - android-probes@mozilla.com
5076     expires: 111
5077   open_contile_top_site:
5078     type: event
5079     description: |
5080       A user has opened a contile top site.
5081     bugs:
5082       - https://github.com/mozilla-mobile/fenix/issues/23526
5083     data_reviews:
5084       - https://github.com/mozilla-mobile/fenix/pull/23541
5085     data_sensitivity:
5086       - interaction
5087     notification_emails:
5088       - android-probes@mozilla.com
5089     expires: 111
5090   open_contile_in_private_tab:
5091     type: event
5092     description: |
5093       A user has opened a contile top site in a private tab via the long
5094       press context menu.
5095     bugs:
5096       - https://github.com/mozilla-mobile/fenix/issues/23526
5097     data_reviews:
5098       - https://github.com/mozilla-mobile/fenix/pull/23541
5099     data_sensitivity:
5100       - interaction
5101     notification_emails:
5102       - android-probes@mozilla.com
5103     expires: 111
5104   contile_settings:
5105     type: event
5106     description: |
5107       A user has selected "Settings" via the contile top sites
5108       longpress context menu.
5109     bugs:
5110       - https://github.com/mozilla-mobile/fenix/issues/23526
5111     data_reviews:
5112       - https://github.com/mozilla-mobile/fenix/pull/23541
5113     data_sensitivity:
5114       - interaction
5115     notification_emails:
5116       - android-probes@mozilla.com
5117     expires: 111
5118   contile_sponsors_and_privacy:
5119     type: event
5120     description: |
5121       A user has selected "Our sponsors & your privacy" via the
5122       contile top sites longpress context menu.
5123     bugs:
5124       - https://github.com/mozilla-mobile/fenix/issues/23526
5125     data_reviews:
5126       - https://github.com/mozilla-mobile/fenix/pull/23541
5127     data_sensitivity:
5128       - interaction
5129     notification_emails:
5130       - android-probes@mozilla.com
5131     expires: 111
5132   context_id:
5133     type: uuid
5134     description: |
5135       A UUID that is unjoinable with other browser metrics. This ID will not be
5136       shared with AdM, only for internal uses. This ID is shared across all
5137       contextual services features.
5138     lifetime: application
5139     send_in_pings:
5140       - topsites-impression
5141     bugs:
5142       - https://github.com/mozilla-mobile/fenix/issues/23893
5143     data_reviews:
5144       - https://github.com/mozilla-mobile/fenix/pull/23945
5145     data_sensitivity:
5146       - highly_sensitive
5147     notification_emails:
5148       - android-probes@mozilla.com
5149     expires: 112
5150     metadata:
5151       tags:
5152         - TopSites
5153   contile_tile_id:
5154     type: quantity
5155     description: |
5156       A unique identifier provided by the AdM for the sponsored TopSites tile
5157     lifetime: ping
5158     send_in_pings:
5159       - topsites-impression
5160     bugs:
5161       - https://github.com/mozilla-mobile/fenix/issues/23893
5162     data_reviews:
5163       - https://github.com/mozilla-mobile/fenix/pull/23945
5164     data_sensitivity:
5165       - technical
5166       - interaction
5167     notification_emails:
5168       - android-probes@mozilla.com
5169     expires: 112
5170     unit: integer
5171     metadata:
5172       tags:
5173         - TopSites
5174   contile_advertiser:
5175     type: string
5176     description: |
5177       Advertiser brand for the sponsored TopSites tile
5178     lifetime: ping
5179     send_in_pings:
5180       - topsites-impression
5181     bugs:
5182       - https://github.com/mozilla-mobile/fenix/issues/23893
5183     data_reviews:
5184       - https://github.com/mozilla-mobile/fenix/pull/23945
5185     data_sensitivity:
5186       - technical
5187       - interaction
5188     notification_emails:
5189       - android-probes@mozilla.com
5190     expires: 112
5191     metadata:
5192       tags:
5193         - TopSites
5194   contile_reporting_url:
5195     type: url
5196     description: |
5197       The AdM reporting endpoint (impression_url for “impression” event,
5198       click_url for “click” event).
5199     lifetime: ping
5200     send_in_pings:
5201       - topsites-impression
5202     bugs:
5203       - https://github.com/mozilla-mobile/fenix/issues/23893
5204     data_reviews:
5205       - https://github.com/mozilla-mobile/fenix/pull/23945
5206     data_sensitivity:
5207       - technical
5208       - interaction
5209     notification_emails:
5210       - android-probes@mozilla.com
5211     expires: 112
5212     metadata:
5213       tags:
5214         - TopSites
5215   contile_impression:
5216     type: event
5217     description: |
5218       A user saw a Contile top site
5219     extra_keys:
5220       source:
5221         description: The source of the event, example "newtab", "urlbar"
5222         type: string
5223       position:
5224         description: The tile placement (1-based)
5225         type: quantity
5226     send_in_pings:
5227       - topsites-impression
5228       - events
5229     bugs:
5230       - https://github.com/mozilla-mobile/fenix/issues/23893
5231     data_reviews:
5232       - https://github.com/mozilla-mobile/fenix/pull/23945
5233     data_sensitivity:
5234       - interaction
5235     notification_emails:
5236       - android-probes@mozilla.com
5237     expires: 112
5238     metadata:
5239       tags:
5240         - TopSites
5241   contile_click:
5242     type: event
5243     description: |
5244       A user clicked a Contile top site
5245     extra_keys:
5246       source:
5247         description: The source of the event, example "newtab", "urlbar"
5248         type: string
5249       position:
5250         description: The tile placement (1-based)
5251         type: quantity
5252     send_in_pings:
5253       - topsites-impression
5254       - events
5255     bugs:
5256       - https://github.com/mozilla-mobile/fenix/issues/23893
5257     data_reviews:
5258       - https://github.com/mozilla-mobile/fenix/pull/23945
5259     data_sensitivity:
5260       - interaction
5261     notification_emails:
5262       - android-probes@mozilla.com
5263     expires: 112
5264     metadata:
5265       tags:
5266         - TopSites
5268 app_theme:
5269   dark_theme_selected:
5270     type: event
5271     description: |
5272       A user selected Dark Theme
5273     extra_keys:
5274       source:
5275         type: string
5276         description: |
5277           The source from where dark theme was selected. The source can be
5278           'SETTINGS' or 'ONBOARDING'
5279     bugs:
5280       - https://github.com/mozilla-mobile/fenix/issues/7289
5281       - https://github.com/mozilla-mobile/fenix/issues/19923
5282     data_reviews:
5283       - https://github.com/mozilla-mobile/fenix/pull/7968
5284       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5285       - https://github.com/mozilla-mobile/fenix/pull/18143
5286       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5287       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5288     data_sensitivity:
5289       - interaction
5290     notification_emails:
5291       - android-probes@mozilla.com
5292     expires: 108
5293     metadata:
5294       tags:
5295         - Themes
5296 pocket:
5297   pocket_top_site_clicked:
5298     type: event
5299     description: |
5300       A user clicked on the trending Pocket top site
5301     bugs:
5302       - https://github.com/mozilla-mobile/fenix/issues/8126
5303     data_reviews:
5304       - https://github.com/mozilla-mobile/fenix/pull/8098
5305       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5306       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5307       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5308       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5309     data_sensitivity:
5310       - interaction
5311     notification_emails:
5312       - android-probes@mozilla.com
5313       - erichards@mozilla.com
5314     expires: never
5315     no_lint:
5316       - COMMON_PREFIX
5317     metadata:
5318       tags:
5319         - PocketIntegration
5320         - TopSites
5321   pocket_top_site_removed:
5322     type: event
5323     description: |
5324       A user removed the trending Pocket top site
5325     bugs:
5326       - https://github.com/mozilla-mobile/fenix/issues/8126
5327     data_reviews:
5328       - https://github.com/mozilla-mobile/fenix/pull/8098
5329       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5330       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5331       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5332       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5333     data_sensitivity:
5334       - interaction
5335     notification_emails:
5336       - android-probes@mozilla.com
5337     expires: 111
5338     metadata:
5339       tags:
5340         - PocketIntegration
5341         - TopSites
5342   home_recs_shown:
5343     type: event
5344     description: |
5345       The Pocket recommended stories are shown on the home screen.
5346     bugs:
5347       - https://github.com/mozilla-mobile/fenix/issues/21593
5348     data_reviews:
5349       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5350     data_sensitivity:
5351       - interaction
5352     notification_emails:
5353       - android-probes@mozilla.com
5354     expires: 106
5355   home_recs_story_clicked:
5356     type: event
5357     description: |
5358       User tapped a Pocket recommended story to be opened.
5359     extra_keys:
5360       times_shown:
5361         type: string
5362         description: |
5363           How many times was this story shown, including current.
5364       position:
5365         type: string
5366         description: |
5367           Position of the clicked story in the list shown.
5368           Uses the [row x column] matrix notation.
5369     bugs:
5370       - https://github.com/mozilla-mobile/fenix/issues/21593
5371     data_reviews:
5372       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5373     data_sensitivity:
5374       - interaction
5375     notification_emails:
5376       - android-probes@mozilla.com
5377     expires: 106
5378   home_recs_category_clicked:
5379     type: event
5380     description: |
5381       User tapped a Pocket stories category to filter stories.
5382     extra_keys:
5383       category_name:
5384         type: string
5385         description: |
5386           Pocket set topic name representing the just clicked category.
5387       selected_total:
5388         type: string
5389         description: |
5390           How many categories were selected before this being tapped.
5391       new_state:
5392         type: string
5393         description: |
5394           Category's new state after being tapped.
5395           Possible values: [selected], [deselected].
5396     bugs:
5397       - https://github.com/mozilla-mobile/fenix/issues/21593
5398     data_reviews:
5399       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5400     data_sensitivity:
5401       - interaction
5402     notification_emails:
5403       - android-probes@mozilla.com
5404     expires: 106
5405   home_recs_discover_clicked:
5406     type: event
5407     description: |
5408       User tapped the "Discover more" tile to open a new tab
5409       for more Pocket stories.
5410     bugs:
5411       - https://github.com/mozilla-mobile/fenix/issues/21593
5412     data_reviews:
5413       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5414     data_sensitivity:
5415       - interaction
5416     notification_emails:
5417       - android-probes@mozilla.com
5418     expires: 106
5419   home_recs_learn_more_clicked:
5420     type: event
5421     description: |
5422       User tapped "Learn more" to open a new tab for Pocket.
5423     bugs:
5424       - https://github.com/mozilla-mobile/fenix/issues/21593
5425     data_reviews:
5426       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5427     data_sensitivity:
5428       - interaction
5429     notification_emails:
5430       - android-probes@mozilla.com
5431     expires: 106
5433 first_session:
5434   campaign:
5435     type: string
5436     send_in_pings:
5437       - first-session
5438     description: |
5439       The name of the campaign that is responsible for this installation.
5440     bugs:
5441       - https://github.com/mozilla-mobile/fenix/issues/7295
5442     data_reviews:
5443       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5444       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5445       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5446       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5447       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5448     data_sensitivity:
5449       - technical
5450       - interaction
5451     notification_emails:
5452       - android-probes@mozilla.com
5453       - erichards@mozilla.com
5454     expires: never
5455     metadata:
5456       tags:
5457         - Performance
5458   network:
5459     type: string
5460     send_in_pings:
5461       - first-session
5462     description: |
5463       The name of the Network that sourced this installation.
5464     bugs:
5465       - https://github.com/mozilla-mobile/fenix/issues/7295
5466     data_reviews:
5467       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5468       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5469       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5470       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5471       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5472     data_sensitivity:
5473       - technical
5474       - interaction
5475     notification_emails:
5476       - android-probes@mozilla.com
5477       - erichards@mozilla.com
5478     expires: never
5479     metadata:
5480       tags:
5481         - Performance
5482   adgroup:
5483     type: string
5484     send_in_pings:
5485       - first-session
5486     description: |
5487       The name of the AdGroup that was used to source this installation.
5488     bugs:
5489       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5490     data_reviews:
5491       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
5492       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5493       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5494       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5495       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5496     data_sensitivity:
5497       - technical
5498       - interaction
5499     notification_emails:
5500       - android-probes@mozilla.com
5501       - erichards@mozilla.com
5502     expires: never
5503     metadata:
5504       tags:
5505         - Telemetry
5506   creative:
5507     send_in_pings:
5508       - first-session
5509     type: string
5510     description: |
5511       The identifier of the creative material that the user interacted with.
5512     bugs:
5513       - https://github.com/mozilla-mobile/fenix/issues/7295
5514     data_reviews:
5515       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5516       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5517       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5518       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5519       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5520     data_sensitivity:
5521       - technical
5522       - interaction
5523     notification_emails:
5524       - android-probes@mozilla.com
5525       - erichards@mozilla.com
5526     expires: never
5527     metadata:
5528       tags:
5529         - Performance
5530   distribution_id:
5531     type: string
5532     description: |
5533       A string containing the distribution identifier. This is currently used
5534       to identify installs from Mozilla Online.
5535     send_in_pings:
5536       - first-session
5537     bugs:
5538       - https://github.com/mozilla-mobile/fenix/issues/20376
5539     data_reviews:
5540       - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848
5541     data_sensitivity:
5542       - technical
5543     notification_emails:
5544       - android-probes@mozilla.com
5545       - rxu@mozilla.com
5546     expires: never
5547   timestamp:
5548     send_in_pings:
5549       - first-session
5550     type: datetime
5551     description: |
5552       The Glean generated date and time of the installation. This is
5553       unique per app install, though the rest of the data in this
5554       ping is from Adjust and will remain static across installs.
5555     bugs:
5556       - https://github.com/mozilla-mobile/fenix/issues/7295
5557     data_reviews:
5558       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5559       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5560       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5561       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5562       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5563     data_sensitivity:
5564       - technical
5565       - interaction
5566     notification_emails:
5567       - android-probes@mozilla.com
5568       - erichards@mozilla.com
5569     expires: never
5570     metadata:
5571       tags:
5572         - Performance
5574 browser.search:
5575   with_ads:
5576     type: labeled_counter
5577     description: |
5578       Records counts of SERP pages with adverts displayed.
5579       The key format is `<provider-name>`.
5580     send_in_pings:
5581       - metrics
5582     bugs:
5583       - https://github.com/mozilla-mobile/fenix/issues/6558
5584     data_reviews:
5585       - https://github.com/mozilla-mobile/fenix/pull/10112
5586       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5587       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5588       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5589       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5590     data_sensitivity:
5591       - interaction
5592     notification_emails:
5593       - android-probes@mozilla.com
5594       - erichards@mozilla.com
5595     expires: never
5596   ad_clicks:
5597     type: labeled_counter
5598     description: |
5599       Records clicks of adverts on SERP pages.
5600       The key format is `<provider-name>`.
5601     send_in_pings:
5602       - metrics
5603     bugs:
5604       - https://github.com/mozilla-mobile/fenix/issues/6558
5605     data_reviews:
5606       - https://github.com/mozilla-mobile/fenix/pull/10112
5607       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5608       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5609       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5610       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5611     data_sensitivity:
5612       - interaction
5613     notification_emails:
5614       - android-probes@mozilla.com
5615       - erichards@mozilla.com
5616     expires: never
5617   in_content:
5618     type: labeled_counter
5619     description: |
5620       Records the type of interaction a user has on SERP pages.
5621     send_in_pings:
5622       - metrics
5623     bugs:
5624       - https://github.com/mozilla-mobile/fenix/issues/6557
5625     data_reviews:
5626       - https://github.com/mozilla-mobile/fenix/pull/10167
5627       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5628       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5629       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5630       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5631     data_sensitivity:
5632       - interaction
5633     notification_emails:
5634       - android-probes@mozilla.com
5635       - erichards@mozilla.com
5636     expires: never
5638 addons:
5639   open_addons_in_settings:
5640     type: event
5641     description: |
5642       A user accessed "Add-ons" from the Settings
5643     bugs:
5644       - https://github.com/mozilla-mobile/fenix/issues/6174
5645       - https://github.com/mozilla-mobile/fenix/issues/19923
5646     data_reviews:
5647       - https://github.com/mozilla-mobile/fenix/pull/8318
5648       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5649       - https://github.com/mozilla-mobile/fenix/pull/18143
5650       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5651       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5652       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5653     data_sensitivity:
5654       - interaction
5655     notification_emails:
5656       - android-probes@mozilla.com
5657     expires: 116
5658     metadata:
5659       tags:
5660         - WebExtensions
5661   open_addon_in_toolbar_menu:
5662     type: event
5663     description: |
5664       A user interacted with an installed add-on in the toolbar menu
5665     extra_keys:
5666       addon_id:
5667         description: |
5668           The id of the add-on that was interacted with in the toolbar menu
5669         type: string
5670     bugs:
5671       - https://github.com/mozilla-mobile/fenix/issues/6174
5672       - https://github.com/mozilla-mobile/fenix/issues/19923
5673     data_reviews:
5674       - https://github.com/mozilla-mobile/fenix/pull/8318
5675       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5676       - https://github.com/mozilla-mobile/fenix/pull/18143
5677       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5678       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5679       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5680     data_sensitivity:
5681       - interaction
5682     notification_emails:
5683       - android-probes@mozilla.com
5684     expires: 116
5685     metadata:
5686       tags:
5687         - WebExtensions
5688   has_installed_addons:
5689     type: boolean
5690     description: |
5691       Whether or not the user has installed add-ons on the device.
5692     send_in_pings:
5693       - metrics
5694     bugs:
5695       - https://github.com/mozilla-mobile/fenix/issues/6174
5696       - https://github.com/mozilla-mobile/fenix/issues/19923
5697     data_reviews:
5698       - https://github.com/mozilla-mobile/fenix/pull/8318
5699       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5700       - https://github.com/mozilla-mobile/fenix/pull/18143
5701       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5702       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5703     data_sensitivity:
5704       - interaction
5705     notification_emails:
5706       - android-probes@mozilla.com
5707       - erichards@mozilla.com
5708     expires: never
5709     metadata:
5710       tags:
5711         - WebExtensions
5712   has_enabled_addons:
5713     type: boolean
5714     description: |
5715       Whether or not the user has enabled add-ons on the device.
5716     send_in_pings:
5717       - metrics
5718     bugs:
5719       - https://github.com/mozilla-mobile/fenix/issues/6174
5720       - https://github.com/mozilla-mobile/fenix/issues/19923
5721     data_reviews:
5722       - https://github.com/mozilla-mobile/fenix/pull/8318
5723       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5724       - https://github.com/mozilla-mobile/fenix/pull/18143
5725       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5726       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5727     data_sensitivity:
5728       - interaction
5729     notification_emails:
5730       - android-probes@mozilla.com
5731       - erichards@mozilla.com
5732     expires: never
5733     metadata:
5734       tags:
5735         - WebExtensions
5736   installed_addons:
5737     type: string_list
5738     description: |
5739       A list of all installed add-ons on the device.
5740     send_in_pings:
5741       - metrics
5742     bugs:
5743       - https://github.com/mozilla-mobile/fenix/issues/8920
5744       - https://github.com/mozilla-mobile/fenix/issues/19923
5745     data_reviews:
5746       - https://github.com/mozilla-mobile/fenix/pull/11080
5747       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5748       - https://github.com/mozilla-mobile/fenix/pull/18143
5749       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5750       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
5751     data_sensitivity:
5752       - interaction
5753     notification_emails:
5754       - android-probes@mozilla.com
5755       - erichards@mozilla.com
5756     expires: never
5757     metadata:
5758       tags:
5759         - WebExtensions
5760   enabled_addons:
5761     type: string_list
5762     description: |
5763       A list of all enabled add-ons on the device.
5764     send_in_pings:
5765       - metrics
5766     bugs:
5767       - https://github.com/mozilla-mobile/fenix/issues/8920
5768       - https://github.com/mozilla-mobile/fenix/issues/19923
5769     data_reviews:
5770       - https://github.com/mozilla-mobile/fenix/pull/11080
5771       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5772       - https://github.com/mozilla-mobile/fenix/pull/18143
5773       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5774       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5775       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5776     data_sensitivity:
5777       - interaction
5778     notification_emails:
5779       - android-probes@mozilla.com
5780     expires: 116
5782     metadata:
5783       tags:
5784         - WebExtensions
5785 perf.startup:
5786   cold_main_app_to_first_frame:
5787     type: timing_distribution
5788     time_unit: millisecond
5789     description: |
5790       The duration from `*Application`'s initializer to the first Android frame
5791       being drawn in a [COLD MAIN start
5792       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5793       Notably, this duration omits the time from process start to the
5794       initializer (which includes a lengthy dex operation) and the time from
5795       the first frame to visual completeness. This probe doesn't measure Custom
5796       Tabs or other uses of `ExternalAppBrowserActivity` to simplify result
5797       analysis. The methodology for determining this measurement is imperfect
5798       to simplify implementation. Issues may include:
5799       <br>- Not measuring Beta and Release channels (due to
5800       `MigrationDecisionActivity` interrupting the logic).
5801       <br>- Not distinguishing between MAIN to homescreen, onboarding, session
5802       restore, others?
5803       <br>- Not choosing to record a MAIN based on what the user would see and
5804       thus the core code path (i.e. the thing we want to measure) but rather on
5805       the initial `Intent` state.
5806       <br><br>
5807       The hope is that these cases will not have a significant impact on the end
5808       results but, if they appear to, we can replace it with a more complex
5809       implementation.
5810       <br><br>
5811       Around April 8, 2021 the implementation was refactored. Functionally, it
5812       should be the same but it's noted just in case there are bugs.
5813     bugs:
5814       - https://github.com/mozilla-mobile/fenix/issues/18426
5815     data_reviews:
5816       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5817       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5818       - https://github.com/mozilla-mobile/fenix/pull/23506
5819     data_sensitivity:
5820       - technical
5821     notification_emails:
5822       - perf-telemetry-alerts@mozilla.com
5823       - mcomella@mozilla.com
5824     expires: never
5825   cold_view_app_to_first_frame:
5826     type: timing_distribution
5827     time_unit: millisecond
5828     description: |
5829       The duration from `*Application`'s initializer to the first Android frame
5830       being drawn in a [COLD VIEW start
5831       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5832       The methodology for determining this measurement is imperfect to simplify
5833       implementation. Issues may include:
5834       <br>-Including VIEW intents that aren't valid so take code paths similar
5835       to MAIN (this is speculative)
5836       <br><br>
5837       See the `cold_main_app_to_first_frame` probe docs for other possible
5838       known issues and more details.
5839       <br><br>
5840       Around April 8, 2021 the implementation was refactored. Functionally, it
5841       should be the same but it's noted just in case there are bugs.
5842     bugs:
5843       - https://github.com/mozilla-mobile/fenix/issues/18426
5844     data_reviews:
5845       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5846       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5847       - https://github.com/mozilla-mobile/fenix/pull/23506
5848     data_sensitivity:
5849       - technical
5850     notification_emails:
5851       - perf-telemetry-alerts@mozilla.com
5852       - mcomella@mozilla.com
5853     expires: never
5854   cold_unknwn_app_to_first_frame:
5855     type: timing_distribution
5856     time_unit: millisecond
5857     description: |
5858       The duration from `*Application`'s initializer to the first Android frame
5859       being drawn in a [COLD start
5860       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary)
5861       where we can't say it was a MAIN or VIEW start up. The methodology for
5862       determining this measurement is imperfect to simplify implementation.
5863       <br><br>
5864       See the `cold_main_app_to_first_frame` probe docs for known issues and
5865       more details.
5866       <br><br>
5867       Around April 8, 2021 the implementation was refactored. Functionally, it
5868       should be the same but it's noted just in case there are bugs.
5869     bugs:
5870       - https://github.com/mozilla-mobile/fenix/issues/18426
5871     data_reviews:
5872       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5873       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5874       - https://github.com/mozilla-mobile/fenix/pull/23506
5875     data_sensitivity:
5876       - technical
5877     notification_emails:
5878       - perf-telemetry-alerts@mozilla.com
5879       - mcomella@mozilla.com
5880     expires: never
5881   application_on_create:
5882     type: timing_distribution
5883     time_unit: millisecond
5884     description: |
5885       The duration of `FenixApplication.onCreate` in the main process. This does
5886       not measure the duration of migration code (via
5887       `MigratingFenixApplication` included in the Beta and Release channels.
5888     bugs:
5889       - https://github.com/mozilla-mobile/fenix/issues/17969
5890     data_reviews:
5891       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
5892       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5893       - https://github.com/mozilla-mobile/fenix/pull/23506
5894     data_sensitivity:
5895       - technical
5896     notification_emails:
5897       - perf-telemetry-alerts@mozilla.com
5898       - mcomella@mozilla.com
5899     expires: never
5900   startup_type:
5901     type: labeled_counter
5902     description: |
5903       Indicates how the browser was started. The label is divided into two
5904       variables. `state` is how cached the browser is when started. `path` is
5905       what code path we are expected to take. Together, they create a combined
5906       label: `state_path`. For brevity, the specific states are documented in
5907       the [Fenix perf
5908       glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5909       <br><br>
5910       This implementation is intended to be simple, not comprehensive. We list
5911       the implications below.
5913       <br><br>
5914       These ways of opening the app undesirably adds events to our primary
5915       buckets (non-`unknown` cases):
5916       <br>- App switcher cold/warm: `cold/warm_` + duplicates path from
5917       previous launch
5918       <br>- Home screen shortcuts: `*_view`
5919       <br>- An Intent is sent internally that's uses `ACTION_MAIN` or
5920       `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
5921       <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
5922       `*_main/view`
5924       <br><br>
5925       These ways of opening the app undesirably do not add their events to our
5926       primary buckets:
5927       <br>- Close and reopen the app very quickly: no event is recorded.
5929       <br><br>
5930       These ways of opening the app don't affect our primary buckets:
5931       <br>- App switcher hot: `hot_unknown`
5932       <br>- PWA (all states): `unknown_unknown`
5933       <br>- Custom tab: `unknown_view`
5934       <br>- Cold start where a service or other non-activity starts the process
5935       (not manually tested) - this seems to happen if you have the homescreen
5936       widget: `unknown_*`
5937       <br>- Another activity is drawn before HomeActivity (e.g. widget voice
5938       search): `unknown_*`
5939       <br>- Widget text search: `*_unknown`
5941       <br><br>
5942       In addition to the events above, the `unknown` state may be chosen when we
5943       were unable to determine a cause due to implementation details or the API
5944       was used incorrectly. We may be able to record the events listed above
5945       into different buckets but we kept the implementation simple for now.
5946       <br><br>
5947       N.B.: for implementation simplicity, we duplicate the logic in app that
5948       determines `path` so it's not perfectly accurate. In one way, we record we
5949       is intended to happen rather than what actually happened (e.g. the user
5950       may click a link so we record VIEW but the app does a MAIN by going to the
5951       homescreen because the link was invalid).
5952     labels:
5953       - cold_main
5954       - cold_view
5955       - cold_unknown
5956       - warm_main
5957       - warm_view
5958       - warm_unknown
5959       - hot_main
5960       - hot_view
5961       - hot_unknown
5962       - unknown_main
5963       - unknown_view
5964       - unknown_unknown
5965     bugs:
5966       - https://github.com/mozilla-mobile/fenix/issues/18836
5967     data_reviews:
5968       - https://github.com/mozilla-mobile/fenix/pull/19028
5969       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5970       - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
5971     data_sensitivity:
5972       - interaction
5973     notification_emails:
5974       - perf-telemetry-alerts@mozilla.com
5975       - mleclair@mozilla.com
5976     expires: never
5978 perf.awesomebar:
5979   history_suggestions:
5980     send_in_pings:
5981       - metrics
5982     type: timing_distribution
5983     time_unit: millisecond
5984     description: |
5985       Duration of a history awesomebar suggestion query.
5986     bugs:
5987       - https://github.com/mozilla-mobile/android-components/issues/4992
5988     data_reviews:
5989       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
5990       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5991       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
5992     data_sensitivity:
5993       - technical
5994       - interaction
5995     notification_emails:
5996       - android-probes@mozilla.com
5997       - gkruglov@mozilla.com
5998     expires: 107
5999   bookmark_suggestions:
6000     send_in_pings:
6001       - metrics
6002     type: timing_distribution
6003     time_unit: millisecond
6004     description: |
6005       Duration of a bookmarks awesomebar suggestion query.
6006     bugs:
6007       - https://github.com/mozilla-mobile/android-components/issues/4992
6008     data_reviews:
6009       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6010       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6011       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6012     data_sensitivity:
6013       - technical
6014       - interaction
6015     notification_emails:
6016       - android-probes@mozilla.com
6017       - gkruglov@mozilla.com
6018     expires: 107
6019   search_engine_suggestions:
6020     send_in_pings:
6021       - metrics
6022     type: timing_distribution
6023     time_unit: millisecond
6024     description: |
6025       Duration of a search engine awesomebar suggestion query.
6026     bugs:
6027       - https://github.com/mozilla-mobile/android-components/issues/4992
6028     data_reviews:
6029       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6030       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6031       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6032     data_sensitivity:
6033       - technical
6034       - interaction
6035     notification_emails:
6036       - android-probes@mozilla.com
6037       - gkruglov@mozilla.com
6038     expires: 107
6039   session_suggestions:
6040     send_in_pings:
6041       - metrics
6042     type: timing_distribution
6043     time_unit: millisecond
6044     description: |
6045       Duration of a session awesomebar suggestion query.
6046     bugs:
6047       - https://github.com/mozilla-mobile/android-components/issues/4992
6048     data_reviews:
6049       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6050       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6051       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6052     data_sensitivity:
6053       - technical
6054       - interaction
6055     notification_emails:
6056       - android-probes@mozilla.com
6057       - gkruglov@mozilla.com
6058     expires: 107
6059   synced_tabs_suggestions:
6060     send_in_pings:
6061       - metrics
6062     type: timing_distribution
6063     time_unit: millisecond
6064     description: |
6065       Duration of a synced tabs awesomebar suggestion query.
6066     bugs:
6067       - https://github.com/mozilla-mobile/android-components/issues/4992
6068     data_reviews:
6069       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6070       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6071       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6072     data_sensitivity:
6073       - technical
6074       - interaction
6075     notification_emails:
6076       - android-probes@mozilla.com
6077       - gkruglov@mozilla.com
6078     expires: 107
6079   clipboard_suggestions:
6080     send_in_pings:
6081       - metrics
6082     type: timing_distribution
6083     time_unit: millisecond
6084     description: |
6085       Duration of a clipboard awesomebar suggestion query.
6086     bugs:
6087       - https://github.com/mozilla-mobile/android-components/issues/4992
6088     data_reviews:
6089       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6090       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6091       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6092     data_sensitivity:
6093       - technical
6094       - interaction
6095     notification_emails:
6096       - android-probes@mozilla.com
6097       - gkruglov@mozilla.com
6098     expires: 107
6099   shortcuts_suggestions:
6100     send_in_pings:
6101       - metrics
6102     type: timing_distribution
6103     time_unit: millisecond
6104     description: |
6105       Duration of a shortcuts awesomebar suggestion query.
6106     bugs:
6107       - https://github.com/mozilla-mobile/android-components/issues/4992
6108     data_reviews:
6109       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6110       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6111       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6112     data_sensitivity:
6113       - technical
6114       - interaction
6115     notification_emails:
6116       - android-probes@mozilla.com
6117       - gkruglov@mozilla.com
6118     expires: 107
6120 autoplay:
6121   visited_setting:
6122     type: event
6123     description: A user visited the autoplay settings screen
6124     bugs:
6125       - https://github.com/mozilla-mobile/fenix/issues/11579
6126     data_reviews:
6127       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6128       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6129       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6130       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6131     data_sensitivity:
6132       - interaction
6133     notification_emails:
6134       - android-probes@mozilla.com
6135     expires: 111
6136     metadata:
6137       tags:
6138         - SitePermissions
6139   setting_changed:
6140     type: event
6141     description: |
6142       A user changed their autoplay setting to either block_cellular,
6143       block_audio, or block_all.
6144     extra_keys:
6145       autoplay_setting:
6146         description: |
6147           The new setting for autoplay: block_cellular,
6148           block_audio, allow_all or block_all.
6149         type: string
6150     bugs:
6151       - https://github.com/mozilla-mobile/fenix/issues/11579
6152     data_reviews:
6153       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6154       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6155       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6156       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6157     data_sensitivity:
6158       - interaction
6159     notification_emails:
6160       - android-probes@mozilla.com
6161     expires: 111
6162     metadata:
6163       tags:
6164         - SitePermissions
6166 site_permissions:
6167   prompt_shown:
6168     type: event
6169     description: |
6170       A prompt for the user to approve site permissions is shown.
6171     extra_keys:
6172       permissions:
6173         description: |
6174           Comma delimited list of permissions to approve.
6175         type: string
6176     bugs:
6177       - https://github.com/mozilla-mobile/fenix/issues/25658
6178     data_reviews:
6179       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6180     data_sensitivity:
6181       - interaction
6182     notification_emails:
6183       - android-probes@mozilla.com
6184     expires: 115
6185     metadata:
6186       tags:
6187         - SitePermissions
6188   permissions_allowed:
6189     type: event
6190     description: |
6191       User approved site permissions.
6192     extra_keys:
6193       permissions:
6194         description: |
6195           Comma delimited list of approved permissions.
6196         type: string
6197     bugs:
6198       - https://github.com/mozilla-mobile/fenix/issues/25658
6199     data_reviews:
6200       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6201     data_sensitivity:
6202       - interaction
6203     notification_emails:
6204       - android-probes@mozilla.com
6205     expires: 115
6206     metadata:
6207       tags:
6208         - SitePermissions
6209   permissions_denied:
6210     type: event
6211     description: |
6212       User denied site permissions.
6213     extra_keys:
6214       permissions:
6215         description: |
6216           Comma delimited list of approved permissions.
6217         type: string
6218     bugs:
6219       - https://github.com/mozilla-mobile/fenix/issues/25658
6220     data_reviews:
6221       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6222     data_sensitivity:
6223       - interaction
6224     notification_emails:
6225       - android-probes@mozilla.com
6226     expires: 115
6227     metadata:
6228       tags:
6229         - SitePermissions
6230 storage.stats:
6231   query_stats_duration:
6232     send_in_pings:
6233       - metrics
6234     type: timing_distribution
6235     description: |
6236       How long it took to query the device for the StorageStats that contain the
6237       file size information. The docs say it may be expensive so we want to
6238       ensure it's not too expensive.  This value is only available on Android
6239       8+.
6240     bugs:
6241       - https://github.com/mozilla-mobile/fenix/issues/12802
6242     data_reviews:
6243       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6244       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6245       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6246       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6247       - https://github.com/mozilla-mobile/fenix/pull/23506
6248     data_sensitivity:
6249       - technical
6250       - interaction
6251     notification_emails:
6252       - android-probes@mozilla.com
6253       - perf-telemetry-alerts@mozilla.com
6254       - mcomella@mozilla.com
6255     expires: never
6256   app_bytes:
6257     send_in_pings:
6258       - metrics
6259     type: memory_distribution
6260     description: |
6261       The size of the app's APK and related files as installed: this is expected
6262       to be larger than download size. This is the output of
6263       [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
6264       so see that for details. This value is only available on Android 8+. A
6265       similar value may be available on the Google Play dashboard: we can use
6266       this value to see if that value is reliable enough.
6267     memory_unit: byte
6268     bugs:
6269       - https://github.com/mozilla-mobile/fenix/issues/12802
6270     data_reviews:
6271       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6272       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6273       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6274       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6275       - https://github.com/mozilla-mobile/fenix/pull/23506
6276     data_sensitivity:
6277       - technical
6278       - interaction
6279     notification_emails:
6280       - android-probes@mozilla.com
6281       - perf-telemetry-alerts@mozilla.com
6282       - mcomella@mozilla.com
6283     expires: never
6284   cache_bytes:
6285     send_in_pings:
6286       - metrics
6287     type: memory_distribution
6288     description: |
6289       The size of all cached data in the app. This is the output of
6290       [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
6291       so see that for details. This value is only available on Android 8+.
6292     memory_unit: byte
6293     bugs:
6294       - https://github.com/mozilla-mobile/fenix/issues/12802
6295     data_reviews:
6296       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6297       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6298       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6299       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6300       - https://github.com/mozilla-mobile/fenix/pull/23506
6301     data_sensitivity:
6302       - technical
6303       - interaction
6304     notification_emails:
6305       - android-probes@mozilla.com
6306       - perf-telemetry-alerts@mozilla.com
6307       - mcomella@mozilla.com
6308     expires: never
6309   data_dir_bytes:
6310     send_in_pings:
6311       - metrics
6312     type: memory_distribution
6313     description: |
6314       The size of all data minus `cache_bytes`. This is the output of
6315       [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
6316       except we subtract the value of `cache_bytes` so the cache is not measured
6317       redundantly; see that method for details. This value is only available on
6318       Android 8+.
6319     memory_unit: byte
6320     bugs:
6321       - https://github.com/mozilla-mobile/fenix/issues/12802
6322     data_reviews:
6323       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6324       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6325       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6326       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6327       - https://github.com/mozilla-mobile/fenix/pull/23506
6328     data_sensitivity:
6329       - technical
6330       - interaction
6331     notification_emails:
6332       - android-probes@mozilla.com
6333       - perf-telemetry-alerts@mozilla.com
6334       - mcomella@mozilla.com
6335     expires: never
6337 progressive_web_app:
6338   homescreen_tap:
6339     type: event
6340     description: |
6341       A user taps on PWA homescreen icon
6342     bugs:
6343       - https://github.com/mozilla-mobile/fenix/issues/10261
6344     data_reviews:
6345       - https://github.com/mozilla-mobile/fenix/pull/11859
6346       - https://github.com/mozilla-mobile/fenix/pull/18071
6347       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6348       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6349       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6350     data_sensitivity:
6351       - interaction
6352     notification_emails:
6353       - android-probes@mozilla.com
6354     expires: 112
6355     metadata:
6356       tags:
6357         - PWA
6358   install_tap:
6359     type: event
6360     description: |
6361       A user installs a PWA. Could be a shortcut or added to homescreen.
6362     bugs:
6363       - https://github.com/mozilla-mobile/fenix/issues/10261
6364     data_reviews:
6365       - https://github.com/mozilla-mobile/fenix/pull/11859
6366       - https://github.com/mozilla-mobile/fenix/pull/18071
6367       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6368       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6369       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6370     data_sensitivity:
6371       - interaction
6372     notification_emails:
6373       - android-probes@mozilla.com
6374     expires: 112
6375     metadata:
6376       tags:
6377         - PWA
6379 tabs:
6380   setting_opened:
6381     type: event
6382     description: |
6383       The tab settings were opened.
6384     bugs:
6385       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
6386     data_reviews:
6387       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
6388       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6389       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6390       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6391     data_sensitivity:
6392       - interaction
6393     notification_emails:
6394       - android-probes@mozilla.com
6395       - erichards@mozilla.com
6396     expires: never
6397     metadata:
6398       tags:
6399         - Tabs
6401 contextual_menu:
6402   copy_tapped:
6403     type: event
6404     description: |
6405       The context menu's 'copy' option was used.
6406     bugs:
6407       - https://github.com/mozilla-mobile/fenix/issues/11580
6408       - https://github.com/mozilla-mobile/fenix/issues/19923
6409     data_reviews:
6410       - https://github.com/mozilla-mobile/fenix/pull/16968
6411       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6412       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6413     data_sensitivity:
6414       - interaction
6415     notification_emails:
6416       - android-probes@mozilla.com
6417       - erichards@mozilla.com
6418     expires: never
6419     metadata:
6420       tags:
6421         - ContextMenu
6422         - TextSelection
6423   search_tapped:
6424     type: event
6425     description: |
6426       The context menu's 'search' option was used.
6427     bugs:
6428       - https://github.com/mozilla-mobile/fenix/issues/11580
6429       - https://github.com/mozilla-mobile/fenix/issues/19923
6430     data_reviews:
6431       - https://github.com/mozilla-mobile/fenix/pull/16968
6432       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6433       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6434     data_sensitivity:
6435       - interaction
6436     notification_emails:
6437       - android-probes@mozilla.com
6438       - erichards@mozilla.com
6439     expires: never
6440     metadata:
6441       tags:
6442         - ContextMenu
6443         - TextSelection
6444   select_all_tapped:
6445     type: event
6446     description: |
6447       The context menu's 'select all' option was used.
6448     bugs:
6449       - https://github.com/mozilla-mobile/fenix/issues/11580
6450       - https://github.com/mozilla-mobile/fenix/issues/19923
6451     data_reviews:
6452       - https://github.com/mozilla-mobile/fenix/pull/16968
6453       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6454       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6455     data_sensitivity:
6456       - interaction
6457     notification_emails:
6458       - android-probes@mozilla.com
6459       - erichards@mozilla.com
6460     expires: never
6461     metadata:
6462       tags:
6463         - ContextMenu
6464         - TextSelection
6465   share_tapped:
6466     type: event
6467     description: |
6468       The context menu's 'share' option was used.
6469     bugs:
6470       - https://github.com/mozilla-mobile/fenix/issues/11580
6471       - https://github.com/mozilla-mobile/fenix/issues/19923
6472     data_reviews:
6473       - https://github.com/mozilla-mobile/fenix/pull/16968
6474       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6475       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6476     data_sensitivity:
6477       - interaction
6478     notification_emails:
6479       - android-probes@mozilla.com
6480       - erichards@mozilla.com
6481     expires: never
6482     metadata:
6483       tags:
6484         - ContextMenu
6485         - TextSelection
6487 engine_tab:
6488   kills:
6489     type: labeled_counter
6490     labels:
6491       - foreground
6492       - background
6493     description: |
6494       How often was the content process of a foreground (selected) or
6495       background tab killed.
6496     bugs:
6497       - https://github.com/mozilla-mobile/android-components/issues/9366
6498     data_reviews:
6499       - https://github.com/mozilla-mobile/fenix/pull/17864
6500       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6501       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6502       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6503     data_sensitivity:
6504       - technical
6505     notification_emails:
6506       - android-probes@mozilla.com
6507       - skaspari@mozilla.com
6508     expires: 116
6509     metadata:
6510       tags:
6511         - Performance
6512   kill_foreground_age:
6513     type: timing_distribution
6514     time_unit: millisecond
6515     description: |
6516       Measures the age of the engine session of a foreground (selected) tab
6517       at the time its content process got killed.
6518     bugs:
6519       - https://github.com/mozilla-mobile/android-components/issues/9366
6520     data_reviews:
6521       - https://github.com/mozilla-mobile/fenix/pull/17864
6522       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6523       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6524       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6525     data_sensitivity:
6526       - technical
6527     notification_emails:
6528       - android-probes@mozilla.com
6529       - skaspari@mozilla.com
6530     expires: 116
6531     metadata:
6532       tags:
6533         - Performance
6534   kill_background_age:
6535     type: timing_distribution
6536     time_unit: millisecond
6537     description: |
6538       Measures the age of the engine session of a background tab at the
6539       time its content process got killed.
6540     bugs:
6541       - https://github.com/mozilla-mobile/android-components/issues/9366
6542     data_reviews:
6543       - https://github.com/mozilla-mobile/fenix/pull/17864
6544       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6545       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6546       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6547     data_sensitivity:
6548       - technical
6549     notification_emails:
6550       - android-probes@mozilla.com
6551       - skaspari@mozilla.com
6552     expires: 116
6553     metadata:
6554       tags:
6555         - Performance
6556   foreground_metrics:
6557     type: event
6558     description: |
6559       Event collecting data about the state of tabs when the app comes back to
6560       the foreground.
6561     bugs:
6562       - https://github.com/mozilla-mobile/android-components/issues/9997
6563     data_reviews:
6564       - https://github.com/mozilla-mobile/fenix/pull/18747#issuecomment-815731764
6565       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6566       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6567       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6568     data_sensitivity:
6569       - technical
6570     notification_emails:
6571       - android-probes@mozilla.com
6572       - skaspari@mozilla.com
6573     expires: 116
6574     extra_keys:
6575       background_active_tabs:
6576         description: |
6577           Number of active tabs (with an engine session assigned) when the app
6578           went to the background.
6579       background_crashed_tabs:
6580         description: |
6581           Number of tabs marked as crashed when the app went to the background.
6582       background_total_tabs:
6583         description: |
6584           Number of total tabs when the app went to the background.
6585       foreground_active_tabs:
6586         description: |
6587           Number of active tabs (with an engine session assigned) when the
6588           app came back to the foreground.
6589       foreground_crashed_tabs:
6590         description: |
6591           Number of tabs marked as crashed when the app came back to the
6592           foreground.
6593       foreground_total_tabs:
6594         description: |
6595           Number of total tabs when the app came back to the foreground.
6596       time_in_background:
6597         description: |
6598           Time (in milliseconds) the app was in the background.
6599     metadata:
6600       tags:
6601         - Performance
6603 synced_tabs:
6604   synced_tabs_suggestion_clicked:
6605     type: event
6606     description: |
6607       The synced tab suggestion in awesomebar was clicked.
6608     bugs:
6609       - https://github.com/mozilla-mobile/fenix/issues/18163
6610     data_reviews:
6611       - https://github.com/mozilla-mobile/fenix/pull/18172
6612       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6613       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6614       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6615     data_sensitivity:
6616       - interaction
6617     notification_emails:
6618       - android-probes@mozilla.com
6619     expires: 111
6620     metadata:
6621       tags:
6622         - SyncTabs
6624 awesomebar:
6625   bookmark_suggestion_clicked:
6626     type: event
6627     description: |
6628       The bookmark suggestion in awesomebar was clicked.
6629     bugs:
6630       - https://github.com/mozilla-mobile/fenix/issues/18068
6631     data_reviews:
6632       - https://github.com/mozilla-mobile/fenix/pull/18090
6633       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6634       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6635       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6636     data_sensitivity:
6637       - interaction
6638     notification_emails:
6639       - android-probes@mozilla.com
6640       - erichards@mozilla.com
6641     expires: never
6642     metadata:
6643       tags:
6644         - Search
6645   clipboard_suggestion_clicked:
6646     type: event
6647     description: |
6648       The clipboard suggestion in awesomebar was clicked.
6649     bugs:
6650       - https://github.com/mozilla-mobile/fenix/issues/18068
6651     data_reviews:
6652       - https://github.com/mozilla-mobile/fenix/pull/18090
6653       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6654       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6655       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6656     data_sensitivity:
6657       - interaction
6658     notification_emails:
6659       - android-probes@mozilla.com
6660       - erichards@mozilla.com
6661     expires: never
6662     metadata:
6663       tags:
6664         - Search
6665   history_suggestion_clicked:
6666     type: event
6667     description: |
6668       The history suggestion in awesomebar was clicked.
6669     bugs:
6670       - https://github.com/mozilla-mobile/fenix/issues/18068
6671     data_reviews:
6672       - https://github.com/mozilla-mobile/fenix/pull/18090
6673       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6674       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6675       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6676     data_sensitivity:
6677       - interaction
6678     notification_emails:
6679       - android-probes@mozilla.com
6680       - erichards@mozilla.com
6681     expires: never
6682     metadata:
6683       tags:
6684         - Search
6685   search_action_clicked:
6686     type: event
6687     description: |
6688       The search action in awesomebar was clicked.
6689     bugs:
6690       - https://github.com/mozilla-mobile/fenix/issues/18068
6691     data_reviews:
6692       - https://github.com/mozilla-mobile/fenix/pull/18090
6693       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6694       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6695       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6696     data_sensitivity:
6697       - interaction
6698     notification_emails:
6699       - android-probes@mozilla.com
6700       - erichards@mozilla.com
6701     expires: never
6702     metadata:
6703       tags:
6704         - Search
6705   search_suggestion_clicked:
6706     type: event
6707     description: |
6708       The search suggestion in awesomebar was clicked.
6709     bugs:
6710       - https://github.com/mozilla-mobile/fenix/issues/18068
6711     data_reviews:
6712       - https://github.com/mozilla-mobile/fenix/pull/18090
6713       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6714       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6715       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6716     data_sensitivity:
6717       - interaction
6718     notification_emails:
6719       - android-probes@mozilla.com
6720       - erichards@mozilla.com
6721     expires: never
6722     metadata:
6723       tags:
6724         - Search
6725   opened_tab_suggestion_clicked:
6726     type: event
6727     description: |
6728       The opened tab suggestion in awesomebar was clicked.
6729     bugs:
6730       - https://github.com/mozilla-mobile/fenix/issues/18068
6731     data_reviews:
6732       - https://github.com/mozilla-mobile/fenix/pull/18090
6733       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6734       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6735       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6736     data_sensitivity:
6737       - interaction
6738     notification_emails:
6739       - android-probes@mozilla.com
6740       - erichards@mozilla.com
6741     expires: never
6743     metadata:
6744       tags:
6745         - Search
6746 android_autofill:
6747   supported:
6748     type: boolean
6749     description: |
6750       Whether or not Android Autofill is supported by the device and is
6751       supported for this user.
6752     bugs:
6753       - https://github.com/mozilla-mobile/android-components/issues/10301
6754     data_reviews:
6755       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6756       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6757     data_sensitivity:
6758       - technical
6759     notification_emails:
6760       - android-probes@mozilla.com
6761       - skaspari@mozilla.com
6762     expires: 109
6763   enabled:
6764     type: boolean
6765     description: |
6766       Whether or not Firefox is the Android Autofill provider for this user.
6767       provider.
6768     bugs:
6769       - https://github.com/mozilla-mobile/android-components/issues/10301
6770     data_reviews:
6771       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6772       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6773     data_sensitivity:
6774       - interaction
6775     notification_emails:
6776       - android-probes@mozilla.com
6777       - skaspari@mozilla.com
6778     expires: 109
6779   request_matching_logins:
6780     type: event
6781     description: |
6782       The app received an Android Autofill request from the system and was
6783       able to find matching logins for the request
6784     bugs:
6785       - https://github.com/mozilla-mobile/android-components/issues/10301
6786     data_reviews:
6787       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6788       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6789     data_sensitivity:
6790       - interaction
6791     notification_emails:
6792       - android-probes@mozilla.com
6793       - skaspari@mozilla.com
6794     expires: 109
6795   request_no_matching_logins:
6796     type: event
6797     description: |
6798       The app received an Android Autofill request from the system and was
6799       not able to find matching logins for the request
6800     bugs:
6801       - https://github.com/mozilla-mobile/android-components/issues/10301
6802     data_reviews:
6803       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6804       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6805     data_sensitivity:
6806       - interaction
6807     notification_emails:
6808       - android-probes@mozilla.com
6809       - skaspari@mozilla.com
6810     expires: 109
6811   search_displayed:
6812     type: event
6813     description: |
6814       The user has selected the search option to manually search a
6815       matching login
6816     bugs:
6817       - https://github.com/mozilla-mobile/android-components/issues/10301
6818     data_reviews:
6819       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6820       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6821     data_sensitivity:
6822       - interaction
6823     notification_emails:
6824       - android-probes@mozilla.com
6825       - skaspari@mozilla.com
6826     expires: 109
6827   search_item_selected:
6828     type: event
6829     description: |
6830       The user has selected a search result for autofilling.
6831     bugs:
6832       - https://github.com/mozilla-mobile/android-components/issues/10301
6833     data_reviews:
6834       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6835       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6836     data_sensitivity:
6837       - interaction
6838     notification_emails:
6839       - android-probes@mozilla.com
6840       - skaspari@mozilla.com
6841     expires: 109
6842   unlock_cancelled:
6843     type: event
6844     description: |
6845       The user needed to unlock the app in order to autofill
6846       logins, but the process was cancelled.
6847     bugs:
6848       - https://github.com/mozilla-mobile/android-components/issues/10301
6849     data_reviews:
6850       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6851       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6852     data_sensitivity:
6853       - interaction
6854     notification_emails:
6855       - android-probes@mozilla.com
6856       - skaspari@mozilla.com
6857     expires: 109
6858   unlock_successful:
6859     type: event
6860     description: |
6861       The user successfully unlock the app in order to autofill logins
6862     bugs:
6863       - https://github.com/mozilla-mobile/android-components/issues/10301
6864     data_reviews:
6865       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6866       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6867     data_sensitivity:
6868       - interaction
6869     notification_emails:
6870       - android-probes@mozilla.com
6871       - skaspari@mozilla.com
6872     expires: 109
6873   confirm_cancelled:
6874     type: event
6875     description: |
6876       The user needed to confirm autofilling an unauthenticated
6877       application and decided to cancel
6878     bugs:
6879       - https://github.com/mozilla-mobile/android-components/issues/10301
6880     data_reviews:
6881       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6882       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6883     data_sensitivity:
6884       - interaction
6885     notification_emails:
6886       - android-probes@mozilla.com
6887       - skaspari@mozilla.com
6888     expires: 109
6889   confirm_successful:
6890     type: event
6891     description: |
6892       The user confirmed autofilling an unauthenticated application
6893     bugs:
6894       - https://github.com/mozilla-mobile/android-components/issues/10301
6895     data_reviews:
6896       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6897       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6898     data_sensitivity:
6899       - interaction
6900     notification_emails:
6901       - android-probes@mozilla.com
6902       - skaspari@mozilla.com
6903     expires: 109
6905 home_menu:
6906   settings_item_clicked:
6907     type: event
6908     description: The user clicked the settings option in home menu.
6909     bugs:
6910       - https://github.com/mozilla-mobile/fenix/issues/18856
6911     data_reviews:
6912       - https://github.com/mozilla-mobile/fenix/pull/18987
6913       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6914       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6915       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
6916     data_sensitivity:
6917       - interaction
6918     notification_emails:
6919       - android-probes@mozilla.com
6920     expires: 112
6921     metadata:
6922       tags:
6923         - Settings
6924         - MainMenu
6926 home_screen:
6927   home_screen_displayed:
6928     type: event
6929     description: The home screen was displayed.
6930     bugs:
6931       - https://github.com/mozilla-mobile/fenix/issues/18854
6932     data_reviews:
6933       - https://github.com/mozilla-mobile/fenix/pull/19025
6934       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6935       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6936       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
6937     data_sensitivity:
6938       - interaction
6939     notification_emails:
6940       - android-probes@mozilla.com
6941     expires: 112
6942     metadata:
6943       tags:
6944         - HomeScreen
6945   home_screen_view_count:
6946     type: counter
6947     description: |
6948       The number of times the home screen was displayed to the user.
6949     bugs:
6950       - https://github.com/mozilla-mobile/fenix/issues/22146
6951     data_reviews:
6952       - https://github.com/mozilla-mobile/fenix/pull/22377
6953     data_sensitivity:
6954       - interaction
6955     notification_emails:
6956       - android-probes@mozilla.com
6957     expires: 107
6958   customize_home_clicked:
6959     type: event
6960     description: A user clicked on Customize home from the home screen menu.
6961     bugs:
6962       - https://github.com/mozilla-mobile/fenix/pull/21344
6963     data_reviews:
6964       - https://github.com/mozilla-mobile/fenix/pull/21344
6965       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
6966     data_sensitivity:
6967       - interaction
6968     notification_emails:
6969       - android-probes@mozilla.com
6970     expires: 105
6972 start_on_home:
6973   enter_home_screen:
6974     type: event
6975     description: |
6976       Know how often user lands on Homescreen upon opening the app.
6977     bugs:
6978       - https://github.com/mozilla-mobile/fenix/issues/19881
6979     data_reviews:
6980       - https://github.com/mozilla-mobile/fenix/pull/19885
6981       - https://github.com/mozilla-mobile/fenix/pull/24982
6982     data_sensitivity:
6983       - interaction
6984     notification_emails:
6985       - android-probes@mozilla.com
6986     expires: 114
6987     metadata:
6988       tags:
6989         - HomeScreen
6990   open_tabs_tray:
6991     type: event
6992     description: |
6993       Know how often users open the tab tray.
6994     bugs:
6995       - https://github.com/mozilla-mobile/fenix/issues/19881
6996     data_reviews:
6997       - https://github.com/mozilla-mobile/fenix/pull/19885
6998       - https://github.com/mozilla-mobile/fenix/pull/24982
6999     data_sensitivity:
7000       - interaction
7001     notification_emails:
7002       - android-probes@mozilla.com
7003     expires: 114
7004     metadata:
7005       tags:
7006         - HomeScreen
7007         - Tabs
7008 recent_tabs:
7009   show_all_clicked:
7010     type: event
7011     description: |
7012       User has clicked show all button and opened tabs tray.
7013     bugs:
7014       - https://github.com/mozilla-mobile/fenix/issues/19955
7015     data_reviews:
7016       - https://github.com/mozilla-mobile/fenix/pull/20138
7017       - https://github.com/mozilla-mobile/fenix/pull/24982
7018     data_sensitivity:
7019       - interaction
7020     notification_emails:
7021       - android-probes@mozilla.com
7022     expires: 114
7023     metadata:
7024       tags:
7025         - RecentTabs
7026   recent_tab_opened:
7027     type: event
7028     description: |
7029       User has opened a recent tab from homescreen.
7030     bugs:
7031       - https://github.com/mozilla-mobile/fenix/issues/19955
7032     data_reviews:
7033       - https://github.com/mozilla-mobile/fenix/pull/20138
7034       - https://github.com/mozilla-mobile/fenix/pull/24982
7035     data_sensitivity:
7036       - interaction
7037     notification_emails:
7038       - android-probes@mozilla.com
7039     expires: 114
7040     metadata:
7041       tags:
7042         - RecentTabs
7043   in_progress_media_tab_opened:
7044     type: event
7045     description: |
7046       User has opened a recent media tab from homescreen.
7047     bugs:
7048       - https://github.com/mozilla-mobile/fenix/issues/20393
7049     data_reviews:
7050       - https://github.com/mozilla-mobile/fenix/pull/20138
7051       - https://github.com/mozilla-mobile/fenix/pull/24982
7052     data_sensitivity:
7053       - interaction
7054     notification_emails:
7055       - android-probes@mozilla.com
7056     expires: 114
7057     metadata:
7058       tags:
7059         - RecentTabs
7060   section_visible:
7061     type: boolean
7062     description: |
7063       An indication of whether the recent tabs /
7064       Jump Back In section is visible on the homepage.
7065     bugs:
7066       - https://github.com/mozilla-mobile/fenix/issues/22107
7067     data_reviews:
7068       - https://github.com/mozilla-mobile/fenix/pull/22166
7069     data_sensitivity:
7070       - interaction
7071     notification_emails:
7072       - android-probes@mozilla.com
7073     expires: 107
7075 recent_bookmarks:
7076   shown:
7077     type: event
7078     description: |
7079       Recent bookmarks section was shown to the user.
7080     bugs:
7081       - https://github.com/mozilla-mobile/fenix/issues/22103
7082     data_reviews:
7083       - https://github.com/mozilla-mobile/fenix/pull/22104
7084     data_sensitivity:
7085       - interaction
7086     notification_emails:
7087       - android-probes@mozilla.com
7088     expires: 107
7089   bookmark_clicked:
7090     type: counter
7091     lifetime: application
7092     description: |
7093       A counter that indicates the number of times that a user
7094       has clicked on a recently saved bookmark from the home
7095       screen.
7096     send_in_pings:
7097       - metrics
7098     bugs:
7099       - https://github.com/mozilla-mobile/fenix/issues/19931
7100     data_reviews:
7101       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7102       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7103     data_sensitivity:
7104       - interaction
7105     notification_emails:
7106       - android-probes@mozilla.com
7107     expires: 111
7108   show_all_bookmarks:
7109     type: counter
7110     lifetime: application
7111     description: |
7112       A counter that indicates the number of times that a user
7113       has clicked the show all button for recently saved bookmarks
7114       on the home screen.
7115     send_in_pings:
7116       - metrics
7117     bugs:
7118       - https://github.com/mozilla-mobile/fenix/issues/19931
7119     data_reviews:
7120       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7121       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7122     data_sensitivity:
7123       - interaction
7124     notification_emails:
7125       - android-probes@mozilla.com
7126     expires: 111
7127   recent_bookmarks_count:
7128     type: quantity
7129     description: |
7130       The number of bookmarked items appearing in the
7131       Recently Saved section on the home page.
7132     bugs:
7133       - https://github.com/mozilla-mobile/fenix/issues/22075
7134     data_reviews:
7135       - https://github.com/mozilla-mobile/fenix/pull/22293
7136     data_sensitivity:
7137       - interaction
7138     notification_emails:
7139       - android-probes@mozilla.com
7140     expires: 107
7141     unit: integer
7143 recent_searches:
7144   group_deleted:
7145     type: event
7146     description: |
7147       A user has deleted a search term group from the
7148       "Recently visited" section on the homescreen using
7149       the long-press menu "Remove" option. This removes
7150       the item from the homescreen, but does not delete
7151       the item from history.
7152     bugs:
7153       - https://github.com/mozilla-mobile/fenix/issues/22175
7154     data_reviews:
7155       - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788
7156       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7157     data_sensitivity:
7158       - interaction
7159     notification_emails:
7160       - android-probes@mozilla.com
7161     expires: 112
7163 credit_cards:
7164   saved:
7165     type: counter
7166     description: |
7167       A counter of the number of credit cards that have been saved
7168       manually by the user.
7169     bugs:
7170       - https://github.com/mozilla-mobile/fenix/issues/18711
7171     data_reviews:
7172       - https://github.com/mozilla-mobile/fenix/pull/20909
7173     data_sensitivity:
7174       - interaction
7175     notification_emails:
7176       - android-probes@mozilla.com
7177     expires: 105
7178     metadata:
7179       tags:
7180         - Autofill
7181   deleted:
7182     type: counter
7183     description: |
7184       A counter of the number of credit cards that have been deleted by
7185       the user.
7186     bugs:
7187       - https://github.com/mozilla-mobile/fenix/issues/18711
7188     data_reviews:
7189       - https://github.com/mozilla-mobile/fenix/pull/20909
7190     data_sensitivity:
7191       - interaction
7192     notification_emails:
7193       - android-probes@mozilla.com
7194     expires: 105
7195     metadata:
7196       tags:
7197         - Autofill
7198   modified:
7199     type: event
7200     description: |
7201       A credit card has been modified by the user.
7202     bugs:
7203       - https://github.com/mozilla-mobile/fenix/issues/18711
7204     data_reviews:
7205       - https://github.com/mozilla-mobile/fenix/pull/20909
7206     data_sensitivity:
7207       - interaction
7208     notification_emails:
7209       - android-probes@mozilla.com
7210     expires: 105
7211     metadata:
7212       tags:
7213         - Autofill
7214   form_detected:
7215     type: event
7216     description: |
7217       A credit card form was detected.
7218     bugs:
7219       - https://github.com/mozilla-mobile/fenix/issues/18711
7220     data_reviews:
7221       - https://github.com/mozilla-mobile/fenix/pull/20909
7222     data_sensitivity:
7223       - interaction
7224     notification_emails:
7225       - android-probes@mozilla.com
7226     expires: 105
7227     metadata:
7228       tags:
7229         - Autofill
7230   autofilled:
7231     type: event
7232     description: |
7233       User has autofilled a credit card.
7234     bugs:
7235       - https://github.com/mozilla-mobile/fenix/issues/18711
7236     data_reviews:
7237       - https://github.com/mozilla-mobile/fenix/pull/20909
7238     data_sensitivity:
7239       - interaction
7240     notification_emails:
7241       - android-probes@mozilla.com
7242     expires: 105
7243     metadata:
7244       tags:
7245         - Autofill
7246   autofill_prompt_shown:
7247     type: event
7248     description: |
7249       Credit card autofill prompt was shown.
7250     bugs:
7251       - https://github.com/mozilla-mobile/fenix/issues/18711
7252     data_reviews:
7253       - https://github.com/mozilla-mobile/fenix/pull/20909
7254     data_sensitivity:
7255       - interaction
7256     notification_emails:
7257       - android-probes@mozilla.com
7258     expires: 105
7259     metadata:
7260       tags:
7261         - Autofill
7262   autofill_prompt_expanded:
7263     type: event
7264     description: |
7265       Credit card autofill prompt was expanded.
7266     bugs:
7267       - https://github.com/mozilla-mobile/fenix/issues/18711
7268     data_reviews:
7269       - https://github.com/mozilla-mobile/fenix/pull/20909
7270     data_sensitivity:
7271       - interaction
7272     notification_emails:
7273       - android-probes@mozilla.com
7274     expires: 105
7275     metadata:
7276       tags:
7277         - Autofill
7278   autofill_prompt_dismissed:
7279     type: event
7280     description: |
7281       Credit card autofill prompt was dismissed.
7282     bugs:
7283       - https://github.com/mozilla-mobile/fenix/issues/18711
7284     data_reviews:
7285       - https://github.com/mozilla-mobile/fenix/pull/20909
7286     data_sensitivity:
7287       - interaction
7288     notification_emails:
7289       - android-probes@mozilla.com
7290     expires: 105
7291     metadata:
7292       tags:
7293         - Autofill
7294   management_add_tapped:
7295     type: event
7296     description: |
7297       User has tapped the add button through credit card management settings.
7298     bugs:
7299       - https://github.com/mozilla-mobile/fenix/issues/18711
7300     data_reviews:
7301       - https://github.com/mozilla-mobile/fenix/pull/20909
7302     data_sensitivity:
7303       - interaction
7304     notification_emails:
7305       - android-probes@mozilla.com
7306     expires: 105
7307     metadata:
7308       tags:
7309         - Autofill
7310   management_card_tapped:
7311     type: event
7312     description: |
7313       User has tapped on a saved card through credit card management settings.
7314     bugs:
7315       - https://github.com/mozilla-mobile/fenix/issues/18711
7316     data_reviews:
7317       - https://github.com/mozilla-mobile/fenix/pull/20909
7318     data_sensitivity:
7319       - interaction
7320     notification_emails:
7321       - android-probes@mozilla.com
7322     expires: 105
7323     metadata:
7324       tags:
7325         - Autofill
7326   save_prompt_create:
7327     type: event
7328     description: |
7329       User saved a credit card using the autofill save prompt.
7330     bugs:
7331       - https://github.com/mozilla-mobile/fenix/issues/25397
7332     data_reviews:
7333       - https://github.com/mozilla-mobile/fenix/pull/25411
7334     data_sensitivity:
7335       - interaction
7336     notification_emails:
7337       - android-probes@mozilla.com
7338     expires: 105
7339     metadata:
7340       tags:
7341         - Autofill
7342   save_prompt_update:
7343     type: event
7344     description: |
7345       User updated a credit card using the autofill save prompt.
7346     bugs:
7347       - https://github.com/mozilla-mobile/fenix/issues/25397
7348     data_reviews:
7349       - https://github.com/mozilla-mobile/fenix/pull/25411
7350     data_sensitivity:
7351       - interaction
7352     notification_emails:
7353       - android-probes@mozilla.com
7354     expires: 105
7355     metadata:
7356       tags:
7357         - Autofill
7359 addresses:
7360   saved:
7361     type: counter
7362     description: |
7363       A counter of the number of addresses that have been saved
7364       manually by the user.
7365     bugs:
7366       - https://github.com/mozilla-mobile/fenix/issues/24857
7367     data_reviews:
7368       - https://github.com/mozilla-mobile/fenix/pull/25216
7369     data_sensitivity:
7370       - interaction
7371     notification_emails:
7372       - android-probes@mozilla.com
7373     expires: 105
7374     metadata:
7375       tags:
7376         - Autofill
7377   updated:
7378     type: counter
7379     description: |
7380       A counter of the number of addresses that have been updated
7381       manually by the user.
7382     bugs:
7383       - https://github.com/mozilla-mobile/fenix/issues/24857
7384     data_reviews:
7385       - https://github.com/mozilla-mobile/fenix/pull/25216
7386     data_sensitivity:
7387       - interaction
7388     notification_emails:
7389       - android-probes@mozilla.com
7390     expires: 105
7391     metadata:
7392       tags:
7393         - Autofill
7394   deleted:
7395     type: counter
7396     description: |
7397       A counter of the number of addresses that have been deleted by
7398       the user.
7399     bugs:
7400       - https://github.com/mozilla-mobile/fenix/issues/24857
7401     data_reviews:
7402       - https://github.com/mozilla-mobile/fenix/pull/25216
7403     data_sensitivity:
7404       - interaction
7405     notification_emails:
7406       - android-probes@mozilla.com
7407     expires: 105
7408     metadata:
7409       tags:
7410         - Autofill
7411   form_detected:
7412     type: event
7413     description: |
7414       A address form was detected.
7415     bugs:
7416       - https://github.com/mozilla-mobile/fenix/issues/18711
7417     data_reviews:
7418       - https://github.com/mozilla-mobile/fenix/pull/25216
7419     data_sensitivity:
7420       - interaction
7421     notification_emails:
7422       - android-probes@mozilla.com
7423     expires: 105
7424     metadata:
7425       tags:
7426         - Autofill
7427   autofilled:
7428     type: event
7429     description: |
7430       User has autofilled an address.
7431     bugs:
7432       - https://github.com/mozilla-mobile/fenix/issues/18711
7433     data_reviews:
7434       - https://github.com/mozilla-mobile/fenix/pull/25216
7435     data_sensitivity:
7436       - interaction
7437     notification_emails:
7438       - android-probes@mozilla.com
7439     expires: 105
7440     metadata:
7441       tags:
7442         - Autofill
7443   autofill_prompt_shown:
7444     type: event
7445     description: |
7446       Address autofill prompt was shown.
7447     bugs:
7448       - https://github.com/mozilla-mobile/fenix/issues/24857
7449     data_reviews:
7450       - https://github.com/mozilla-mobile/fenix/pull/25216
7451     data_sensitivity:
7452       - interaction
7453     notification_emails:
7454       - android-probes@mozilla.com
7455     expires: 105
7456     metadata:
7457       tags:
7458         - Autofill
7459   autofill_prompt_expanded:
7460     type: event
7461     description: |
7462       Address autofill prompt was expanded.
7463     bugs:
7464       - https://github.com/mozilla-mobile/fenix/issues/24857
7465     data_reviews:
7466       - https://github.com/mozilla-mobile/fenix/pull/25216
7467     data_sensitivity:
7468       - interaction
7469     notification_emails:
7470       - android-probes@mozilla.com
7471     expires: 105
7472     metadata:
7473       tags:
7474         - Autofill
7475   autofill_prompt_dismissed:
7476     type: event
7477     description: |
7478       Address autofill prompt was dismissed.
7479     bugs:
7480       - https://github.com/mozilla-mobile/fenix/issues/24857
7481     data_reviews:
7482       - https://github.com/mozilla-mobile/fenix/pull/25216
7483     data_sensitivity:
7484       - interaction
7485     notification_emails:
7486       - android-probes@mozilla.com
7487     expires: 105
7488     metadata:
7489       tags:
7490         - Autofill
7491   management_add_tapped:
7492     type: event
7493     description: |
7494       User has tapped the add button through address management settings.
7495     bugs:
7496       - https://github.com/mozilla-mobile/fenix/issues/24857
7497     data_reviews:
7498       - https://github.com/mozilla-mobile/fenix/pull/20909
7499     data_sensitivity:
7500       - interaction
7501     notification_emails:
7502       - android-probes@mozilla.com
7503     expires: 105
7504     metadata:
7505       tags:
7506         - Autofill
7507   management_address_tapped:
7508     type: event
7509     description: |
7510       User has tapped on a saved address through address management settings.
7511     bugs:
7512       - https://github.com/mozilla-mobile/fenix/issues/24857
7513     data_reviews:
7514       - https://github.com/mozilla-mobile/fenix/pull/25216
7515     data_sensitivity:
7516       - interaction
7517     notification_emails:
7518       - android-probes@mozilla.com
7519     expires: 105
7520     metadata:
7521       tags:
7522         - Autofill
7524 search_terms:
7525   number_of_search_term_group:
7526     type: event
7527     description: |
7528       Number of search term group when tabs tray is opened.
7529     extra_keys:
7530       count:
7531         type: string
7532         description: |
7533           The number of tabs per search group
7534     bugs:
7535       - https://github.com/mozilla-mobile/fenix/issues/22057
7536     data_reviews:
7537       - https://github.com/mozilla-mobile/fenix/pull/22058
7538     data_sensitivity:
7539       - interaction
7540     notification_emails:
7541       - android-probes@mozilla.com
7542     expires: 107
7543   average_tabs_per_group:
7544     type: event
7545     description: |
7546       Number of search term tabs per group when tabs tray is opened.
7547     extra_keys:
7548       count:
7549         type: string
7550         description: |
7551           The average number of tabs per search group
7552     bugs:
7553       - https://github.com/mozilla-mobile/fenix/issues/22057
7554     data_reviews:
7555       - https://github.com/mozilla-mobile/fenix/pull/22058
7556     data_sensitivity:
7557       - interaction
7558     notification_emails:
7559       - android-probes@mozilla.com
7560     expires: 107
7561   jump_back_in_group_tapped:
7562     type: event
7563     description: |
7564       User tapped on the jump back in search term group.
7565     bugs:
7566       - https://github.com/mozilla-mobile/fenix/issues/22057
7567     data_reviews:
7568       - https://github.com/mozilla-mobile/fenix/pull/22058
7569     data_sensitivity:
7570       - interaction
7571     notification_emails:
7572       - android-probes@mozilla.com
7573     expires: 107
7574   group_size_distribution:
7575     type: custom_distribution
7576     description: |
7577       The distribution of search term tab group sizes. Rather than reporting
7578       individual sizes directly as integers, it is currently desired to
7579       report the sizes according to certain size ranges.
7580       The "buckets" for reporting group sizes will be mapped as follows:
7581       * 2 tabs -> 1
7582       * 3-5 tabs -> 2
7583       * 6-10 tabs -> 3
7584       * 11+ tabs -> 4
7585       Where the reported number will be 1, 2, 3, or 4, accordingly.
7586       As an example, say a user has three groups of sizes 3, 6, and 15. The
7587       app will report 2, 3, and 4 when this metric is tracked.
7588     range_min: 1
7589     range_max: 4
7590     bucket_count: 5
7591     histogram_type: linear
7592     unit: tab_group_size_code
7593     bugs:
7594       - https://github.com/mozilla-mobile/fenix/issues/22410
7595     data_reviews:
7596       - https://github.com/mozilla-mobile/fenix/pull/22479
7597     data_sensitivity:
7598       - interaction
7599     notification_emails:
7600       - android-probes@mozilla.com
7601     expires: 108
7603 messaging:
7604   message_shown:
7605     type: event
7606     description: |
7607       A message was shown to the user.
7608     extra_keys:
7609       message_key:
7610         description: The id of the message
7611         type: string
7612     bugs:
7613       - https://github.com/mozilla-mobile/fenix/issues/24224
7614     data_reviews:
7615       - https://github.com/mozilla-mobile/fenix/issues/24224
7616     notification_emails:
7617       - android-probes@mozilla.com
7618     data_sensitivity:
7619       - interaction
7620     expires: 114
7621   message_dismissed:
7622     type: event
7623     description: |
7624       A message was dismissed by the user.
7625     extra_keys:
7626       message_key:
7627         description: The id of the message
7628         type: string
7629     bugs:
7630       - https://github.com/mozilla-mobile/fenix/issues/24224
7631     data_reviews:
7632       - https://github.com/mozilla-mobile/fenix/issues/24224
7633     notification_emails:
7634       - android-probes@mozilla.com
7635     data_sensitivity:
7636       - interaction
7637     expires: 114
7638   message_clicked:
7639     type: event
7640     description: |
7641       A message was clicked by the user.
7642     extra_keys:
7643       message_key:
7644         description: The id of the message
7645         type: string
7646       action_uuid:
7647         description: The uuid of the action
7648         type: string
7649     bugs:
7650       - https://github.com/mozilla-mobile/fenix/issues/24224
7651     data_reviews:
7652       - https://github.com/mozilla-mobile/fenix/issues/24224
7653     notification_emails:
7654       - android-probes@mozilla.com
7655     data_sensitivity:
7656       - interaction
7657     expires: 114
7658   message_expired:
7659     type: event
7660     description: |
7661       A message maxDisplayCount has been surpassed.
7662     extra_keys:
7663       message_key:
7664         description: The id of the message
7665         type: string
7666     bugs:
7667       - https://github.com/mozilla-mobile/fenix/issues/24224
7668     data_reviews:
7669       - https://github.com/mozilla-mobile/fenix/issues/24224
7670     notification_emails:
7671       - android-probes@mozilla.com
7672     data_sensitivity:
7673       - interaction
7674     expires: 114
7675   malformed:
7676     type: event
7677     description: |
7678       A message was malformed.
7679     extra_keys:
7680       message_key:
7681         description: The id of the message
7682         type: string
7683     bugs:
7684       - https://github.com/mozilla-mobile/fenix/issues/24224
7685     data_reviews:
7686       - https://github.com/mozilla-mobile/fenix/issues/24224
7687     notification_emails:
7688       - android-probes@mozilla.com
7689     data_sensitivity:
7690       - interaction
7691     expires: 114
7693 wallpapers:
7694   wallpaper_settings_opened:
7695     type: event
7696     description: |
7697       User has opened the wallpaper settings screen.
7698     bugs:
7699       - https://github.com/mozilla-mobile/fenix/issues/23381
7700     data_reviews:
7701       - https://github.com/mozilla-mobile/fenix/pull/23382
7702     notification_emails:
7703       - android-probes@mozilla.com
7704     data_sensitivity:
7705       - interaction
7706     expires: 114
7707   wallpaper_selected:
7708     type: event
7709     description: |
7710       A wallpaper is selected from the settings screen.
7711     extra_keys:
7712       name:
7713         description: The name of the selected wallpaper
7714         type: string
7715       theme_collection:
7716         description: The theme collection the selected wallpaper belongs to.
7717         type: string
7718     bugs:
7719       - https://github.com/mozilla-mobile/fenix/issues/23381
7720     data_reviews:
7721       - https://github.com/mozilla-mobile/fenix/pull/23382
7722     notification_emails:
7723       - android-probes@mozilla.com
7724     data_sensitivity:
7725       - interaction
7726     expires: 114
7727   wallpaper_switched:
7728     type: event
7729     description: |
7730       The wallpaper was switched by using the homescreen toggle.
7731     extra_keys:
7732       name:
7733         description: The name of the new wallpaper
7734         type: string
7735       theme_collection:
7736         description: The theme collection the new wallpaper belongs to.
7737         type: string
7738     bugs:
7739       - https://github.com/mozilla-mobile/fenix/issues/23381
7740     data_reviews:
7741       - https://github.com/mozilla-mobile/fenix/pull/23382
7742     notification_emails:
7743       - android-probes@mozilla.com
7744     data_sensitivity:
7745       - interaction
7746     expires: 114
7747   change_wallpaper_logo_toggled:
7748     type: event
7749     description: |
7750       A user has toggled the switch that controls the tap-logo-to-change-
7751       wallpaper feature.
7752     extra_keys:
7753       checked:
7754         description: Whether the switch is enabled or disabled.
7755         type: boolean
7756     bugs:
7757       - https://github.com/mozilla-mobile/fenix/issues/23381
7758     data_reviews:
7759       - https://github.com/mozilla-mobile/fenix/pull/23382
7760     notification_emails:
7761       - android-probes@mozilla.com
7762     data_sensitivity:
7763       - interaction
7764     expires: 114
7766 recently_visited_homepage:
7767   history_highlight_opened:
7768     type: event
7769     description: |
7770       User has opened any history highlight from homepage
7771     bugs:
7772       - https://github.com/mozilla-mobile/fenix/issues/23821
7773     data_reviews:
7774       - https://github.com/mozilla-mobile/fenix/pull/23909
7775     notification_emails:
7776       - android-probes@mozilla.com
7777     data_sensitivity:
7778       - interaction
7779     expires: 114
7780   search_group_opened:
7781     type: event
7782     description: |
7783       User has opened a search group from homepage
7784     bugs:
7785       - https://github.com/mozilla-mobile/fenix/issues/23821
7786     data_reviews:
7787       - https://github.com/mozilla-mobile/fenix/pull/23909
7788     notification_emails:
7789       - android-probes@mozilla.com
7790     data_sensitivity:
7791       - interaction
7792     expires: 114
7793 downloads:
7794   pdf_download_count:
7795     type: counter
7796     lifetime: application
7797     description: |
7798       A counter that indicates how many times a pdf has been downloaded.
7799     send_in_pings:
7800       - metrics
7801     bugs:
7802       - https://github.com/mozilla-mobile/fenix/issues/24075
7803     data_reviews:
7804       - https://github.com/mozilla-mobile/fenix/pull/24061
7805     data_sensitivity:
7806       - interaction
7807     notification_emails:
7808       - android-probes@mozilla.com
7809     expires: 107
7810     metadata:
7811       tags:
7812         - Download
7813   downloaded_pdf_open_count:
7814     type: counter
7815     lifetime: application
7816     description: |
7817       A counter that indicates how many times open button has been clicked
7818       for a downloaded pdf.
7819     send_in_pings:
7820       - metrics
7821     bugs:
7822       - https://github.com/mozilla-mobile/fenix/issues/24075
7823     data_reviews:
7824       - https://github.com/mozilla-mobile/fenix/pull/-
7825     data_sensitivity:
7826       - interaction
7827     notification_emails:
7828       - android-probes@mozilla.com
7829     expires: 107
7830     metadata:
7831       tags:
7832         - Download
7834 recent_synced_tabs:
7835   recent_synced_tab_shown:
7836     type: labeled_counter
7837     description: |
7838       Counts impressions of a recent synced tab on the homepage, labeled by the
7839       device type the tab originates from.
7840     bugs:
7841       - https://github.com/mozilla-mobile/fenix/issues/24549
7842     data_reviews:
7843       - https://github.com/mozilla-mobile/fenix/pull/24671
7844     notification_emails:
7845       - android-probes@mozilla.com
7846     data_sensitivity:
7847       - interaction
7848     expires: 114
7849   recent_synced_tab_time_to_load:
7850     type: timing_distribution
7851     time_unit: millisecond
7852     description: |
7853       Measures the amount of time between the beginning of a sync and the end.
7854     bugs:
7855       - https://github.com/mozilla-mobile/fenix/issues/24549
7856     data_reviews:
7857       - https://github.com/mozilla-mobile/fenix/pull/24671
7858     data_sensitivity:
7859       - interaction
7860     notification_emails:
7861       - android-probes@mozilla.com
7862     expires: 114
7863   recent_synced_tab_opened:
7864     type: labeled_counter
7865     description: |
7866       Counts the number of times a recent synced tab is opened, labeled by the
7867       device type the tab originates from.
7868     bugs:
7869       - https://github.com/mozilla-mobile/fenix/issues/24549
7870     data_reviews:
7871       - https://github.com/mozilla-mobile/fenix/pull/24671
7872     notification_emails:
7873       - android-probes@mozilla.com
7874     data_sensitivity:
7875       - interaction
7876     expires: 114
7877   show_all_synced_tabs_clicked:
7878     type: counter
7879     description: |
7880       Counts how many times "show all synced tabs" button has been clicked.
7881     bugs:
7882       - https://github.com/mozilla-mobile/fenix/issues/24549
7883     data_reviews:
7884       - https://github.com/mozilla-mobile/fenix/pull/24671
7885     notification_emails:
7886       - android-probes@mozilla.com
7887     data_sensitivity:
7888       - interaction
7889     expires: 114
7890   latest_synced_tab_is_stale:
7891     type: counter
7892     description: |
7893       Counts how often the loading placeholder is shown and the resulting tab
7894       is the same as it was before the load.
7895     bugs:
7896       - https://github.com/mozilla-mobile/fenix/issues/24549
7897     data_reviews:
7898       - https://github.com/mozilla-mobile/fenix/pull/24671
7899     notification_emails:
7900       - android-probes@mozilla.com
7901     data_sensitivity:
7902       - interaction
7903     expires: 114