[fenix] For https://github.com/mozilla-mobile/fenix/issues/22692: Remove Metropolis...
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blob338f8bd6d0c0f27cfb253305e6f05f54e39106fa
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         - Shortcuts
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         - Shortcuts
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
1521   default_wallpaper:
1522     type: boolean
1523     lifetime: application
1524     description: |
1525       Is the default wallpapper set to be shown?
1526     send_in_pings:
1527       - metrics
1528     bugs:
1529       - https://github.com/mozilla-mobile/fenix/issues/25538
1530     data_reviews:
1531       - https://github.com/mozilla-mobile/fenix/pull/25539#issuecomment-1163393066
1532     data_sensitivity:
1533       - interaction
1534     notification_emails:
1535       - android-probes@mozilla.com
1536     expires: 114
1537     metadata:
1538       tags:
1539         - Wallpapers
1541 customize_home:
1542   most_visited_sites:
1543     type: boolean
1544     description: |
1545       An indication of whether the most visited sites
1546       are enabled to be displayed
1547     send_in_pings:
1548       - metrics
1549     bugs:
1550       - https://github.com/mozilla-mobile/fenix/issues/21239
1551     data_reviews:
1552       - https://github.com/mozilla-mobile/fenix/pull/21344
1553       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1554       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1555     data_sensitivity:
1556       - interaction
1557     notification_emails:
1558       - android-probes@mozilla.com
1559     expires: 118
1560   jump_back_in:
1561     type: boolean
1562     description: |
1563       An indication of whether the Jump back
1564       in section is enabled to be displayed
1565     send_in_pings:
1566       - metrics
1567     bugs:
1568       - https://github.com/mozilla-mobile/fenix/issues/21239
1569     data_reviews:
1570       - https://github.com/mozilla-mobile/fenix/pull/21344
1571       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1572       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1573     data_sensitivity:
1574       - interaction
1575     notification_emails:
1576       - android-probes@mozilla.com
1577     expires: 118
1578   recently_saved:
1579     type: boolean
1580     description: |
1581       An indication of whether the recently
1582       saved section is enabled to be displayed
1583     send_in_pings:
1584       - metrics
1585     bugs:
1586       - https://github.com/mozilla-mobile/fenix/issues/21239
1587     data_reviews:
1588       - https://github.com/mozilla-mobile/fenix/pull/21344
1589       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1590       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1591     data_sensitivity:
1592       - interaction
1593     notification_emails:
1594       - android-probes@mozilla.com
1595     expires: 118
1596   recently_visited:
1597     type: boolean
1598     description: |
1599       An indication of whether the Recently
1600       visited section is enabled to be displayed
1601     send_in_pings:
1602       - metrics
1603     bugs:
1604       - https://github.com/mozilla-mobile/fenix/issues/21239
1605     data_reviews:
1606       - https://github.com/mozilla-mobile/fenix/pull/21344
1607       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1608       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1609     data_sensitivity:
1610       - interaction
1611     notification_emails:
1612       - android-probes@mozilla.com
1613     expires: 118
1614   pocket:
1615     type: boolean
1616     description: |
1617       An indication of whether Pocket is enabled to be displayed
1618     send_in_pings:
1619       - metrics
1620     bugs:
1621       - https://github.com/mozilla-mobile/fenix/issues/21239
1622     data_reviews:
1623       - https://github.com/mozilla-mobile/fenix/pull/21344
1624       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1625       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1626     data_sensitivity:
1627       - interaction
1628     notification_emails:
1629       - android-probes@mozilla.com
1630     expires: 118
1631     metadata:
1632       tags:
1633         - PocketIntegration
1634   sponsored_pocket:
1635     type: boolean
1636     description: |
1637       An indication of whether Pocket sponsored stories are enabled
1638       to be displayed
1639     send_in_pings:
1640       - metrics
1641     bugs:
1642       - https://github.com/mozilla-mobile/fenix/issues/25401
1643     data_reviews:
1644       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
1645       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1646     data_sensitivity:
1647       - interaction
1648     notification_emails:
1649       - android-probes@mozilla.com
1650     expires: 118
1651     metadata:
1652       tags:
1653         - PocketIntegration
1654   contile:
1655     type: boolean
1656     description: |
1657       An indication of whether Contile is enabled to be displayed
1658     send_in_pings:
1659       - metrics
1660     bugs:
1661       - https://github.com/mozilla-mobile/fenix/issues/24467
1662     data_reviews:
1663       - https://github.com/mozilla-mobile/fenix/pull/24468
1664     data_sensitivity:
1665       - interaction
1666     notification_emails:
1667       - android-probes@mozilla.com
1668     expires: 112
1669   preference_toggled:
1670     type: event
1671     description: |
1672       A user toggles the preference for the home screen items.
1673     extra_keys:
1674       preference_key:
1675         type: string
1676         description: |
1677           The preference key for the boolean (true/false) preference the user
1678           toggled.
1680           We currently track: most_visited_sites, jump_back_in,
1681           recently_visited, recently_saved, pocket, and contile.
1682       enabled:
1683         type: boolean
1684         description: "Whether or not the preference is *now* enabled"
1685     bugs:
1686       - https://github.com/mozilla-mobile/fenix/issues/21095
1687     data_reviews:
1688       - https://github.com/mozilla-mobile/fenix/pull/1896
1689       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
1690     data_sensitivity:
1691       - technical
1692       - interaction
1693     notification_emails:
1694       - android-probes@mozilla.com
1695     expires: 118
1696   opening_screen:
1697     type: string
1698     description: |
1699       What opening screen preference the user has selected
1700       under "Customize Home".
1701       "homepage," "last tab," or "homepage after 4 hours"
1702       default: "homepage after 4 hours"
1703     bugs:
1704       - https://github.com/mozilla-mobile/fenix/issues/22145
1705     data_reviews:
1706       - https://github.com/mozilla-mobile/fenix/pull/22333
1707     data_sensitivity:
1708       - interaction
1709     notification_emails:
1710       - android-probes@mozilla.com
1711     expires: 107
1713 preferences:
1714   studies_enabled:
1715     type: boolean
1716     description: >
1717       A metric indicating whether or not the user has studies enabled
1718       default: true
1719     send_in_pings:
1720       - metrics
1721     bugs:
1722       - https://github.com/mozilla-mobile/fenix/issues/22192
1723     data_reviews:
1724       - https://github.com/mozilla-mobile/fenix/pull/22193
1725     data_sensitivity:
1726       - interaction
1727     notification_emails:
1728       - android-probes@mozilla.com
1729     expires: 107
1730   studies_preference_enabled:
1731     type: event
1732     description: >
1733       An event indicating whether or not the user has studies enabled.
1734     bugs:
1735       - https://github.com/mozilla-mobile/fenix/issues/22192
1736     data_reviews:
1737       - https://github.com/mozilla-mobile/fenix/pull/22193
1738     data_sensitivity:
1739       - interaction
1740     notification_emails:
1741       - android-probes@mozilla.com
1742     expires: 107
1743   search_suggestions_enabled:
1744     type: boolean
1745     description: |
1746       Whether or not the user has search suggestions enabled
1747       default: true
1748     send_in_pings:
1749       - metrics
1750     bugs:
1751       - https://github.com/mozilla-mobile/fenix/issues/11118
1752     data_reviews:
1753       - https://github.com/mozilla-mobile/fenix/pull/11211
1754       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1755       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1756       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1757       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1758     data_sensitivity:
1759       - interaction
1760     notification_emails:
1761       - android-probes@mozilla.com
1762       - erichards@mozilla.com
1763     expires: never
1764     metadata:
1765       tags:
1766         - Search
1767         - Settings
1768   remote_debugging_enabled:
1769     type: boolean
1770     description: |
1771       Whether or not the user has remote debugging enabled
1772       default: false
1773     send_in_pings:
1774       - metrics
1775     bugs:
1776       - https://github.com/mozilla-mobile/fenix/issues/11118
1777     data_reviews:
1778       - https://github.com/mozilla-mobile/fenix/pull/11211
1779       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1780       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1781       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1782       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1783     data_sensitivity:
1784       - interaction
1785     notification_emails:
1786       - android-probes@mozilla.com
1787     expires: 111
1788     metadata:
1789       tags:
1790         - Settings
1791   telemetry_enabled:
1792     type: boolean
1793     description: |
1794       Whether or not the user has telemetry enabled. Note we should
1795       never receive a "false" value for this since telemetry would
1796       not send in that case.
1797       default: true
1798     send_in_pings:
1799       - metrics
1800     bugs:
1801       - https://github.com/mozilla-mobile/fenix/issues/11118
1802     data_reviews:
1803       - https://github.com/mozilla-mobile/fenix/pull/11211
1804       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1805       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1806       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1807       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1808     data_sensitivity:
1809       - interaction
1810     notification_emails:
1811       - android-probes@mozilla.com
1812       - erichards@mozilla.com
1813     expires: never
1814     metadata:
1815       tags:
1816         - Telemetry
1817         - Settings
1818   enhanced_tracking_protection:
1819     type: string
1820     description: |
1821       What type of enhanced tracking protection the user has enabled.
1822       "standard," "strict," "custom," or "" (if disabled)
1823       default: "standard"
1824     send_in_pings:
1825       - metrics
1826     bugs:
1827       - https://github.com/mozilla-mobile/fenix/issues/11118
1828     data_reviews:
1829       - https://github.com/mozilla-mobile/fenix/pull/11211
1830       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1831       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1832       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1833       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1834     data_sensitivity:
1835       - interaction
1836     notification_emails:
1837       - android-probes@mozilla.com
1838     expires: 111
1839     metadata:
1840       tags:
1841         - TrackingProtection
1842         - Settings
1843   bookmarks_suggestion:
1844     type: boolean
1845     description: |
1846       Whether or not the user has enabled bookmark search suggestions
1847       default: true
1848     send_in_pings:
1849       - metrics
1850     bugs:
1851       - https://github.com/mozilla-mobile/fenix/issues/11118
1852     data_reviews:
1853       - https://github.com/mozilla-mobile/fenix/pull/11211
1854       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1855       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1856       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1857       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1858     data_sensitivity:
1859       - interaction
1860     notification_emails:
1861       - android-probes@mozilla.com
1862     expires: 111
1863     metadata:
1864       tags:
1865         - Settings
1866   browsing_history_suggestion:
1867     type: boolean
1868     description: |
1869       Whether or not the user has enabled browsing history suggestions.
1870       default: true
1871     send_in_pings:
1872       - metrics
1873     bugs:
1874       - https://github.com/mozilla-mobile/fenix/issues/11118
1875     data_reviews:
1876       - https://github.com/mozilla-mobile/fenix/pull/11211
1877       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1878       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1879       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1880       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1881     data_sensitivity:
1882       - interaction
1883     notification_emails:
1884       - android-probes@mozilla.com
1885     expires: 111
1886     metadata:
1887       tags:
1888         - Settings
1889   clipboard_suggestions_enabled:
1890     type: boolean
1891     description: |
1892       Whether or not the user has enabled clipboard search suggestions.
1893       default: true
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         - Settings
1912   search_shortcuts_enabled:
1913     type: boolean
1914     description: |
1915       Whether or not the user has enabled search shortcuts.
1916       default: true
1917     send_in_pings:
1918       - metrics
1919     bugs:
1920       - https://github.com/mozilla-mobile/fenix/issues/11118
1921     data_reviews:
1922       - https://github.com/mozilla-mobile/fenix/pull/11211
1923       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1924       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1925       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1926       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1927     data_sensitivity:
1928       - interaction
1929     notification_emails:
1930       - android-probes@mozilla.com
1931       - erichards@mozilla.com
1932     expires: never
1933     metadata:
1934       tags:
1935         - Search
1936         - Settings
1937   signed_in_sync:
1938     type: boolean
1939     description: |
1940       Whether or not the user is signed into FxA
1941       default: false
1942     send_in_pings:
1943       - metrics
1944     bugs:
1945       - https://github.com/mozilla-mobile/fenix/issues/11118
1946     data_reviews:
1947       - https://github.com/mozilla-mobile/fenix/pull/11211
1948       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1949       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1950       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1951       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1952     data_sensitivity:
1953       - interaction
1954     notification_emails:
1955       - android-probes@mozilla.com
1956     expires: 111
1957     metadata:
1958       tags:
1959         - Sync
1960         - Settings
1961   sync_items:
1962     type: string_list
1963     description: |
1964       The list of items the user has chosen to sync with FxA.
1965       default: "" if the user is signed out. Otherwise defaults to
1966       whatever is set in their FxA account. New accounts set:
1967       [bookmarks, history, passwords, tabs]
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     expires: 111
1983     metadata:
1984       tags:
1985         - Settings
1986   voice_search_enabled:
1987     type: boolean
1988     description: |
1989       Whether or not the user has enabled the voice search button.
1990       default: true
1991     send_in_pings:
1992       - metrics
1993     bugs:
1994       - https://github.com/mozilla-mobile/fenix/issues/11118
1995     data_reviews:
1996       - https://github.com/mozilla-mobile/fenix/pull/11211
1997       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1998       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1999       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2000       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2001     data_sensitivity:
2002       - interaction
2003     notification_emails:
2004       - android-probes@mozilla.com
2005     expires: 111
2006     metadata:
2007       tags:
2008         - Search
2009         - Voice
2010         - Settings
2011   toolbar_position_setting:
2012     type: string
2013     description: |
2014       The position of the toolbar
2015       default: bottom (defaults to top if the user has accessibility services)
2016     send_in_pings:
2017       - metrics
2018     bugs:
2019       - https://github.com/mozilla-mobile/fenix/issues/11118
2020     data_reviews:
2021       - https://github.com/mozilla-mobile/fenix/pull/11211
2022       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2023       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2024       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2025       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2026     data_sensitivity:
2027       - interaction
2028     notification_emails:
2029       - android-probes@mozilla.com
2030       - erichards@mozilla.com
2031     expires: never
2032     metadata:
2033       tags:
2034         - Toolbar
2035         - Settings
2036   accessibility_services:
2037     type: string_list
2038     description: |
2039       Whether or not the user has touch exploration or switch services enabled.
2040       These are built into the Android OS, not Fenix prefs.
2041       default: ""
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/11211
2048       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2049       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2050       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2051       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
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         - Settings
2061   open_links_in_app_enabled:
2062     type: boolean
2063     description: |
2064       Whether or not the user has the open links in apps feature enabled.
2065       default: false
2066     send_in_pings:
2067       - metrics
2068     bugs:
2069       - https://github.com/mozilla-mobile/fenix/issues/11118
2070     data_reviews:
2071       - https://github.com/mozilla-mobile/fenix/pull/11446
2072       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2073       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2074       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2075       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2076     data_sensitivity:
2077       - interaction
2078     notification_emails:
2079       - android-probes@mozilla.com
2080       - erichards@mozilla.com
2081     expires: never
2082     metadata:
2083       tags:
2084         - Settings
2085   user_theme:
2086     type: string
2087     description: |
2088       The theme the user has enabled. "light," "dark," "system," or "battery"
2089       default: "system" for API 28+, else "light"
2090     send_in_pings:
2091       - metrics
2092     bugs:
2093       - https://github.com/mozilla-mobile/fenix/issues/11118
2094     data_reviews:
2095       - https://github.com/mozilla-mobile/fenix/pull/11446
2096       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2097       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2098       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2099       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2100     data_sensitivity:
2101       - interaction
2102     notification_emails:
2103       - android-probes@mozilla.com
2104       - erichards@mozilla.com
2105     expires: never
2106     metadata:
2107       tags:
2108         - Themes
2109         - Settings
2110   inactive_tabs_enabled:
2111     type: boolean
2112     description: |
2113       Whether or not the user has the inactive tabs feature enabled.
2114       default: true
2115     send_in_pings:
2116       - metrics
2117     bugs:
2118       - https://github.com/mozilla-mobile/fenix/issues/21903
2119     data_reviews:
2120       - https://github.com/mozilla-mobile/fenix/pull/21908
2121     data_sensitivity:
2122       - interaction
2123     notification_emails:
2124       - android-probes@mozilla.com
2125     expires: 107
2126   search_term_groups_enabled:
2127     type: boolean
2128     description: |
2129       Is search term group in tabs tray on?
2130     bugs:
2131       - https://github.com/mozilla-mobile/fenix/issues/22057
2132     data_reviews:
2133       - https://github.com/mozilla-mobile/fenix/pull/22058
2134     data_sensitivity:
2135       - interaction
2136     notification_emails:
2137       - android-probes@mozilla.com
2138     expires: 107
2140 search.default_engine:
2141   code:
2142     type: string
2143     lifetime: application
2144     description: |
2145       If the search engine is pre-loaded with Fenix this value
2146       will be the search engine identifier. If it's a custom search engine
2147       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2148       value will be "custom"
2149     send_in_pings:
2150       - metrics
2151     bugs:
2152       - https://github.com/mozilla-mobile/fenix/issues/800
2153     data_reviews:
2154       - https://github.com/mozilla-mobile/fenix/pull/1606
2155       - https://github.com/mozilla-mobile/fenix/pull/5216
2156       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2157       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2158       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2159       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2160     data_sensitivity:
2161       - technical
2162       - interaction
2163     notification_emails:
2164       - android-probes@mozilla.com
2165       - erichards@mozilla.com
2166     expires: never
2167   name:
2168     type: string
2169     lifetime: application
2170     description: |
2171       If the search engine is pre-loaded with Fenix this value
2172       will be the search engine name. If it's a custom search engine
2173       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
2174       value will be "custom"
2175     send_in_pings:
2176       - metrics
2177     bugs:
2178       - https://github.com/mozilla-mobile/fenix/issues/800
2179     data_reviews:
2180       - https://github.com/mozilla-mobile/fenix/pull/1606
2181       - https://github.com/mozilla-mobile/fenix/pull/5216
2182       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2183       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2184       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2185       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2186     data_sensitivity:
2187       - technical
2188       - interaction
2189     notification_emails:
2190       - android-probes@mozilla.com
2191       - erichards@mozilla.com
2192     expires: never
2193   search_url:
2194     type: url
2195     lifetime: application
2196     description: |
2197       If the search engine is pre-loaded with Fenix this value will be the base
2198       URL we use to build the search query for the search engine. For example:
2199       https://mysearchengine.com/?query=%s. If it's a custom search engine
2200       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
2201       will not be set.
2202     send_in_pings:
2203       - metrics
2204     bugs:
2205       - https://github.com/mozilla-mobile/fenix/issues/800
2206       - https://github.com/mozilla-mobile/fenix/issues/20513
2207     data_reviews:
2208       - https://github.com/mozilla-mobile/fenix/pull/1606
2209       - https://github.com/mozilla-mobile/fenix/pull/5216
2210       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2211       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2212       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2213       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2214     data_sensitivity:
2215       - technical
2216       - interaction
2217     notification_emails:
2218       - android-probes@mozilla.com
2219     expires: 111
2221 bookmarks_management:
2222   open:
2223     type: event
2224     description: |
2225       A user opened a bookmark.
2226     bugs:
2227       - https://github.com/mozilla-mobile/fenix/issues/18173
2228     data_reviews:
2229       - https://github.com/mozilla-mobile/fenix/pull/18174
2230       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2231       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
2232     data_sensitivity:
2233       - interaction
2234     notification_emails:
2235       - android-probes@mozilla.com
2236     expires: never
2237     metadata:
2238       tags:
2239         - Bookmarks
2240   open_in_new_tab:
2241     type: event
2242     description: |
2243       A user opened a bookmark in a new tab.
2244     bugs:
2245       - https://github.com/mozilla-mobile/fenix/issues/974
2246     data_reviews:
2247       - https://github.com/mozilla-mobile/fenix/pull/1708
2248       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2249       - https://github.com/mozilla-mobile/fenix/pull/18143
2250       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2251       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2252     data_sensitivity:
2253       - interaction
2254     notification_emails:
2255       - android-probes@mozilla.com
2256       - erichards@mozilla.com
2257     expires: never
2258     metadata:
2259       tags:
2260         - Bookmarks
2261   open_in_new_tabs:
2262     type: event
2263     description: |
2264       A user opened multiple bookmarks at once in new tabs.
2265     bugs:
2266       - https://github.com/mozilla-mobile/fenix/issues/974
2267     data_reviews:
2268       - https://github.com/mozilla-mobile/fenix/pull/1708
2269       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2270       - https://github.com/mozilla-mobile/fenix/pull/18143
2271       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2272       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2273     data_sensitivity:
2274       - interaction
2275     notification_emails:
2276       - android-probes@mozilla.com
2277       - erichards@mozilla.com
2278     expires: never
2279     metadata:
2280       tags:
2281         - Bookmarks
2282   open_in_private_tab:
2283     type: event
2284     description: |
2285       A user opened a bookmark in a new private tab.
2286     bugs:
2287       - https://github.com/mozilla-mobile/fenix/issues/974
2288       - https://github.com/mozilla-mobile/fenix/issues/19923
2289     data_reviews:
2290       - https://github.com/mozilla-mobile/fenix/pull/1708
2291       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2292       - https://github.com/mozilla-mobile/fenix/pull/18143
2293       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2294       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2295     data_sensitivity:
2296       - interaction
2297     notification_emails:
2298       - android-probes@mozilla.com
2299       - erichards@mozilla.com
2300     expires: never
2301     metadata:
2302       tags:
2303         - Bookmarks
2304   open_in_private_tabs:
2305     type: event
2306     description: |
2307       A user opened multiple bookmarks at once in new private tabs.
2308     bugs:
2309       - https://github.com/mozilla-mobile/fenix/issues/974
2310       - https://github.com/mozilla-mobile/fenix/issues/19923
2311     data_reviews:
2312       - https://github.com/mozilla-mobile/fenix/pull/1708
2313       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2314       - https://github.com/mozilla-mobile/fenix/pull/18143
2315       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2316       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2317     data_sensitivity:
2318       - interaction
2319     notification_emails:
2320       - android-probes@mozilla.com
2321       - erichards@mozilla.com
2322     expires: never
2323     metadata:
2324       tags:
2325         - Bookmarks
2326   edited:
2327     type: event
2328     description: |
2329       A user edited the title and/or URL of an existing bookmark.
2330     bugs:
2331       - https://github.com/mozilla-mobile/fenix/issues/974
2332       - https://github.com/mozilla-mobile/fenix/issues/19923
2333     data_reviews:
2334       - https://github.com/mozilla-mobile/fenix/pull/1708
2335       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2336       - https://github.com/mozilla-mobile/fenix/pull/18143
2337       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2338       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2339     data_sensitivity:
2340       - interaction
2341     notification_emails:
2342       - android-probes@mozilla.com
2343       - erichards@mozilla.com
2344     expires: never
2345     metadata:
2346       tags:
2347         - Bookmarks
2348   moved:
2349     type: event
2350     description: |
2351       A user moved an existing bookmark or folder to another folder.
2352     bugs:
2353       - https://github.com/mozilla-mobile/fenix/issues/974
2354       - https://github.com/mozilla-mobile/fenix/issues/19923
2355     data_reviews:
2356       - https://github.com/mozilla-mobile/fenix/pull/1708
2357       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2358       - https://github.com/mozilla-mobile/fenix/pull/18143
2359       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2360       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2361     data_sensitivity:
2362       - interaction
2363     notification_emails:
2364       - android-probes@mozilla.com
2365       - erichards@mozilla.com
2366     expires: never
2367     metadata:
2368       tags:
2369         - Bookmarks
2370   removed:
2371     type: event
2372     description: |
2373       A user removed a bookmark item.
2374     bugs:
2375       - https://github.com/mozilla-mobile/fenix/issues/974
2376       - https://github.com/mozilla-mobile/fenix/issues/19923
2377     data_reviews:
2378       - https://github.com/mozilla-mobile/fenix/pull/1708
2379       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2380       - https://github.com/mozilla-mobile/fenix/pull/18143
2381       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2382       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2383     data_sensitivity:
2384       - interaction
2385     notification_emails:
2386       - android-probes@mozilla.com
2387       - erichards@mozilla.com
2388     expires: never
2389     metadata:
2390       tags:
2391         - Bookmarks
2392   multi_removed:
2393     type: event
2394     description: |
2395       A user removed multiple bookmarks at once.
2396     bugs:
2397       - https://github.com/mozilla-mobile/fenix/issues/974
2398       - https://github.com/mozilla-mobile/fenix/issues/19923
2399     data_reviews:
2400       - https://github.com/mozilla-mobile/fenix/pull/1708
2401       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2402       - https://github.com/mozilla-mobile/fenix/pull/18143
2403       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2404       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2405     data_sensitivity:
2406       - interaction
2407     notification_emails:
2408       - android-probes@mozilla.com
2409       - erichards@mozilla.com
2410     expires: never
2411     metadata:
2412       tags:
2413         - Bookmarks
2414   shared:
2415     type: event
2416     description: |
2417       A user shared a bookmark.
2418     bugs:
2419       - https://github.com/mozilla-mobile/fenix/issues/974
2420       - https://github.com/mozilla-mobile/fenix/issues/19923
2421     data_reviews:
2422       - https://github.com/mozilla-mobile/fenix/pull/1708
2423       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2424       - https://github.com/mozilla-mobile/fenix/pull/18143
2425       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2426       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2427     data_sensitivity:
2428       - interaction
2429     notification_emails:
2430       - android-probes@mozilla.com
2431       - erichards@mozilla.com
2432     expires: never
2433     metadata:
2434       tags:
2435         - Bookmarks
2436   copied:
2437     type: event
2438     description: |
2439       A user copied a bookmark.
2440     bugs:
2441       - https://github.com/mozilla-mobile/fenix/issues/974
2442       - https://github.com/mozilla-mobile/fenix/issues/19923
2443     data_reviews:
2444       - https://github.com/mozilla-mobile/fenix/pull/1708
2445       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2446       - https://github.com/mozilla-mobile/fenix/pull/18143
2447       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2448       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2449     data_sensitivity:
2450       - interaction
2451     notification_emails:
2452       - android-probes@mozilla.com
2453       - erichards@mozilla.com
2454     expires: never
2455     metadata:
2456       tags:
2457         - Bookmarks
2458   folder_add:
2459     type: event
2460     description: |
2461       A user added a new bookmark folder.
2462     bugs:
2463       - https://github.com/mozilla-mobile/fenix/issues/974
2464       - https://github.com/mozilla-mobile/fenix/issues/19923
2465     data_reviews:
2466       - https://github.com/mozilla-mobile/fenix/pull/1708
2467       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2468       - https://github.com/mozilla-mobile/fenix/pull/18143
2469       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2470       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2471     data_sensitivity:
2472       - interaction
2473     notification_emails:
2474       - android-probes@mozilla.com
2475       - erichards@mozilla.com
2476     expires: never
2477     metadata:
2478       tags:
2479         - Bookmarks
2480   folder_remove:
2481     type: event
2482     description: |
2483       A user removed a bookmark folder.
2484     bugs:
2485       - https://github.com/mozilla-mobile/fenix/issues/3174
2486       - https://github.com/mozilla-mobile/fenix/issues/19923
2487     data_reviews:
2488       - https://github.com/mozilla-mobile/fenix/pull/3724
2489       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2490       - https://github.com/mozilla-mobile/fenix/pull/18143
2491       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2492       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2493     data_sensitivity:
2494       - interaction
2495     notification_emails:
2496       - android-probes@mozilla.com
2497       - erichards@mozilla.com
2498     expires: never
2500     metadata:
2501       tags:
2502         - Bookmarks
2503 activation:
2504   identifier:
2505     type: string
2506     lifetime: ping
2507     description: |
2508       A hashed and salted version of the Google Advertising ID from the device.
2509       This will never be sent in a ping that also contains the client_id.
2510     send_in_pings:
2511       - activation
2512     bugs:
2513       - https://bugzilla.mozilla.org/1538011
2514       - https://bugzilla.mozilla.org/1501822
2515       - https://github.com/mozilla-mobile/fenix/issues/19923
2516     data_reviews:
2517       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2518       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2519       - https://github.com/mozilla-mobile/fenix/pull/18143
2520       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2521       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2522     data_sensitivity:
2523       - highly_sensitive
2524     notification_emails:
2525       - android-probes@mozilla.com
2526       - erichards@mozilla.com
2527     expires: never
2528     metadata:
2529       tags:
2530         - Privacy&Security
2531   activation_id:
2532     type: uuid
2533     lifetime: user
2534     description: |
2535       An alternate identifier, not correlated with the client_id, generated once
2536       and only sent with the activation ping.
2537     send_in_pings:
2538       - activation
2539     bugs:
2540       - https://bugzilla.mozilla.org/1538011
2541       - https://github.com/mozilla-mobile/fenix/issues/19923
2542     data_reviews:
2543       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2544       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2545       - https://github.com/mozilla-mobile/fenix/pull/18143
2546       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2547       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2548     data_sensitivity:
2549       - highly_sensitive
2550     notification_emails:
2551       - android-probes@mozilla.com
2552       - erichards@mozilla.com
2553     expires: never
2554     no_lint:
2555       - USER_LIFETIME_EXPIRATION
2556     metadata:
2557       tags:
2558         - Privacy&Security
2560 error_page:
2561   visited_error:
2562     type: event
2563     description: |
2564       A user encountered an error page
2565     extra_keys:
2566       error_type:
2567         type: string
2568         description: "The error type of the error page encountered"
2569     bugs:
2570       - https://github.com/mozilla-mobile/fenix/issues/1242
2571       - https://github.com/mozilla-mobile/fenix/issues/19923
2572     data_reviews:
2573       - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
2574       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2575       - https://github.com/mozilla-mobile/fenix/pull/18143
2576       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2577       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2578     data_sensitivity:
2579       - interaction
2580     notification_emails:
2581       - android-probes@mozilla.com
2582     expires: 108
2583     metadata:
2584       tags:
2585         - ErrorMessages
2587 sync_auth:
2588   opened:
2589     type: event
2590     description: |
2591       A user opened the sync authentication page
2592     bugs:
2593       - https://github.com/mozilla-mobile/fenix/issues/1190
2594     data_reviews:
2595       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2596       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2597       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2598       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2599       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2600     data_sensitivity:
2601       - interaction
2602     notification_emails:
2603       - android-probes@mozilla.com
2604     expires: 111
2605     metadata:
2606       tags:
2607         - Toolbar
2608         - Sync
2609   closed:
2610     type: event
2611     description: |
2612       A user closed the sync page
2613     bugs:
2614       - https://github.com/mozilla-mobile/fenix/issues/1190
2615     data_reviews:
2616       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2617       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2618       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2619       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2620       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2621     data_sensitivity:
2622       - interaction
2623     notification_emails:
2624       - android-probes@mozilla.com
2625     expires: 111
2626     metadata:
2627       tags:
2628         - Toolbar
2629         - Sync
2630   use_email:
2631     type: event
2632     description: |
2633       A user chose to use their email to sign in instead of scanning a QR code,
2634       counterpart to "scan_pairing"
2635     bugs:
2636       - https://github.com/mozilla-mobile/fenix/issues/9834
2637     data_reviews:
2638       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2639       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2640       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2641       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2642       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2643     data_sensitivity:
2644       - interaction
2645     notification_emails:
2646       - android-probes@mozilla.com
2647     expires: 111
2648     metadata:
2649       tags:
2650         - Sync
2651   use_email_problem:
2652     type: event
2653     description: |
2654       A user chose to use their email to sign in after an account problem
2655     bugs:
2656       - https://github.com/mozilla-mobile/fenix/issues/9834
2657     data_reviews:
2658       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2659       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2660       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2661       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2662       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2663     data_sensitivity:
2664       - interaction
2665     notification_emails:
2666       - android-probes@mozilla.com
2667     expires: 111
2668     metadata:
2669       tags:
2670         - Sync
2671   sign_in:
2672     type: event
2673     description: |
2674       A user pressed the sign in button on the sync authentication page and was
2675       successfully signed in to FxA
2676     bugs:
2677       - https://github.com/mozilla-mobile/fenix/issues/1190
2678     data_reviews:
2679       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2680       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2681       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2682       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2683       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2684     data_sensitivity:
2685       - interaction
2686     notification_emails:
2687       - android-probes@mozilla.com
2688       - erichards@mozilla.com
2689     expires: never
2690     metadata:
2691       tags:
2692         - Sync
2693   sign_out:
2694     type: event
2695     description: |
2696       A user pressed the sign out button on the sync account page and was
2697       successfully signed out of FxA
2698     bugs:
2699       - https://github.com/mozilla-mobile/fenix/issues/1190
2700     data_reviews:
2701       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2702       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2703       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2704       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2705       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2706     data_sensitivity:
2707       - interaction
2708     notification_emails:
2709       - android-probes@mozilla.com
2710       - erichards@mozilla.com
2711     expires: never
2712     metadata:
2713       tags:
2714         - Sync
2715   sign_up:
2716     type: event
2717     description: |
2718       User registered a new Firefox Account, and was signed into it
2719     bugs:
2720       - https://github.com/mozilla-mobile/fenix/issues/4971
2721     data_reviews:
2722       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2723       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2724       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2725       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2726       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2727     data_sensitivity:
2728       - technical
2729       - interaction
2730     notification_emails:
2731       - android-probes@mozilla.com
2732       - erichards@mozilla.com
2733     expires: never
2734     metadata:
2735       tags:
2736         - Accounts
2737   paired:
2738     type: event
2739     description: |
2740       User signed into FxA by pairing with a different Firefox browser, using a
2741       QR code
2742     bugs:
2743       - https://github.com/mozilla-mobile/fenix/issues/4971
2744     data_reviews:
2745       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2746       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2747       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2748       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2749       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2750     data_sensitivity:
2751       - technical
2752       - interaction
2753     notification_emails:
2754       - android-probes@mozilla.com
2755     expires: 111
2756     metadata:
2757       tags:
2758         - Accounts
2759   recovered:
2760     type: event
2761     description: |
2762       Account manager automatically recovered FxA authentication state without
2763       direct user involvement
2764     bugs:
2765       - https://github.com/mozilla-mobile/fenix/issues/4971
2766     data_reviews:
2767       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2768       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2769       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2770       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2771       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2772     data_sensitivity:
2773       - technical
2774       - interaction
2775     notification_emails:
2776       - android-probes@mozilla.com
2777     expires: 111
2778     metadata:
2779       tags:
2780         - Accounts
2781   other_external:
2782     type: event
2783     description: |
2784       User authenticated via FxA using an unknown mechanism. "Known" mechanisms
2785       are currently sign-in, sign-up and pairing
2786     bugs:
2787       - https://github.com/mozilla-mobile/fenix/issues/4971
2788     data_reviews:
2789       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2790       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2791       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2792       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2793       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2794     data_sensitivity:
2795       - technical
2796       - interaction
2797     notification_emails:
2798       - android-probes@mozilla.com
2799     expires: 111
2800     metadata:
2801       tags:
2802         - Accounts
2803   scan_pairing:
2804     type: event
2805     description: |
2806       A user pressed the scan pairing button on the sync authentication page
2807     bugs:
2808       - https://github.com/mozilla-mobile/fenix/issues/1190
2809     data_reviews:
2810       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2811       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2812       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2813       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2814       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2815     data_sensitivity:
2816       - interaction
2817     notification_emails:
2818       - android-probes@mozilla.com
2819     expires: 111
2820     metadata:
2821       tags:
2822         - Sync
2824 sync_account:
2825   opened:
2826     type: event
2827     description: |
2828       A user opened the sync account page
2829     bugs:
2830       - https://github.com/mozilla-mobile/fenix/issues/1190
2831     data_reviews:
2832       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2833       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2834       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2835       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2836       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2837     data_sensitivity:
2838       - interaction
2839     notification_emails:
2840       - android-probes@mozilla.com
2841     expires: 111
2842     metadata:
2843       tags:
2844         - Toolbar
2845         - Sync
2846   sync_now:
2847     type: event
2848     description: |
2849       A user pressed the sync now button on the sync account page
2850     bugs:
2851       - https://github.com/mozilla-mobile/fenix/issues/1190
2852     data_reviews:
2853       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2854       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2855       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2856       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2857       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2858     data_sensitivity:
2859       - interaction
2860     notification_emails:
2861       - android-probes@mozilla.com
2862     expires: 111
2863     metadata:
2864       tags:
2865         - Toolbar
2866         - Sync
2867   send_tab:
2868     type: event
2869     description: |
2870       A user sent the current tab to another FxA device
2871     bugs:
2872       - https://github.com/mozilla-mobile/fenix/issues/4908
2873     data_reviews:
2874       - https://github.com/mozilla-mobile/fenix/pull/5106
2875       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2876       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2877       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2878       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2879     data_sensitivity:
2880       - interaction
2881     notification_emails:
2882       - android-probes@mozilla.com
2883     expires: 111
2884     metadata:
2885       tags:
2886         - SendTab
2887   sign_in_to_send_tab:
2888     type: event
2889     description: |
2890       A user pressed the "sign in to send tab" button inside the share tab menu
2891     bugs:
2892       - https://github.com/mozilla-mobile/fenix/issues/4908
2893     data_reviews:
2894       - https://github.com/mozilla-mobile/fenix/pull/5106
2895       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2896       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2897       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2898       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2899     data_sensitivity:
2900       - interaction
2901     notification_emails:
2902       - android-probes@mozilla.com
2903     expires: 111
2904     metadata:
2905       tags:
2906         - SendTab
2908 history:
2909   opened:
2910     type: event
2911     description: |
2912       A user opened the history screen
2913     bugs:
2914       - https://github.com/mozilla-mobile/fenix/issues/2362
2915     data_reviews:
2916       - https://github.com/mozilla-mobile/fenix/pull/3940
2917       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2918       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2919       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2920       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2921     data_sensitivity:
2922       - interaction
2923     notification_emails:
2924       - android-probes@mozilla.com
2925     expires: 111
2926     metadata:
2927       tags:
2928         - History
2929   removed:
2930     type: event
2931     description: |
2932       A user removed a history item
2933     bugs:
2934       - https://github.com/mozilla-mobile/fenix/issues/2362
2935     data_reviews:
2936       - https://github.com/mozilla-mobile/fenix/pull/3940
2937       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2938       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2939       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2940       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2941     data_sensitivity:
2942       - interaction
2943     notification_emails:
2944       - android-probes@mozilla.com
2945     expires: 111
2946     metadata:
2947       tags:
2948         - History
2949   removed_all:
2950     type: event
2951     description: |
2952       A user removed all history items
2953     bugs:
2954       - https://github.com/mozilla-mobile/fenix/issues/2362
2955     data_reviews:
2956       - https://github.com/mozilla-mobile/fenix/pull/3940
2957       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2958       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2959       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2960       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2961     data_sensitivity:
2962       - interaction
2963     notification_emails:
2964       - android-probes@mozilla.com
2965     expires: 111
2966     metadata:
2967       tags:
2968         - History
2969   shared:
2970     type: event
2971     description: |
2972       A user shared a history item
2973     bugs:
2974       - https://github.com/mozilla-mobile/fenix/issues/2362
2975     data_reviews:
2976       - https://github.com/mozilla-mobile/fenix/pull/3940
2977       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2978       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2979       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2980       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2981     data_sensitivity:
2982       - interaction
2983     notification_emails:
2984       - android-probes@mozilla.com
2985     expires: 111
2986     metadata:
2987       tags:
2988         - History
2989   opened_item:
2990     type: event
2991     description: |
2992       A user opened a history item
2993     bugs:
2994       - https://github.com/mozilla-mobile/fenix/issues/18178
2995     data_reviews:
2996       - https://github.com/mozilla-mobile/fenix/pull/18261
2997       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2998       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2999     data_sensitivity:
3000       - interaction
3001     notification_emails:
3002       - android-probes@mozilla.com
3003       - erichards@mozilla.com
3004     expires: never
3005     metadata:
3006       tags:
3007         - History
3008   opened_item_in_new_tab:
3009     type: event
3010     description: |
3011       A user opened a history item in a new tab
3012     bugs:
3013       - https://github.com/mozilla-mobile/fenix/issues/18178
3014     data_reviews:
3015       - https://github.com/mozilla-mobile/fenix/pull/18261
3016       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3017       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3018     data_sensitivity:
3019       - interaction
3020     notification_emails:
3021       - android-probes@mozilla.com
3022       - erichards@mozilla.com
3023     expires: never
3024     metadata:
3025       tags:
3026         - History
3027   opened_items_in_new_tabs:
3028     type: event
3029     description: |
3030       A user opened multiple history items in new tabs
3031     bugs:
3032       - https://github.com/mozilla-mobile/fenix/issues/18178
3033       - https://github.com/mozilla-mobile/fenix/issues/19923
3034     data_reviews:
3035       - https://github.com/mozilla-mobile/fenix/pull/18261
3036       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3037       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3038     data_sensitivity:
3039       - interaction
3040     notification_emails:
3041       - android-probes@mozilla.com
3042       - erichards@mozilla.com
3043     expires: never
3044     metadata:
3045       tags:
3046         - History
3047   opened_item_in_private_tab:
3048     type: event
3049     description: |
3050       A user opened a history item in a private tab
3051     bugs:
3052       - https://github.com/mozilla-mobile/fenix/issues/18178
3053     data_reviews:
3054       - https://github.com/mozilla-mobile/fenix/pull/18261
3055       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3056       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3057     data_sensitivity:
3058       - interaction
3059     notification_emails:
3060       - android-probes@mozilla.com
3061       - erichards@mozilla.com
3062     expires: never
3063     metadata:
3064       tags:
3065         - History
3066   opened_items_in_private_tabs:
3067     type: event
3068     description: |
3069       A user opened multiple history items in private tabs
3070     bugs:
3071       - https://github.com/mozilla-mobile/fenix/issues/18178
3072     data_reviews:
3073       - https://github.com/mozilla-mobile/fenix/pull/18261
3074       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3075       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3076     data_sensitivity:
3077       - interaction
3078     notification_emails:
3079       - android-probes@mozilla.com
3080       - erichards@mozilla.com
3081     expires: never
3082     metadata:
3083       tags:
3084         - History
3085   recent_searches_tapped:
3086     type: event
3087     description: |
3088       User has tapped on an item in the "Recently visited" section on home.
3089     extra_keys:
3090       page_number:
3091         type: string
3092         description: |
3093           The page number in the homescreen carousel that the recently visited
3094           item was on.
3095     bugs:
3096       - https://github.com/mozilla-mobile/fenix/issues/22172
3097     data_reviews:
3098       - https://github.com/mozilla-mobile/fenix/pull/22173
3099     data_sensitivity:
3100       - interaction
3101     notification_emails:
3102       - android-probes@mozilla.com
3103     expires: 107
3104   search_term_group_tapped:
3105     type: event
3106     description: |
3107       A user tapped on a search term group in history
3108     bugs:
3109       - https://github.com/mozilla-mobile/fenix/issues/22299
3110     data_reviews:
3111       - https://github.com/mozilla-mobile/fenix/pull/22300
3112     data_sensitivity:
3113       - interaction
3114     notification_emails:
3115       - android-probes@mozilla.com
3116     expires: 107
3117   search_term_group_open_tab:
3118     type: event
3119     description: |
3120       A user opens a tab from the search term group in history.
3121     bugs:
3122       - https://github.com/mozilla-mobile/fenix/issues/22147
3123     data_reviews:
3124       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3125     data_sensitivity:
3126       - interaction
3127     notification_emails:
3128       - android-probes@mozilla.com
3129     expires: 107
3130   search_term_group_remove_tab:
3131     type: event
3132     description: |
3133       A user closes a single tab in the search term group in history.
3134     bugs:
3135       - https://github.com/mozilla-mobile/fenix/issues/22147
3136     data_reviews:
3137       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3138     data_sensitivity:
3139       - interaction
3140     notification_emails:
3141       - android-probes@mozilla.com
3142     expires: 107
3143   search_term_group_remove_all:
3144     type: event
3145     description: |
3146       A user closes all tabs in the search term group in history.
3147     bugs:
3148       - https://github.com/mozilla-mobile/fenix/issues/22147
3149     data_reviews:
3150       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
3151     data_sensitivity:
3152       - interaction
3153     notification_emails:
3154       - android-probes@mozilla.com
3155     expires: 107
3156   search_icon_tapped:
3157     type: event
3158     description: |
3159       A user tapped on the search icon in history.
3160     bugs:
3161       - https://github.com/mozilla-mobile/fenix/issues/23694
3162     data_reviews:
3163       - https://github.com/mozilla-mobile/fenix/pull/23695
3164     data_sensitivity:
3165       - interaction
3166     notification_emails:
3167       - android-probes@mozilla.com
3168     expires: 112
3169   search_result_tapped:
3170     type: event
3171     description: |
3172       A user tapped on the search result in history.
3173     bugs:
3174       - https://github.com/mozilla-mobile/fenix/issues/23694
3175     data_reviews:
3176       - https://github.com/mozilla-mobile/fenix/pull/23695
3177     data_sensitivity:
3178       - interaction
3179     notification_emails:
3180       - android-probes@mozilla.com
3181     expires: 112
3183 recently_closed_tabs:
3184   opened:
3185     type: event
3186     description: |
3187       User opened the "Recently closed tabs" screen.
3188     bugs:
3189       - https://github.com/mozilla-mobile/fenix/issues/21009
3190     data_reviews:
3191       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3192     data_sensitivity:
3193       - interaction
3194     notification_emails:
3195       - android-probes@mozilla.com
3196     expires: 109
3197   closed:
3198     type: event
3199     description: |
3200       User closed the "Recently closed tabs" screen.
3201     bugs:
3202       - https://github.com/mozilla-mobile/fenix/issues/21009
3203     data_reviews:
3204       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3205     data_sensitivity:
3206       - interaction
3207     notification_emails:
3208       - android-probes@mozilla.com
3209     expires: 109
3210   show_full_history:
3211     type: event
3212     description: |
3213       User tapped "Show full history" to see all history.
3214     bugs:
3215       - https://github.com/mozilla-mobile/fenix/issues/21009
3216     data_reviews:
3217       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3218     data_sensitivity:
3219       - interaction
3220     notification_emails:
3221       - android-probes@mozilla.com
3222     expires: 109
3223   open_tab:
3224     type: event
3225     description: |
3226       User tapped on a tab item to be opened.
3227     bugs:
3228       - https://github.com/mozilla-mobile/fenix/issues/21009
3229     data_reviews:
3230       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3231     data_sensitivity:
3232       - interaction
3233     notification_emails:
3234       - android-probes@mozilla.com
3235     expires: 109
3236   delete_tab:
3237     type: event
3238     description: |
3239       User tapped the delete button of a tab item.
3240     bugs:
3241       - https://github.com/mozilla-mobile/fenix/issues/21009
3242     data_reviews:
3243       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3244     data_sensitivity:
3245       - interaction
3246     notification_emails:
3247       - android-probes@mozilla.com
3248     expires: 109
3249   menu_close:
3250     type: event
3251     description: |
3252       User tapped the close button - "X" to return to the previous screen.
3253     bugs:
3254       - https://github.com/mozilla-mobile/fenix/issues/21009
3255     data_reviews:
3256       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3257     data_sensitivity:
3258       - interaction
3259     notification_emails:
3260       - android-probes@mozilla.com
3261     expires: 109
3262   menu_share:
3263     type: event
3264     description: |
3265       User tapped the share menu option for multi selected tabs.
3266     bugs:
3267       - https://github.com/mozilla-mobile/fenix/issues/21009
3268     data_reviews:
3269       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3270     data_sensitivity:
3271       - interaction
3272     notification_emails:
3273       - android-probes@mozilla.com
3274     expires: 109
3275   menu_delete:
3276     type: event
3277     description: |
3278       User tapped the delete menu option for multi selected tabs.
3279     bugs:
3280       - https://github.com/mozilla-mobile/fenix/issues/21009
3281     data_reviews:
3282       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3283     data_sensitivity:
3284       - interaction
3285     notification_emails:
3286       - android-probes@mozilla.com
3287     expires: 109
3288   menu_open_in_normal_tab:
3289     type: event
3290     description: |
3291       User tapped the "Open in new tab" menu option for multi selected tabs.
3292     bugs:
3293       - https://github.com/mozilla-mobile/fenix/issues/21009
3294     data_reviews:
3295       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3296     data_sensitivity:
3297       - interaction
3298     notification_emails:
3299       - android-probes@mozilla.com
3300     expires: 109
3301   menu_open_in_private_tab:
3302     type: event
3303     description: |
3304       User tapped the "Open in private tab" menu option for multi selected tabs.
3305     bugs:
3306       - https://github.com/mozilla-mobile/fenix/issues/21009
3307     data_reviews:
3308       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3309     data_sensitivity:
3310       - interaction
3311     notification_emails:
3312       - android-probes@mozilla.com
3313     expires: 109
3314   enter_multiselect:
3315     type: event
3316     description: |
3317       User tapped on a tab item to enter multi select mode.
3318     bugs:
3319       - https://github.com/mozilla-mobile/fenix/issues/21009
3320     data_reviews:
3321       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3322     data_sensitivity:
3323       - interaction
3324     notification_emails:
3325       - android-probes@mozilla.com
3326     expires: 109
3327   exit_multiselect:
3328     type: event
3329     description: |
3330       User pressed back or tapped the last selected tab item to exit
3331       multiselect.
3332     bugs:
3333       - https://github.com/mozilla-mobile/fenix/issues/21009
3334     data_reviews:
3335       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
3336     data_sensitivity:
3337       - interaction
3338     notification_emails:
3339       - android-probes@mozilla.com
3340     expires: 109
3342 reader_mode:
3343   available:
3344     type: event
3345     description: |
3346       Reader mode is available for the current page
3347     bugs:
3348       - https://github.com/mozilla-mobile/fenix/issues/2267
3349     data_reviews:
3350       - https://github.com/mozilla-mobile/fenix/pull/3941
3351       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3352       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3353       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3354       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3355     data_sensitivity:
3356       - interaction
3357     notification_emails:
3358       - android-probes@mozilla.com
3359       - erichards@mozilla.com
3360     expires: never
3361     metadata:
3362       tags:
3363         - ReaderMode
3364   opened:
3365     type: event
3366     description: |
3367       A user opened reader mode
3368     bugs:
3369       - https://github.com/mozilla-mobile/fenix/issues/2267
3370     data_reviews:
3371       - https://github.com/mozilla-mobile/fenix/pull/3941
3372       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3373       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3374       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3375       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3376     data_sensitivity:
3377       - interaction
3378     notification_emails:
3379       - android-probes@mozilla.com
3380       - erichards@mozilla.com
3381     expires: never
3382     metadata:
3383       tags:
3384         - ReaderMode
3385   closed:
3386     type: event
3387     description: |
3388       A user closed reader mode
3389     bugs:
3390       - https://github.com/mozilla-mobile/fenix/issues/2267
3391     data_reviews:
3392       - https://github.com/mozilla-mobile/fenix/pull/4328
3393       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3394       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3395       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3396       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3397     data_sensitivity:
3398       - interaction
3399     notification_emails:
3400       - android-probes@mozilla.com
3401       - erichards@mozilla.com
3402     expires: never
3403     metadata:
3404       tags:
3405         - ReaderMode
3406   appearance:
3407     type: event
3408     description: |
3409       A user tapped the appearance button
3410     bugs:
3411       - https://github.com/mozilla-mobile/fenix/issues/2267
3412     data_reviews:
3413       - https://github.com/mozilla-mobile/fenix/pull/3941
3414       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3415       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3416       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3417       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3418     data_sensitivity:
3419       - interaction
3420     notification_emails:
3421       - android-probes@mozilla.com
3422       - erichards@mozilla.com
3423       - erichards@mozilla.com
3424       - erichards@mozilla.com
3425     expires: never
3426     metadata:
3427       tags:
3428         - ReaderMode
3430 tabs_tray:
3431   opened:
3432     type: event
3433     description: |
3434       A user opened the tabs tray
3435     bugs:
3436       - https://github.com/mozilla-mobile/fenix/issues/11273
3437     data_reviews:
3438       - https://github.com/mozilla-mobile/fenix/pull/12036
3439       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3440       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3441       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3442       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
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:
3453     type: event
3454     description: |
3455       A user closed the tabs tray
3456     bugs:
3457       - https://github.com/mozilla-mobile/fenix/issues/11273
3458     data_reviews:
3459       - https://github.com/mozilla-mobile/fenix/pull/12036
3460       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3461       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3462       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3463       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3464     data_sensitivity:
3465       - interaction
3466     notification_emails:
3467       - android-probes@mozilla.com
3468       - erichards@mozilla.com
3469     expires: never
3470     metadata:
3471       tags:
3472         - Tabs
3473   opened_existing_tab:
3474     type: event
3475     description: |
3476       A user opened an existing tab from a particular app feature.
3477     extra_keys:
3478       source:
3479         description: |
3480           From which app feature was an existing tab opened.
3481         type: string
3482     bugs:
3483       - https://github.com/mozilla-mobile/fenix/issues/11273
3484     data_reviews:
3485       - https://github.com/mozilla-mobile/fenix/pull/12036
3486       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3487       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3488       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3489       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3490       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
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   closed_existing_tab:
3501     type: event
3502     description: |
3503       A user closed an existing tab from a particular app feature.
3504     extra_keys:
3505       source:
3506         description: |
3507           From which app feature was an existing tab closed.
3508         type: string
3509     bugs:
3510       - https://github.com/mozilla-mobile/fenix/issues/11273
3511     data_reviews:
3512       - https://github.com/mozilla-mobile/fenix/pull/12036
3513       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3514       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3515       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3516       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
3517       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3518     data_sensitivity:
3519       - interaction
3520     notification_emails:
3521       - android-probes@mozilla.com
3522       - erichards@mozilla.com
3523     expires: never
3524     metadata:
3525       tags:
3526         - Tabs
3527   private_mode_tapped:
3528     type: event
3529     description: |
3530       A user switched to private mode
3531     bugs:
3532       - https://github.com/mozilla-mobile/fenix/issues/11273
3533     data_reviews:
3534       - https://github.com/mozilla-mobile/fenix/pull/12036
3535       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3536       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3537       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3538       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3539     data_sensitivity:
3540       - interaction
3541     notification_emails:
3542       - android-probes@mozilla.com
3543       - erichards@mozilla.com
3544     expires: never
3545     metadata:
3546       tags:
3547         - Tabs
3548   normal_mode_tapped:
3549     type: event
3550     description: |
3551       A user switched to normal mode
3552     bugs:
3553       - https://github.com/mozilla-mobile/fenix/issues/11273
3554     data_reviews:
3555       - https://github.com/mozilla-mobile/fenix/pull/12036
3556       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3557       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3558       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3559       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3560     data_sensitivity:
3561       - interaction
3562     notification_emails:
3563       - android-probes@mozilla.com
3564       - erichards@mozilla.com
3565     expires: never
3566     metadata:
3567       tags:
3568         - Tabs
3569   synced_mode_tapped:
3570     type: event
3571     description: |
3572       A user switched to synced mode
3573     bugs:
3574       - https://github.com/mozilla-mobile/fenix/issues/18948
3575     data_reviews:
3576       - https://github.com/mozilla-mobile/fenix/pull/19004
3577       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3578       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3579     data_sensitivity:
3580       - interaction
3581     notification_emails:
3582       - android-probes@mozilla.com
3583       - erichards@mozilla.com
3584     expires: never
3585     metadata:
3586       tags:
3587         - SyncTabs
3588         - Tabs
3589   new_tab_tapped:
3590     type: event
3591     description: |
3592       A user opened a new tab
3593     bugs:
3594       - https://github.com/mozilla-mobile/fenix/issues/11273
3595     data_reviews:
3596       - https://github.com/mozilla-mobile/fenix/pull/12036
3597       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3598       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3599       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3600       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3601     data_sensitivity:
3602       - interaction
3603     notification_emails:
3604       - android-probes@mozilla.com
3605       - erichards@mozilla.com
3606     expires: never
3607     metadata:
3608       tags:
3609         - Tabs
3610   new_private_tab_tapped:
3611     type: event
3612     description: |
3613       A user opened a new private tab
3614     bugs:
3615       - https://github.com/mozilla-mobile/fenix/issues/11273
3616     data_reviews:
3617       - https://github.com/mozilla-mobile/fenix/pull/12036
3618       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3619       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3620       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3621       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3622     data_sensitivity:
3623       - interaction
3624     notification_emails:
3625       - android-probes@mozilla.com
3626       - erichards@mozilla.com
3627     expires: never
3628     metadata:
3629       tags:
3630         - Tabs
3631   menu_opened:
3632     type: event
3633     description: |
3634       A user opened three three dot menu in the tabs tray
3635     bugs:
3636       - https://github.com/mozilla-mobile/fenix/issues/11273
3637     data_reviews:
3638       - https://github.com/mozilla-mobile/fenix/pull/12036
3639       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3640       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3641       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3642       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3643     data_sensitivity:
3644       - interaction
3645     notification_emails:
3646       - android-probes@mozilla.com
3647       - erichards@mozilla.com
3648     expires: never
3649     metadata:
3650       tags:
3651         - Tabs
3652   save_to_collection:
3653     type: event
3654     description: |
3655       A user tapped the save to collection button in the tabs tray
3656     bugs:
3657       - https://github.com/mozilla-mobile/fenix/issues/11273
3658     data_reviews:
3659       - https://github.com/mozilla-mobile/fenix/pull/12036
3660       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3661       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3662       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3663       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3664     data_sensitivity:
3665       - interaction
3666     notification_emails:
3667       - android-probes@mozilla.com
3668       - erichards@mozilla.com
3669     expires: never
3670     metadata:
3671       tags:
3672         - Tabs
3673         - Collections
3674   share_all_tabs:
3675     type: event
3676     description: |
3677       A user tapped the share all tabs button in the
3678       three dot menu within the tabs tray
3679     bugs:
3680       - https://github.com/mozilla-mobile/fenix/issues/11273
3681     data_reviews:
3682       - https://github.com/mozilla-mobile/fenix/pull/12036
3683       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3684       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3685       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3686       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3687     data_sensitivity:
3688       - interaction
3689     notification_emails:
3690       - android-probes@mozilla.com
3691       - erichards@mozilla.com
3692     expires: never
3693     metadata:
3694       tags:
3695         - Tabs
3696   close_all_tabs:
3697     type: event
3698     description: |
3699       A user tapped the close all tabs button in the
3700       three dot menu within the tabs tray
3701     bugs:
3702       - https://github.com/mozilla-mobile/fenix/issues/11273
3703     data_reviews:
3704       - https://github.com/mozilla-mobile/fenix/pull/12036
3705       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3706       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3707       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3708       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3709     data_sensitivity:
3710       - interaction
3711     notification_emails:
3712       - android-probes@mozilla.com
3713       - erichards@mozilla.com
3714     expires: never
3715     metadata:
3716       tags:
3717         - Tabs
3718   inactive_tabs_expanded:
3719     type: event
3720     description: |
3721       A user tapped the "Inactive tabs" header to expand
3722       the group of inactive tabs.
3723     bugs:
3724       - https://github.com/mozilla-mobile/fenix/issues/20507
3725     data_reviews:
3726       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3727       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3728     data_sensitivity:
3729       - interaction
3730     notification_emails:
3731       - android-probes@mozilla.com
3732     expires: 116
3733     metadata:
3734       tags:
3735         - Tabs
3736   inactive_tabs_collapsed:
3737     type: event
3738     description: |
3739       A user tapped the "Inactive tabs" header to collapse
3740       the group of inactive tabs.
3741     bugs:
3742       - https://github.com/mozilla-mobile/fenix/issues/20507
3743     data_reviews:
3744       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3745       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3746     data_sensitivity:
3747       - interaction
3748     notification_emails:
3749       - android-probes@mozilla.com
3750     expires: 116
3751     metadata:
3752       tags:
3753         - Tabs
3754   has_inactive_tabs:
3755     type: event
3756     description: |
3757       A boolean that indicates if the user has any INACTIVE tabs.
3758     extra_keys:
3759       inactive_tabs_count:
3760         description:
3761           The number of inactive tabs the user currently has.
3762         type: quantity
3763     bugs:
3764       - https://github.com/mozilla-mobile/fenix/issues/21903
3765     data_reviews:
3766       - https://github.com/mozilla-mobile/fenix/pull/21908
3767     data_sensitivity:
3768       - interaction
3769     notification_emails:
3770       - android-probes@mozilla.com
3771     expires: 107
3772   close_all_inactive_tabs:
3773     type: event
3774     description: |
3775       A user tapped the close all inactive tabs button in the the tabs tray
3776     bugs:
3777       - https://github.com/mozilla-mobile/fenix/issues/21903
3778     data_reviews:
3779       - https://github.com/mozilla-mobile/fenix/pull/21908
3780     data_sensitivity:
3781       - interaction
3782     notification_emails:
3783       - android-probes@mozilla.com
3784     expires: 107
3785   auto_close_seen:
3786     type: event
3787     description: |
3788       A user has seen the auto-close dialog for inactive tabs.
3789     bugs:
3790       - https://github.com/mozilla-mobile/fenix/issues/22170
3791     data_reviews:
3792       - https://github.com/mozilla-mobile/fenix/pull/22171
3793     data_sensitivity:
3794       - interaction
3795     notification_emails:
3796       - android-probes@mozilla.com
3797     expires: 107
3798   auto_close_turn_on_clicked:
3799     type: event
3800     description: |
3801       A user has clicked the turn-on auto-close button for inactive tabs.
3802     bugs:
3803       - https://github.com/mozilla-mobile/fenix/issues/22170
3804     data_reviews:
3805       - https://github.com/mozilla-mobile/fenix/pull/22171
3806     data_sensitivity:
3807       - interaction
3808     notification_emails:
3809       - android-probes@mozilla.com
3810     expires: 107
3811   auto_close_dimissed:
3812     type: event
3813     description: |
3814       A user has dimissed the auto-close dialog for inactive tabs.
3815     bugs:
3816       - https://github.com/mozilla-mobile/fenix/issues/22170
3817     data_reviews:
3818       - https://github.com/mozilla-mobile/fenix/pull/22171
3819     data_sensitivity:
3820       - interaction
3821     notification_emails:
3822       - android-probes@mozilla.com
3823     expires: 107
3824   close_inactive_tab:
3825     type: counter
3826     description: |
3827       A counter that indicates how many INACTIVE tabs a user has closed.
3828     bugs:
3829       - https://github.com/mozilla-mobile/fenix/issues/21903
3830     data_reviews:
3831       - https://github.com/mozilla-mobile/fenix/pull/21908
3832     data_sensitivity:
3833       - interaction
3834     notification_emails:
3835       - android-probes@mozilla.com
3836     expires: 107
3837   open_inactive_tab:
3838     type: counter
3839     description: |
3840       A counter that indicates how many INACTIVE tabs a user has opened.
3841     bugs:
3842       - https://github.com/mozilla-mobile/fenix/issues/21903
3843     data_reviews:
3844       - https://github.com/mozilla-mobile/fenix/pull/21908
3845     data_sensitivity:
3846       - interaction
3847     notification_emails:
3848       - android-probes@mozilla.com
3849     expires: 107
3850   inactive_tabs_cfr_settings:
3851     type: event
3852     description: |
3853       A user has opened settings via the inactive tabs CFR.
3854     bugs:
3855       - https://github.com/mozilla-mobile/fenix/issues/22298
3856     data_reviews:
3857       - https://github.com/mozilla-mobile/fenix/pull/22301
3858     data_sensitivity:
3859       - interaction
3860     notification_emails:
3861       - android-probes@mozilla.com
3862     expires: 107
3863   inactive_tabs_cfr_dismissed:
3864     type: event
3865     description: |
3866       A user has dismissed the inactive tabs CFR.
3867     bugs:
3868       - https://github.com/mozilla-mobile/fenix/issues/22298
3869     data_reviews:
3870       - https://github.com/mozilla-mobile/fenix/pull/22301
3871     data_sensitivity:
3872       - interaction
3873     notification_emails:
3874       - android-probes@mozilla.com
3875     expires: 107
3876   inactive_tabs_cfr_visible:
3877     type: event
3878     description: |
3879       An indication of whether the inactive tabs CFR is visible.
3880     bugs:
3881       - https://github.com/mozilla-mobile/fenix/issues/22298
3882     data_reviews:
3883       - https://github.com/mozilla-mobile/fenix/pull/22301
3884     data_sensitivity:
3885       - interaction
3886     notification_emails:
3887       - android-probes@mozilla.com
3888     expires: 107
3889   enter_multiselect_mode:
3890     type: event
3891     description: |
3892       User has entered multiselect mode.
3893     bugs:
3894       - https://github.com/mozilla-mobile/fenix/issues/23399
3895     data_reviews:
3896       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3897     data_sensitivity:
3898       - interaction
3899     notification_emails:
3900       - android-probes@mozilla.com
3901     expires: 107
3902     metadata:
3903       tags:
3904         - Tabs
3905     extra_keys:
3906       tab_selected:
3907         description: If a tab was selected when entering multi select.
3908         type: boolean
3909   share_selected_tabs:
3910     type: event
3911     description: |
3912       User has chosen to share selected tabs.
3913     bugs:
3914       - https://github.com/mozilla-mobile/fenix/issues/23399
3915     data_reviews:
3916       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3917     data_sensitivity:
3918       - interaction
3919     notification_emails:
3920       - android-probes@mozilla.com
3921     expires: 107
3922     metadata:
3923       tags:
3924         - Tabs
3925     extra_keys:
3926       tab_count:
3927         description: The number of selected tabs shared.
3928         type: quantity
3929   bookmark_selected_tabs:
3930     type: event
3931     description: |
3932       User has chosen to bookmark selected tabs.
3933     bugs:
3934       - https://github.com/mozilla-mobile/fenix/issues/23399
3935     data_reviews:
3936       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3937     data_sensitivity:
3938       - interaction
3939     notification_emails:
3940       - android-probes@mozilla.com
3941     expires: 107
3942     metadata:
3943       tags:
3944         - Tabs
3945     extra_keys:
3946       tab_count:
3947         description: The number of selected tabs bookmarked.
3948         type: quantity
3949   close_selected_tabs:
3950     type: event
3951     description: |
3952       User has chosen to close selected tabs.
3953     bugs:
3954       - https://github.com/mozilla-mobile/fenix/issues/23399
3955     data_reviews:
3956       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3957     data_sensitivity:
3958       - interaction
3959     notification_emails:
3960       - android-probes@mozilla.com
3961     expires: 107
3962     metadata:
3963       tags:
3964         - Tabs
3965     extra_keys:
3966       tab_count:
3967         description: The number of selected tabs closed.
3968         type: quantity
3969   selected_tabs_to_collection:
3970     type: event
3971     description: |
3972       User has chosen to save selected tabs to a collection.
3973     bugs:
3974       - https://github.com/mozilla-mobile/fenix/issues/23399
3975     data_reviews:
3976       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
3977     data_sensitivity:
3978       - interaction
3979     notification_emails:
3980       - android-probes@mozilla.com
3981     expires: 107
3982     metadata:
3983       tags:
3984         - Tabs
3985     extra_keys:
3986       tab_count:
3987         description: The number of selected tabs added to colelction.
3988         type: quantity
3989   access_point:
3990     type: labeled_counter
3991     description: |
3992       The area that the tabs tray was accessed from.
3993     bugs:
3994       - https://github.com/mozilla-mobile/fenix/issues/24549
3995     data_reviews:
3996       - https://github.com/mozilla-mobile/fenix/pull/24671
3997     notification_emails:
3998       - android-probes@mozilla.com
3999     data_sensitivity:
4000       - interaction
4001     expires: 114
4004 collections:
4005   renamed:
4006     type: event
4007     description: |
4008       A user renamed a collection
4009     bugs:
4010       - https://github.com/mozilla-mobile/fenix/issues/969
4011       - https://github.com/mozilla-mobile/fenix/issues/19923
4012     data_reviews:
4013       - https://github.com/mozilla-mobile/fenix/pull/3935
4014       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4015       - https://github.com/mozilla-mobile/fenix/pull/18143
4016       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4017       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4018     data_sensitivity:
4019       - technical
4020       - interaction
4021     notification_emails:
4022       - android-probes@mozilla.com
4023       - erichards@mozilla.com
4024     expires: never
4025     metadata:
4026       tags:
4027         - Collections
4028   tab_restored:
4029     type: event
4030     description: |
4031       A user restored a tab from collection tab list
4032     bugs:
4033       - https://github.com/mozilla-mobile/fenix/issues/969
4034       - https://github.com/mozilla-mobile/fenix/issues/19923
4035     data_reviews:
4036       - https://github.com/mozilla-mobile/fenix/pull/3935
4037       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4038       - https://github.com/mozilla-mobile/fenix/pull/18143
4039       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4040       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4041     data_sensitivity:
4042       - technical
4043       - interaction
4044     notification_emails:
4045       - android-probes@mozilla.com
4046       - erichards@mozilla.com
4047     expires: never
4048     metadata:
4049       tags:
4050         - Collections
4051   all_tabs_restored:
4052     type: event
4053     description: |
4054       A user tapped "open tabs" from collection menu
4055     bugs:
4056       - https://github.com/mozilla-mobile/fenix/issues/969
4057       - https://github.com/mozilla-mobile/fenix/issues/19923
4058     data_reviews:
4059       - https://github.com/mozilla-mobile/fenix/pull/3935
4060       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4061       - https://github.com/mozilla-mobile/fenix/pull/18143
4062       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4063       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4064     data_sensitivity:
4065       - technical
4066       - interaction
4067     notification_emails:
4068       - android-probes@mozilla.com
4069       - erichards@mozilla.com
4070     expires: never
4071     metadata:
4072       tags:
4073         - Collections
4074   tab_removed:
4075     type: event
4076     description: |
4077       A user tapped remove tab from collection tab list
4078     bugs:
4079       - https://github.com/mozilla-mobile/fenix/issues/969
4080       - https://github.com/mozilla-mobile/fenix/issues/19923
4081     data_reviews:
4082       - https://github.com/mozilla-mobile/fenix/pull/3935
4083       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4084       - https://github.com/mozilla-mobile/fenix/pull/18143
4085       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4086       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4087     data_sensitivity:
4088       - technical
4089       - interaction
4090     notification_emails:
4091       - android-probes@mozilla.com
4092       - erichards@mozilla.com
4093     expires: never
4094     metadata:
4095       tags:
4096         - Collections
4097   shared:
4098     type: event
4099     description: |
4100       A user tapped share collection
4101     bugs:
4102       - https://github.com/mozilla-mobile/fenix/issues/969
4103       - https://github.com/mozilla-mobile/fenix/issues/19923
4104     data_reviews:
4105       - https://github.com/mozilla-mobile/fenix/pull/3935
4106       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4107       - https://github.com/mozilla-mobile/fenix/pull/18143
4108       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4109       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4110     data_sensitivity:
4111       - technical
4112       - interaction
4113     notification_emails:
4114       - android-probes@mozilla.com
4115       - erichards@mozilla.com
4116     expires: never
4117     metadata:
4118       tags:
4119         - Collections
4120   removed:
4121     type: event
4122     description: |
4123       A user tapped delete collection from collection menu
4124     bugs:
4125       - https://github.com/mozilla-mobile/fenix/issues/969
4126       - https://github.com/mozilla-mobile/fenix/issues/19923
4127     data_reviews:
4128       - https://github.com/mozilla-mobile/fenix/pull/3935
4129       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4130       - https://github.com/mozilla-mobile/fenix/pull/18143
4131       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4132       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4133     data_sensitivity:
4134       - technical
4135       - interaction
4136     notification_emails:
4137       - android-probes@mozilla.com
4138       - erichards@mozilla.com
4139     expires: never
4140     metadata:
4141       tags:
4142         - Collections
4143   saved:
4144     type: event
4145     description: |
4146       A user saved a list of tabs to a new collection
4147     extra_keys:
4148       tabs_open:
4149         description: "The number of tabs open in the current session"
4150         type: string
4151       tabs_selected:
4152         description: "The number of tabs added to the collection"
4153         type: string
4154     bugs:
4155       - https://github.com/mozilla-mobile/fenix/issues/969
4156       - https://github.com/mozilla-mobile/fenix/issues/19923
4157     data_reviews:
4158       - https://github.com/mozilla-mobile/fenix/pull/3935
4159       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4160       - https://github.com/mozilla-mobile/fenix/pull/18143
4161       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4162       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4163     data_sensitivity:
4164       - technical
4165       - interaction
4166     notification_emails:
4167       - android-probes@mozilla.com
4168       - erichards@mozilla.com
4169     expires: never
4170     metadata:
4171       tags:
4172         - Collections
4173   tabs_added:
4174     type: event
4175     description: |
4176       A user saved a list of tabs to an existing collection
4177     extra_keys:
4178       tabs_open:
4179         description: The number of tabs open in the current session
4180         type: string
4181       tabs_selected:
4182         description: The number of tabs added to the collection
4183         type: string
4184     bugs:
4185       - https://github.com/mozilla-mobile/fenix/issues/969
4186       - https://github.com/mozilla-mobile/fenix/issues/19923
4187     data_reviews:
4188       - https://github.com/mozilla-mobile/fenix/pull/3935
4189       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4190       - https://github.com/mozilla-mobile/fenix/pull/18143
4191       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4192       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4193     data_sensitivity:
4194       - technical
4195       - interaction
4196     notification_emails:
4197       - android-probes@mozilla.com
4198       - erichards@mozilla.com
4199     expires: never
4200     metadata:
4201       tags:
4202         - Collections
4203   tab_select_opened:
4204     type: event
4205     description: |
4206       A user opened the select tabs screen (the first step of the collection
4207       creation flow)
4208     bugs:
4209       - https://github.com/mozilla-mobile/fenix/issues/969
4210       - https://github.com/mozilla-mobile/fenix/issues/19923
4211     data_reviews:
4212       - https://github.com/mozilla-mobile/fenix/pull/3935
4213       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4214       - https://github.com/mozilla-mobile/fenix/pull/18143
4215       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4216       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4217     data_sensitivity:
4218       - technical
4219       - interaction
4220     notification_emails:
4221       - android-probes@mozilla.com
4222       - erichards@mozilla.com
4223     expires: never
4224     metadata:
4225       tags:
4226         - Collections
4227   add_tab_button:
4228     type: event
4229     description: |
4230       A user tapped the "add tab" button in the three dot menu of collections
4231     bugs:
4232       - https://github.com/mozilla-mobile/fenix/issues/969
4233       - https://github.com/mozilla-mobile/fenix/issues/19923
4234     data_reviews:
4235       - https://github.com/mozilla-mobile/fenix/pull/4358
4236       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4237       - https://github.com/mozilla-mobile/fenix/pull/18143
4238       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4239       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4240     data_sensitivity:
4241       - interaction
4242     notification_emails:
4243       - android-probes@mozilla.com
4244       - erichards@mozilla.com
4245     expires: never
4246     metadata:
4247       tags:
4248         - Collections
4249   long_press:
4250     type: event
4251     description: |
4252       A user long pressed on a tab, triggering the collection creation screen
4253     bugs:
4254       - https://github.com/mozilla-mobile/fenix/issues/969
4255       - https://github.com/mozilla-mobile/fenix/issues/19923
4256     data_reviews:
4257       - https://github.com/mozilla-mobile/fenix/pull/4358
4258       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4259       - https://github.com/mozilla-mobile/fenix/pull/18143
4260       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4261       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4262     data_sensitivity:
4263       - interaction
4264     notification_emails:
4265       - android-probes@mozilla.com
4266       - erichards@mozilla.com
4267     expires: never
4268     metadata:
4269       tags:
4270         - Collections
4271   save_button:
4272     type: event
4273     description: |
4274       A user pressed the "save to collection" button on either the home or
4275       browser screen, triggering the collection creation screen to open
4276       (tab_select_opened)
4277     bugs:
4278       - https://github.com/mozilla-mobile/fenix/issues/969
4279       - https://github.com/mozilla-mobile/fenix/issues/19923
4280     data_reviews:
4281       - https://github.com/mozilla-mobile/fenix/pull/4358
4282       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4283       - https://github.com/mozilla-mobile/fenix/pull/18143
4284       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4285       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4286     data_sensitivity:
4287       - interaction
4288     notification_emails:
4289       - android-probes@mozilla.com
4290       - erichards@mozilla.com
4291     expires: never
4292     extra_keys:
4293       from_screen:
4294         description: |
4295           A string representing the screen from which the user pressed the save
4296           button. Currently one of: `browserMenu`, `homeMenu` or `home`
4297         type: string
4298     metadata:
4299       tags:
4300         - Collections
4301   rename_button:
4302     type: event
4303     description: |
4304       A user pressed the "rename collection" button in the three dot menu
4305     bugs:
4306       - https://github.com/mozilla-mobile/fenix/issues/969
4307       - https://github.com/mozilla-mobile/fenix/issues/19923
4308     data_reviews:
4309       - https://github.com/mozilla-mobile/fenix/pull/4539
4310       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4311       - https://github.com/mozilla-mobile/fenix/pull/18143
4312       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4313       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4314     data_sensitivity:
4315       - interaction
4316     notification_emails:
4317       - android-probes@mozilla.com
4318       - erichards@mozilla.com
4319     expires: never
4320     metadata:
4321       tags:
4322         - Collections
4324 search_widget:
4325   new_tab_button:
4326     type: event
4327     description: |
4328       A user pressed anywhere from the Firefox logo until the start of the
4329       microphone icon, opening a new tab search screen.
4330     bugs:
4331       - https://github.com/mozilla-mobile/fenix/issues/4457
4332     data_reviews:
4333       - https://github.com/mozilla-mobile/fenix/pull/4714
4334       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4335       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4336       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4337       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4338     data_sensitivity:
4339       - interaction
4340     notification_emails:
4341       - android-probes@mozilla.com
4342     expires: 111
4343     metadata:
4344       tags:
4345         - Search
4346   voice_button:
4347     type: event
4348     description: |
4349       A user pressed the microphone icon, opening a new voice search screen.
4350     bugs:
4351       - https://github.com/mozilla-mobile/fenix/issues/4457
4352     data_reviews:
4353       - https://github.com/mozilla-mobile/fenix/pull/4714
4354       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4355       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4356       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4357       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4358     data_sensitivity:
4359       - interaction
4360     notification_emails:
4361       - android-probes@mozilla.com
4362     expires: 111
4363     metadata:
4364       tags:
4365         - Search
4367 tracking_protection:
4368   exception_added:
4369     type: event
4370     description: |
4371       A user added a tracking protection exception through the TP toggle in the
4372       panel.
4373     bugs:
4374       - https://github.com/mozilla-mobile/fenix/issues/5312
4375     data_reviews:
4376       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4377       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4378       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4379       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4380       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4381     data_sensitivity:
4382       - interaction
4383     notification_emails:
4384       - android-probes@mozilla.com
4385     expires: 111
4386     metadata:
4387       tags:
4388         - TrackingProtection
4389   panel_settings:
4390     type: event
4391     description: |
4392       A user opened tracking protection settings from the panel.
4393     bugs:
4394       - https://github.com/mozilla-mobile/fenix/issues/5312
4395     data_reviews:
4396       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4397       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4398       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4399       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4400       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4401     data_sensitivity:
4402       - interaction
4403     notification_emails:
4404       - android-probes@mozilla.com
4405     expires: 111
4406     metadata:
4407       tags:
4408         - TrackingProtection
4409   etp_shield:
4410     type: event
4411     description: |
4412       A user pressed the tracking protection shield icon in toolbar.
4413     bugs:
4414       - https://github.com/mozilla-mobile/fenix/issues/5312
4415     data_reviews:
4416       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4417       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4418       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4419       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4420       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4421     data_sensitivity:
4422       - interaction
4423     notification_emails:
4424       - android-probes@mozilla.com
4425     expires: 111
4426     metadata:
4427       tags:
4428         - TrackingProtection
4429   etp_tracker_list:
4430     type: event
4431     description: |
4432       A user pressed into a list of categorized trackers in tracking protection
4433       panel.
4434     bugs:
4435       - https://github.com/mozilla-mobile/fenix/issues/5312
4436     data_reviews:
4437       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4438       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4439       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4440       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4441       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4442     data_sensitivity:
4443       - interaction
4444     notification_emails:
4445       - android-probes@mozilla.com
4446     expires: 111
4447     metadata:
4448       tags:
4449         - TrackingProtection
4450   etp_settings:
4451     type: event
4452     description: |
4453       A user opened tracking protection settings through settings.
4454     bugs:
4455       - https://github.com/mozilla-mobile/fenix/issues/5312
4456     data_reviews:
4457       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4458       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4459       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4460       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4461       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4462     data_sensitivity:
4463       - interaction
4464     notification_emails:
4465       - android-probes@mozilla.com
4466     expires: 111
4467     metadata:
4468       tags:
4469         - TrackingProtection
4470   etp_setting_changed:
4471     type: event
4472     description: |
4473       A user changed their tracking protection level setting to either strict,
4474       standard, or custom.
4475     extra_keys:
4476       etp_setting:
4477         description: "The new setting for ETP: strict, standard, custom"
4478         type: string
4479     bugs:
4480       - https://github.com/mozilla-mobile/fenix/issues/5312
4481       - https://github.com/mozilla-mobile/fenix/issues/11063
4482     data_reviews:
4483       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
4484       - https://github.com/mozilla-mobile/fenix/pull/11383
4485       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4486       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4487       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4488       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4489     data_sensitivity:
4490       - interaction
4491     notification_emails:
4492       - android-probes@mozilla.com
4493     expires: 111
4495     metadata:
4496       tags:
4497         - TrackingProtection
4498 tab:
4499   media_play:
4500     type: event
4501     description: |
4502       A user pressed the play icon on a tab from the home screen
4503     bugs:
4504       - https://github.com/mozilla-mobile/fenix/issues/5197
4505     data_reviews:
4506       - https://github.com/mozilla-mobile/fenix/pull/5266
4507       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4508       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4509       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4510       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4511     data_sensitivity:
4512       - interaction
4513     notification_emails:
4514       - android-probes@mozilla.com
4515     expires: 111
4516     no_lint:
4517       - COMMON_PREFIX
4518     metadata:
4519       tags:
4520         - Media
4521   media_pause:
4522     type: event
4523     description: |
4524       A user pressed the pause icon on a tab from the home screen
4525     bugs:
4526       - https://github.com/mozilla-mobile/fenix/issues/5197
4527     data_reviews:
4528       - https://github.com/mozilla-mobile/fenix/pull/5266
4529       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4530       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4531       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4532       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4533     data_sensitivity:
4534       - interaction
4535     notification_emails:
4536       - android-probes@mozilla.com
4537     expires: 111
4538     metadata:
4539       tags:
4540         - Media
4542 media_notification:
4543   play:
4544     type: event
4545     description: |
4546       A user pressed the play icon on the media notification
4547     bugs:
4548       - https://github.com/mozilla-mobile/fenix/issues/5197
4549     data_reviews:
4550       - https://github.com/mozilla-mobile/fenix/pull/5520
4551       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4552       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4553       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4554       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4555     data_sensitivity:
4556       - interaction
4557     notification_emails:
4558       - android-probes@mozilla.com
4559     expires: 111
4560     metadata:
4561       tags:
4562         - Media
4563   pause:
4564     type: event
4565     description: |
4566       A user pressed the pause icon on the media notification
4567     bugs:
4568       - https://github.com/mozilla-mobile/fenix/issues/5197
4569     data_reviews:
4570       - https://github.com/mozilla-mobile/fenix/pull/5520
4571       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4572       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4573       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4574       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4575     data_sensitivity:
4576       - interaction
4577     notification_emails:
4578       - android-probes@mozilla.com
4579     expires: 111
4580     metadata:
4581       tags:
4582         - Media
4584 media_state:
4585   play:
4586     type: event
4587     description: |
4588       Media started playing.
4589     bugs:
4590       - https://github.com/mozilla-mobile/fenix/issues/5705
4591     data_reviews:
4592       - https://github.com/mozilla-mobile/fenix/pull/6463
4593       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4594       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4595       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4596       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4597     data_sensitivity:
4598       - interaction
4599     notification_emails:
4600       - android-probes@mozilla.com
4601     expires: 111
4602     metadata:
4603       tags:
4604         - Media
4605   pause:
4606     type: event
4607     description: |
4608       Media playback was paused.
4609     bugs:
4610       - https://github.com/mozilla-mobile/fenix/issues/5705
4611     data_reviews:
4612       - https://github.com/mozilla-mobile/fenix/pull/6463
4613       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4614       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4615       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4616       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4617     data_sensitivity:
4618       - interaction
4619     notification_emails:
4620       - android-probes@mozilla.com
4621     expires: 111
4622     metadata:
4623       tags:
4624         - Media
4625   stop:
4626     type: event
4627     description: |
4628       Media playback has ended.
4629     bugs:
4630       - https://github.com/mozilla-mobile/fenix/issues/5705
4631     data_reviews:
4632       - https://github.com/mozilla-mobile/fenix/pull/6463
4633       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4634       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4635       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4636       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4637     data_sensitivity:
4638       - interaction
4639     notification_emails:
4640       - android-probes@mozilla.com
4641     expires: 111
4642     metadata:
4643       tags:
4644         - Media
4645   fullscreen:
4646     type: event
4647     description: |
4648       Video set to fullscreen.
4649     bugs:
4650       - https://github.com/mozilla-mobile/fenix/issues/15368
4651     data_reviews:
4652       - https://github.com/mozilla-mobile/fenix/pull/16833
4653       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4654       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4655       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4656     data_sensitivity:
4657       - interaction
4658     notification_emails:
4659       - android-probes@mozilla.com
4660     expires: 111
4661     metadata:
4662       tags:
4663         - Media
4664   picture_in_picture:
4665     type: event
4666     description: |
4667       Video set to picture in picture mode.
4668     bugs:
4669       - https://github.com/mozilla-mobile/fenix/issues/15368
4670     data_reviews:
4671       - https://github.com/mozilla-mobile/fenix/pull/16833
4672       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4673       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4674       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4675     data_sensitivity:
4676       - interaction
4677     notification_emails:
4678       - android-probes@mozilla.com
4679     expires: 111
4680     metadata:
4681       tags:
4682         - Media
4684 logins:
4685   open_logins:
4686     type: event
4687     description: |
4688       A user accessed Logins in Settings
4689     bugs:
4690       - https://github.com/mozilla-mobile/fenix/issues/5586
4691     data_reviews:
4692       - https://github.com/mozilla-mobile/fenix/pull/6352
4693       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4694       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4695       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4696       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4697     data_sensitivity:
4698       - interaction
4699     notification_emails:
4700       - android-probes@mozilla.com
4701       - erichards@mozilla.com
4702     expires: never
4703     metadata:
4704       tags:
4705         - Logins
4706   open_individual_login:
4707     type: event
4708     description: |
4709       A user accessed an individual login in saved logins
4710     bugs:
4711       - https://github.com/mozilla-mobile/fenix/issues/5586
4712     data_reviews:
4713       - https://github.com/mozilla-mobile/fenix/pull/6352
4714       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4715       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4716       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4717       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4718     data_sensitivity:
4719       - interaction
4720     notification_emails:
4721       - android-probes@mozilla.com
4722     expires: 111
4723     metadata:
4724       tags:
4725         - Logins
4726   copy_login:
4727     type: event
4728     description: |
4729       A user copied a piece of a login in saved logins
4730     bugs:
4731       - https://github.com/mozilla-mobile/fenix/issues/5586
4732     data_reviews:
4733       - https://github.com/mozilla-mobile/fenix/pull/6352
4734       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4735       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4736       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4737       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4738     data_sensitivity:
4739       - interaction
4740     notification_emails:
4741       - android-probes@mozilla.com
4742     expires: 111
4743     metadata:
4744       tags:
4745         - Logins
4746   view_password_login:
4747     type: event
4748     description: |
4749       A user viewed a password in an individual saved login
4750     bugs:
4751       - https://github.com/mozilla-mobile/fenix/issues/5586
4752     data_reviews:
4753       - https://github.com/mozilla-mobile/fenix/pull/6352
4754       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4755       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4756       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4757       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4758     data_sensitivity:
4759       - interaction
4760     notification_emails:
4761       - android-probes@mozilla.com
4762     expires: 111
4763     metadata:
4764       tags:
4765         - Logins
4766   save_logins_setting_changed:
4767     type: event
4768     description: |
4769       A user changed their setting for asking to save logins
4770     extra_keys:
4771       setting:
4772         type: string
4773         description: |
4774           The new setting for saving logins the user selected. Either
4775           `ask_to_save` or `never_save`
4776     bugs:
4777       - https://github.com/mozilla-mobile/fenix/issues/5586
4778     data_reviews:
4779       - https://github.com/mozilla-mobile/fenix/pull/7767
4780       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4781       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4782       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4783       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4784     data_sensitivity:
4785       - interaction
4786     notification_emails:
4787       - android-probes@mozilla.com
4788     expires: 111
4789     metadata:
4790       tags:
4791         - Logins
4792   open_login_editor:
4793     type: event
4794     description: |
4795       A user entered the edit screen for an individual saved login
4796     bugs:
4797       - https://github.com/mozilla-mobile/fenix/issues/10173
4798     data_reviews:
4799       - https://github.com/mozilla-mobile/fenix/issues/11208
4800       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4801       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4802       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4803       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4804     data_sensitivity:
4805       - interaction
4806     notification_emails:
4807       - android-probes@mozilla.com
4808     expires: 111
4809     metadata:
4810       tags:
4811         - Logins
4812   delete_saved_login:
4813     type: event
4814     description: |
4815       A user confirms delete of a saved login
4816     bugs:
4817       - https://github.com/mozilla-mobile/fenix/issues/10173
4818     data_reviews:
4819       - https://github.com/mozilla-mobile/fenix/issues/11208
4820       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4821       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4822       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4823       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4824     data_sensitivity:
4825       - interaction
4826     notification_emails:
4827       - android-probes@mozilla.com
4828     expires: 111
4829     metadata:
4830       tags:
4831         - Logins
4832   save_edited_login:
4833     type: event
4834     description: |
4835       A user saves changes made to an individual login
4836     bugs:
4837       - https://github.com/mozilla-mobile/fenix/issues/10173
4838     data_reviews:
4839       - https://github.com/mozilla-mobile/fenix/issues/11208
4840       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4841       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4842       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4843       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4844     data_sensitivity:
4845       - interaction
4846     notification_emails:
4847       - android-probes@mozilla.com
4848     expires: 111
4849     metadata:
4850       tags:
4851         - Logins
4853 voice_search:
4854   tapped:
4855     type: event
4856     description: |
4857       A user selected the voice search button on the search screen.
4858     bugs:
4859       - https://github.com/mozilla-mobile/fenix/issues/10465
4860     data_reviews:
4861       - https://github.com/mozilla-mobile/fenix/pull/10785
4862       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4863       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4864       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4865       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4866     data_sensitivity:
4867       - interaction
4868     notification_emails:
4869       - android-probes@mozilla.com
4870     expires: 111
4871     metadata:
4872       tags:
4873         - Search
4874         - Voice
4876 top_sites:
4877   open_default:
4878     type: event
4879     description: |
4880       A user opened a default top site
4881     bugs:
4882       - https://github.com/mozilla-mobile/fenix/issues/8125
4883     data_reviews:
4884       - https://github.com/mozilla-mobile/fenix/pull/10752
4885       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4886       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4887       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4888       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4889     data_sensitivity:
4890       - interaction
4891     notification_emails:
4892       - android-probes@mozilla.com
4893       - erichards@mozilla.com
4894     expires: never
4895     metadata:
4896       tags:
4897         - Shortcuts
4898   open_google_search_attribution:
4899     type: event
4900     description: |
4901       A user opened the google top site
4902     bugs:
4903       - https://github.com/mozilla-mobile/fenix/issues/17418
4904     data_reviews:
4905       - https://github.com/mozilla-mobile/fenix/pull/17637
4906       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4907       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4908       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4909     data_sensitivity:
4910       - interaction
4911     notification_emails:
4912       - android-probes@mozilla.com
4913       - erichards@mozilla.com
4914     expires: never
4915     metadata:
4916       tags:
4917         - Search
4918         - Shortcuts
4919   open_baidu_search_attribution:
4920     type: event
4921     description: |
4922       A user opened the baidu top site
4923     bugs:
4924       - https://github.com/mozilla-mobile/fenix/issues/19490
4925     data_reviews:
4926       - https://github.com/mozilla-mobile/fenix/pull/20705
4927       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4928     data_sensitivity:
4929       - interaction
4930     notification_emails:
4931       - android-probes@mozilla.com
4932     expires: 111
4933     metadata:
4934       tags:
4935         - Search
4936         - Shortcuts
4937   open_frecency:
4938     type: event
4939     description: |
4940       A user opened a frecency top site
4941     bugs:
4942       - https://github.com/mozilla-mobile/fenix/issues/14565
4943     data_reviews:
4944       - https://github.com/mozilla-mobile/fenix/pull/15136
4945       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4946       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4947       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4948       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4949     data_sensitivity:
4950       - interaction
4951     notification_emails:
4952       - android-probes@mozilla.com
4953       - erichards@mozilla.com
4954     expires: never
4955     metadata:
4956       tags:
4957         - Shortcuts
4958   open_pinned:
4959     type: event
4960     description: |
4961       A user opened a pinned top site
4962     bugs:
4963       - https://github.com/mozilla-mobile/fenix/issues/14565
4964     data_reviews:
4965       - https://github.com/mozilla-mobile/fenix/pull/15136
4966       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4967       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4968       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4969       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4970     data_sensitivity:
4971       - interaction
4972     notification_emails:
4973       - android-probes@mozilla.com
4974       - erichards@mozilla.com
4975     expires: never
4976     metadata:
4977       tags:
4978         - Shortcuts
4979   swipe_carousel:
4980     type: event
4981     description: |
4982       A user swiped to change the page of the top sites carousel
4983     extra_keys:
4984       page:
4985         type: string
4986         description: |
4987           The page number the carousel is now on
4988     bugs:
4989       - https://github.com/mozilla-mobile/fenix/issues/14565
4990     data_reviews:
4991       - https://github.com/mozilla-mobile/fenix/pull/15136
4992       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4993       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4994       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4995       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4996     data_sensitivity:
4997       - interaction
4998     notification_emails:
4999       - android-probes@mozilla.com
5000       - erichards@mozilla.com
5001     expires: never
5002     metadata:
5003       tags:
5004         - Shortcuts
5005   long_press:
5006     type: event
5007     description: |
5008       A user long pressed on a top site
5009     extra_keys:
5010       type:
5011         type: string
5012         description: |
5013           The type of top site. Options are: "FRECENCY", "DEFAULT",
5014           "PINNED", or "PROVIDED"
5015     bugs:
5016       - https://github.com/mozilla-mobile/fenix/issues/14565
5017       - https://github.com/mozilla-mobile/fenix/issues/23526
5018     data_reviews:
5019       - https://github.com/mozilla-mobile/fenix/pull/15136
5020       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5021       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5022       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5023       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5024       - https://github.com/mozilla-mobile/fenix/pull/23541
5025     data_sensitivity:
5026       - interaction
5027     notification_emails:
5028       - android-probes@mozilla.com
5029       - erichards@mozilla.com
5030     expires: never
5031     metadata:
5032       tags:
5033         - Shortcuts
5034   open_in_new_tab:
5035     type: event
5036     description: |
5037       A user opens a new tab based on a top site item
5038     bugs:
5039       - https://github.com/mozilla-mobile/fenix/issues/6757
5040     data_reviews:
5041       - https://github.com/mozilla-mobile/fenix/pull/7523
5042       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5043       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5044       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5045       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5046     data_sensitivity:
5047       - interaction
5048     notification_emails:
5049       - android-probes@mozilla.com
5050       - erichards@mozilla.com
5051     expires: never
5052     metadata:
5053       tags:
5054         - Shortcuts
5055   open_in_private_tab:
5056     type: event
5057     description: |
5058       A user opens a new private tab based on a top site item
5059     bugs:
5060       - https://github.com/mozilla-mobile/fenix/issues/6757
5061     data_reviews:
5062       - https://github.com/mozilla-mobile/fenix/pull/7523
5063       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5064       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5065       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5066       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5067     data_sensitivity:
5068       - interaction
5069     notification_emails:
5070       - android-probes@mozilla.com
5071       - erichards@mozilla.com
5072     expires: never
5073     metadata:
5074       tags:
5075         - Shortcuts
5076   remove:
5077     type: event
5078     description: |
5079       A user removes a top site item
5080     bugs:
5081       - https://github.com/mozilla-mobile/fenix/issues/6757
5082     data_reviews:
5083       - https://github.com/mozilla-mobile/fenix/pull/7523
5084       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5085       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5086       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5087       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5088     data_sensitivity:
5089       - interaction
5090     notification_emails:
5091       - android-probes@mozilla.com
5092       - erichards@mozilla.com
5093     expires: never
5094     metadata:
5095       tags:
5096         - Shortcuts
5097   google_top_site_removed:
5098     type: event
5099     description: |
5100       A user removed the default Google top site
5101     bugs:
5102       - https://github.com/mozilla-mobile/fenix/issues/21841
5103     data_reviews:
5104       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5105       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5106     data_sensitivity:
5107       - interaction
5108     notification_emails:
5109       - android-probes@mozilla.com
5110     expires: 111
5111   baidu_top_site_removed:
5112     type: event
5113     description: |
5114       A user removed the default Baidu top site
5115     bugs:
5116       - https://github.com/mozilla-mobile/fenix/issues/21841
5117     data_reviews:
5118       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
5119       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5120     data_sensitivity:
5121       - interaction
5122     notification_emails:
5123       - android-probes@mozilla.com
5124     expires: 111
5125   open_contile_top_site:
5126     type: event
5127     description: |
5128       A user has opened a contile top site.
5129     bugs:
5130       - https://github.com/mozilla-mobile/fenix/issues/23526
5131     data_reviews:
5132       - https://github.com/mozilla-mobile/fenix/pull/23541
5133     data_sensitivity:
5134       - interaction
5135     notification_emails:
5136       - android-probes@mozilla.com
5137     expires: 111
5138   open_contile_in_private_tab:
5139     type: event
5140     description: |
5141       A user has opened a contile top site in a private tab via the long
5142       press context menu.
5143     bugs:
5144       - https://github.com/mozilla-mobile/fenix/issues/23526
5145     data_reviews:
5146       - https://github.com/mozilla-mobile/fenix/pull/23541
5147     data_sensitivity:
5148       - interaction
5149     notification_emails:
5150       - android-probes@mozilla.com
5151     expires: 111
5152   contile_settings:
5153     type: event
5154     description: |
5155       A user has selected "Settings" via the contile top sites
5156       longpress context menu.
5157     bugs:
5158       - https://github.com/mozilla-mobile/fenix/issues/23526
5159     data_reviews:
5160       - https://github.com/mozilla-mobile/fenix/pull/23541
5161     data_sensitivity:
5162       - interaction
5163     notification_emails:
5164       - android-probes@mozilla.com
5165     expires: 111
5166   contile_sponsors_and_privacy:
5167     type: event
5168     description: |
5169       A user has selected "Our sponsors & your privacy" via the
5170       contile top sites longpress context menu.
5171     bugs:
5172       - https://github.com/mozilla-mobile/fenix/issues/23526
5173     data_reviews:
5174       - https://github.com/mozilla-mobile/fenix/pull/23541
5175     data_sensitivity:
5176       - interaction
5177     notification_emails:
5178       - android-probes@mozilla.com
5179     expires: 111
5180   context_id:
5181     type: uuid
5182     description: |
5183       A UUID that is unjoinable with other browser metrics. This ID will not be
5184       shared with AdM, only for internal uses. This ID is shared across all
5185       contextual services features.
5186     lifetime: application
5187     send_in_pings:
5188       - topsites-impression
5189     bugs:
5190       - https://github.com/mozilla-mobile/fenix/issues/23893
5191     data_reviews:
5192       - https://github.com/mozilla-mobile/fenix/pull/23945
5193     data_sensitivity:
5194       - highly_sensitive
5195     notification_emails:
5196       - android-probes@mozilla.com
5197     expires: 112
5198     metadata:
5199       tags:
5200         - Shortcuts
5201   contile_tile_id:
5202     type: quantity
5203     description: |
5204       A unique identifier provided by the AdM for the sponsored TopSites tile
5205     lifetime: ping
5206     send_in_pings:
5207       - topsites-impression
5208     bugs:
5209       - https://github.com/mozilla-mobile/fenix/issues/23893
5210     data_reviews:
5211       - https://github.com/mozilla-mobile/fenix/pull/23945
5212     data_sensitivity:
5213       - technical
5214       - interaction
5215     notification_emails:
5216       - android-probes@mozilla.com
5217     expires: 112
5218     unit: integer
5219     metadata:
5220       tags:
5221         - Shortcuts
5222   contile_advertiser:
5223     type: string
5224     description: |
5225       Advertiser brand for the sponsored TopSites tile
5226     lifetime: ping
5227     send_in_pings:
5228       - topsites-impression
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       - technical
5235       - interaction
5236     notification_emails:
5237       - android-probes@mozilla.com
5238     expires: 112
5239     metadata:
5240       tags:
5241         - Shortcuts
5242   contile_reporting_url:
5243     type: url
5244     description: |
5245       The AdM reporting endpoint (impression_url for “impression” event,
5246       click_url for “click” event).
5247     lifetime: ping
5248     send_in_pings:
5249       - topsites-impression
5250     bugs:
5251       - https://github.com/mozilla-mobile/fenix/issues/23893
5252     data_reviews:
5253       - https://github.com/mozilla-mobile/fenix/pull/23945
5254     data_sensitivity:
5255       - technical
5256       - interaction
5257     notification_emails:
5258       - android-probes@mozilla.com
5259     expires: 112
5260     metadata:
5261       tags:
5262         - Shortcuts
5263   contile_impression:
5264     type: event
5265     description: |
5266       A user saw a Contile top site
5267     extra_keys:
5268       source:
5269         description: The source of the event, example "newtab", "urlbar"
5270         type: string
5271       position:
5272         description: The tile placement (1-based)
5273         type: quantity
5274     send_in_pings:
5275       - topsites-impression
5276       - events
5277     bugs:
5278       - https://github.com/mozilla-mobile/fenix/issues/23893
5279     data_reviews:
5280       - https://github.com/mozilla-mobile/fenix/pull/23945
5281     data_sensitivity:
5282       - interaction
5283     notification_emails:
5284       - android-probes@mozilla.com
5285     expires: 112
5286     metadata:
5287       tags:
5288         - Shortcuts
5289   contile_click:
5290     type: event
5291     description: |
5292       A user clicked a Contile top site
5293     extra_keys:
5294       source:
5295         description: The source of the event, example "newtab", "urlbar"
5296         type: string
5297       position:
5298         description: The tile placement (1-based)
5299         type: quantity
5300     send_in_pings:
5301       - topsites-impression
5302       - events
5303     bugs:
5304       - https://github.com/mozilla-mobile/fenix/issues/23893
5305     data_reviews:
5306       - https://github.com/mozilla-mobile/fenix/pull/23945
5307     data_sensitivity:
5308       - interaction
5309     notification_emails:
5310       - android-probes@mozilla.com
5311     expires: 112
5312     metadata:
5313       tags:
5314         - Shortcuts
5316 app_theme:
5317   dark_theme_selected:
5318     type: event
5319     description: |
5320       A user selected Dark Theme
5321     extra_keys:
5322       source:
5323         type: string
5324         description: |
5325           The source from where dark theme was selected. The source can be
5326           'SETTINGS' or 'ONBOARDING'
5327     bugs:
5328       - https://github.com/mozilla-mobile/fenix/issues/7289
5329       - https://github.com/mozilla-mobile/fenix/issues/19923
5330     data_reviews:
5331       - https://github.com/mozilla-mobile/fenix/pull/7968
5332       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5333       - https://github.com/mozilla-mobile/fenix/pull/18143
5334       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5335       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5336     data_sensitivity:
5337       - interaction
5338     notification_emails:
5339       - android-probes@mozilla.com
5340     expires: 108
5341     metadata:
5342       tags:
5343         - Themes
5344 pocket:
5345   pocket_top_site_clicked:
5346     type: event
5347     description: |
5348       A user clicked on the trending Pocket top site
5349     bugs:
5350       - https://github.com/mozilla-mobile/fenix/issues/8126
5351     data_reviews:
5352       - https://github.com/mozilla-mobile/fenix/pull/8098
5353       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5354       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5355       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5356       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5357     data_sensitivity:
5358       - interaction
5359     notification_emails:
5360       - android-probes@mozilla.com
5361       - erichards@mozilla.com
5362     expires: never
5363     no_lint:
5364       - COMMON_PREFIX
5365     metadata:
5366       tags:
5367         - PocketIntegration
5368         - Shortcuts
5369   pocket_top_site_removed:
5370     type: event
5371     description: |
5372       A user removed the trending Pocket top site
5373     bugs:
5374       - https://github.com/mozilla-mobile/fenix/issues/8126
5375     data_reviews:
5376       - https://github.com/mozilla-mobile/fenix/pull/8098
5377       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5378       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5379       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5380       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5381     data_sensitivity:
5382       - interaction
5383     notification_emails:
5384       - android-probes@mozilla.com
5385     expires: 111
5386     metadata:
5387       tags:
5388         - PocketIntegration
5389         - Shortcuts
5390   home_recs_shown:
5391     type: event
5392     description: |
5393       The Pocket recommended stories are shown on the home screen.
5394     bugs:
5395       - https://github.com/mozilla-mobile/fenix/issues/21593
5396     data_reviews:
5397       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5398       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5399     data_sensitivity:
5400       - interaction
5401     notification_emails:
5402       - android-probes@mozilla.com
5403     expires: 119
5404     metadata:
5405       tags:
5406         - PocketIntegration
5407   home_recs_story_clicked:
5408     type: event
5409     description: |
5410       User tapped a Pocket recommended story to be opened.
5411     extra_keys:
5412       times_shown:
5413         type: string
5414         description: |
5415           How many times was this story shown, including current.
5416       position:
5417         type: string
5418         description: |
5419           Position of the clicked story in the list shown.
5420           Uses the [row x column] matrix notation.
5421     bugs:
5422       - https://github.com/mozilla-mobile/fenix/issues/21593
5423     data_reviews:
5424       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5425       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5426     data_sensitivity:
5427       - interaction
5428     notification_emails:
5429       - android-probes@mozilla.com
5430     expires: 119
5431     metadata:
5432       tags:
5433         - PocketIntegration
5434   home_recs_spoc_clicked:
5435     type: event
5436     description: |
5437       User tapped a Pocket sponsored story to be opened.
5438     extra_keys:
5439       times_shown:
5440         type: string
5441         description: |
5442           How many times was this story shown, including current.
5443       position:
5444         type: string
5445         description: |
5446           Position of the clicked story in the list shown.
5447           Uses the [row x column] matrix notation.
5448     bugs:
5449       - https://github.com/mozilla-mobile/fenix/issues/25401
5450     data_reviews:
5451       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
5452       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5453     data_sensitivity:
5454       - interaction
5455     notification_emails:
5456       - android-probes@mozilla.com
5457     expires: 119
5458     metadata:
5459       tags:
5460         - PocketIntegration
5461   home_recs_spoc_shown:
5462     type: event
5463     description: |
5464       A particular Pocket sponsored story was visible more than 50%
5465       on the homescreen.
5466     extra_keys:
5467       times_shown:
5468         type: string
5469         description: |
5470           How many times was this story shown, including current.
5471       position:
5472         type: string
5473         description: |
5474           Position of the story in the list shown.
5475           Uses the [row x column] matrix notation.
5476     bugs:
5477       - https://github.com/mozilla-mobile/fenix/issues/25401
5478     data_reviews:
5479       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
5480       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5481     data_sensitivity:
5482       - interaction
5483     notification_emails:
5484       - android-probes@mozilla.com
5485     expires: 119
5486     metadata:
5487       tags:
5488         - PocketIntegration
5489   home_recs_category_clicked:
5490     type: event
5491     description: |
5492       User tapped a Pocket stories category to filter stories.
5493     extra_keys:
5494       category_name:
5495         type: string
5496         description: |
5497           Pocket set topic name representing the just clicked category.
5498       selected_total:
5499         type: string
5500         description: |
5501           How many categories were selected before this being tapped.
5502       new_state:
5503         type: string
5504         description: |
5505           Category's new state after being tapped.
5506           Possible values: [selected], [deselected].
5507     bugs:
5508       - https://github.com/mozilla-mobile/fenix/issues/21593
5509     data_reviews:
5510       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5511       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5512     data_sensitivity:
5513       - interaction
5514     notification_emails:
5515       - android-probes@mozilla.com
5516     expires: 119
5517     metadata:
5518       tags:
5519         - PocketIntegration
5520   home_recs_discover_clicked:
5521     type: event
5522     description: |
5523       User tapped the "Discover more" tile to open a new tab
5524       for more Pocket stories.
5525     bugs:
5526       - https://github.com/mozilla-mobile/fenix/issues/21593
5527     data_reviews:
5528       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5529       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5530     data_sensitivity:
5531       - interaction
5532     notification_emails:
5533       - android-probes@mozilla.com
5534     expires: 119
5535     metadata:
5536       tags:
5537         - PocketIntegration
5538   home_recs_learn_more_clicked:
5539     type: event
5540     description: |
5541       User tapped "Learn more" to open a new tab for Pocket.
5542     bugs:
5543       - https://github.com/mozilla-mobile/fenix/issues/21593
5544     data_reviews:
5545       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
5546       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
5547     data_sensitivity:
5548       - interaction
5549     notification_emails:
5550       - android-probes@mozilla.com
5551     expires: 119
5552     metadata:
5553       tags:
5554         - PocketIntegration
5556 first_session:
5557   campaign:
5558     type: string
5559     send_in_pings:
5560       - first-session
5561     description: |
5562       The name of the campaign that is responsible for this installation.
5563     bugs:
5564       - https://github.com/mozilla-mobile/fenix/issues/7295
5565     data_reviews:
5566       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5567       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5568       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5569       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5570       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5571     data_sensitivity:
5572       - technical
5573       - interaction
5574     notification_emails:
5575       - android-probes@mozilla.com
5576       - erichards@mozilla.com
5577     expires: never
5578     metadata:
5579       tags:
5580         - Performance
5581   network:
5582     type: string
5583     send_in_pings:
5584       - first-session
5585     description: |
5586       The name of the Network that sourced this installation.
5587     bugs:
5588       - https://github.com/mozilla-mobile/fenix/issues/7295
5589     data_reviews:
5590       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5591       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5592       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5593       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5594       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5595     data_sensitivity:
5596       - technical
5597       - interaction
5598     notification_emails:
5599       - android-probes@mozilla.com
5600       - erichards@mozilla.com
5601     expires: never
5602     metadata:
5603       tags:
5604         - Performance
5605   adgroup:
5606     type: string
5607     send_in_pings:
5608       - first-session
5609     description: |
5610       The name of the AdGroup that was used to source this installation.
5611     bugs:
5612       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5613     data_reviews:
5614       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
5615       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5616       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5617       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5618       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5619     data_sensitivity:
5620       - technical
5621       - interaction
5622     notification_emails:
5623       - android-probes@mozilla.com
5624       - erichards@mozilla.com
5625     expires: never
5626     metadata:
5627       tags:
5628         - Telemetry
5629   creative:
5630     send_in_pings:
5631       - first-session
5632     type: string
5633     description: |
5634       The identifier of the creative material that the user interacted with.
5635     bugs:
5636       - https://github.com/mozilla-mobile/fenix/issues/7295
5637     data_reviews:
5638       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5639       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5640       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5641       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5642       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5643     data_sensitivity:
5644       - technical
5645       - interaction
5646     notification_emails:
5647       - android-probes@mozilla.com
5648       - erichards@mozilla.com
5649     expires: never
5650     metadata:
5651       tags:
5652         - Performance
5653   distribution_id:
5654     type: string
5655     description: |
5656       A string containing the distribution identifier. This is currently used
5657       to identify installs from Mozilla Online.
5658     send_in_pings:
5659       - first-session
5660     bugs:
5661       - https://github.com/mozilla-mobile/fenix/issues/20376
5662     data_reviews:
5663       - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848
5664     data_sensitivity:
5665       - technical
5666     notification_emails:
5667       - android-probes@mozilla.com
5668       - rxu@mozilla.com
5669     expires: never
5670   timestamp:
5671     send_in_pings:
5672       - first-session
5673     type: datetime
5674     description: |
5675       The Glean generated date and time of the installation. This is
5676       unique per app install, though the rest of the data in this
5677       ping is from Adjust and will remain static across installs.
5678     bugs:
5679       - https://github.com/mozilla-mobile/fenix/issues/7295
5680     data_reviews:
5681       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
5682       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5683       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5684       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5685       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5686     data_sensitivity:
5687       - technical
5688       - interaction
5689     notification_emails:
5690       - android-probes@mozilla.com
5691       - erichards@mozilla.com
5692     expires: never
5693     metadata:
5694       tags:
5695         - Performance
5697 browser.search:
5698   with_ads:
5699     type: labeled_counter
5700     description: |
5701       Records counts of SERP pages with adverts displayed.
5702       The key format is `<provider-name>`.
5703     send_in_pings:
5704       - metrics
5705     bugs:
5706       - https://github.com/mozilla-mobile/fenix/issues/6558
5707     data_reviews:
5708       - https://github.com/mozilla-mobile/fenix/pull/10112
5709       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5710       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5711       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5712       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5713     data_sensitivity:
5714       - interaction
5715     notification_emails:
5716       - android-probes@mozilla.com
5717       - erichards@mozilla.com
5718     expires: never
5719   ad_clicks:
5720     type: labeled_counter
5721     description: |
5722       Records clicks of adverts on SERP pages.
5723       The key format is `<provider-name>`.
5724     send_in_pings:
5725       - metrics
5726     bugs:
5727       - https://github.com/mozilla-mobile/fenix/issues/6558
5728     data_reviews:
5729       - https://github.com/mozilla-mobile/fenix/pull/10112
5730       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5731       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5732       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5733       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5734     data_sensitivity:
5735       - interaction
5736     notification_emails:
5737       - android-probes@mozilla.com
5738       - erichards@mozilla.com
5739     expires: never
5740   in_content:
5741     type: labeled_counter
5742     description: |
5743       Records the type of interaction a user has on SERP pages.
5744     send_in_pings:
5745       - metrics
5746     bugs:
5747       - https://github.com/mozilla-mobile/fenix/issues/6557
5748     data_reviews:
5749       - https://github.com/mozilla-mobile/fenix/pull/10167
5750       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5751       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5752       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
5753       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5754     data_sensitivity:
5755       - interaction
5756     notification_emails:
5757       - android-probes@mozilla.com
5758       - erichards@mozilla.com
5759     expires: never
5761 addons:
5762   open_addons_in_settings:
5763     type: event
5764     description: |
5765       A user accessed "Add-ons" from the Settings
5766     bugs:
5767       - https://github.com/mozilla-mobile/fenix/issues/6174
5768       - https://github.com/mozilla-mobile/fenix/issues/19923
5769     data_reviews:
5770       - https://github.com/mozilla-mobile/fenix/pull/8318
5771       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5772       - https://github.com/mozilla-mobile/fenix/pull/18143
5773       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5774       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5775       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5776     data_sensitivity:
5777       - interaction
5778     notification_emails:
5779       - android-probes@mozilla.com
5780     expires: 116
5781     metadata:
5782       tags:
5783         - WebExtensions
5784   open_addon_in_toolbar_menu:
5785     type: event
5786     description: |
5787       A user interacted with an installed add-on in the toolbar menu
5788     extra_keys:
5789       addon_id:
5790         description: |
5791           The id of the add-on that was interacted with in the toolbar menu
5792         type: string
5793     bugs:
5794       - https://github.com/mozilla-mobile/fenix/issues/6174
5795       - https://github.com/mozilla-mobile/fenix/issues/19923
5796     data_reviews:
5797       - https://github.com/mozilla-mobile/fenix/pull/8318
5798       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5799       - https://github.com/mozilla-mobile/fenix/pull/18143
5800       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5801       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5802       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5803     data_sensitivity:
5804       - interaction
5805     notification_emails:
5806       - android-probes@mozilla.com
5807     expires: 116
5808     metadata:
5809       tags:
5810         - WebExtensions
5811   has_installed_addons:
5812     type: boolean
5813     description: |
5814       Whether or not the user has installed add-ons on the device.
5815     send_in_pings:
5816       - metrics
5817     bugs:
5818       - https://github.com/mozilla-mobile/fenix/issues/6174
5819       - https://github.com/mozilla-mobile/fenix/issues/19923
5820     data_reviews:
5821       - https://github.com/mozilla-mobile/fenix/pull/8318
5822       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5823       - https://github.com/mozilla-mobile/fenix/pull/18143
5824       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5825       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5826     data_sensitivity:
5827       - interaction
5828     notification_emails:
5829       - android-probes@mozilla.com
5830       - erichards@mozilla.com
5831     expires: never
5832     metadata:
5833       tags:
5834         - WebExtensions
5835   has_enabled_addons:
5836     type: boolean
5837     description: |
5838       Whether or not the user has enabled add-ons on the device.
5839     send_in_pings:
5840       - metrics
5841     bugs:
5842       - https://github.com/mozilla-mobile/fenix/issues/6174
5843       - https://github.com/mozilla-mobile/fenix/issues/19923
5844     data_reviews:
5845       - https://github.com/mozilla-mobile/fenix/pull/8318
5846       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5847       - https://github.com/mozilla-mobile/fenix/pull/18143
5848       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5849       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5850     data_sensitivity:
5851       - interaction
5852     notification_emails:
5853       - android-probes@mozilla.com
5854       - erichards@mozilla.com
5855     expires: never
5856     metadata:
5857       tags:
5858         - WebExtensions
5859   installed_addons:
5860     type: string_list
5861     description: |
5862       A list of all installed add-ons on the device.
5863     send_in_pings:
5864       - metrics
5865     bugs:
5866       - https://github.com/mozilla-mobile/fenix/issues/8920
5867       - https://github.com/mozilla-mobile/fenix/issues/19923
5868     data_reviews:
5869       - https://github.com/mozilla-mobile/fenix/pull/11080
5870       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5871       - https://github.com/mozilla-mobile/fenix/pull/18143
5872       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5873       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
5874     data_sensitivity:
5875       - interaction
5876     notification_emails:
5877       - android-probes@mozilla.com
5878       - erichards@mozilla.com
5879     expires: never
5880     metadata:
5881       tags:
5882         - WebExtensions
5883   enabled_addons:
5884     type: string_list
5885     description: |
5886       A list of all enabled add-ons on the device.
5887     send_in_pings:
5888       - metrics
5889     bugs:
5890       - https://github.com/mozilla-mobile/fenix/issues/8920
5891       - https://github.com/mozilla-mobile/fenix/issues/19923
5892     data_reviews:
5893       - https://github.com/mozilla-mobile/fenix/pull/11080
5894       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5895       - https://github.com/mozilla-mobile/fenix/pull/18143
5896       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5897       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
5898       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5899     data_sensitivity:
5900       - interaction
5901     notification_emails:
5902       - android-probes@mozilla.com
5903     expires: 116
5905     metadata:
5906       tags:
5907         - WebExtensions
5908 perf.startup:
5909   cold_main_app_to_first_frame:
5910     type: timing_distribution
5911     time_unit: millisecond
5912     description: |
5913       The duration from `*Application`'s initializer to the first Android frame
5914       being drawn in a [COLD MAIN start
5915       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5916       Notably, this duration omits the time from process start to the
5917       initializer (which includes a lengthy dex operation) and the time from
5918       the first frame to visual completeness. This probe doesn't measure Custom
5919       Tabs or other uses of `ExternalAppBrowserActivity` to simplify result
5920       analysis. The methodology for determining this measurement is imperfect
5921       to simplify implementation. Issues may include:
5922       <br>- Not measuring Beta and Release channels (due to
5923       `MigrationDecisionActivity` interrupting the logic).
5924       <br>- Not distinguishing between MAIN to homescreen, onboarding, session
5925       restore, others?
5926       <br>- Not choosing to record a MAIN based on what the user would see and
5927       thus the core code path (i.e. the thing we want to measure) but rather on
5928       the initial `Intent` state.
5929       <br><br>
5930       The hope is that these cases will not have a significant impact on the end
5931       results but, if they appear to, we can replace it with a more complex
5932       implementation.
5933       <br><br>
5934       Around April 8, 2021 the implementation was refactored. Functionally, it
5935       should be the same but it's noted just in case there are bugs.
5936     bugs:
5937       - https://github.com/mozilla-mobile/fenix/issues/18426
5938     data_reviews:
5939       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5940       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5941       - https://github.com/mozilla-mobile/fenix/pull/23506
5942     data_sensitivity:
5943       - technical
5944     notification_emails:
5945       - perf-telemetry-alerts@mozilla.com
5946       - mcomella@mozilla.com
5947     expires: never
5948   cold_view_app_to_first_frame:
5949     type: timing_distribution
5950     time_unit: millisecond
5951     description: |
5952       The duration from `*Application`'s initializer to the first Android frame
5953       being drawn in a [COLD VIEW start
5954       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
5955       The methodology for determining this measurement is imperfect to simplify
5956       implementation. Issues may include:
5957       <br>-Including VIEW intents that aren't valid so take code paths similar
5958       to MAIN (this is speculative)
5959       <br><br>
5960       See the `cold_main_app_to_first_frame` probe docs for other possible
5961       known issues and more details.
5962       <br><br>
5963       Around April 8, 2021 the implementation was refactored. Functionally, it
5964       should be the same but it's noted just in case there are bugs.
5965     bugs:
5966       - https://github.com/mozilla-mobile/fenix/issues/18426
5967     data_reviews:
5968       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5969       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5970       - https://github.com/mozilla-mobile/fenix/pull/23506
5971     data_sensitivity:
5972       - technical
5973     notification_emails:
5974       - perf-telemetry-alerts@mozilla.com
5975       - mcomella@mozilla.com
5976     expires: never
5977   cold_unknwn_app_to_first_frame:
5978     type: timing_distribution
5979     time_unit: millisecond
5980     description: |
5981       The duration from `*Application`'s initializer to the first Android frame
5982       being drawn in a [COLD start
5983       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary)
5984       where we can't say it was a MAIN or VIEW start up. The methodology for
5985       determining this measurement is imperfect to simplify implementation.
5986       <br><br>
5987       See the `cold_main_app_to_first_frame` probe docs for known issues and
5988       more details.
5989       <br><br>
5990       Around April 8, 2021 the implementation was refactored. Functionally, it
5991       should be the same but it's noted just in case there are bugs.
5992     bugs:
5993       - https://github.com/mozilla-mobile/fenix/issues/18426
5994     data_reviews:
5995       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
5996       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5997       - https://github.com/mozilla-mobile/fenix/pull/23506
5998     data_sensitivity:
5999       - technical
6000     notification_emails:
6001       - perf-telemetry-alerts@mozilla.com
6002       - mcomella@mozilla.com
6003     expires: never
6004   application_on_create:
6005     type: timing_distribution
6006     time_unit: millisecond
6007     description: |
6008       The duration of `FenixApplication.onCreate` in the main process. This does
6009       not measure the duration of migration code (via
6010       `MigratingFenixApplication` included in the Beta and Release channels.
6011     bugs:
6012       - https://github.com/mozilla-mobile/fenix/issues/17969
6013     data_reviews:
6014       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
6015       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6016       - https://github.com/mozilla-mobile/fenix/pull/23506
6017     data_sensitivity:
6018       - technical
6019     notification_emails:
6020       - perf-telemetry-alerts@mozilla.com
6021       - mcomella@mozilla.com
6022     expires: never
6023   startup_type:
6024     type: labeled_counter
6025     description: |
6026       Indicates how the browser was started. The label is divided into two
6027       variables. `state` is how cached the browser is when started. `path` is
6028       what code path we are expected to take. Together, they create a combined
6029       label: `state_path`. For brevity, the specific states are documented in
6030       the [Fenix perf
6031       glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
6032       <br><br>
6033       This implementation is intended to be simple, not comprehensive. We list
6034       the implications below.
6036       <br><br>
6037       These ways of opening the app undesirably adds events to our primary
6038       buckets (non-`unknown` cases):
6039       <br>- App switcher cold/warm: `cold/warm_` + duplicates path from
6040       previous launch
6041       <br>- Home screen shortcuts: `*_view`
6042       <br>- An Intent is sent internally that's uses `ACTION_MAIN` or
6043       `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
6044       <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
6045       `*_main/view`
6047       <br><br>
6048       These ways of opening the app undesirably do not add their events to our
6049       primary buckets:
6050       <br>- Close and reopen the app very quickly: no event is recorded.
6052       <br><br>
6053       These ways of opening the app don't affect our primary buckets:
6054       <br>- App switcher hot: `hot_unknown`
6055       <br>- PWA (all states): `unknown_unknown`
6056       <br>- Custom tab: `unknown_view`
6057       <br>- Cold start where a service or other non-activity starts the process
6058       (not manually tested) - this seems to happen if you have the homescreen
6059       widget: `unknown_*`
6060       <br>- Another activity is drawn before HomeActivity (e.g. widget voice
6061       search): `unknown_*`
6062       <br>- Widget text search: `*_unknown`
6064       <br><br>
6065       In addition to the events above, the `unknown` state may be chosen when we
6066       were unable to determine a cause due to implementation details or the API
6067       was used incorrectly. We may be able to record the events listed above
6068       into different buckets but we kept the implementation simple for now.
6069       <br><br>
6070       N.B.: for implementation simplicity, we duplicate the logic in app that
6071       determines `path` so it's not perfectly accurate. In one way, we record we
6072       is intended to happen rather than what actually happened (e.g. the user
6073       may click a link so we record VIEW but the app does a MAIN by going to the
6074       homescreen because the link was invalid).
6075     labels:
6076       - cold_main
6077       - cold_view
6078       - cold_unknown
6079       - warm_main
6080       - warm_view
6081       - warm_unknown
6082       - hot_main
6083       - hot_view
6084       - hot_unknown
6085       - unknown_main
6086       - unknown_view
6087       - unknown_unknown
6088     bugs:
6089       - https://github.com/mozilla-mobile/fenix/issues/18836
6090     data_reviews:
6091       - https://github.com/mozilla-mobile/fenix/pull/19028
6092       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6093       - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
6094     data_sensitivity:
6095       - interaction
6096     notification_emails:
6097       - perf-telemetry-alerts@mozilla.com
6098       - mleclair@mozilla.com
6099     expires: never
6101 perf.awesomebar:
6102   history_suggestions:
6103     send_in_pings:
6104       - metrics
6105     type: timing_distribution
6106     time_unit: millisecond
6107     description: |
6108       Duration of a history awesomebar suggestion query.
6109     bugs:
6110       - https://github.com/mozilla-mobile/android-components/issues/4992
6111     data_reviews:
6112       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6113       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6114       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6115     data_sensitivity:
6116       - technical
6117       - interaction
6118     notification_emails:
6119       - android-probes@mozilla.com
6120       - gkruglov@mozilla.com
6121     expires: 107
6122   bookmark_suggestions:
6123     send_in_pings:
6124       - metrics
6125     type: timing_distribution
6126     time_unit: millisecond
6127     description: |
6128       Duration of a bookmarks awesomebar suggestion query.
6129     bugs:
6130       - https://github.com/mozilla-mobile/android-components/issues/4992
6131     data_reviews:
6132       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6133       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6134       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6135     data_sensitivity:
6136       - technical
6137       - interaction
6138     notification_emails:
6139       - android-probes@mozilla.com
6140       - gkruglov@mozilla.com
6141     expires: 107
6142   search_engine_suggestions:
6143     send_in_pings:
6144       - metrics
6145     type: timing_distribution
6146     time_unit: millisecond
6147     description: |
6148       Duration of a search engine awesomebar suggestion query.
6149     bugs:
6150       - https://github.com/mozilla-mobile/android-components/issues/4992
6151     data_reviews:
6152       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6153       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6154       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6155     data_sensitivity:
6156       - technical
6157       - interaction
6158     notification_emails:
6159       - android-probes@mozilla.com
6160       - gkruglov@mozilla.com
6161     expires: 107
6162   session_suggestions:
6163     send_in_pings:
6164       - metrics
6165     type: timing_distribution
6166     time_unit: millisecond
6167     description: |
6168       Duration of a session awesomebar suggestion query.
6169     bugs:
6170       - https://github.com/mozilla-mobile/android-components/issues/4992
6171     data_reviews:
6172       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6173       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6174       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6175     data_sensitivity:
6176       - technical
6177       - interaction
6178     notification_emails:
6179       - android-probes@mozilla.com
6180       - gkruglov@mozilla.com
6181     expires: 107
6182   synced_tabs_suggestions:
6183     send_in_pings:
6184       - metrics
6185     type: timing_distribution
6186     time_unit: millisecond
6187     description: |
6188       Duration of a synced tabs awesomebar suggestion query.
6189     bugs:
6190       - https://github.com/mozilla-mobile/android-components/issues/4992
6191     data_reviews:
6192       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6193       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6194       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6195     data_sensitivity:
6196       - technical
6197       - interaction
6198     notification_emails:
6199       - android-probes@mozilla.com
6200       - gkruglov@mozilla.com
6201     expires: 107
6202   clipboard_suggestions:
6203     send_in_pings:
6204       - metrics
6205     type: timing_distribution
6206     time_unit: millisecond
6207     description: |
6208       Duration of a clipboard awesomebar suggestion query.
6209     bugs:
6210       - https://github.com/mozilla-mobile/android-components/issues/4992
6211     data_reviews:
6212       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6213       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6214       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6215     data_sensitivity:
6216       - technical
6217       - interaction
6218     notification_emails:
6219       - android-probes@mozilla.com
6220       - gkruglov@mozilla.com
6221     expires: 107
6222   shortcuts_suggestions:
6223     send_in_pings:
6224       - metrics
6225     type: timing_distribution
6226     time_unit: millisecond
6227     description: |
6228       Duration of a shortcuts awesomebar suggestion query.
6229     bugs:
6230       - https://github.com/mozilla-mobile/android-components/issues/4992
6231     data_reviews:
6232       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
6233       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6234       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
6235     data_sensitivity:
6236       - technical
6237       - interaction
6238     notification_emails:
6239       - android-probes@mozilla.com
6240       - gkruglov@mozilla.com
6241     expires: 107
6243 autoplay:
6244   visited_setting:
6245     type: event
6246     description: A user visited the autoplay settings screen
6247     bugs:
6248       - https://github.com/mozilla-mobile/fenix/issues/11579
6249     data_reviews:
6250       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6251       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6252       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6253       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6254     data_sensitivity:
6255       - interaction
6256     notification_emails:
6257       - android-probes@mozilla.com
6258     expires: 111
6259     metadata:
6260       tags:
6261         - SitePermissions
6262   setting_changed:
6263     type: event
6264     description: |
6265       A user changed their autoplay setting to either block_cellular,
6266       block_audio, or block_all.
6267     extra_keys:
6268       autoplay_setting:
6269         description: |
6270           The new setting for autoplay: block_cellular,
6271           block_audio, allow_all or block_all.
6272         type: string
6273     bugs:
6274       - https://github.com/mozilla-mobile/fenix/issues/11579
6275     data_reviews:
6276       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
6277       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6278       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6279       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6280     data_sensitivity:
6281       - interaction
6282     notification_emails:
6283       - android-probes@mozilla.com
6284     expires: 111
6285     metadata:
6286       tags:
6287         - SitePermissions
6289 site_permissions:
6290   prompt_shown:
6291     type: event
6292     description: |
6293       A prompt for the user to approve site permissions is shown.
6294     extra_keys:
6295       permissions:
6296         description: |
6297           Comma delimited list of permissions to approve.
6298         type: string
6299     bugs:
6300       - https://github.com/mozilla-mobile/fenix/issues/25658
6301     data_reviews:
6302       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6303     data_sensitivity:
6304       - interaction
6305     notification_emails:
6306       - android-probes@mozilla.com
6307     expires: 115
6308     metadata:
6309       tags:
6310         - SitePermissions
6311   permissions_allowed:
6312     type: event
6313     description: |
6314       User approved site permissions.
6315     extra_keys:
6316       permissions:
6317         description: |
6318           Comma delimited list of approved permissions.
6319         type: string
6320     bugs:
6321       - https://github.com/mozilla-mobile/fenix/issues/25658
6322     data_reviews:
6323       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6324     data_sensitivity:
6325       - interaction
6326     notification_emails:
6327       - android-probes@mozilla.com
6328     expires: 115
6329     metadata:
6330       tags:
6331         - SitePermissions
6332   permissions_denied:
6333     type: event
6334     description: |
6335       User denied site permissions.
6336     extra_keys:
6337       permissions:
6338         description: |
6339           Comma delimited list of approved permissions.
6340         type: string
6341     bugs:
6342       - https://github.com/mozilla-mobile/fenix/issues/25658
6343     data_reviews:
6344       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
6345     data_sensitivity:
6346       - interaction
6347     notification_emails:
6348       - android-probes@mozilla.com
6349     expires: 115
6350     metadata:
6351       tags:
6352         - SitePermissions
6353 storage.stats:
6354   query_stats_duration:
6355     send_in_pings:
6356       - metrics
6357     type: timing_distribution
6358     description: |
6359       How long it took to query the device for the StorageStats that contain the
6360       file size information. The docs say it may be expensive so we want to
6361       ensure it's not too expensive.  This value is only available on Android
6362       8+.
6363     bugs:
6364       - https://github.com/mozilla-mobile/fenix/issues/12802
6365     data_reviews:
6366       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6367       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6368       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6369       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6370       - https://github.com/mozilla-mobile/fenix/pull/23506
6371     data_sensitivity:
6372       - technical
6373       - interaction
6374     notification_emails:
6375       - android-probes@mozilla.com
6376       - perf-telemetry-alerts@mozilla.com
6377       - mcomella@mozilla.com
6378     expires: never
6379   app_bytes:
6380     send_in_pings:
6381       - metrics
6382     type: memory_distribution
6383     description: |
6384       The size of the app's APK and related files as installed: this is expected
6385       to be larger than download size. This is the output of
6386       [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
6387       so see that for details. This value is only available on Android 8+. A
6388       similar value may be available on the Google Play dashboard: we can use
6389       this value to see if that value is reliable enough.
6390     memory_unit: byte
6391     bugs:
6392       - https://github.com/mozilla-mobile/fenix/issues/12802
6393     data_reviews:
6394       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6395       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6396       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6397       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6398       - https://github.com/mozilla-mobile/fenix/pull/23506
6399     data_sensitivity:
6400       - technical
6401       - interaction
6402     notification_emails:
6403       - android-probes@mozilla.com
6404       - perf-telemetry-alerts@mozilla.com
6405       - mcomella@mozilla.com
6406     expires: never
6407   cache_bytes:
6408     send_in_pings:
6409       - metrics
6410     type: memory_distribution
6411     description: |
6412       The size of all cached data in the app. This is the output of
6413       [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
6414       so see that for details. This value is only available on Android 8+.
6415     memory_unit: byte
6416     bugs:
6417       - https://github.com/mozilla-mobile/fenix/issues/12802
6418     data_reviews:
6419       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6420       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6421       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6422       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6423       - https://github.com/mozilla-mobile/fenix/pull/23506
6424     data_sensitivity:
6425       - technical
6426       - interaction
6427     notification_emails:
6428       - android-probes@mozilla.com
6429       - perf-telemetry-alerts@mozilla.com
6430       - mcomella@mozilla.com
6431     expires: never
6432   data_dir_bytes:
6433     send_in_pings:
6434       - metrics
6435     type: memory_distribution
6436     description: |
6437       The size of all data minus `cache_bytes`. This is the output of
6438       [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
6439       except we subtract the value of `cache_bytes` so the cache is not measured
6440       redundantly; see that method for details. This value is only available on
6441       Android 8+.
6442     memory_unit: byte
6443     bugs:
6444       - https://github.com/mozilla-mobile/fenix/issues/12802
6445     data_reviews:
6446       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
6447       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
6448       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6449       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
6450       - https://github.com/mozilla-mobile/fenix/pull/23506
6451     data_sensitivity:
6452       - technical
6453       - interaction
6454     notification_emails:
6455       - android-probes@mozilla.com
6456       - perf-telemetry-alerts@mozilla.com
6457       - mcomella@mozilla.com
6458     expires: never
6460 progressive_web_app:
6461   homescreen_tap:
6462     type: event
6463     description: |
6464       A user taps on PWA homescreen icon
6465     bugs:
6466       - https://github.com/mozilla-mobile/fenix/issues/10261
6467     data_reviews:
6468       - https://github.com/mozilla-mobile/fenix/pull/11859
6469       - https://github.com/mozilla-mobile/fenix/pull/18071
6470       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6471       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6472       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6473     data_sensitivity:
6474       - interaction
6475     notification_emails:
6476       - android-probes@mozilla.com
6477     expires: 112
6478     metadata:
6479       tags:
6480         - PWA
6481   install_tap:
6482     type: event
6483     description: |
6484       A user installs a PWA. Could be a shortcut or added to homescreen.
6485     bugs:
6486       - https://github.com/mozilla-mobile/fenix/issues/10261
6487     data_reviews:
6488       - https://github.com/mozilla-mobile/fenix/pull/11859
6489       - https://github.com/mozilla-mobile/fenix/pull/18071
6490       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6491       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
6492       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
6493     data_sensitivity:
6494       - interaction
6495     notification_emails:
6496       - android-probes@mozilla.com
6497     expires: 112
6498     metadata:
6499       tags:
6500         - PWA
6502 tabs:
6503   setting_opened:
6504     type: event
6505     description: |
6506       The tab settings were opened.
6507     bugs:
6508       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
6509     data_reviews:
6510       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
6511       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6512       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6513       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6514     data_sensitivity:
6515       - interaction
6516     notification_emails:
6517       - android-probes@mozilla.com
6518       - erichards@mozilla.com
6519     expires: never
6520     metadata:
6521       tags:
6522         - Tabs
6524 contextual_menu:
6525   copy_tapped:
6526     type: event
6527     description: |
6528       The context menu's 'copy' option was used.
6529     bugs:
6530       - https://github.com/mozilla-mobile/fenix/issues/11580
6531       - https://github.com/mozilla-mobile/fenix/issues/19923
6532     data_reviews:
6533       - https://github.com/mozilla-mobile/fenix/pull/16968
6534       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6535       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6536     data_sensitivity:
6537       - interaction
6538     notification_emails:
6539       - android-probes@mozilla.com
6540       - erichards@mozilla.com
6541     expires: never
6542     metadata:
6543       tags:
6544         - ContextMenu
6545         - TextSelection
6546   search_tapped:
6547     type: event
6548     description: |
6549       The context menu's 'search' option was used.
6550     bugs:
6551       - https://github.com/mozilla-mobile/fenix/issues/11580
6552       - https://github.com/mozilla-mobile/fenix/issues/19923
6553     data_reviews:
6554       - https://github.com/mozilla-mobile/fenix/pull/16968
6555       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6556       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6557     data_sensitivity:
6558       - interaction
6559     notification_emails:
6560       - android-probes@mozilla.com
6561       - erichards@mozilla.com
6562     expires: never
6563     metadata:
6564       tags:
6565         - ContextMenu
6566         - TextSelection
6567   select_all_tapped:
6568     type: event
6569     description: |
6570       The context menu's 'select all' option was used.
6571     bugs:
6572       - https://github.com/mozilla-mobile/fenix/issues/11580
6573       - https://github.com/mozilla-mobile/fenix/issues/19923
6574     data_reviews:
6575       - https://github.com/mozilla-mobile/fenix/pull/16968
6576       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6577       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6578     data_sensitivity:
6579       - interaction
6580     notification_emails:
6581       - android-probes@mozilla.com
6582       - erichards@mozilla.com
6583     expires: never
6584     metadata:
6585       tags:
6586         - ContextMenu
6587         - TextSelection
6588   share_tapped:
6589     type: event
6590     description: |
6591       The context menu's 'share' option was used.
6592     bugs:
6593       - https://github.com/mozilla-mobile/fenix/issues/11580
6594       - https://github.com/mozilla-mobile/fenix/issues/19923
6595     data_reviews:
6596       - https://github.com/mozilla-mobile/fenix/pull/16968
6597       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6598       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6599     data_sensitivity:
6600       - interaction
6601     notification_emails:
6602       - android-probes@mozilla.com
6603       - erichards@mozilla.com
6604     expires: never
6605     metadata:
6606       tags:
6607         - ContextMenu
6608         - TextSelection
6610 engine_tab:
6611   kills:
6612     type: labeled_counter
6613     labels:
6614       - foreground
6615       - background
6616     description: |
6617       How often was the content process of a foreground (selected) or
6618       background tab killed.
6619     bugs:
6620       - https://github.com/mozilla-mobile/android-components/issues/9366
6621     data_reviews:
6622       - https://github.com/mozilla-mobile/fenix/pull/17864
6623       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6624       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6625       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6626     data_sensitivity:
6627       - technical
6628     notification_emails:
6629       - android-probes@mozilla.com
6630       - skaspari@mozilla.com
6631     expires: 116
6632     metadata:
6633       tags:
6634         - Performance
6635   kill_foreground_age:
6636     type: timing_distribution
6637     time_unit: millisecond
6638     description: |
6639       Measures the age of the engine session of a foreground (selected) tab
6640       at the time its content process got killed.
6641     bugs:
6642       - https://github.com/mozilla-mobile/android-components/issues/9366
6643     data_reviews:
6644       - https://github.com/mozilla-mobile/fenix/pull/17864
6645       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6646       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6647       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6648     data_sensitivity:
6649       - technical
6650     notification_emails:
6651       - android-probes@mozilla.com
6652       - skaspari@mozilla.com
6653     expires: 116
6654     metadata:
6655       tags:
6656         - Performance
6657   kill_background_age:
6658     type: timing_distribution
6659     time_unit: millisecond
6660     description: |
6661       Measures the age of the engine session of a background tab at the
6662       time its content process got killed.
6663     bugs:
6664       - https://github.com/mozilla-mobile/android-components/issues/9366
6665     data_reviews:
6666       - https://github.com/mozilla-mobile/fenix/pull/17864
6667       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6668       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6669       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6670     data_sensitivity:
6671       - technical
6672     notification_emails:
6673       - android-probes@mozilla.com
6674       - skaspari@mozilla.com
6675     expires: 116
6676     metadata:
6677       tags:
6678         - Performance
6679   foreground_metrics:
6680     type: event
6681     description: |
6682       Event collecting data about the state of tabs when the app comes back to
6683       the foreground.
6684     bugs:
6685       - https://github.com/mozilla-mobile/android-components/issues/9997
6686     data_reviews:
6687       - https://github.com/mozilla-mobile/fenix/pull/18747#issuecomment-815731764
6688       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6689       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
6690       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
6691     data_sensitivity:
6692       - technical
6693     notification_emails:
6694       - android-probes@mozilla.com
6695       - skaspari@mozilla.com
6696     expires: 116
6697     extra_keys:
6698       background_active_tabs:
6699         description: |
6700           Number of active tabs (with an engine session assigned) when the app
6701           went to the background.
6702       background_crashed_tabs:
6703         description: |
6704           Number of tabs marked as crashed when the app went to the background.
6705       background_total_tabs:
6706         description: |
6707           Number of total tabs when the app went to the background.
6708       foreground_active_tabs:
6709         description: |
6710           Number of active tabs (with an engine session assigned) when the
6711           app came back to the foreground.
6712       foreground_crashed_tabs:
6713         description: |
6714           Number of tabs marked as crashed when the app came back to the
6715           foreground.
6716       foreground_total_tabs:
6717         description: |
6718           Number of total tabs when the app came back to the foreground.
6719       time_in_background:
6720         description: |
6721           Time (in milliseconds) the app was in the background.
6722     metadata:
6723       tags:
6724         - Performance
6726 synced_tabs:
6727   synced_tabs_suggestion_clicked:
6728     type: event
6729     description: |
6730       The synced tab suggestion in awesomebar was clicked.
6731     bugs:
6732       - https://github.com/mozilla-mobile/fenix/issues/18163
6733     data_reviews:
6734       - https://github.com/mozilla-mobile/fenix/pull/18172
6735       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6736       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6737       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6738     data_sensitivity:
6739       - interaction
6740     notification_emails:
6741       - android-probes@mozilla.com
6742     expires: 111
6743     metadata:
6744       tags:
6745         - SyncTabs
6747 awesomebar:
6748   bookmark_suggestion_clicked:
6749     type: event
6750     description: |
6751       The bookmark suggestion in awesomebar was clicked.
6752     bugs:
6753       - https://github.com/mozilla-mobile/fenix/issues/18068
6754     data_reviews:
6755       - https://github.com/mozilla-mobile/fenix/pull/18090
6756       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6757       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6758       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6759     data_sensitivity:
6760       - interaction
6761     notification_emails:
6762       - android-probes@mozilla.com
6763       - erichards@mozilla.com
6764     expires: never
6765     metadata:
6766       tags:
6767         - Search
6768   clipboard_suggestion_clicked:
6769     type: event
6770     description: |
6771       The clipboard suggestion in awesomebar was clicked.
6772     bugs:
6773       - https://github.com/mozilla-mobile/fenix/issues/18068
6774     data_reviews:
6775       - https://github.com/mozilla-mobile/fenix/pull/18090
6776       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6777       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6778       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6779     data_sensitivity:
6780       - interaction
6781     notification_emails:
6782       - android-probes@mozilla.com
6783       - erichards@mozilla.com
6784     expires: never
6785     metadata:
6786       tags:
6787         - Search
6788   history_suggestion_clicked:
6789     type: event
6790     description: |
6791       The history suggestion in awesomebar was clicked.
6792     bugs:
6793       - https://github.com/mozilla-mobile/fenix/issues/18068
6794     data_reviews:
6795       - https://github.com/mozilla-mobile/fenix/pull/18090
6796       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6797       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6798       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6799     data_sensitivity:
6800       - interaction
6801     notification_emails:
6802       - android-probes@mozilla.com
6803       - erichards@mozilla.com
6804     expires: never
6805     metadata:
6806       tags:
6807         - Search
6808   search_action_clicked:
6809     type: event
6810     description: |
6811       The search action in awesomebar was clicked.
6812     bugs:
6813       - https://github.com/mozilla-mobile/fenix/issues/18068
6814     data_reviews:
6815       - https://github.com/mozilla-mobile/fenix/pull/18090
6816       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6817       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6818       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6819     data_sensitivity:
6820       - interaction
6821     notification_emails:
6822       - android-probes@mozilla.com
6823       - erichards@mozilla.com
6824     expires: never
6825     metadata:
6826       tags:
6827         - Search
6828   search_suggestion_clicked:
6829     type: event
6830     description: |
6831       The search suggestion in awesomebar was clicked.
6832     bugs:
6833       - https://github.com/mozilla-mobile/fenix/issues/18068
6834     data_reviews:
6835       - https://github.com/mozilla-mobile/fenix/pull/18090
6836       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6837       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6838       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6839     data_sensitivity:
6840       - interaction
6841     notification_emails:
6842       - android-probes@mozilla.com
6843       - erichards@mozilla.com
6844     expires: never
6845     metadata:
6846       tags:
6847         - Search
6848   opened_tab_suggestion_clicked:
6849     type: event
6850     description: |
6851       The opened tab suggestion in awesomebar was clicked.
6852     bugs:
6853       - https://github.com/mozilla-mobile/fenix/issues/18068
6854     data_reviews:
6855       - https://github.com/mozilla-mobile/fenix/pull/18090
6856       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6857       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6858       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6859     data_sensitivity:
6860       - interaction
6861     notification_emails:
6862       - android-probes@mozilla.com
6863       - erichards@mozilla.com
6864     expires: never
6866     metadata:
6867       tags:
6868         - Search
6869 android_autofill:
6870   supported:
6871     type: boolean
6872     description: |
6873       Whether or not Android Autofill is supported by the device and is
6874       supported for this user.
6875     bugs:
6876       - https://github.com/mozilla-mobile/android-components/issues/10301
6877     data_reviews:
6878       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6879       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6880     data_sensitivity:
6881       - technical
6882     notification_emails:
6883       - android-probes@mozilla.com
6884       - skaspari@mozilla.com
6885     expires: 109
6886   enabled:
6887     type: boolean
6888     description: |
6889       Whether or not Firefox is the Android Autofill provider for this user.
6890       provider.
6891     bugs:
6892       - https://github.com/mozilla-mobile/android-components/issues/10301
6893     data_reviews:
6894       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6895       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6896     data_sensitivity:
6897       - interaction
6898     notification_emails:
6899       - android-probes@mozilla.com
6900       - skaspari@mozilla.com
6901     expires: 109
6902   request_matching_logins:
6903     type: event
6904     description: |
6905       The app received an Android Autofill request from the system and was
6906       able to find matching logins for the request
6907     bugs:
6908       - https://github.com/mozilla-mobile/android-components/issues/10301
6909     data_reviews:
6910       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6911       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6912     data_sensitivity:
6913       - interaction
6914     notification_emails:
6915       - android-probes@mozilla.com
6916       - skaspari@mozilla.com
6917     expires: 109
6918   request_no_matching_logins:
6919     type: event
6920     description: |
6921       The app received an Android Autofill request from the system and was
6922       not able to find matching logins for the request
6923     bugs:
6924       - https://github.com/mozilla-mobile/android-components/issues/10301
6925     data_reviews:
6926       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6927       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6928     data_sensitivity:
6929       - interaction
6930     notification_emails:
6931       - android-probes@mozilla.com
6932       - skaspari@mozilla.com
6933     expires: 109
6934   search_displayed:
6935     type: event
6936     description: |
6937       The user has selected the search option to manually search a
6938       matching login
6939     bugs:
6940       - https://github.com/mozilla-mobile/android-components/issues/10301
6941     data_reviews:
6942       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6943       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6944     data_sensitivity:
6945       - interaction
6946     notification_emails:
6947       - android-probes@mozilla.com
6948       - skaspari@mozilla.com
6949     expires: 109
6950   search_item_selected:
6951     type: event
6952     description: |
6953       The user has selected a search result for autofilling.
6954     bugs:
6955       - https://github.com/mozilla-mobile/android-components/issues/10301
6956     data_reviews:
6957       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6958       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6959     data_sensitivity:
6960       - interaction
6961     notification_emails:
6962       - android-probes@mozilla.com
6963       - skaspari@mozilla.com
6964     expires: 109
6965   unlock_cancelled:
6966     type: event
6967     description: |
6968       The user needed to unlock the app in order to autofill
6969       logins, but the process was cancelled.
6970     bugs:
6971       - https://github.com/mozilla-mobile/android-components/issues/10301
6972     data_reviews:
6973       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6974       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6975     data_sensitivity:
6976       - interaction
6977     notification_emails:
6978       - android-probes@mozilla.com
6979       - skaspari@mozilla.com
6980     expires: 109
6981   unlock_successful:
6982     type: event
6983     description: |
6984       The user successfully unlock the app in order to autofill logins
6985     bugs:
6986       - https://github.com/mozilla-mobile/android-components/issues/10301
6987     data_reviews:
6988       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
6989       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
6990     data_sensitivity:
6991       - interaction
6992     notification_emails:
6993       - android-probes@mozilla.com
6994       - skaspari@mozilla.com
6995     expires: 109
6996   confirm_cancelled:
6997     type: event
6998     description: |
6999       The user needed to confirm autofilling an unauthenticated
7000       application and decided to cancel
7001     bugs:
7002       - https://github.com/mozilla-mobile/android-components/issues/10301
7003     data_reviews:
7004       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
7005       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
7006     data_sensitivity:
7007       - interaction
7008     notification_emails:
7009       - android-probes@mozilla.com
7010       - skaspari@mozilla.com
7011     expires: 109
7012   confirm_successful:
7013     type: event
7014     description: |
7015       The user confirmed autofilling an unauthenticated application
7016     bugs:
7017       - https://github.com/mozilla-mobile/android-components/issues/10301
7018     data_reviews:
7019       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
7020       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
7021     data_sensitivity:
7022       - interaction
7023     notification_emails:
7024       - android-probes@mozilla.com
7025       - skaspari@mozilla.com
7026     expires: 109
7028 home_menu:
7029   settings_item_clicked:
7030     type: event
7031     description: The user clicked the settings option in home menu.
7032     bugs:
7033       - https://github.com/mozilla-mobile/fenix/issues/18856
7034     data_reviews:
7035       - https://github.com/mozilla-mobile/fenix/pull/18987
7036       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7037       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
7038       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7039     data_sensitivity:
7040       - interaction
7041     notification_emails:
7042       - android-probes@mozilla.com
7043     expires: 112
7044     metadata:
7045       tags:
7046         - Settings
7047         - MainMenu
7049 home_screen:
7050   home_screen_displayed:
7051     type: event
7052     description: The home screen was displayed.
7053     bugs:
7054       - https://github.com/mozilla-mobile/fenix/issues/18854
7055     data_reviews:
7056       - https://github.com/mozilla-mobile/fenix/pull/19025
7057       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7058       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
7059       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7060     data_sensitivity:
7061       - interaction
7062     notification_emails:
7063       - android-probes@mozilla.com
7064     expires: 112
7065     metadata:
7066       tags:
7067         - HomeScreen
7068   home_screen_view_count:
7069     type: counter
7070     description: |
7071       The number of times the home screen was displayed to the user.
7072     bugs:
7073       - https://github.com/mozilla-mobile/fenix/issues/22146
7074     data_reviews:
7075       - https://github.com/mozilla-mobile/fenix/pull/22377
7076     data_sensitivity:
7077       - interaction
7078     notification_emails:
7079       - android-probes@mozilla.com
7080     expires: 107
7081   customize_home_clicked:
7082     type: event
7083     description: A user clicked on Customize home from the home screen menu.
7084     bugs:
7085       - https://github.com/mozilla-mobile/fenix/pull/21344
7086     data_reviews:
7087       - https://github.com/mozilla-mobile/fenix/pull/21344
7088       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
7089       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7090     data_sensitivity:
7091       - interaction
7092     notification_emails:
7093       - android-probes@mozilla.com
7094     expires: 118
7096 start_on_home:
7097   enter_home_screen:
7098     type: event
7099     description: |
7100       Know how often user lands on Homescreen upon opening the app.
7101     bugs:
7102       - https://github.com/mozilla-mobile/fenix/issues/19881
7103     data_reviews:
7104       - https://github.com/mozilla-mobile/fenix/pull/19885
7105       - https://github.com/mozilla-mobile/fenix/pull/24982
7106     data_sensitivity:
7107       - interaction
7108     notification_emails:
7109       - android-probes@mozilla.com
7110     expires: 114
7111     metadata:
7112       tags:
7113         - HomeScreen
7114   open_tabs_tray:
7115     type: event
7116     description: |
7117       Know how often users open the tab tray.
7118     bugs:
7119       - https://github.com/mozilla-mobile/fenix/issues/19881
7120     data_reviews:
7121       - https://github.com/mozilla-mobile/fenix/pull/19885
7122       - https://github.com/mozilla-mobile/fenix/pull/24982
7123     data_sensitivity:
7124       - interaction
7125     notification_emails:
7126       - android-probes@mozilla.com
7127     expires: 114
7128     metadata:
7129       tags:
7130         - HomeScreen
7131         - Tabs
7132 recent_tabs:
7133   show_all_clicked:
7134     type: event
7135     description: |
7136       User has clicked show all button and opened tabs tray.
7137     bugs:
7138       - https://github.com/mozilla-mobile/fenix/issues/19955
7139     data_reviews:
7140       - https://github.com/mozilla-mobile/fenix/pull/20138
7141       - https://github.com/mozilla-mobile/fenix/pull/24982
7142     data_sensitivity:
7143       - interaction
7144     notification_emails:
7145       - android-probes@mozilla.com
7146     expires: 114
7147     metadata:
7148       tags:
7149         - RecentTabs
7150   recent_tab_opened:
7151     type: event
7152     description: |
7153       User has opened a recent tab from homescreen.
7154     bugs:
7155       - https://github.com/mozilla-mobile/fenix/issues/19955
7156     data_reviews:
7157       - https://github.com/mozilla-mobile/fenix/pull/20138
7158       - https://github.com/mozilla-mobile/fenix/pull/24982
7159     data_sensitivity:
7160       - interaction
7161     notification_emails:
7162       - android-probes@mozilla.com
7163     expires: 114
7164     metadata:
7165       tags:
7166         - RecentTabs
7167   in_progress_media_tab_opened:
7168     type: event
7169     description: |
7170       User has opened a recent media tab from homescreen.
7171     bugs:
7172       - https://github.com/mozilla-mobile/fenix/issues/20393
7173     data_reviews:
7174       - https://github.com/mozilla-mobile/fenix/pull/20138
7175       - https://github.com/mozilla-mobile/fenix/pull/24982
7176     data_sensitivity:
7177       - interaction
7178     notification_emails:
7179       - android-probes@mozilla.com
7180     expires: 114
7181     metadata:
7182       tags:
7183         - RecentTabs
7184   section_visible:
7185     type: boolean
7186     description: |
7187       An indication of whether the recent tabs /
7188       Jump Back In section is visible on the homepage.
7189     bugs:
7190       - https://github.com/mozilla-mobile/fenix/issues/22107
7191     data_reviews:
7192       - https://github.com/mozilla-mobile/fenix/pull/22166
7193     data_sensitivity:
7194       - interaction
7195     notification_emails:
7196       - android-probes@mozilla.com
7197     expires: 107
7199 recent_bookmarks:
7200   shown:
7201     type: event
7202     description: |
7203       Recent bookmarks section was shown to the user.
7204     bugs:
7205       - https://github.com/mozilla-mobile/fenix/issues/22103
7206     data_reviews:
7207       - https://github.com/mozilla-mobile/fenix/pull/22104
7208     data_sensitivity:
7209       - interaction
7210     notification_emails:
7211       - android-probes@mozilla.com
7212     expires: 107
7213   bookmark_clicked:
7214     type: counter
7215     lifetime: application
7216     description: |
7217       A counter that indicates the number of times that a user
7218       has clicked on a recently saved bookmark from the home
7219       screen.
7220     send_in_pings:
7221       - metrics
7222     bugs:
7223       - https://github.com/mozilla-mobile/fenix/issues/19931
7224     data_reviews:
7225       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7226       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7227     data_sensitivity:
7228       - interaction
7229     notification_emails:
7230       - android-probes@mozilla.com
7231     expires: 111
7232   show_all_bookmarks:
7233     type: counter
7234     lifetime: application
7235     description: |
7236       A counter that indicates the number of times that a user
7237       has clicked the show all button for recently saved bookmarks
7238       on the home screen.
7239     send_in_pings:
7240       - metrics
7241     bugs:
7242       - https://github.com/mozilla-mobile/fenix/issues/19931
7243     data_reviews:
7244       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
7245       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7246     data_sensitivity:
7247       - interaction
7248     notification_emails:
7249       - android-probes@mozilla.com
7250     expires: 111
7251   recent_bookmarks_count:
7252     type: quantity
7253     description: |
7254       The number of bookmarked items appearing in the
7255       Recently Saved section on the home page.
7256     bugs:
7257       - https://github.com/mozilla-mobile/fenix/issues/22075
7258     data_reviews:
7259       - https://github.com/mozilla-mobile/fenix/pull/22293
7260     data_sensitivity:
7261       - interaction
7262     notification_emails:
7263       - android-probes@mozilla.com
7264     expires: 107
7265     unit: integer
7267 recent_searches:
7268   group_deleted:
7269     type: event
7270     description: |
7271       A user has deleted a search term group from the
7272       "Recently visited" section on the homescreen using
7273       the long-press menu "Remove" option. This removes
7274       the item from the homescreen, but does not delete
7275       the item from history.
7276     bugs:
7277       - https://github.com/mozilla-mobile/fenix/issues/22175
7278     data_reviews:
7279       - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788
7280       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
7281     data_sensitivity:
7282       - interaction
7283     notification_emails:
7284       - android-probes@mozilla.com
7285     expires: 112
7287 credit_cards:
7288   saved:
7289     type: counter
7290     description: |
7291       A counter of the number of credit cards that have been saved
7292       manually by the user.
7293     bugs:
7294       - https://github.com/mozilla-mobile/fenix/issues/18711
7295     data_reviews:
7296       - https://github.com/mozilla-mobile/fenix/pull/20909
7297       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7298     data_sensitivity:
7299       - interaction
7300     notification_emails:
7301       - android-probes@mozilla.com
7302     expires: 118
7303     metadata:
7304       tags:
7305         - Autofill
7306   deleted:
7307     type: counter
7308     description: |
7309       A counter of the number of credit cards that have been deleted by
7310       the user.
7311     bugs:
7312       - https://github.com/mozilla-mobile/fenix/issues/18711
7313     data_reviews:
7314       - https://github.com/mozilla-mobile/fenix/pull/20909
7315       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7316     data_sensitivity:
7317       - interaction
7318     notification_emails:
7319       - android-probes@mozilla.com
7320     expires: 118
7321     metadata:
7322       tags:
7323         - Autofill
7324   modified:
7325     type: event
7326     description: |
7327       A credit card has been modified by the user.
7328     bugs:
7329       - https://github.com/mozilla-mobile/fenix/issues/18711
7330     data_reviews:
7331       - https://github.com/mozilla-mobile/fenix/pull/20909
7332       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7333     data_sensitivity:
7334       - interaction
7335     notification_emails:
7336       - android-probes@mozilla.com
7337     expires: 118
7338     metadata:
7339       tags:
7340         - Autofill
7341   form_detected:
7342     type: event
7343     description: |
7344       A credit card form was detected.
7345     bugs:
7346       - https://github.com/mozilla-mobile/fenix/issues/18711
7347     data_reviews:
7348       - https://github.com/mozilla-mobile/fenix/pull/20909
7349       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7350     data_sensitivity:
7351       - interaction
7352     notification_emails:
7353       - android-probes@mozilla.com
7354     expires: 118
7355     metadata:
7356       tags:
7357         - Autofill
7358   autofilled:
7359     type: event
7360     description: |
7361       User has autofilled a credit card.
7362     bugs:
7363       - https://github.com/mozilla-mobile/fenix/issues/18711
7364     data_reviews:
7365       - https://github.com/mozilla-mobile/fenix/pull/20909
7366       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7367     data_sensitivity:
7368       - interaction
7369     notification_emails:
7370       - android-probes@mozilla.com
7371     expires: 118
7372     metadata:
7373       tags:
7374         - Autofill
7375   autofill_prompt_shown:
7376     type: event
7377     description: |
7378       Credit card autofill prompt was shown.
7379     bugs:
7380       - https://github.com/mozilla-mobile/fenix/issues/18711
7381     data_reviews:
7382       - https://github.com/mozilla-mobile/fenix/pull/20909
7383       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7384     data_sensitivity:
7385       - interaction
7386     notification_emails:
7387       - android-probes@mozilla.com
7388     expires: 118
7389     metadata:
7390       tags:
7391         - Autofill
7392   autofill_prompt_expanded:
7393     type: event
7394     description: |
7395       Credit card autofill prompt was expanded.
7396     bugs:
7397       - https://github.com/mozilla-mobile/fenix/issues/18711
7398     data_reviews:
7399       - https://github.com/mozilla-mobile/fenix/pull/20909
7400       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7401     data_sensitivity:
7402       - interaction
7403     notification_emails:
7404       - android-probes@mozilla.com
7405     expires: 118
7406     metadata:
7407       tags:
7408         - Autofill
7409   autofill_prompt_dismissed:
7410     type: event
7411     description: |
7412       Credit card autofill prompt was dismissed.
7413     bugs:
7414       - https://github.com/mozilla-mobile/fenix/issues/18711
7415     data_reviews:
7416       - https://github.com/mozilla-mobile/fenix/pull/20909
7417       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7418     data_sensitivity:
7419       - interaction
7420     notification_emails:
7421       - android-probes@mozilla.com
7422     expires: 118
7423     metadata:
7424       tags:
7425         - Autofill
7426   management_add_tapped:
7427     type: event
7428     description: |
7429       User has tapped the add button through credit card management settings.
7430     bugs:
7431       - https://github.com/mozilla-mobile/fenix/issues/18711
7432     data_reviews:
7433       - https://github.com/mozilla-mobile/fenix/pull/20909
7434       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7435     data_sensitivity:
7436       - interaction
7437     notification_emails:
7438       - android-probes@mozilla.com
7439     expires: 118
7440     metadata:
7441       tags:
7442         - Autofill
7443   management_card_tapped:
7444     type: event
7445     description: |
7446       User has tapped on a saved card through credit card management settings.
7447     bugs:
7448       - https://github.com/mozilla-mobile/fenix/issues/18711
7449     data_reviews:
7450       - https://github.com/mozilla-mobile/fenix/pull/20909
7451       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7452     data_sensitivity:
7453       - interaction
7454     notification_emails:
7455       - android-probes@mozilla.com
7456     expires: 118
7457     metadata:
7458       tags:
7459         - Autofill
7460   save_prompt_create:
7461     type: event
7462     description: |
7463       User saved a credit card using the autofill save prompt.
7464     bugs:
7465       - https://github.com/mozilla-mobile/fenix/issues/25397
7466     data_reviews:
7467       - https://github.com/mozilla-mobile/fenix/pull/25411
7468       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7469     data_sensitivity:
7470       - interaction
7471     notification_emails:
7472       - android-probes@mozilla.com
7473     expires: 118
7474     metadata:
7475       tags:
7476         - Autofill
7477   save_prompt_update:
7478     type: event
7479     description: |
7480       User updated a credit card using the autofill save prompt.
7481     bugs:
7482       - https://github.com/mozilla-mobile/fenix/issues/25397
7483     data_reviews:
7484       - https://github.com/mozilla-mobile/fenix/pull/25411
7485       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7486     data_sensitivity:
7487       - interaction
7488     notification_emails:
7489       - android-probes@mozilla.com
7490     expires: 118
7491     metadata:
7492       tags:
7493         - Autofill
7494   save_prompt_shown:
7495     type: event
7496     description: |
7497       The credit card autofill save prompt is shown.
7498     bugs:
7499       - https://github.com/mozilla-mobile/fenix/issues/26089
7500     data_reviews:
7501       - https://github.com/mozilla-mobile/fenix/pull/26095
7502     data_sensitivity:
7503       - interaction
7504     notification_emails:
7505       - android-probes@mozilla.com
7506     expires: 118
7507     metadata:
7508       tags:
7509         - Autofill
7511 addresses:
7512   saved:
7513     type: counter
7514     description: |
7515       A counter of the number of addresses that have been saved
7516       manually by the user.
7517     bugs:
7518       - https://github.com/mozilla-mobile/fenix/issues/24857
7519     data_reviews:
7520       - https://github.com/mozilla-mobile/fenix/pull/25216
7521       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7522     data_sensitivity:
7523       - interaction
7524     notification_emails:
7525       - android-probes@mozilla.com
7526     expires: 118
7527     metadata:
7528       tags:
7529         - Autofill
7530   updated:
7531     type: counter
7532     description: |
7533       A counter of the number of addresses that have been updated
7534       manually by the user.
7535     bugs:
7536       - https://github.com/mozilla-mobile/fenix/issues/24857
7537     data_reviews:
7538       - https://github.com/mozilla-mobile/fenix/pull/25216
7539       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7540     data_sensitivity:
7541       - interaction
7542     notification_emails:
7543       - android-probes@mozilla.com
7544     expires: 118
7545     metadata:
7546       tags:
7547         - Autofill
7548   deleted:
7549     type: counter
7550     description: |
7551       A counter of the number of addresses that have been deleted by
7552       the user.
7553     bugs:
7554       - https://github.com/mozilla-mobile/fenix/issues/24857
7555     data_reviews:
7556       - https://github.com/mozilla-mobile/fenix/pull/25216
7557       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7558     data_sensitivity:
7559       - interaction
7560     notification_emails:
7561       - android-probes@mozilla.com
7562     expires: 118
7563     metadata:
7564       tags:
7565         - Autofill
7566   form_detected:
7567     type: event
7568     description: |
7569       A address form was detected.
7570     bugs:
7571       - https://github.com/mozilla-mobile/fenix/issues/18711
7572     data_reviews:
7573       - https://github.com/mozilla-mobile/fenix/pull/25216
7574       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7575     data_sensitivity:
7576       - interaction
7577     notification_emails:
7578       - android-probes@mozilla.com
7579     expires: 118
7580     metadata:
7581       tags:
7582         - Autofill
7583   autofilled:
7584     type: event
7585     description: |
7586       User has autofilled an address.
7587     bugs:
7588       - https://github.com/mozilla-mobile/fenix/issues/18711
7589     data_reviews:
7590       - https://github.com/mozilla-mobile/fenix/pull/25216
7591       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7592     data_sensitivity:
7593       - interaction
7594     notification_emails:
7595       - android-probes@mozilla.com
7596     expires: 118
7597     metadata:
7598       tags:
7599         - Autofill
7600   autofill_prompt_shown:
7601     type: event
7602     description: |
7603       Address autofill prompt was shown.
7604     bugs:
7605       - https://github.com/mozilla-mobile/fenix/issues/24857
7606     data_reviews:
7607       - https://github.com/mozilla-mobile/fenix/pull/25216
7608       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7609     data_sensitivity:
7610       - interaction
7611     notification_emails:
7612       - android-probes@mozilla.com
7613     expires: 118
7614     metadata:
7615       tags:
7616         - Autofill
7617   autofill_prompt_expanded:
7618     type: event
7619     description: |
7620       Address autofill prompt was expanded.
7621     bugs:
7622       - https://github.com/mozilla-mobile/fenix/issues/24857
7623     data_reviews:
7624       - https://github.com/mozilla-mobile/fenix/pull/25216
7625       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7626     data_sensitivity:
7627       - interaction
7628     notification_emails:
7629       - android-probes@mozilla.com
7630     expires: 118
7631     metadata:
7632       tags:
7633         - Autofill
7634   autofill_prompt_dismissed:
7635     type: event
7636     description: |
7637       Address autofill prompt was dismissed.
7638     bugs:
7639       - https://github.com/mozilla-mobile/fenix/issues/24857
7640     data_reviews:
7641       - https://github.com/mozilla-mobile/fenix/pull/25216
7642       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7643     data_sensitivity:
7644       - interaction
7645     notification_emails:
7646       - android-probes@mozilla.com
7647     expires: 118
7648     metadata:
7649       tags:
7650         - Autofill
7651   management_add_tapped:
7652     type: event
7653     description: |
7654       User has tapped the add button through address management settings.
7655     bugs:
7656       - https://github.com/mozilla-mobile/fenix/issues/24857
7657     data_reviews:
7658       - https://github.com/mozilla-mobile/fenix/pull/20909
7659       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7660     data_sensitivity:
7661       - interaction
7662     notification_emails:
7663       - android-probes@mozilla.com
7664     expires: 118
7665     metadata:
7666       tags:
7667         - Autofill
7668   management_address_tapped:
7669     type: event
7670     description: |
7671       User has tapped on a saved address through address management settings.
7672     bugs:
7673       - https://github.com/mozilla-mobile/fenix/issues/24857
7674     data_reviews:
7675       - https://github.com/mozilla-mobile/fenix/pull/25216
7676       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
7677     data_sensitivity:
7678       - interaction
7679     notification_emails:
7680       - android-probes@mozilla.com
7681     expires: 118
7682     metadata:
7683       tags:
7684         - Autofill
7686 search_terms:
7687   number_of_search_term_group:
7688     type: event
7689     description: |
7690       Number of search term group when tabs tray is opened.
7691     extra_keys:
7692       count:
7693         type: string
7694         description: |
7695           The number of tabs per search group
7696     bugs:
7697       - https://github.com/mozilla-mobile/fenix/issues/22057
7698     data_reviews:
7699       - https://github.com/mozilla-mobile/fenix/pull/22058
7700     data_sensitivity:
7701       - interaction
7702     notification_emails:
7703       - android-probes@mozilla.com
7704     expires: 107
7705   average_tabs_per_group:
7706     type: event
7707     description: |
7708       Number of search term tabs per group when tabs tray is opened.
7709     extra_keys:
7710       count:
7711         type: string
7712         description: |
7713           The average number of tabs per search group
7714     bugs:
7715       - https://github.com/mozilla-mobile/fenix/issues/22057
7716     data_reviews:
7717       - https://github.com/mozilla-mobile/fenix/pull/22058
7718     data_sensitivity:
7719       - interaction
7720     notification_emails:
7721       - android-probes@mozilla.com
7722     expires: 107
7723   jump_back_in_group_tapped:
7724     type: event
7725     description: |
7726       User tapped on the jump back in search term group.
7727     bugs:
7728       - https://github.com/mozilla-mobile/fenix/issues/22057
7729     data_reviews:
7730       - https://github.com/mozilla-mobile/fenix/pull/22058
7731     data_sensitivity:
7732       - interaction
7733     notification_emails:
7734       - android-probes@mozilla.com
7735     expires: 107
7736   group_size_distribution:
7737     type: custom_distribution
7738     description: |
7739       The distribution of search term tab group sizes. Rather than reporting
7740       individual sizes directly as integers, it is currently desired to
7741       report the sizes according to certain size ranges.
7742       The "buckets" for reporting group sizes will be mapped as follows:
7743       * 2 tabs -> 1
7744       * 3-5 tabs -> 2
7745       * 6-10 tabs -> 3
7746       * 11+ tabs -> 4
7747       Where the reported number will be 1, 2, 3, or 4, accordingly.
7748       As an example, say a user has three groups of sizes 3, 6, and 15. The
7749       app will report 2, 3, and 4 when this metric is tracked.
7750     range_min: 1
7751     range_max: 4
7752     bucket_count: 5
7753     histogram_type: linear
7754     unit: tab_group_size_code
7755     bugs:
7756       - https://github.com/mozilla-mobile/fenix/issues/22410
7757     data_reviews:
7758       - https://github.com/mozilla-mobile/fenix/pull/22479
7759     data_sensitivity:
7760       - interaction
7761     notification_emails:
7762       - android-probes@mozilla.com
7763     expires: 108
7765 messaging:
7766   message_shown:
7767     type: event
7768     description: |
7769       A message was shown to the user.
7770     extra_keys:
7771       message_key:
7772         description: The id of the message
7773         type: string
7774     bugs:
7775       - https://github.com/mozilla-mobile/fenix/issues/24224
7776     data_reviews:
7777       - https://github.com/mozilla-mobile/fenix/issues/24224
7778     notification_emails:
7779       - android-probes@mozilla.com
7780     data_sensitivity:
7781       - interaction
7782     expires: 114
7783   message_dismissed:
7784     type: event
7785     description: |
7786       A message was dismissed by the user.
7787     extra_keys:
7788       message_key:
7789         description: The id of the message
7790         type: string
7791     bugs:
7792       - https://github.com/mozilla-mobile/fenix/issues/24224
7793     data_reviews:
7794       - https://github.com/mozilla-mobile/fenix/issues/24224
7795     notification_emails:
7796       - android-probes@mozilla.com
7797     data_sensitivity:
7798       - interaction
7799     expires: 114
7800   message_clicked:
7801     type: event
7802     description: |
7803       A message was clicked by the user.
7804     extra_keys:
7805       message_key:
7806         description: The id of the message
7807         type: string
7808       action_uuid:
7809         description: The uuid of the action
7810         type: string
7811     bugs:
7812       - https://github.com/mozilla-mobile/fenix/issues/24224
7813     data_reviews:
7814       - https://github.com/mozilla-mobile/fenix/issues/24224
7815     notification_emails:
7816       - android-probes@mozilla.com
7817     data_sensitivity:
7818       - interaction
7819     expires: 114
7820   message_expired:
7821     type: event
7822     description: |
7823       A message maxDisplayCount has been surpassed.
7824     extra_keys:
7825       message_key:
7826         description: The id of the message
7827         type: string
7828     bugs:
7829       - https://github.com/mozilla-mobile/fenix/issues/24224
7830     data_reviews:
7831       - https://github.com/mozilla-mobile/fenix/issues/24224
7832     notification_emails:
7833       - android-probes@mozilla.com
7834     data_sensitivity:
7835       - interaction
7836     expires: 114
7837   malformed:
7838     type: event
7839     description: |
7840       A message was malformed.
7841     extra_keys:
7842       message_key:
7843         description: The id of the message
7844         type: string
7845     bugs:
7846       - https://github.com/mozilla-mobile/fenix/issues/24224
7847     data_reviews:
7848       - https://github.com/mozilla-mobile/fenix/issues/24224
7849     notification_emails:
7850       - android-probes@mozilla.com
7851     data_sensitivity:
7852       - interaction
7853     expires: 114
7855 wallpapers:
7856   wallpaper_settings_opened:
7857     type: event
7858     description: |
7859       User has opened the wallpaper settings screen.
7860     bugs:
7861       - https://github.com/mozilla-mobile/fenix/issues/23381
7862     data_reviews:
7863       - https://github.com/mozilla-mobile/fenix/pull/23382
7864     notification_emails:
7865       - android-probes@mozilla.com
7866     data_sensitivity:
7867       - interaction
7868     expires: 114
7869     metadata:
7870       tags:
7871         - Wallpapers
7872   wallpaper_selected:
7873     type: event
7874     description: |
7875       A wallpaper is selected from the settings screen.
7876     extra_keys:
7877       name:
7878         description: The name of the selected wallpaper
7879         type: string
7880       theme_collection:
7881         description: The theme collection the selected wallpaper belongs to.
7882         type: string
7883     bugs:
7884       - https://github.com/mozilla-mobile/fenix/issues/23381
7885     data_reviews:
7886       - https://github.com/mozilla-mobile/fenix/pull/23382
7887     notification_emails:
7888       - android-probes@mozilla.com
7889     data_sensitivity:
7890       - interaction
7891     expires: 114
7892     metadata:
7893       tags:
7894         - Wallpapers
7895   wallpaper_switched:
7896     type: event
7897     description: |
7898       The wallpaper was switched by using the homescreen toggle.
7899     extra_keys:
7900       name:
7901         description: The name of the new wallpaper
7902         type: string
7903       theme_collection:
7904         description: The theme collection the new wallpaper belongs to.
7905         type: string
7906     bugs:
7907       - https://github.com/mozilla-mobile/fenix/issues/23381
7908     data_reviews:
7909       - https://github.com/mozilla-mobile/fenix/pull/23382
7910     notification_emails:
7911       - android-probes@mozilla.com
7912     data_sensitivity:
7913       - interaction
7914     expires: 114
7915     metadata:
7916       tags:
7917         - Wallpapers
7918   change_wallpaper_logo_toggled:
7919     type: event
7920     description: |
7921       A user has toggled the switch that controls the tap-logo-to-change-
7922       wallpaper feature.
7923     extra_keys:
7924       checked:
7925         description: Whether the switch is enabled or disabled.
7926         type: boolean
7927     bugs:
7928       - https://github.com/mozilla-mobile/fenix/issues/23381
7929     data_reviews:
7930       - https://github.com/mozilla-mobile/fenix/pull/23382
7931     notification_emails:
7932       - android-probes@mozilla.com
7933     data_sensitivity:
7934       - interaction
7935     expires: 114
7936     metadata:
7937       tags:
7938         - Wallpapers
7940 recently_visited_homepage:
7941   history_highlight_opened:
7942     type: event
7943     description: |
7944       User has opened any history highlight from homepage
7945     bugs:
7946       - https://github.com/mozilla-mobile/fenix/issues/23821
7947     data_reviews:
7948       - https://github.com/mozilla-mobile/fenix/pull/23909
7949     notification_emails:
7950       - android-probes@mozilla.com
7951     data_sensitivity:
7952       - interaction
7953     expires: 114
7954   search_group_opened:
7955     type: event
7956     description: |
7957       User has opened a search group from homepage
7958     bugs:
7959       - https://github.com/mozilla-mobile/fenix/issues/23821
7960     data_reviews:
7961       - https://github.com/mozilla-mobile/fenix/pull/23909
7962     notification_emails:
7963       - android-probes@mozilla.com
7964     data_sensitivity:
7965       - interaction
7966     expires: 114
7967 downloads:
7968   pdf_download_count:
7969     type: counter
7970     lifetime: application
7971     description: |
7972       A counter that indicates how many times a pdf has been downloaded.
7973     send_in_pings:
7974       - metrics
7975     bugs:
7976       - https://github.com/mozilla-mobile/fenix/issues/24075
7977     data_reviews:
7978       - https://github.com/mozilla-mobile/fenix/pull/24061
7979     data_sensitivity:
7980       - interaction
7981     notification_emails:
7982       - android-probes@mozilla.com
7983     expires: 107
7984     metadata:
7985       tags:
7986         - Download
7987   downloaded_pdf_open_count:
7988     type: counter
7989     lifetime: application
7990     description: |
7991       A counter that indicates how many times open button has been clicked
7992       for a downloaded pdf.
7993     send_in_pings:
7994       - metrics
7995     bugs:
7996       - https://github.com/mozilla-mobile/fenix/issues/24075
7997     data_reviews:
7998       - https://github.com/mozilla-mobile/fenix/pull/-
7999     data_sensitivity:
8000       - interaction
8001     notification_emails:
8002       - android-probes@mozilla.com
8003     expires: 107
8004     metadata:
8005       tags:
8006         - Download
8008 recent_synced_tabs:
8009   recent_synced_tab_shown:
8010     type: labeled_counter
8011     description: |
8012       Counts impressions of a recent synced tab on the homepage, labeled by the
8013       device type the tab originates from.
8014     bugs:
8015       - https://github.com/mozilla-mobile/fenix/issues/24549
8016     data_reviews:
8017       - https://github.com/mozilla-mobile/fenix/pull/24671
8018     notification_emails:
8019       - android-probes@mozilla.com
8020     data_sensitivity:
8021       - interaction
8022     expires: 114
8023   recent_synced_tab_time_to_load:
8024     type: timing_distribution
8025     time_unit: millisecond
8026     description: |
8027       Measures the amount of time between the beginning of a sync and the end.
8028     bugs:
8029       - https://github.com/mozilla-mobile/fenix/issues/24549
8030     data_reviews:
8031       - https://github.com/mozilla-mobile/fenix/pull/24671
8032     data_sensitivity:
8033       - interaction
8034     notification_emails:
8035       - android-probes@mozilla.com
8036     expires: 114
8037   recent_synced_tab_opened:
8038     type: labeled_counter
8039     description: |
8040       Counts the number of times a recent synced tab is opened, labeled by the
8041       device type the tab originates from.
8042     bugs:
8043       - https://github.com/mozilla-mobile/fenix/issues/24549
8044     data_reviews:
8045       - https://github.com/mozilla-mobile/fenix/pull/24671
8046     notification_emails:
8047       - android-probes@mozilla.com
8048     data_sensitivity:
8049       - interaction
8050     expires: 114
8051   show_all_synced_tabs_clicked:
8052     type: counter
8053     description: |
8054       Counts how many times "show all synced tabs" button has been clicked.
8055     bugs:
8056       - https://github.com/mozilla-mobile/fenix/issues/24549
8057     data_reviews:
8058       - https://github.com/mozilla-mobile/fenix/pull/24671
8059     notification_emails:
8060       - android-probes@mozilla.com
8061     data_sensitivity:
8062       - interaction
8063     expires: 114
8064   latest_synced_tab_is_stale:
8065     type: counter
8066     description: |
8067       Counts how often the loading placeholder is shown and the resulting tab
8068       is the same as it was before the load.
8069     bugs:
8070       - https://github.com/mozilla-mobile/fenix/issues/24549
8071     data_reviews:
8072       - https://github.com/mozilla-mobile/fenix/pull/24671
8073     notification_emails:
8074       - android-probes@mozilla.com
8075     data_sensitivity:
8076       - interaction
8077     expires: 114