Bug 1849073 - Part 1: Remove the Bookmark Search Dialog
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blob5a42165839f51fc407fd8d934a84172f6f259d8b
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       - cgordon@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       - cgordon@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       - cgordon@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       - cgordon@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, history, new_tab, open_in_app, open_in_fenix,
145           quit, reader_mode_appearance, reload, remove_from_top_sites,
146           save_to_collection, set_default_browser, settings, share, stop,
147           sync_account, and print_content.
148         type: string
149     bugs:
150       - https://github.com/mozilla-mobile/fenix/issues/1024
151       - https://github.com/mozilla-mobile/fenix/issues/19923
152       - https://bugzilla.mozilla.org/show_bug.cgi?id=1808689
153       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836780
154     data_reviews:
155       - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
156       - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
157       - https://github.com/mozilla-mobile/fenix/pull/6310
158       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
159       - https://github.com/mozilla-mobile/fenix/pull/18143
160       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
161       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
162       - https://github.com/mozilla-mobile/fenix/pull/27295
163       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
164     data_sensitivity:
165       - interaction
166     notification_emails:
167       - android-probes@mozilla.com
168     expires: 122
169   default_browser_changed:
170     type: event
171     description: |
172       Indicates the default browser was changed
173     bugs:
174       - https://github.com/mozilla-mobile/fenix/issues/18857
175     data_reviews:
176       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
177       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
178       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
179       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
180     data_sensitivity:
181       - interaction
182     notification_emails:
183       - android-probes@mozilla.com
184       - cgordon@mozilla.com
185     expires: never
186     metadata:
187       tags:
188         - Toolbar
189   re_engagement_notif_tapped:
190     type: event
191     description: |
192       User tapped on the re-engagement notification
193     bugs:
194       - https://github.com/mozilla-mobile/fenix/issues/27949
195     data_reviews:
196       - https://github.com/mozilla-mobile/fenix/pull/27978
197     data_sensitivity:
198       - interaction
199     notification_emails:
200       - android-probes@mozilla.com
201     expires: 122
202   re_engagement_notif_shown:
203     type: event
204     description: |
205       Re-engagement notification was shown to the user
206     bugs:
207       - https://github.com/mozilla-mobile/fenix/issues/27949
208     data_reviews:
209       - https://github.com/mozilla-mobile/fenix/pull/27978
210     data_sensitivity:
211       - technical
212     notification_emails:
213       - android-probes@mozilla.com
214     expires: 122
215   marketing_notification_allowed:
216     type: boolean
217     description: |
218       True if marketing notifications are allowed, otherwise false.
219     bugs:
220       - https://github.com/mozilla-mobile/fenix/issues/27795
221     data_reviews:
222       - https://github.com/mozilla-mobile/fenix/pull/27797
223     data_sensitivity:
224       - technical
225     notification_emails:
226       - android-probes@mozilla.com
227     expires: 122
228     metadata:
229       tags:
230         - Notifications
231   toolbar_menu_visible:
232     type: event
233     description: |
234       The browser menu was displayed from toolbar menu
235     bugs:
236       - https://github.com/mozilla-mobile/fenix/issues/18855
237     data_reviews:
238       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
239       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
240       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
241       - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
242       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
243     data_sensitivity:
244       - interaction
245     notification_emails:
246       - android-probes@mozilla.com
247       - cgordon@mozilla.com
248     expires: never
249     metadata:
250       tags:
251         - Toolbar
252   normal_and_private_uri_count:
253     type: counter
254     description: |
255       A counter of URIs visited by the user in the current session, including
256       page reloads. This includes private browsing.  This does not include
257       background page requests and URIs from embedded pages but may be
258       incremented without user interaction by website scripts that
259       programmatically redirect to a new location.
260     send_in_pings:
261       - metrics
262       - baseline
263     bugs:
264       - https://github.com/mozilla-mobile/fenix/issues/17089
265     data_reviews:
266       - https://github.com/mozilla-mobile/fenix/pull/17935
267       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
268       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
269     data_sensitivity:
270       - interaction
271     notification_emails:
272       - android-probes@mozilla.com
273       - cgordon@mozilla.com
274     expires: never
275     no_lint:
276       - BASELINE_PING
277     metadata:
278       tags:
279         - PrivateBrowsing
280   preference_toggled:
281     type: event
282     description: |
283       A user toggled a boolean preference in settings
284     extra_keys:
285       preference_key:
286         description: |
287           The preference key for the boolean (true/false) preference the user
288           toggled.
290           We currently track: show_search_suggestions, remote_debugging,
291           telemetry, tracking_protection, search_bookmarks,
292           search_browsing_history, show_clipboard_suggestions,
293           show_search_shortcuts, open_links_in_a_private_tab (bug in
294           implementation https://github.com/mozilla-mobile/fenix/issues/7384),
295           pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
296           pref_key_show_voice_search,
297           and pref_key_show_search_suggestions_in_private.
298         type: string
299       enabled:
300         description: "Whether or not the preference is *now* enabled"
301         type: boolean
302     bugs:
303       - https://github.com/mozilla-mobile/fenix/issues/975
304       - https://github.com/mozilla-mobile/fenix/issues/5094
305       - https://github.com/mozilla-mobile/fenix/issues/5737
306       - https://github.com/mozilla-mobile/fenix/issues/5586
307       - https://github.com/mozilla-mobile/fenix/issues/6396
308       - https://github.com/mozilla-mobile/fenix/issues/6070
309       - https://github.com/mozilla-mobile/fenix/issues/19923
310     data_reviews:
311       - https://github.com/mozilla-mobile/fenix/pull/1896
312       - https://github.com/mozilla-mobile/fenix/pull/5704
313       - https://github.com/mozilla-mobile/fenix/pull/5886
314       - https://github.com/mozilla-mobile/fenix/pull/5975
315       - https://github.com/mozilla-mobile/fenix/pull/6352
316       - https://github.com/mozilla-mobile/fenix/pull/6601
317       - https://github.com/mozilla-mobile/fenix/pull/6746
318       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
319       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
320       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
321     data_sensitivity:
322       - technical
323       - interaction
324     notification_emails:
325       - android-probes@mozilla.com
326       - cgordon@mozilla.com
327     expires: never
328     metadata:
329       tags:
330         - Bookmarks
331         - History
332         - Logins
333         - PrivateBrowsing
334         - Search
335   whats_new_tapped:
336     type: event
337     description: |
338       A user opened the "what's new" page button
339     bugs:
340       - https://github.com/mozilla-mobile/fenix/issues/5021
341       - https://github.com/mozilla-mobile/fenix/issues/19923
342     data_reviews:
343       - https://github.com/mozilla-mobile/fenix/pull/5090
344       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
345       - https://github.com/mozilla-mobile/fenix/pull/18143
346       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
347       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
348       - https://github.com/mozilla-mobile/fenix/pull/27295
349     data_sensitivity:
350       - interaction
351     notification_emails:
352       - android-probes@mozilla.com
353     expires: 122
354   opened_link:
355     type: event
356     description: |
357       A user opened a link with Fenix
358     extra_keys:
359       mode:
360         description: |
361           The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
362           this probe may be incorrectly implemented: see
363           https://github.com/mozilla-mobile/fenix/issues/14133
364         type: string
365     bugs:
366       - https://github.com/mozilla-mobile/fenix/issues/5737
367       - https://github.com/mozilla-mobile/fenix/issues/19923
368     data_reviews:
369       - https://github.com/mozilla-mobile/fenix/pull/5975
370       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
371       - https://github.com/mozilla-mobile/fenix/pull/18143
372       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
373       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
374     data_sensitivity:
375       - interaction
376     notification_emails:
377       - android-probes@mozilla.com
378       - cgordon@mozilla.com
379     expires: never
380     metadata:
381       tags:
382         - PrivateBrowsing
383   synced_tab_opened:
384     type: event
385     description: |
386       An event that indicates that a synced tab was opened.
387     bugs:
388       - https://github.com/mozilla-mobile/fenix/issues/15369
389       - https://github.com/mozilla-mobile/fenix/issues/19923
390     data_reviews:
391       - https://github.com/mozilla-mobile/fenix/pull/16727
392       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
393       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
394     data_sensitivity:
395       - interaction
396     notification_emails:
397       - android-probes@mozilla.com
398       - cgordon@mozilla.com
399     expires: never
400     metadata:
401       tags:
402         - SyncTabs
403   recently_closed_tabs_opened:
404     type: event
405     description: |
406       An event that indicates that the user
407       has accessed recently closed tabs list.
408       Deprecated in favor of "recently_closed_tabs.opened"
409     bugs:
410       - https://github.com/mozilla-mobile/fenix/issues/15366
411       - https://github.com/mozilla-mobile/fenix/issues/19923
412     data_reviews:
413       - https://github.com/mozilla-mobile/fenix/pull/16739
414       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
415       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
416     data_sensitivity:
417       - interaction
418     notification_emails:
419       - android-probes@mozilla.com
420       - cgordon@mozilla.com
421     expires: never
422     metadata:
423       tags:
424         - Tabs
425   copy_url_tapped:
426     type: event
427     description: |
428       An event that indicates that a user has selected
429       copy option when long pressing on url bar.
430     bugs:
431       - https://github.com/mozilla-mobile/fenix/issues/16827
432       - https://github.com/mozilla-mobile/fenix/issues/19923
433     data_reviews:
434       - https://github.com/mozilla-mobile/fenix/pull/16915
435       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
436       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
437     data_sensitivity:
438       - interaction
439     notification_emails:
440       - android-probes@mozilla.com
441       - cgordon@mozilla.com
442     expires: never
443     metadata:
444       tags:
445         - ContextMenu
446   browser_toolbar_home_tapped:
447     type: event
448     description: |
449       An event that indicates that a user has tapped
450       home button on browser toolbar.
451     bugs:
452       - https://github.com/mozilla-mobile/fenix/issues/19915
453     data_reviews:
454       - https://github.com/mozilla-mobile/fenix/pull/19936
455       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
456       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
457       - https://github.com/mozilla-mobile/fenix/pull/27295
458     data_sensitivity:
459       - interaction
460     notification_emails:
461       - android-probes@mozilla.com
462     expires: 122
463   tab_view_changed:
464     type: event
465     description: |
466       Indicates that the user has changed their tab view
467       settings, either from the default or by personal
468       preference.
469     extra_keys:
470       type:
471         description: |
472           A string containing the name of the tab view the user tapped.
473           These items include: list or grid.
474         type: string
475     bugs:
476       - https://github.com/mozilla-mobile/fenix/issues/19956
477     data_reviews:
478       - https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619
479       - https://github.com/mozilla-mobile/fenix/pull/24409
480       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
481       - https://github.com/mozilla-mobile/firefox-android/pull/2597
482     data_sensitivity:
483       - interaction
484     notification_emails:
485       - android-probes@mozilla.com
486       - cgordon@mozilla.com
487     expires: never
488   save_to_pdf_tapped:
489     type: event
490     description: |
491       A user tapped the save to pdf option in the share sheet.
492     extra_keys:
493       source:
494         type: string
495         description: |
496           A string that indicates the type of document of pdf, non-pdf or unknown. 
497           The default is unknown.
498     bugs:
499       - https://github.com/mozilla-mobile/fenix/issues/3709
500       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
501     data_reviews:
502       - https://github.com/mozilla-mobile/fenix/pull/27257
503       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
504     data_sensitivity:
505       - interaction
506     notification_emails:
507       - android-probes@mozilla.com
508     expires: 122
509     metadata:
510       tags:
511         - Sharing
512   save_to_pdf_failure:
513     type: event
514     description: |
515       A user tapped the save pdf but an error occurred
516       and the process failed.
517     extra_keys:
518       source:
519         type: string
520         description: |
521           A string that indicates the type of document of pdf, non-pdf or unknown. 
522           The default is unknown.
523       reason:
524         type: string
525         description: |
526           An error occurred while setting up for saving a PDF.
527           Default option is unknown, other options are no_settings_service, no_settings, 
528           no_canonical_context, no_activity_context_delegate, no_activity_context, 
529           no_print_delegate, and io_error.
530     bugs:
531       - https://github.com/mozilla-mobile/fenix/issues/27635
532       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
533     data_reviews:
534       - https://github.com/mozilla-mobile/fenix/pull/27661#issuecomment-1300505370
535       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
536     data_sensitivity:
537       - technical
538     notification_emails:
539       - android-probes@mozilla.com
540     expires: 122
541     metadata:
542       tags:
543         - Sharing
544   save_to_pdf_completed:
545     type: event
546     description: |
547       Saving to PDF successfully generated a PDF.
548     extra_keys:
549       source:
550         type: string
551         description: |
552           A string that indicates the type of document of pdf, non-pdf or unknown. 
553           The default is unknown.
554     bugs:
555       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
556     data_reviews:
557       - https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
558     data_sensitivity:
559       - technical
560     notification_emails:
561       - android-probes@mozilla.com
562     expires: 122
563     metadata:
564       tags:
565         - Sharing
566   print_failure:
567     type: event
568     description: |
569       A user tapped the print in the menu or share sheet but an error occurred
570       and the process failed.
571     extra_keys:
572       source:
573         type: string
574         description: |
575           A string that indicates the type of document of pdf, non-pdf or unknown. 
576           The default is unknown.
577       reason:
578         type: string
579         description: |
580           An error occurred while setting up for printing.
581           Default option is unknown, other options are no_settings_service, no_settings, 
582           no_canonical_context, no_activity_context_delegate, no_activity_context, 
583           no_print_delegate, and io_error.
584     bugs:
585       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
586     data_reviews:
587       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
588     data_sensitivity:
589       - technical
590     notification_emails:
591       - android-probes@mozilla.com
592     expires: 122
593   print_completed:
594     type: event
595     description: |
596       Printing from the share sheet or menu successfully completed.
597     extra_keys:
598       source:
599         type: string
600         description: |
601           A string that indicates the type of document of pdf, non-pdf or unknown. 
602           The default is unknown.
603     bugs:
604       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
605     data_reviews:
606       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
607     data_sensitivity:
608       - technical
609     notification_emails:
610       - android-probes@mozilla.com
611     expires: 122
612   print_tapped:
613     type: event
614     description: |
615       A user tapped the print option in the menu or share sheet.
616     extra_keys:
617       source:
618         type: string
619         description: |
620           A string that indicates the type of document of pdf, non-pdf or unknown. 
621           The default is unknown.
622     bugs:
623       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
624     data_reviews:
625       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5
626     data_sensitivity:
627       - interaction
628     notification_emails:
629       - android-probes@mozilla.com
630     expires: 122
631   share_menu_action:
632     type: event
633     description: |
634       A share menu item was tapped.
635       The name of the item that the user tapped is stored in extras with the
636       key `item`.
637     extra_keys:
638       item:
639         description: |
640           A string containing the name of the item the user tapped. These items
641           currently include: print
642         type: string
643     bugs:
644       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
645     data_reviews:
646       - https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5
647     data_sensitivity:
648       - interaction
649     notification_emails:
650       - android-probes@mozilla.com
651     expires: 122
652     metadata:
653       tags:
654         - Sharing
655   share_to_app:
656     type: event
657     description: |
658       A user selected an app to share to from the share sheet.
659     extra_keys:
660       app_package:
661         description: |
662           Allowed package identifier for app or action (ex. 'org.mozilla.focus'
663           or 'com.android.bluetooth') the user selected. Any package identifiers
664           not in list are recorded as 'other'.
666           Currently allowed packages are:
667           'com.google.android.gm', 'com.microsoft.office.outlook',
668           'com.samsung.android.email.provider', 'com.facebook.katana',
669           'com.instagram.android', 'com.snapchat.android',
670           'com.google.android.keep', 'com.samsung.android.app.notes',
671           'com.microsoft.office.onenote', 'com.evernote',
672           'com.google.android.apps.messaging', 'com.facebook.orca',
673           'com.chating.messages.chat.fun', 'org.telegram.messenger',
674           'org.thoughtcrime.securesms', 'com.google.android.apps.dynamite',
675           'com.whatsapp', 'com.tencent.mm', 'com.Slack', 'com.discord',
676           'com.android.bluetooth', 'com.google.android.gms',
677           'org.mozilla.fenix.COPY_LINK_TO_CLIPBOARD
678         type: string
679     bugs:
680       - https://github.com/mozilla-mobile/fenix/issues/28033
681     data_reviews:
682       - https://github.com/mozilla-mobile/fenix/pull/28118#issuecomment-1341620815
683     notification_emails:
684       - android-probes@mozilla.com
685       - cgordon@mozilla.com
686     data_sensitivity:
687       - interaction
688     expires: never
689     metadata:
690       tags:
691         - Sharing
692   form_data_failure:
693     type: event
694     description: |
695       Form data retrieval from a tab failed.
696     bugs:
697       - https://github.com/mozilla-mobile/fenix/issues/28280
698     data_reviews:
699       - https://github.com/mozilla-mobile/fenix/issues/28280#issuecomment-1376040252
700     notification_emails:
701       - android-probes@mozilla.com
702     data_sensitivity:
703       - technical
704     expires: 121
705     metadata:
706       tags:
707         - Performance
708   default_engine_selected:
709     type: event
710     description: |
711       A user selected a new default search engine to use
712     extra_keys:
713       engine:
714         type: string
715         description: |
716           The name of the default search engine the user selected as a string.
717           Custom search engine user created will have the name `Custom`.
718     bugs:
719       - https://bugzilla.mozilla.org/show_bug.cgi?id=1827686
720     data_reviews:
721       - https://github.com/mozilla-mobile/firefox-android/pull/1674
722     notification_emails:
723       - android-probes@mozilla.com
724     expires: 127
725     metadata:
726       tags:
727         - Search
729 splash_screen:
730   first_launch_extended:
731     type: event
732     description: |
733       The splash screen was shown for an extended period of time, providing more time
734       to download marketing and experiment data.
735     extra_keys:
736       data_fetched:
737         type: boolean
738         description: |
739           If the splash screen was closed due to data being fetched or due to the time running out.
740     bugs:
741       - https://bugzilla.mozilla.org/show_bug.cgi?id=1840315
742     data_reviews:
743       - https://github.com/mozilla-mobile/firefox-android/pull/2616
744     data_sensitivity:
745       - technical
746     notification_emails:
747       - android-probes@mozilla.com
748     expires: 126
750 onboarding:
751   syn_cfr_shown:
752     type: event
753     description: |
754       The Sync Onboarding CFR was shown to the user
755     bugs:
756       - https://github.com/mozilla-mobile/fenix/issues/26489
757     data_reviews:
758       - https://github.com/mozilla-mobile/fenix/pull/26507
759       - https://github.com/mozilla-mobile/firefox-android/pull/3319
760     data_sensitivity:
761       - interaction
762     notification_emails:
763       - android-probes@mozilla.com
764       - cgordon@mozilla.com
765     expires: never
766     metadata:
767       tags:
768         - Onboarding
769   sync_cfr_implicit_dismissal:
770     type: event
771     description: |
772       The Sync Onboarding CFR was dismissed by the user by interacting
773       with the outside of the popup.
774     bugs:
775       - https://github.com/mozilla-mobile/fenix/issues/26489
776     data_reviews:
777       - https://github.com/mozilla-mobile/fenix/pull/26507
778       - https://github.com/mozilla-mobile/firefox-android/pull/3319
779     data_sensitivity:
780       - interaction
781     notification_emails:
782       - android-probes@mozilla.com
783       - cgordon@mozilla.com
784     expires: never
785     metadata:
786       tags:
787         - Onboarding
788   sync_cfr_explicit_dismissal:
789     type: event
790     description: |
791       The Sync Onboarding CFR was dismissed by the user by clicking on
792       the "X" button to close the popup.
793     bugs:
794       - https://github.com/mozilla-mobile/fenix/issues/26489
795     data_reviews:
796       - https://github.com/mozilla-mobile/fenix/pull/26507
797       - https://github.com/mozilla-mobile/firefox-android/pull/3319
798     data_sensitivity:
799       - interaction
800     notification_emails:
801       - android-probes@mozilla.com
802       - cgordon@mozilla.com
803     expires: never
804     metadata:
805       tags:
806         - Onboarding
807   fxa_auto_signin:
808     type: event
809     description:
810       The onboarding automatic sign in card was tapped.
811     bugs:
812       - https://github.com/mozilla-mobile/fenix/issues/10824
813     data_reviews:
814       - https://github.com/mozilla-mobile/fenix/pull/11867
815       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
816       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
817       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
818       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
819     data_sensitivity:
820       - interaction
821     notification_emails:
822       - android-probes@mozilla.com
823       - cgordon@mozilla.com
824     expires: never
825     metadata:
826       tags:
827         - Onboarding
828   welcome_card_impression:
829     type: event
830     description:
831       The welcome onboarding card was displayed to the user.
832     bugs:
833       - https://github.com/mozilla-mobile/fenix/issues/26551
834     data_reviews:
835       - https://github.com/mozilla-mobile/fenix/pull/26596
836       - https://github.com/mozilla-mobile/firefox-android/pull/3319
837     data_sensitivity:
838       - interaction
839     notification_emails:
840       - android-probes@mozilla.com
841       - cgordon@mozilla.com
842     expires: never
843     metadata:
844       tags:
845         - Onboarding
846   welcome_close_clicked:
847     type: event
848     description:
849       The user clicked the `X` button from the welcome onboarding card.
850     bugs:
851       - https://github.com/mozilla-mobile/fenix/issues/26551
852     data_reviews:
853       - https://github.com/mozilla-mobile/fenix/pull/26596
854       - https://github.com/mozilla-mobile/firefox-android/pull/3319
855     data_sensitivity:
856       - interaction
857     notification_emails:
858       - android-probes@mozilla.com
859       - cgordon@mozilla.com
860     expires: never
861     metadata:
862       tags:
863         - Onboarding
864   welcome_get_started_clicked:
865     type: event
866     description:
867       The user clicked the `Get started` button from the welcome onboarding
868       card.
869     bugs:
870       - https://github.com/mozilla-mobile/fenix/issues/26551
871     data_reviews:
872       - https://github.com/mozilla-mobile/fenix/pull/26596
873       - https://github.com/mozilla-mobile/firefox-android/pull/3319
874     data_sensitivity:
875       - interaction
876     notification_emails:
877       - android-probes@mozilla.com
878       - cgordon@mozilla.com
879     expires: never
880     metadata:
881       tags:
882         - Onboarding
883   sync_card_impression:
884     type: event
885     description:
886       The sync sign in onboarding card was displayed to the user.
887     bugs:
888       - https://github.com/mozilla-mobile/fenix/issues/26551
889     data_reviews:
890       - https://github.com/mozilla-mobile/fenix/pull/26596
891       - https://github.com/mozilla-mobile/firefox-android/pull/3319
892     data_sensitivity:
893       - interaction
894     notification_emails:
895       - android-probes@mozilla.com
896       - cgordon@mozilla.com
897     expires: never
898     metadata:
899       tags:
900         - Onboarding
901   sync_close_clicked:
902     type: event
903     description:
904       The user clicked the `X` button from the sync sign in onboarding card.
905     bugs:
906       - https://github.com/mozilla-mobile/fenix/issues/26551
907     data_reviews:
908       - https://github.com/mozilla-mobile/fenix/pull/26596
909       - https://github.com/mozilla-mobile/firefox-android/pull/3319
910     data_sensitivity:
911       - interaction
912     notification_emails:
913       - android-probes@mozilla.com
914       - cgordon@mozilla.com
915     expires: never
916     metadata:
917       tags:
918         - Onboarding
919   sync_sign_in_clicked:
920     type: event
921     description:
922       The user clicked the `Sign in` button from the sync sign in
923       onboarding card.
924     bugs:
925       - https://github.com/mozilla-mobile/fenix/issues/26551
926     data_reviews:
927       - https://github.com/mozilla-mobile/fenix/pull/26596
928       - https://github.com/mozilla-mobile/firefox-android/pull/3319
929     data_sensitivity:
930       - interaction
931     notification_emails:
932       - android-probes@mozilla.com
933       - cgordon@mozilla.com
934     expires: never
935     metadata:
936       tags:
937         - Onboarding
938   sync_skip_clicked:
939     type: event
940     description:
941       The user clicked the `Skip` button from the sign in onboarding card.
942     bugs:
943       - https://github.com/mozilla-mobile/fenix/issues/26551
944     data_reviews:
945       - https://github.com/mozilla-mobile/fenix/pull/26596
946       - https://github.com/mozilla-mobile/firefox-android/pull/3319
947     data_sensitivity:
948       - interaction
949     notification_emails:
950       - android-probes@mozilla.com
951       - cgordon@mozilla.com
952     expires: never
953     metadata:
954       tags:
955         - Onboarding
956   notif_ppp_impression:
957     type: event
958     description: |
959       Notification pre permission prompt was shown to the user.
960     bugs:
961       - https://bugzilla.mozilla.org/show_bug.cgi?id=1810115
962     data_reviews:
963       - https://github.com/mozilla-mobile/fenix/pull/28529
964     data_sensitivity:
965       - interaction
966     notification_emails:
967       - android-probes@mozilla.com
968     expires: 124
969     metadata:
970       tags:
971         - Notifications
972         - Onboarding
973   notif_ppp_close_click:
974     type: event
975     description: |
976       User clicked the close button on the notification pre permission prompt.
977     bugs:
978       - https://bugzilla.mozilla.org/show_bug.cgi?id=1810115
979     data_reviews:
980       - https://github.com/mozilla-mobile/fenix/pull/28529
981     data_sensitivity:
982       - interaction
983     notification_emails:
984       - android-probes@mozilla.com
985     expires: 124
986     metadata:
987       tags:
988         - Notifications
989         - Onboarding
990   notif_ppp_positive_btn_click:
991     type: event
992     description: |
993       User clicked the positive button on notification pre permission prompt.
994     bugs:
995       - https://bugzilla.mozilla.org/show_bug.cgi?id=1810115
996     data_reviews:
997       - https://github.com/mozilla-mobile/fenix/pull/28529
998     data_sensitivity:
999       - interaction
1000     notification_emails:
1001       - android-probes@mozilla.com
1002     expires: 124
1003     metadata:
1004       tags:
1005         - Notifications
1006         - Onboarding
1007   notif_ppp_negative_btn_click:
1008     type: event
1009     description: |
1010       User clicked the negative button on notification pre permission prompt.
1011     bugs:
1012       - https://bugzilla.mozilla.org/show_bug.cgi?id=1810115
1013     data_reviews:
1014       - https://github.com/mozilla-mobile/fenix/pull/28529
1015     data_sensitivity:
1016       - interaction
1017     notification_emails:
1018       - android-probes@mozilla.com
1019     expires: 124
1020     metadata:
1021       tags:
1022         - Notifications
1023         - Onboarding
1024   set_to_default_card:
1025     type: event
1026     description: |
1027       User viewed juno onboarding set to default card.
1028     extra_keys:
1029       element_type:
1030         type: string
1031         description: |
1032           Type of element that was viewed.
1033       action:
1034         type: string
1035         description: |
1036           Type of action taken by the user.
1037       sequence_position:
1038         type: string
1039         description: |
1040           Position of the onboarding card in the onboarding flow.
1041       sequence_id:
1042         type: string
1043         description: |
1044           Identifier for the sequence.
1045     bugs:
1046       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1047     data_reviews:
1048       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1049     data_sensitivity:
1050       - interaction
1051     notification_emails:
1052       - android-probes@mozilla.com
1053     expires: 126
1054     metadata:
1055       tags:
1056         - Onboarding
1057   sign_in_card:
1058     type: event
1059     description: |
1060       User viewed juno onboarding sign in card.
1061     extra_keys:
1062       element_type:
1063         type: string
1064         description: |
1065           Type of element that was viewed.
1066       action:
1067         type: string
1068         description: |
1069           Type of action taken by the user.
1070       sequence_position:
1071         type: string
1072         description: |
1073           Position of the onboarding card in the onboarding flow.
1074       sequence_id:
1075         type: string
1076         description: |
1077           Identifier for the sequence.
1078     bugs:
1079       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1080     data_reviews:
1081       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1082     data_sensitivity:
1083       - interaction
1084     notification_emails:
1085       - android-probes@mozilla.com
1086     expires: 126
1087     metadata:
1088       tags:
1089         - Onboarding
1090   turn_on_notifications_card:
1091     type: event
1092     description: |
1093       User viewed juno onboarding notification permission card.
1094     extra_keys:
1095       element_type:
1096         type: string
1097         description: |
1098           Type of element that was viewed.
1099       action:
1100         type: string
1101         description: |
1102           Type of action taken by the user.
1103       sequence_position:
1104         type: string
1105         description: |
1106           Position of the onboarding card in the onboarding flow.
1107       sequence_id:
1108         type: string
1109         description: |
1110           Identifier for the sequence.
1111     bugs:
1112       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1113     data_reviews:
1114       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1115     data_sensitivity:
1116       - interaction
1117     notification_emails:
1118       - android-probes@mozilla.com
1119     expires: 126
1120     metadata:
1121       tags:
1122         - Onboarding
1123   set_to_default:
1124     type: event
1125     description: |
1126       User tapped on set to default button in juno onboarding.
1127     extra_keys:
1128       element_type:
1129         type: string
1130         description: |
1131           Type of element that was viewed.
1132       action:
1133         type: string
1134         description: |
1135           Type of action taken by the user.
1136       sequence_position:
1137         type: string
1138         description: |
1139           Position of the onboarding card in the onboarding flow.
1140       sequence_id:
1141         type: string
1142         description: |
1143           Identifier for the sequence.
1144     bugs:
1145       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1146     data_reviews:
1147       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1148     data_sensitivity:
1149       - interaction
1150     notification_emails:
1151       - android-probes@mozilla.com
1152     expires: 126
1153     metadata:
1154       tags:
1155         - Onboarding
1156   skip_default:
1157     type: event
1158     description: |
1159       User tapped on skip set to default button in juno onboarding.
1160     extra_keys:
1161       element_type:
1162         type: string
1163         description: |
1164           Type of element that was viewed.
1165       action:
1166         type: string
1167         description: |
1168           Type of action taken by the user.
1169       sequence_position:
1170         type: string
1171         description: |
1172           Position of the onboarding card in the onboarding flow.
1173       sequence_id:
1174         type: string
1175         description: |
1176           Identifier for the sequence.
1177     bugs:
1178       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1179     data_reviews:
1180       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1181     data_sensitivity:
1182       - interaction
1183     notification_emails:
1184       - android-probes@mozilla.com
1185     expires: 126
1186     metadata:
1187       tags:
1188         - Onboarding
1189   sign_in:
1190     type: event
1191     description: |
1192       User tapped on sign in button in juno onboarding.
1193     extra_keys:
1194       element_type:
1195         type: string
1196         description: |
1197           Type of element that was viewed.
1198       action:
1199         type: string
1200         description: |
1201           Type of action taken by the user.
1202       sequence_position:
1203         type: string
1204         description: |
1205           Position of the onboarding card in the onboarding flow.
1206       sequence_id:
1207         type: string
1208         description: |
1209           Identifier for the sequence.
1210     bugs:
1211       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1212     data_reviews:
1213       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1214     data_sensitivity:
1215       - interaction
1216     notification_emails:
1217       - android-probes@mozilla.com
1218     expires: 126
1219     metadata:
1220       tags:
1221         - Onboarding
1222   skip_sign_in:
1223     type: event
1224     description: |
1225       User tapped on skip sign in button in juno onboarding.
1226     extra_keys:
1227       element_type:
1228         type: string
1229         description: |
1230           Type of element that was viewed.
1231       action:
1232         type: string
1233         description: |
1234           Type of action taken by the user.
1235       sequence_position:
1236         type: string
1237         description: |
1238           Position of the onboarding card in the onboarding flow.
1239       sequence_id:
1240         type: string
1241         description: |
1242           Identifier for the sequence.
1243     bugs:
1244       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1245     data_reviews:
1246       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1247     data_sensitivity:
1248       - interaction
1249     notification_emails:
1250       - android-probes@mozilla.com
1251     expires: 126
1252     metadata:
1253       tags:
1254         - Onboarding
1255   turn_on_notifications:
1256     type: event
1257     description: |
1258       User tapped on turn on notifications button in juno onboarding.
1259     extra_keys:
1260       element_type:
1261         type: string
1262         description: |
1263           Type of element that was viewed.
1264       action:
1265         type: string
1266         description: |
1267           Type of action taken by the user.
1268       sequence_position:
1269         type: string
1270         description: |
1271           Position of the onboarding card in the onboarding flow.
1272       sequence_id:
1273         type: string
1274         description: |
1275           Identifier for the sequence.
1276     bugs:
1277       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1278     data_reviews:
1279       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1280     data_sensitivity:
1281       - interaction
1282     notification_emails:
1283       - android-probes@mozilla.com
1284     expires: 126
1285     metadata:
1286       tags:
1287         - Onboarding
1288   skip_turn_on_notifications:
1289     type: event
1290     description: |
1291       User tapped on skip turn on notification button in juno onboarding.
1292     extra_keys:
1293       element_type:
1294         type: string
1295         description: |
1296           Type of element that was viewed.
1297       action:
1298         type: string
1299         description: |
1300           Type of action taken by the user.
1301       sequence_position:
1302         type: string
1303         description: |
1304           Position of the onboarding card in the onboarding flow.
1305       sequence_id:
1306         type: string
1307         description: |
1308           Identifier for the sequence.
1309     bugs:
1310       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1311     data_reviews:
1312       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1313     data_sensitivity:
1314       - interaction
1315     notification_emails:
1316       - android-probes@mozilla.com
1317     expires: 126
1318     metadata:
1319       tags:
1320         - Onboarding
1321   add_search_widget_card:
1322     type: event
1323     description: |
1324       User viewed juno onboarding add search widget card.
1325     extra_keys:
1326       element_type:
1327         type: string
1328         description: |
1329           Type of element that was viewed.
1330       action:
1331         type: string
1332         description: |
1333           Type of action taken by the user.
1334       sequence_position:
1335         type: string
1336         description: |
1337           Position of the onboarding card in the onboarding flow.
1338       sequence_id:
1339         type: string
1340         description: |
1341           Identifier for the sequence.
1342     bugs:
1343       - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
1344     data_reviews:
1345       - https://github.com/mozilla-mobile/firefox-android/pull/3310
1346     data_sensitivity:
1347       - interaction
1348     notification_emails:
1349       - android-probes@mozilla.com
1350     expires: 126
1351     metadata:
1352       tags:
1353         - Onboarding
1354   add_search_widget:
1355     type: event
1356     description: |
1357       User tapped on Add Firefox Widget in juno onboarding.
1358     extra_keys:
1359       element_type:
1360         type: string
1361         description: |
1362           Type of element that was viewed.
1363       action:
1364         type: string
1365         description: |
1366           Type of action taken by the user.
1367       sequence_position:
1368         type: string
1369         description: |
1370           Position of the onboarding card in the onboarding flow.
1371       sequence_id:
1372         type: string
1373         description: |
1374           Identifier for the sequence.
1375     bugs:
1376       - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
1377     data_reviews:
1378       - https://github.com/mozilla-mobile/firefox-android/pull/3310
1379     data_sensitivity:
1380       - interaction
1381     notification_emails:
1382       - android-probes@mozilla.com
1383     expires: 126
1384     metadata:
1385       tags:
1386         - Onboarding
1387   skip_add_search_widget:
1388     type: event
1389     description: |
1390       User tapped on skip add search widget button in juno onboarding.
1391     extra_keys:
1392       element_type:
1393         type: string
1394         description: |
1395           Type of element that was viewed.
1396       action:
1397         type: string
1398         description: |
1399           Type of action taken by the user.
1400       sequence_position:
1401         type: string
1402         description: |
1403           Position of the onboarding card in the onboarding flow.
1404       sequence_id:
1405         type: string
1406         description: |
1407           Identifier for the sequence.
1408     bugs:
1409       - https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
1410     data_reviews:
1411       - https://github.com/mozilla-mobile/firefox-android/pull/3310
1412     data_sensitivity:
1413       - interaction
1414     notification_emails:
1415       - android-probes@mozilla.com
1416     expires: 126
1417     metadata:
1418       tags:
1419         - Onboarding
1420   privacy_policy:
1421     type: event
1422     description: |
1423       User tapped on privacy policy link in juno onboarding.
1424     extra_keys:
1425       element_type:
1426         type: string
1427         description: |
1428           Type of element that was viewed.
1429       action:
1430         type: string
1431         description: |
1432           Type of action taken by the user.
1433       sequence_position:
1434         type: string
1435         description: |
1436           Position of the onboarding card in the onboarding flow.
1437       sequence_id:
1438         type: string
1439         description: |
1440           Identifier for the sequence.
1441     bugs:
1442       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1443     data_reviews:
1444       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1445     data_sensitivity:
1446       - interaction
1447     notification_emails:
1448       - android-probes@mozilla.com
1449     expires: 126
1450     metadata:
1451       tags:
1452         - Onboarding
1453   completed:
1454     type: event
1455     description: |
1456       User completed the juno onboarding.
1457     extra_keys:
1458       sequence_position:
1459         type: string
1460         description: |
1461           Position of the onboarding card in the onboarding flow.
1462       sequence_id:
1463         type: string
1464         description: |
1465           Identifier for the sequence.
1466     bugs:
1467       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
1468     data_reviews:
1469       - https://github.com/mozilla-mobile/firefox-android/pull/1554
1470     data_sensitivity:
1471       - interaction
1472     notification_emails:
1473       - android-probes@mozilla.com
1474     expires: 126
1475     metadata:
1476       tags:
1477         - Onboarding
1479 search_shortcuts:
1480   selected:
1481     type: event
1482     description: |
1483       A user selected a search shortcut engine to use
1484     extra_keys:
1485       engine:
1486         type: string
1487         description: |
1488           The name of the built-in search engine the user selected as a string
1489     bugs:
1490       - https://github.com/mozilla-mobile/fenix/issues/793
1491     data_reviews:
1492       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
1493       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1494       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1495       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1496       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1497       - https://github.com/mozilla-mobile/fenix/pull/28502
1498     notification_emails:
1499       - android-probes@mozilla.com
1500     expires: 124
1501     metadata:
1502       tags:
1503         - Search
1504         - Shortcuts
1506 unified_search:
1507   search_menu_tapped:
1508     type: event
1509     description: |
1510       A user tapped on the unified search selector menu.
1511     bugs:
1512       - https://github.com/mozilla-mobile/fenix/issues/24522
1513     data_reviews:
1514       - https://github.com/mozilla-mobile/fenix/pull/25544
1515       - https://github.com/mozilla-mobile/firefox-android/pull/1875
1516     data_sensitivity:
1517       - interaction
1518     notification_emails:
1519       - android-probes@mozilla.com
1520     expires: 123
1521     metadata:
1522       tags:
1523         - Search
1524         - Shortcuts
1525   engine_selected:
1526     type: event
1527     description: |
1528       A user used unified search to select a search shortcut engine to use
1529     extra_keys:
1530       engine:
1531         type: string
1532         description: |
1533           The name of the built-in search engine the user selected as a string
1534     bugs:
1535       - https://github.com/mozilla-mobile/fenix/issues/24522
1536     data_reviews:
1537       - https://github.com/mozilla-mobile/fenix/pull/25544
1538       - https://github.com/mozilla-mobile/firefox-android/pull/1875
1539     notification_emails:
1540       - android-probes@mozilla.com
1541     expires: 123
1542     metadata:
1543       tags:
1544         - Search
1545         - Shortcuts
1547 toolbar_settings:
1548   changed_position:
1549     type: event
1550     description: |
1551       The user selected a new position for the toolbar
1552     extra_keys:
1553       position:
1554         type: string
1555         description: |
1556           A string that indicates the new position of the toolbar TOP or BOTTOM
1557     bugs:
1558       - https://github.com/mozilla-mobile/fenix/issues/6054
1559     data_reviews:
1560       - https://github.com/mozilla-mobile/fenix/pull/6608
1561       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1562       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1563       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1564       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1565     data_sensitivity:
1566       - interaction
1567     notification_emails:
1568       - android-probes@mozilla.com
1569       - cgordon@mozilla.com
1570     expires: never
1571     metadata:
1572       tags:
1573         - Toolbar
1575 context_menu:
1576   item_tapped:
1577     type: event
1578     description: |
1579       A user tapped an item in the browsers context menu
1580     extra_keys:
1581       named:
1582         description: |
1583           The name of the item that was tapped. Available items are:
1585           ```
1586           open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
1587           save_image, share_link, copy_link, copy_image_location, share_image
1588           ```
1589         type: string
1590     bugs:
1591       - https://github.com/mozilla-mobile/fenix/issues/957
1592       - https://github.com/mozilla-mobile/fenix/issues/16076
1593       - https://github.com/mozilla-mobile/fenix/issues/19923
1594     data_reviews:
1595       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
1596       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1597       - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
1598       - https://github.com/mozilla-mobile/fenix/pull/18143
1599       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1600       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1601     data_sensitivity:
1602       - interaction
1603     notification_emails:
1604       - android-probes@mozilla.com
1605       - cgordon@mozilla.com
1606     expires: never
1607     metadata:
1608       tags:
1609         - ContextMenu
1610         - Sharing
1612 login_dialog:
1613   displayed:
1614     type: event
1615     description: |
1616       The login dialog prompt was displayed
1617     bugs:
1618       - https://github.com/mozilla-mobile/fenix/issues/9730
1619     data_reviews:
1620       - https://github.com/mozilla-mobile/fenix/pull/13050
1621       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1622       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1623       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1624       - https://github.com/mozilla-mobile/fenix/pull/28502
1625     data_sensitivity:
1626       - interaction
1627     notification_emails:
1628       - android-probes@mozilla.com
1629     expires: 124
1630     metadata:
1631       tags:
1632         - Logins
1633   cancelled:
1634     type: event
1635     description: |
1636       The login dialog prompt was cancelled
1637     bugs:
1638       - https://github.com/mozilla-mobile/fenix/issues/9730
1639     data_reviews:
1640       - https://github.com/mozilla-mobile/fenix/pull/13050
1641       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1642       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1643       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1644       - https://github.com/mozilla-mobile/fenix/pull/28502
1645     data_sensitivity:
1646       - interaction
1647     notification_emails:
1648       - android-probes@mozilla.com
1649     expires: 124
1650     metadata:
1651       tags:
1652         - Logins
1653   saved:
1654     type: event
1655     description: |
1656       The login dialog prompt "save" button was pressed
1657     bugs:
1658       - https://github.com/mozilla-mobile/fenix/issues/9730
1659     data_reviews:
1660       - https://github.com/mozilla-mobile/fenix/pull/13050
1661       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1662       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1663       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1664       - https://github.com/mozilla-mobile/fenix/pull/28502
1665     data_sensitivity:
1666       - interaction
1667     notification_emails:
1668       - android-probes@mozilla.com
1669     expires: 124
1670     metadata:
1671       tags:
1672         - Logins
1673   never_save:
1674     type: event
1675     description: |
1676       The login dialog prompt "never save" button was pressed
1677     bugs:
1678       - https://github.com/mozilla-mobile/fenix/issues/9730
1679     data_reviews:
1680       - https://github.com/mozilla-mobile/fenix/pull/13050
1681       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1682       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1683       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1684       - https://github.com/mozilla-mobile/fenix/pull/28502
1685     data_sensitivity:
1686       - interaction
1687     notification_emails:
1688       - android-probes@mozilla.com
1689     expires: 124
1690     metadata:
1691       tags:
1692         - Logins
1694 metrics:
1695   default_browser:
1696     type: boolean
1697     lifetime: application
1698     description: |
1699       Is Fenix the default browser?
1700     send_in_pings:
1701       - metrics
1702     bugs:
1703       - https://github.com/mozilla-mobile/fenix/issues/960
1704     data_reviews:
1705       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
1706       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1707       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1708       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1709       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1710     data_sensitivity:
1711       - interaction
1712     notification_emails:
1713       - android-probes@mozilla.com
1714       - cgordon@mozilla.com
1715     expires: never
1716     metadata:
1717       tags:
1718         - Settings
1719   distribution_id:
1720     type: string
1721     lifetime: application
1722     description: |
1723       A string containing the distribution identifier. This is currently used
1724       to identify installs from Mozilla Online.
1725     send_in_pings:
1726       - metrics
1727       - baseline
1728     bugs:
1729       - https://github.com/mozilla-mobile/fenix/issues/16075
1730     data_reviews:
1731       - https://github.com/mozilla-mobile/fenix/issues/16075
1732       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1733     data_sensitivity:
1734       - technical
1735     notification_emails:
1736       - android-probes@mozilla.com
1737       - cgordon@mozilla.com
1738     expires: never
1739     no_lint:
1740       - BASELINE_PING
1741     metadata:
1742       tags:
1743         - China
1744   bookmarks_add:
1745     type: labeled_counter
1746     lifetime: application
1747     description: |
1748       A counter that indicates how many bookmarks a user has added.
1749       
1750       The label for this counter is `<source>`.
1751       
1752       `source` will be: `page_action_menu` as that is the only
1753       entry point right now to add bookmarks.
1754     send_in_pings:
1755       - metrics
1756     bugs:
1757       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167
1758     data_reviews:
1759       - https://github.com/mozilla-mobile/firefox-android/pull/2375
1760     data_sensitivity:
1761       - interaction
1762     notification_emails:
1763       - android-probes@mozilla.com
1764       - cgordon@mozilla.com
1765     expires: never
1766     metadata:
1767       tags:
1768         - Bookmarks
1769   bookmarks_edit:
1770     type: labeled_counter
1771     lifetime: application
1772     description: |
1773       A counter that indicates how many bookmarks a user has edited.
1774       
1775       The label for this counter is `<source>`.
1776       
1777       `source` will be: `bookmark_edit_page` or `bookmark_panel`.
1778     send_in_pings:
1779       - metrics
1780     bugs:
1781       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167
1782     data_reviews:
1783       - https://github.com/mozilla-mobile/firefox-android/pull/2375
1784     data_sensitivity:
1785       - interaction
1786     notification_emails:
1787       - android-probes@mozilla.com
1788       - cgordon@mozilla.com
1789     expires: never
1790     metadata:
1791       tags:
1792         - Bookmarks
1793   bookmarks_delete:
1794     type: labeled_counter
1795     lifetime: application
1796     description: |
1797       A counter that indicates how many bookmarks a user has deleted.
1798       
1799       The label for this counter is `<source>`.
1801       `source` will be: `add_bookmark_toast` or `bookmark_panel`.
1802     send_in_pings:
1803       - metrics
1804     bugs:
1805       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167
1806     data_reviews:
1807       - https://github.com/mozilla-mobile/firefox-android/pull/2375
1808     data_sensitivity:
1809       - interaction
1810     notification_emails:
1811       - android-probes@mozilla.com
1812       - cgordon@mozilla.com
1813     expires: never
1814     metadata:
1815       tags:
1816         - Bookmarks
1817   bookmarks_open:
1818     type: labeled_counter
1819     lifetime: application
1820     description: |
1821       A counter that indicates how many bookmarks a user has opened.
1822       
1823       The label for this counter is `<source>`.
1825       `source` will be: `top_sites`, `awesomebar_results`, `bookmark_panel`.
1826     send_in_pings:
1827       - metrics
1828     bugs:
1829       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836167
1830     data_reviews:
1831       - https://github.com/mozilla-mobile/firefox-android/pull/2375
1832     data_sensitivity:
1833       - interaction
1834     notification_emails:
1835       - android-probes@mozilla.com
1836       - cgordon@mozilla.com
1837     expires: never
1838     metadata:
1839       tags:
1840         - Bookmarks
1841   mobile_bookmarks_count:
1842     type: counter
1843     lifetime: application
1844     description: |
1845       A counter that indicates how many bookmarks a user has in the mobile
1846       folder. This value will only be set if the user has at least *one*
1847       bookmark. If they have 0, this ping will not get sent, resulting in
1848       a null value. To disambiguate between a failed `mobile_bookmarks_count`
1849       ping and 0 bookmarks, please see `has_mobile_bookmarks`.
1850     send_in_pings:
1851       - metrics
1852     bugs:
1853       - https://github.com/mozilla-mobile/fenix/issues/16941
1854     data_reviews:
1855       - https://github.com/mozilla-mobile/fenix/pull/16942
1856       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
1857       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1858       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1859       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-9067573./01
1860     data_sensitivity:
1861       - interaction
1862     notification_emails:
1863       - android-probes@mozilla.com
1864       - cgordon@mozilla.com
1865     expires: never
1866     metadata:
1867       tags:
1868         - Bookmarks
1869   has_mobile_bookmarks:
1870     type: boolean
1871     lifetime: application
1872     description: |
1873       A boolean that indicates if the user has bookmarks in the mobile folder
1874     send_in_pings:
1875       - metrics
1876     bugs:
1877       - https://github.com/mozilla-mobile/fenix/issues/16941
1878     data_reviews:
1879       - https://github.com/mozilla-mobile/fenix/pull/16942
1880       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
1881       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1882       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1883       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1884     data_sensitivity:
1885       - interaction
1886     notification_emails:
1887       - android-probes@mozilla.com
1888       - cgordon@mozilla.com
1889     expires: never
1890     metadata:
1891       tags:
1892         - Bookmarks
1893   desktop_bookmarks_count:
1894     type: counter
1895     lifetime: application
1896     description: |
1897       A counter that indicates how many bookmarks a user has in the desktop
1898       folder. This value will only be set if the user has at least *one*
1899       bookmark. If they have 0, this ping will not get sent, resulting in a
1900       null value. To disambiguate between a failed `desktop_bookmarks_count`
1901       ping and 0 bookmarks, please see `has_desktop_bookmarks`.
1902     send_in_pings:
1903       - metrics
1904     bugs:
1905       - https://github.com/mozilla-mobile/fenix/issues/16941
1906     data_reviews:
1907       - https://github.com/mozilla-mobile/fenix/pull/16942
1908       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
1909       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1910       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1911       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1912     data_sensitivity:
1913       - interaction
1914     notification_emails:
1915       - android-probes@mozilla.com
1916       - cgordon@mozilla.com
1917     expires: never
1918     metadata:
1919       tags:
1920         - Bookmarks
1921   has_desktop_bookmarks:
1922     type: boolean
1923     lifetime: application
1924     description: |
1925       A boolean that indicates if the user has bookmarks in the desktop folder
1926     send_in_pings:
1927       - metrics
1928     bugs:
1929       - https://github.com/mozilla-mobile/fenix/issues/16941
1930     data_reviews:
1931       - https://github.com/mozilla-mobile/fenix/pull/16942
1932       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
1933       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1934       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1935       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
1936       - https://github.com/mozilla-mobile/fenix/pull/28502
1937     data_sensitivity:
1938       - interaction
1939     notification_emails:
1940       - android-probes@mozilla.com
1941     expires: 124
1942     metadata:
1943       tags:
1944         - Bookmarks
1945   top_sites_count:
1946     type: counter
1947     lifetime: application
1948     description: |
1949       A counter that indicates how many top sites a user has. This value will
1950       only be set if the user has at least *one* top site. If they have 0,
1951       this ping will not get sent, resulting in a null value. To disambiguate
1952       between a failed `top_sites_count` ping and 0 top sites, please see
1953       `has_top_sites`.
1954     send_in_pings:
1955       - metrics
1956     bugs:
1957       - https://github.com/mozilla-mobile/fenix/issues/8125
1958     data_reviews:
1959       - https://github.com/mozilla-mobile/fenix/pull/9556
1960       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1961       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1962       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1963       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1964     data_sensitivity:
1965       - interaction
1966     notification_emails:
1967       - android-probes@mozilla.com
1968       - cgordon@mozilla.com
1969     expires: never
1970     metadata:
1971       tags:
1972         - Shortcuts
1973   has_top_sites:
1974     type: boolean
1975     lifetime: application
1976     description: |
1977       A boolean that indicates if the user has top sites
1978     send_in_pings:
1979       - metrics
1980     bugs:
1981       - https://github.com/mozilla-mobile/fenix/issues/8125
1982     data_reviews:
1983       - https://github.com/mozilla-mobile/fenix/pull/9556
1984       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1985       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1986       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1987       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1988     data_sensitivity:
1989       - interaction
1990     notification_emails:
1991       - android-probes@mozilla.com
1992       - cgordon@mozilla.com
1993     expires: never
1994     metadata:
1995       tags:
1996         - Shortcuts
1997   recently_used_pwa_count:
1998     type: counter
1999     lifetime: application
2000     description: |
2001       A counter that indicates how many PWAs a user has recently used.
2002       Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
2003       Currently we are not told by the OS when a PWA is removed by the user,
2004       so we use the "recently used" heuristic to judge how many PWAs are still
2005       active, as a proxy for "installed". This value will only be set if the
2006       user has at least *one* recently used PWA. If they have 0, this metric
2007       will not be sent, resulting in a null value during analysis on the
2008       server-side. To disambiguate between a failed `recently_used_pwa_count`
2009       metric and 0 recent PWAs, please see `has_recent_pwas`.
2010     send_in_pings:
2011       - metrics
2012     bugs:
2013       - https://github.com/mozilla-mobile/fenix/issues/11909
2014     data_reviews:
2015       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
2016       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2017       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2018       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2019       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2020       - https://github.com/mozilla-mobile/fenix/pull/28502
2021     data_sensitivity:
2022       - interaction
2023     notification_emails:
2024       - android-probes@mozilla.com
2025     expires: 124
2026     metadata:
2027       tags:
2028         - PWA
2029   has_recent_pwas:
2030     type: boolean
2031     lifetime: application
2032     description: |
2033       A boolean that indicates if the user has recently used PWAs.
2034       See recently_used_pwa_count for the actual count.
2035     send_in_pings:
2036       - metrics
2037     bugs:
2038       - https://github.com/mozilla-mobile/fenix/issues/11909
2039     data_reviews:
2040       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
2041       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2042       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2043       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2044       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2045       - https://github.com/mozilla-mobile/fenix/pull/28502
2046     data_sensitivity:
2047       - interaction
2048     notification_emails:
2049       - android-probes@mozilla.com
2050     expires: 124
2051     metadata:
2052       tags:
2053         - PWA
2054   search_count:
2055     type: labeled_counter
2056     description: |
2057       The labels for this counter are `<search-engine-name>.<source>`.
2059       If the search engine is bundled with Fenix `search-engine-name` will be
2060       the name of the search engine. If it's a custom search engine (defined:
2061       https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
2062       `custom`.
2064       `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
2065       (depending on the source from which the search started). Also added the
2066       `other` option for the source but it should never enter on this case.
2067     send_in_pings:
2068       - metrics
2069       - baseline
2070     bugs:
2071       - https://github.com/mozilla-mobile/fenix/issues/1158
2072       - https://github.com/mozilla-mobile/fenix/issues/6556
2073     data_reviews:
2074       - https://github.com/mozilla-mobile/fenix/pull/1677
2075       - https://github.com/mozilla-mobile/fenix/pull/5216
2076       - https://github.com/mozilla-mobile/fenix/pull/7310
2077       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2078       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2079       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2080       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2081     data_sensitivity:
2082       - technical
2083       - interaction
2084     notification_emails:
2085       - android-probes@mozilla.com
2086       - cgordon@mozilla.com
2087     expires: never
2088     no_lint:
2089       - BASELINE_PING
2090     metadata:
2091       tags:
2092         - Search
2093   mozilla_products:
2094     type: string_list
2095     lifetime: application
2096     description: |
2097       A list of all the Mozilla products installed on device. We currently scan
2098       for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
2099       Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
2100       Focus, and Lockwise.
2101     send_in_pings:
2102       - metrics
2103     bugs:
2104       - https://github.com/mozilla-mobile/fenix/issues/1192
2105     data_reviews:
2106       - https://github.com/mozilla-mobile/fenix/pull/1953/
2107       - https://github.com/mozilla-mobile/fenix/pull/5216
2108       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2109       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2110       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2111       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2112       - https://github.com/mozilla-mobile/fenix/pull/28502
2113     data_sensitivity:
2114       - technical
2115       - interaction
2116     notification_emails:
2117       - android-probes@mozilla.com
2118     expires: 124
2119     metadata:
2120       tags:
2121         - Settings
2122   default_moz_browser:
2123     type: string
2124     lifetime: application
2125     description: |
2126       The name of the default browser on device if and only if it's a Mozilla
2127       owned product
2128     send_in_pings:
2129       - metrics
2130     bugs:
2131       - https://github.com/mozilla-mobile/fenix/issues/1192
2132     data_reviews:
2133       - https://github.com/mozilla-mobile/fenix/pull/1953/
2134       - https://github.com/mozilla-mobile/fenix/pull/5216
2135       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2136       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2137       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2138       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2139       - https://github.com/mozilla-mobile/fenix/pull/28502
2140     data_sensitivity:
2141       - technical
2142       - interaction
2143     notification_emails:
2144       - android-probes@mozilla.com
2145     expires: 124
2146     metadata:
2147       tags:
2148         - Settings
2149   adjust_campaign:
2150     type: string
2151     lifetime: application
2152     description: |
2153       A string containing the Adjust campaign ID from which the user installed
2154       Fenix. This will not send on the first session the user runs. If the
2155       install is organic, this will be empty.
2156     send_in_pings:
2157       - metrics
2158     bugs:
2159       - https://github.com/mozilla-mobile/fenix/issues/1298
2160       - https://github.com/mozilla-mobile/fenix/issues/9136
2161     data_reviews:
2162       - https://github.com/mozilla-mobile/fenix/pull/5579
2163       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2164       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2165       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2166       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2167       - https://github.com/mozilla-mobile/fenix/pull/28502
2168     data_sensitivity:
2169       - technical
2170     notification_emails:
2171       - android-probes@mozilla.com
2172     expires: 124
2173     metadata:
2174       tags:
2175         - Telemetry
2176   adjust_ad_group:
2177     type: string
2178     lifetime: application
2179     description: |
2180       A string containing the Adjust ad group ID from which the user installed
2181       Fenix. This will not send on the first session the user runs. If the
2182       install is organic, this will be empty.
2183     send_in_pings:
2184       - metrics
2185     bugs:
2186       - https://github.com/mozilla-mobile/fenix/issues/1298
2187       - https://github.com/mozilla-mobile/fenix/issues/9136
2188     data_reviews:
2189       - https://github.com/mozilla-mobile/fenix/pull/9253
2190       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2191       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2192       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2193       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2194       - https://github.com/mozilla-mobile/fenix/pull/28502
2195     data_sensitivity:
2196       - interaction
2197     notification_emails:
2198       - android-probes@mozilla.com
2199     expires: 124
2200     metadata:
2201       tags:
2202         - Telemetry
2203   adjust_creative:
2204     type: string
2205     lifetime: application
2206     description: |
2207       A string containing the Adjust creative ID from which the user installed
2208       Fenix. This will not send on the first session the user runs. If the
2209       install is organic, this will be empty.
2210     send_in_pings:
2211       - metrics
2212     bugs:
2213       - https://github.com/mozilla-mobile/fenix/issues/1298
2214       - https://github.com/mozilla-mobile/fenix/issues/9136
2215     data_reviews:
2216       - https://github.com/mozilla-mobile/fenix/pull/9253
2217       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2218       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2219       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2220       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2221       - https://github.com/mozilla-mobile/fenix/pull/28502
2222     data_sensitivity:
2223       - interaction
2224     notification_emails:
2225       - android-probes@mozilla.com
2226     expires: 124
2227     metadata:
2228       tags:
2229         - Telemetry
2230   adjust_network:
2231     type: string
2232     lifetime: application
2233     description: |
2234       A string containing the Adjust network ID from which the user installed
2235       Fenix. This will not send on the first session the user runs. If the
2236       install is organic, this will be empty.
2237     send_in_pings:
2238       - metrics
2239     bugs:
2240       - https://github.com/mozilla-mobile/fenix/issues/1298
2241       - https://github.com/mozilla-mobile/fenix/issues/9136
2242     data_reviews:
2243       - https://github.com/mozilla-mobile/fenix/pull/9253
2244       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2245       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2246       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2247       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2248       - https://github.com/mozilla-mobile/fenix/pull/28502
2249     data_sensitivity:
2250       - interaction
2251     notification_emails:
2252       - android-probes@mozilla.com
2253     expires: 124
2254     metadata:
2255       tags:
2256         - Telemetry
2257   close_tab_setting:
2258     type: string
2259     lifetime: application
2260     description: |
2261       A string that indicates the setting for tab closing:
2262       MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
2263     send_in_pings:
2264       - metrics
2265     bugs:
2266       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
2267     data_reviews:
2268       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
2269       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2270       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2271       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2272       - https://github.com/mozilla-mobile/fenix/pull/28502
2273     data_sensitivity:
2274       - interaction
2275     notification_emails:
2276       - android-probes@mozilla.com
2277     expires: 124
2278     metadata:
2279       tags:
2280         - Tabs
2281   tab_view_setting:
2282     type: string
2283     lifetime: application
2284     description: |
2285       A string that indicates the setting for tab view:
2286       GRID, LIST
2287     send_in_pings:
2288       - metrics
2289     bugs:
2290       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
2291     data_reviews:
2292       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
2293       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2294       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2295       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2296       - https://github.com/mozilla-mobile/fenix/pull/28502
2297     data_sensitivity:
2298       - interaction
2299     notification_emails:
2300       - android-probes@mozilla.com
2301     expires: 124
2302     metadata:
2303       tags:
2304         - Tabs
2305   search_widget_installed:
2306     type: boolean
2307     lifetime: application
2308     description: |
2309       Whether or not the search widget is installed
2310     send_in_pings:
2311       - metrics
2312     bugs:
2313       - https://github.com/mozilla-mobile/fenix/issues/9488
2314     data_reviews:
2315       - https://github.com/mozilla-mobile/fenix/pull/10958
2316       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2317       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2318       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2319       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2320       - https://github.com/mozilla-mobile/fenix/pull/28502
2321     data_sensitivity:
2322       - interaction
2323     notification_emails:
2324       - android-probes@mozilla.com
2325     expires: 124
2326     metadata:
2327       tags:
2328         - Discovery
2329         - Search
2330   private_tabs_open_count:
2331     type: counter
2332     lifetime: application
2333     description: |
2334       A counter that indicates how many PRIVATE tabs a user has open. This
2335       value will only be set if the user has at least *one* open tab. If they
2336       have 0, this ping will not get sent, resulting in a null value. To
2337       disambiguate between a failed `private_tabs_open_count` ping and 0 open tabs,
2338       please see `has_open_tabs`
2339     send_in_pings:
2340       - metrics
2341     bugs:
2342       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836165
2343     data_reviews:
2344       - https://github.com/mozilla-mobile/firefox-android/pull/2427
2345     data_sensitivity:
2346       - interaction
2347     notification_emails:
2348       - android-probes@mozilla.com
2349       - cgordon@mozilla.com
2350     expires: never
2351     metadata:
2352       tags:
2353         - Tabs
2354   tabs_open_count:
2355     type: counter
2356     lifetime: application
2357     description: |
2358       A counter that indicates how many NORMAL tabs a user has open. This
2359       value will only be set if the user has at least *one* open tab. If they
2360       have 0, this ping will not get sent, resulting in a null value. To
2361       disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
2362       please see `has_open_tabs`.
2363     send_in_pings:
2364       - metrics
2365     bugs:
2366       - https://github.com/mozilla-mobile/fenix/issues/11479
2367     data_reviews:
2368       - https://github.com/mozilla-mobile/fenix/pull/12024
2369       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2370       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2371       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2372       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2373     data_sensitivity:
2374       - interaction
2375     notification_emails:
2376       - android-probes@mozilla.com
2377       - cgordon@mozilla.com
2378     expires: never
2379     metadata:
2380       tags:
2381         - Tabs
2382   has_open_tabs:
2383     type: boolean
2384     lifetime: application
2385     description: |
2386       A boolean that indicates if the user has any open NORMAL tabs.
2387     send_in_pings:
2388       - metrics
2389     bugs:
2390       - https://github.com/mozilla-mobile/fenix/issues/11479
2391     data_reviews:
2392       - https://github.com/mozilla-mobile/fenix/pull/12024
2393       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2394       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2395       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2396       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2397       - https://github.com/mozilla-mobile/fenix/pull/28502
2398     data_sensitivity:
2399       - interaction
2400     notification_emails:
2401       - android-probes@mozilla.com
2402     expires: 124
2403     metadata:
2404       tags:
2405         - Tabs
2406   start_reason_process_error:
2407     type: boolean
2408     description: |
2409       The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
2410       unexpectedly called twice. We can use this metric to validate our
2411       assumptions about how these APIs are called. This probe can be removed
2412       once we validate these assumptions.
2413     bugs:
2414       - https://github.com/mozilla-mobile/fenix/issues/18426
2415     data_reviews:
2416       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
2417       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
2418       - https://github.com/mozilla-mobile/fenix/pull/23506
2419     data_sensitivity:
2420       - technical
2421     notification_emails:
2422       - perf-telemetry-alerts@mozilla.com
2423       - mcomella@mozilla.com
2424     expires: never
2425     metadata:
2426       tags:
2427         - Performance
2428   start_reason_activity_error:
2429     type: boolean
2430     description: |
2431       The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
2432       was unexpectedly called twice. We can use this metric to validate our
2433       assumptions about how these APIs are called. This probe can be removed
2434       once we validate these assumptions.
2435     bugs:
2436       - https://github.com/mozilla-mobile/fenix/issues/18426
2437     data_reviews:
2438       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
2439       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
2440       - https://github.com/mozilla-mobile/fenix/pull/23506
2441     data_sensitivity:
2442       - technical
2443     notification_emails:
2444       - perf-telemetry-alerts@mozilla.com
2445       - mcomella@mozilla.com
2446     expires: never
2447     metadata:
2448       tags:
2449         - Performance
2450   install_source:
2451     type: string
2452     lifetime: application
2453     description: |
2454       Used to identify the source the app was installed from.
2455     bugs:
2456       - https://github.com/mozilla-mobile/fenix/issues/22138
2457     data_reviews:
2458       - https://github.com/mozilla-mobile/fenix/pull/22224#issuecomment-956749994
2459       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2460     data_sensitivity:
2461       - technical
2462     notification_emails:
2463       - android-probes@mozilla.com
2464       - cgordon@mozilla.com
2465     expires: never
2466   inactive_tabs_count:
2467     type: quantity
2468     description: |
2469       How many inactive tabs does the user have, checked when the user opens
2470       the tabs tray.
2471       Value will be 0 if the feature is disabled.
2472     send_in_pings:
2473       - metrics
2474     bugs:
2475       - https://github.com/mozilla-mobile/fenix/issues/22155
2476     data_reviews:
2477       - https://github.com/mozilla-mobile/fenix/pull/22163#issuecomment-957636802
2478       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2479       - https://github.com/mozilla-mobile/fenix/pull/28502
2480     data_sensitivity:
2481       - interaction
2482     notification_emails:
2483       - android-probes@mozilla.com
2484     expires: 124
2485     unit: integer
2486   default_wallpaper:
2487     type: boolean
2488     lifetime: application
2489     description: |
2490       Is the default wallpapper set to be shown?
2491     send_in_pings:
2492       - metrics
2493     bugs:
2494       - https://github.com/mozilla-mobile/fenix/issues/25538
2495     data_reviews:
2496       - https://github.com/mozilla-mobile/fenix/pull/25539#issuecomment-1163393066
2497       - https://github.com/mozilla-mobile/firefox-android/pull/1101
2498     data_sensitivity:
2499       - interaction
2500     notification_emails:
2501       - android-probes@mozilla.com
2502     expires: 126
2503     metadata:
2504       tags:
2505         - Wallpapers
2506   notifications_allowed:
2507     type: boolean
2508     description: |
2509       True if notifications are allowed, otherwise false.
2510     send_in_pings:
2511       - metrics
2512     bugs:
2513       - https://github.com/mozilla-mobile/fenix/issues/27795
2514     data_reviews:
2515       - https://github.com/mozilla-mobile/fenix/pull/27797
2516     data_sensitivity:
2517       - technical
2518     notification_emails:
2519       - android-probes@mozilla.com
2520     expires: 122
2521     metadata:
2522       tags:
2523         - Notifications
2524   ram_more_than_threshold:
2525     type: boolean
2526     lifetime: application
2527     description: True if the device's asserted 'advertised' RAM is more than the given threshold.
2528     send_in_pings:
2529       - metrics
2530     bugs:
2531       - https://bugzilla.mozilla.org/show_bug.cgi?id=1840341
2532     data_reviews:
2533       - https://github.com/mozilla-mobile/firefox-android/pull/2620
2534     data_sensitivity:
2535       - technical
2536     notification_emails:
2537       - android-probes@mozilla.com
2538     expires: 128
2539     metadata:
2540       tags:
2541         - Experiments
2542   device_total_ram:
2543     type: quantity
2544     lifetime: application
2545     description: >
2546       The total amount of memory this device in bytes, when available will be
2547       MemoryInfo.advertisedMem otherwise it will be MemoryInfo.totalMem.
2548       This doesn't represent memory available to the application however.
2549     send_in_pings:
2550       - metrics
2551     bugs:
2552       - https://bugzilla.mozilla.org/show_bug.cgi?id=1853967
2553     data_reviews:
2554       - https://github.com/mozilla-mobile/firefox-android/pull/2620
2555     data_sensitivity:
2556       - technical
2557     notification_emails:
2558       - android-probes@mozilla.com
2559     expires: never
2560     unit: integer
2561     metadata:
2562       tags:
2563         - Performance
2564   search_page_load_time:
2565     type: timing_distribution
2566     time_unit: millisecond
2567     lifetime: application
2568     description: The time that it takes to load the Search content.
2569     send_in_pings:
2570       - metrics
2571     bugs:
2572       - https://bugzilla.mozilla.org/show_bug.cgi?id=1842604
2573     data_reviews:
2574       - https://github.com/mozilla-mobile/firefox-android/pull/2889
2575     data_sensitivity:
2576       - technical
2577     notification_emails:
2578       - android-probes@mozilla.com
2579     expires: 128
2580     metadata:
2581       tags:
2582         - Experiments
2584 customize_home:
2585   most_visited_sites:
2586     type: boolean
2587     description: |
2588       An indication of whether the most visited sites
2589       are enabled to be displayed
2590     send_in_pings:
2591       - metrics
2592     bugs:
2593       - https://github.com/mozilla-mobile/fenix/issues/21239
2594     data_reviews:
2595       - https://github.com/mozilla-mobile/fenix/pull/21344
2596       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
2597       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2598       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2599     data_sensitivity:
2600       - interaction
2601     notification_emails:
2602       - android-probes@mozilla.com
2603       - cgordon@mozilla.com
2604     expires: never
2605   jump_back_in:
2606     type: boolean
2607     description: |
2608       An indication of whether the Jump back
2609       in section is enabled to be displayed
2610     send_in_pings:
2611       - metrics
2612     bugs:
2613       - https://github.com/mozilla-mobile/fenix/issues/21239
2614     data_reviews:
2615       - https://github.com/mozilla-mobile/fenix/pull/21344
2616       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
2617       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2618       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2619     data_sensitivity:
2620       - interaction
2621     notification_emails:
2622       - android-probes@mozilla.com
2623       - cgordon@mozilla.com
2624     expires: never
2625   recently_saved:
2626     type: boolean
2627     description: |
2628       An indication of whether the recently
2629       saved section is enabled to be displayed
2630     send_in_pings:
2631       - metrics
2632     bugs:
2633       - https://github.com/mozilla-mobile/fenix/issues/21239
2634     data_reviews:
2635       - https://github.com/mozilla-mobile/fenix/pull/21344
2636       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
2637       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2638       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2639     data_sensitivity:
2640       - interaction
2641     notification_emails:
2642       - android-probes@mozilla.com
2643       - cgordon@mozilla.com
2644     expires: never
2645   recently_visited:
2646     type: boolean
2647     description: |
2648       An indication of whether the Recently
2649       visited section is enabled to be displayed
2650     send_in_pings:
2651       - metrics
2652     bugs:
2653       - https://github.com/mozilla-mobile/fenix/issues/21239
2654     data_reviews:
2655       - https://github.com/mozilla-mobile/fenix/pull/21344
2656       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
2657       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2658       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2659     data_sensitivity:
2660       - interaction
2661     notification_emails:
2662       - android-probes@mozilla.com
2663       - cgordon@mozilla.com
2664     expires: never
2665   pocket:
2666     type: boolean
2667     description: |
2668       An indication of whether Pocket is enabled to be displayed
2669     send_in_pings:
2670       - metrics
2671     bugs:
2672       - https://github.com/mozilla-mobile/fenix/issues/21239
2673     data_reviews:
2674       - https://github.com/mozilla-mobile/fenix/pull/21344
2675       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
2676       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2677       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2678     data_sensitivity:
2679       - interaction
2680     notification_emails:
2681       - android-probes@mozilla.com
2682       - cgordon@mozilla.com
2683     expires: never
2684     metadata:
2685       tags:
2686         - PocketIntegration
2687   sponsored_pocket:
2688     type: boolean
2689     description: |
2690       An indication of whether Pocket sponsored stories are enabled
2691       to be displayed
2692     send_in_pings:
2693       - metrics
2694     bugs:
2695       - https://github.com/mozilla-mobile/fenix/issues/25401
2696     data_reviews:
2697       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
2698       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2699       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2700     data_sensitivity:
2701       - interaction
2702     notification_emails:
2703       - android-probes@mozilla.com
2704       - cgordon@mozilla.com
2705     expires: never
2706     metadata:
2707       tags:
2708         - PocketIntegration
2709   contile:
2710     type: boolean
2711     description: |
2712       An indication of whether Contile is enabled to be displayed
2713     send_in_pings:
2714       - metrics
2715       - topsites-impression
2716     bugs:
2717       - https://github.com/mozilla-mobile/fenix/issues/24467
2718     data_reviews:
2719       - https://github.com/mozilla-mobile/fenix/pull/24468
2720       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410642835
2721     data_sensitivity:
2722       - interaction
2723     lifetime: application
2724     notification_emails:
2725       - android-probes@mozilla.com
2726       - cgordon@mozilla.com
2727     expires: never
2728   preference_toggled:
2729     type: event
2730     description: |
2731       A user toggles the preference for the home screen items.
2732     extra_keys:
2733       preference_key:
2734         type: string
2735         description: |
2736           The preference key for the boolean (true/false) preference the user
2737           toggled.
2739           We currently track: most_visited_sites, jump_back_in,
2740           recently_visited, recently_saved, pocket, and contile.
2741       enabled:
2742         type: boolean
2743         description: "Whether or not the preference is *now* enabled"
2744     bugs:
2745       - https://github.com/mozilla-mobile/fenix/issues/21095
2746     data_reviews:
2747       - https://github.com/mozilla-mobile/fenix/pull/1896
2748       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
2749       - https://github.com/mozilla-mobile/firefox-android/pull/2597
2750     data_sensitivity:
2751       - technical
2752       - interaction
2753     notification_emails:
2754       - android-probes@mozilla.com
2755       - cgordon@mozilla.com
2756     expires: never
2757   opening_screen:
2758     type: string
2759     description: |
2760       What opening screen preference the user has selected
2761       under "Customize Home".
2762       "homepage," "last tab," or "homepage after 4 hours"
2763       default: "homepage after 4 hours"
2764     bugs:
2765       - https://github.com/mozilla-mobile/fenix/issues/22145
2766     data_reviews:
2767       - https://github.com/mozilla-mobile/fenix/pull/22333
2768       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
2769       - https://github.com/mozilla-mobile/firefox-android/pull/3319
2770     data_sensitivity:
2771       - interaction
2772     notification_emails:
2773       - android-probes@mozilla.com
2774       - cgordon@mozilla.com
2775     expires: never
2777 preferences:
2778   studies_enabled:
2779     type: boolean
2780     description: >
2781       A metric indicating whether or not the user has studies enabled
2782       default: true
2783     send_in_pings:
2784       - metrics
2785     bugs:
2786       - https://github.com/mozilla-mobile/fenix/issues/22192
2787     data_reviews:
2788       - https://github.com/mozilla-mobile/fenix/pull/22193
2789       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
2790       - https://github.com/mozilla-mobile/firefox-android/pull/3319
2791     data_sensitivity:
2792       - interaction
2793     notification_emails:
2794       - android-probes@mozilla.com
2795       - cgordon@mozilla.com
2796     expires: never
2797   studies_preference_enabled:
2798     type: event
2799     description: >
2800       An event indicating whether or not the user has studies enabled.
2801     bugs:
2802       - https://github.com/mozilla-mobile/fenix/issues/22192
2803     data_reviews:
2804       - https://github.com/mozilla-mobile/fenix/pull/22193
2805       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
2806       - https://github.com/mozilla-mobile/firefox-android/pull/3319
2807     data_sensitivity:
2808       - interaction
2809     notification_emails:
2810       - android-probes@mozilla.com
2811       - cgordon@mozilla.com
2812     expires: never
2813   search_suggestions_enabled:
2814     type: boolean
2815     description: |
2816       Whether or not the user has search suggestions enabled
2817       default: true
2818     send_in_pings:
2819       - metrics
2820     bugs:
2821       - https://github.com/mozilla-mobile/fenix/issues/11118
2822     data_reviews:
2823       - https://github.com/mozilla-mobile/fenix/pull/11211
2824       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2825       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2826       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2827       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2828     data_sensitivity:
2829       - interaction
2830     notification_emails:
2831       - android-probes@mozilla.com
2832       - cgordon@mozilla.com
2833     expires: never
2834     metadata:
2835       tags:
2836         - Search
2837         - Settings
2838   remote_debugging_enabled:
2839     type: boolean
2840     description: |
2841       Whether or not the user has remote debugging enabled
2842       default: false
2843     send_in_pings:
2844       - metrics
2845     bugs:
2846       - https://github.com/mozilla-mobile/fenix/issues/11118
2847     data_reviews:
2848       - https://github.com/mozilla-mobile/fenix/pull/11211
2849       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2850       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2851       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2852       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2853       - https://github.com/mozilla-mobile/fenix/pull/28502
2854     data_sensitivity:
2855       - interaction
2856     notification_emails:
2857       - android-probes@mozilla.com
2858     expires: 124
2859     metadata:
2860       tags:
2861         - Settings
2862   telemetry_enabled:
2863     type: boolean
2864     description: |
2865       Whether or not the user has telemetry enabled. Note we should
2866       never receive a "false" value for this since telemetry would
2867       not send in that case.
2868       default: true
2869     send_in_pings:
2870       - metrics
2871     bugs:
2872       - https://github.com/mozilla-mobile/fenix/issues/11118
2873     data_reviews:
2874       - https://github.com/mozilla-mobile/fenix/pull/11211
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       - cgordon@mozilla.com
2884     expires: never
2885     metadata:
2886       tags:
2887         - Telemetry
2888         - Settings
2889   enhanced_tracking_protection:
2890     type: string
2891     description: |
2892       What type of enhanced tracking protection the user has enabled.
2893       "standard," "strict," "custom," or "" (if disabled)
2894       default: "standard"
2895     send_in_pings:
2896       - metrics
2897     bugs:
2898       - https://github.com/mozilla-mobile/fenix/issues/11118
2899     data_reviews:
2900       - https://github.com/mozilla-mobile/fenix/pull/11211
2901       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2902       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2903       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2904       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2905       - https://github.com/mozilla-mobile/fenix/pull/28502
2906     data_sensitivity:
2907       - interaction
2908     notification_emails:
2909       - android-probes@mozilla.com
2910     expires: 124
2911     metadata:
2912       tags:
2913         - TrackingProtection
2914         - Settings
2915   etp_custom_cookies_selection:
2916     type: string
2917     description: |
2918       The option user has selected in the "Custom" mode of the
2919       Enhanced Tracking Protection settings.
2920       Possible values:
2921       - total-protection for “Isolate cross-site cookies”
2922       - social for “Cross-site and social media trackers”
2923       - unvisited for “Cookies from unvisited sites”
2924       - third-party for “All third-party cookies..”
2925       - all for “All cookies..”
2926     send_in_pings:
2927       - metrics
2928     bugs:
2929       - https://github.com/mozilla-mobile/fenix/issues/18175
2930     data_reviews:
2931       - https://github.com/mozilla-mobile/fenix/pull/26449#issuecomment-1225765591
2932       - https://github.com/mozilla-mobile/firefox-android/pull/3319
2933     data_sensitivity:
2934       - interaction
2935     notification_emails:
2936       - android-probes@mozilla.com
2937       - cgordon@mozilla.com
2938     expires: never
2939     metadata:
2940       tags:
2941         - TrackingProtection
2942         - Settings
2943   bookmarks_suggestion:
2944     type: boolean
2945     description: |
2946       Whether or not the user has enabled bookmark search suggestions
2947       default: true
2948     send_in_pings:
2949       - metrics
2950     bugs:
2951       - https://github.com/mozilla-mobile/fenix/issues/11118
2952     data_reviews:
2953       - https://github.com/mozilla-mobile/fenix/pull/11211
2954       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2955       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2956       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2957       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2958       - https://github.com/mozilla-mobile/fenix/pull/28502
2959     data_sensitivity:
2960       - interaction
2961     notification_emails:
2962       - android-probes@mozilla.com
2963     expires: 124
2964     metadata:
2965       tags:
2966         - Settings
2967   browsing_history_suggestion:
2968     type: boolean
2969     description: |
2970       Whether or not the user has enabled browsing history suggestions.
2971       default: true
2972     send_in_pings:
2973       - metrics
2974     bugs:
2975       - https://github.com/mozilla-mobile/fenix/issues/11118
2976     data_reviews:
2977       - https://github.com/mozilla-mobile/fenix/pull/11211
2978       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2979       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2980       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2981       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
2982       - https://github.com/mozilla-mobile/fenix/pull/28502
2983     data_sensitivity:
2984       - interaction
2985     notification_emails:
2986       - android-probes@mozilla.com
2987     expires: 124
2988     metadata:
2989       tags:
2990         - Settings
2991   clipboard_suggestions_enabled:
2992     type: boolean
2993     description: |
2994       Whether or not the user has enabled clipboard search suggestions.
2995       default: true
2996     send_in_pings:
2997       - metrics
2998     bugs:
2999       - https://github.com/mozilla-mobile/fenix/issues/11118
3000     data_reviews:
3001       - https://github.com/mozilla-mobile/fenix/pull/11211
3002       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3003       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3004       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3005       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3006       - https://github.com/mozilla-mobile/fenix/pull/28502
3007     data_sensitivity:
3008       - interaction
3009     notification_emails:
3010       - android-probes@mozilla.com
3011     expires: 124
3012     metadata:
3013       tags:
3014         - Settings
3015   search_shortcuts_enabled:
3016     type: boolean
3017     description: |
3018       Whether or not the user has enabled search shortcuts.
3019       default: true
3020     send_in_pings:
3021       - metrics
3022     bugs:
3023       - https://github.com/mozilla-mobile/fenix/issues/11118
3024     data_reviews:
3025       - https://github.com/mozilla-mobile/fenix/pull/11211
3026       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3027       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3028       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3029       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3030     data_sensitivity:
3031       - interaction
3032     notification_emails:
3033       - android-probes@mozilla.com
3034       - cgordon@mozilla.com
3035     expires: never
3036     metadata:
3037       tags:
3038         - Search
3039         - Settings
3040   signed_in_sync:
3041     type: boolean
3042     description: |
3043       Whether or not the user is signed into FxA
3044       default: false
3045     send_in_pings:
3046       - metrics
3047     bugs:
3048       - https://github.com/mozilla-mobile/fenix/issues/11118
3049     data_reviews:
3050       - https://github.com/mozilla-mobile/fenix/pull/11211
3051       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3052       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3053       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3054       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3055       - https://github.com/mozilla-mobile/fenix/pull/28502
3056     data_sensitivity:
3057       - interaction
3058     notification_emails:
3059       - android-probes@mozilla.com
3060     expires: 124
3061     metadata:
3062       tags:
3063         - Sync
3064         - Settings
3065   sync_items:
3066     type: string_list
3067     description: |
3068       The list of items the user has chosen to sync with FxA.
3069       default: "" if the user is signed out. Otherwise defaults to
3070       whatever is set in their FxA account. New accounts set:
3071       [bookmarks, history, passwords, tabs]
3072     send_in_pings:
3073       - metrics
3074     bugs:
3075       - https://github.com/mozilla-mobile/fenix/issues/11118
3076     data_reviews:
3077       - https://github.com/mozilla-mobile/fenix/pull/11211
3078       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3079       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3080       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3081       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3082       - https://github.com/mozilla-mobile/fenix/pull/28502
3083     data_sensitivity:
3084       - interaction
3085     notification_emails:
3086       - android-probes@mozilla.com
3087     expires: 124
3088     metadata:
3089       tags:
3090         - Settings
3091   voice_search_enabled:
3092     type: boolean
3093     description: |
3094       Whether or not the user has enabled the voice search button.
3095       default: true
3096     send_in_pings:
3097       - metrics
3098     bugs:
3099       - https://github.com/mozilla-mobile/fenix/issues/11118
3100     data_reviews:
3101       - https://github.com/mozilla-mobile/fenix/pull/11211
3102       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3103       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3104       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3105       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3106       - https://github.com/mozilla-mobile/fenix/pull/28502
3107     data_sensitivity:
3108       - interaction
3109     notification_emails:
3110       - android-probes@mozilla.com
3111     expires: 124
3112     metadata:
3113       tags:
3114         - Search
3115         - Voice
3116         - Settings
3117   toolbar_position_setting:
3118     type: string
3119     description: |
3120       The position of the toolbar
3121       default: bottom (defaults to top if the user has accessibility services)
3122     send_in_pings:
3123       - metrics
3124     bugs:
3125       - https://github.com/mozilla-mobile/fenix/issues/11118
3126     data_reviews:
3127       - https://github.com/mozilla-mobile/fenix/pull/11211
3128       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3129       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3130       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3131       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3132     data_sensitivity:
3133       - interaction
3134     notification_emails:
3135       - android-probes@mozilla.com
3136       - cgordon@mozilla.com
3137     expires: never
3138     metadata:
3139       tags:
3140         - Toolbar
3141         - Settings
3142   accessibility_services:
3143     type: string_list
3144     description: |
3145       Whether or not the user has touch exploration or switch services enabled.
3146       These are built into the Android OS, not Fenix prefs.
3147       default: ""
3148     send_in_pings:
3149       - metrics
3150     bugs:
3151       - https://github.com/mozilla-mobile/fenix/issues/11118
3152     data_reviews:
3153       - https://github.com/mozilla-mobile/fenix/pull/11211
3154       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3155       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3156       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3157       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3158     data_sensitivity:
3159       - interaction
3160     notification_emails:
3161       - android-probes@mozilla.com
3162       - cgordon@mozilla.com
3163     expires: never
3164     metadata:
3165       tags:
3166         - Settings
3167   open_links_in_app_enabled:
3168     type: string
3169     description: |
3170       The user has the open links in apps feature enabled.
3171       "ask_before_opening", "always" or "never".
3172       default: "never"
3173     send_in_pings:
3174       - metrics
3175     bugs:
3176       - https://bugzilla.mozilla.org/show_bug.cgi?id=1818085
3177     data_reviews:
3178       - https://github.com/mozilla-mobile/firefox-android/pull/1054
3179     data_sensitivity:
3180       - interaction
3181     notification_emails:
3182       - android-probes@mozilla.com
3183       - cgordon@mozilla.com
3184     expires: never
3185     metadata:
3186       tags:
3187         - Settings
3188   user_theme:
3189     type: string
3190     description: |
3191       The theme the user has enabled. "light," "dark," "system," or "battery"
3192       default: "system" for API 28+, else "light"
3193     send_in_pings:
3194       - metrics
3195     bugs:
3196       - https://github.com/mozilla-mobile/fenix/issues/11118
3197     data_reviews:
3198       - https://github.com/mozilla-mobile/fenix/pull/11446
3199       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3200       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3201       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3202       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3203     data_sensitivity:
3204       - interaction
3205     notification_emails:
3206       - android-probes@mozilla.com
3207       - cgordon@mozilla.com
3208     expires: never
3209     metadata:
3210       tags:
3211         - Themes
3212         - Settings
3213   inactive_tabs_enabled:
3214     type: boolean
3215     description: |
3216       Whether or not the user has the inactive tabs feature enabled.
3217       default: true
3218     send_in_pings:
3219       - metrics
3220     bugs:
3221       - https://github.com/mozilla-mobile/fenix/issues/21903
3222     data_reviews:
3223       - https://github.com/mozilla-mobile/fenix/pull/21908
3224       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
3225       - https://github.com/mozilla-mobile/firefox-android/pull/3319
3226     data_sensitivity:
3227       - interaction
3228     notification_emails:
3229       - android-probes@mozilla.com
3230       - cgordon@mozilla.com
3231     expires: never
3233 search.default_engine:
3234   code:
3235     type: string
3236     lifetime: application
3237     description: |
3238       If the search engine is pre-loaded with Fenix this value
3239       will be the search engine identifier. If it's a custom search engine
3240       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
3241       value will be "custom"
3242     send_in_pings:
3243       - metrics
3244       - baseline
3245     bugs:
3246       - https://github.com/mozilla-mobile/fenix/issues/800
3247     data_reviews:
3248       - https://github.com/mozilla-mobile/fenix/pull/1606
3249       - https://github.com/mozilla-mobile/fenix/pull/5216
3250       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3251       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3252       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3253       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3254     data_sensitivity:
3255       - technical
3256       - interaction
3257     notification_emails:
3258       - android-probes@mozilla.com
3259       - cgordon@mozilla.com
3260     expires: never
3261     no_lint:
3262       - BASELINE_PING
3263   name:
3264     type: string
3265     lifetime: application
3266     description: |
3267       If the search engine is pre-loaded with Fenix this value
3268       will be the search engine name. If it's a custom search engine
3269       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
3270       value will be "custom"
3271     send_in_pings:
3272       - metrics
3273       - baseline
3274     bugs:
3275       - https://github.com/mozilla-mobile/fenix/issues/800
3276     data_reviews:
3277       - https://github.com/mozilla-mobile/fenix/pull/1606
3278       - https://github.com/mozilla-mobile/fenix/pull/5216
3279       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3280       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3281       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3282       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3283     data_sensitivity:
3284       - technical
3285       - interaction
3286     notification_emails:
3287       - android-probes@mozilla.com
3288       - cgordon@mozilla.com
3289     expires: never
3290     no_lint:
3291       - BASELINE_PING
3292   search_url:
3293     type: url
3294     lifetime: application
3295     description: |
3296       If the search engine is pre-loaded with Fenix this value will be the base
3297       URL we use to build the search query for the search engine. For example:
3298       https://mysearchengine.com/?query=%s. If it's a custom search engine
3299       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
3300       will not be set.
3301     send_in_pings:
3302       - metrics
3303     bugs:
3304       - https://github.com/mozilla-mobile/fenix/issues/800
3305       - https://github.com/mozilla-mobile/fenix/issues/20513
3306     data_reviews:
3307       - https://github.com/mozilla-mobile/fenix/pull/1606
3308       - https://github.com/mozilla-mobile/fenix/pull/5216
3309       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3310       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3311       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3312       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3313       - https://github.com/mozilla-mobile/fenix/pull/28502
3314     data_sensitivity:
3315       - technical
3316       - interaction
3317     notification_emails:
3318       - android-probes@mozilla.com
3319     expires: 124
3321 bookmarks_management:
3322   open:
3323     type: event
3324     description: |
3325       A user opened a bookmark.
3326     bugs:
3327       - https://github.com/mozilla-mobile/fenix/issues/18173
3328     data_reviews:
3329       - https://github.com/mozilla-mobile/fenix/pull/18174
3330       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3331       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
3332     data_sensitivity:
3333       - interaction
3334     notification_emails:
3335       - android-probes@mozilla.com
3336       - cgordon@mozilla.com
3337     expires: never
3338     metadata:
3339       tags:
3340         - Bookmarks
3341   open_in_new_tab:
3342     type: event
3343     description: |
3344       A user opened a bookmark in a new tab.
3345     bugs:
3346       - https://github.com/mozilla-mobile/fenix/issues/974
3347     data_reviews:
3348       - https://github.com/mozilla-mobile/fenix/pull/1708
3349       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3350       - https://github.com/mozilla-mobile/fenix/pull/18143
3351       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3352       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3353     data_sensitivity:
3354       - interaction
3355     notification_emails:
3356       - android-probes@mozilla.com
3357       - cgordon@mozilla.com
3358     expires: never
3359     metadata:
3360       tags:
3361         - Bookmarks
3362   open_in_new_tabs:
3363     type: event
3364     description: |
3365       A user opened multiple bookmarks at once in new tabs.
3366     bugs:
3367       - https://github.com/mozilla-mobile/fenix/issues/974
3368     data_reviews:
3369       - https://github.com/mozilla-mobile/fenix/pull/1708
3370       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3371       - https://github.com/mozilla-mobile/fenix/pull/18143
3372       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3373       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3374     data_sensitivity:
3375       - interaction
3376     notification_emails:
3377       - android-probes@mozilla.com
3378       - cgordon@mozilla.com
3379     expires: never
3380     metadata:
3381       tags:
3382         - Bookmarks
3383   open_all_in_new_tabs:
3384     type: event
3385     description: |
3386       A user opened all the bookmarks in a folder in new tabs.
3387     bugs:
3388       - https://github.com/mozilla-mobile/fenix/issues/11404
3389     data_reviews:
3390       - https://github.com/mozilla-mobile/fenix/pull/27138
3391       - https://github.com/mozilla-mobile/firefox-android/pull/3319
3392     data_sensitivity:
3393       - interaction
3394     notification_emails:
3395       - android-probes@mozilla.com
3396       - cgordon@mozilla.com
3397     expires: never
3398     metadata:
3399       tags:
3400         - Bookmarks
3401   open_in_private_tab:
3402     type: event
3403     description: |
3404       A user opened a bookmark in a new private tab.
3405     bugs:
3406       - https://github.com/mozilla-mobile/fenix/issues/974
3407       - https://github.com/mozilla-mobile/fenix/issues/19923
3408     data_reviews:
3409       - https://github.com/mozilla-mobile/fenix/pull/1708
3410       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3411       - https://github.com/mozilla-mobile/fenix/pull/18143
3412       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3413       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3414     data_sensitivity:
3415       - interaction
3416     notification_emails:
3417       - android-probes@mozilla.com
3418       - cgordon@mozilla.com
3419     expires: never
3420     metadata:
3421       tags:
3422         - Bookmarks
3423   open_in_private_tabs:
3424     type: event
3425     description: |
3426       A user opened multiple bookmarks at once in new private tabs.
3427     bugs:
3428       - https://github.com/mozilla-mobile/fenix/issues/974
3429       - https://github.com/mozilla-mobile/fenix/issues/19923
3430     data_reviews:
3431       - https://github.com/mozilla-mobile/fenix/pull/1708
3432       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3433       - https://github.com/mozilla-mobile/fenix/pull/18143
3434       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3435       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3436     data_sensitivity:
3437       - interaction
3438     notification_emails:
3439       - android-probes@mozilla.com
3440       - cgordon@mozilla.com
3441     expires: never
3442     metadata:
3443       tags:
3444         - Bookmarks
3445   open_all_in_private_tabs:
3446     type: event
3447     description: |
3448       A user opened all the bookmarks in a folder in new private tabs.
3449     bugs:
3450       - https://github.com/mozilla-mobile/fenix/issues/11404
3451     data_reviews:
3452       - https://github.com/mozilla-mobile/fenix/pull/27138
3453       - https://github.com/mozilla-mobile/firefox-android/pull/3319
3454     data_sensitivity:
3455       - interaction
3456     notification_emails:
3457       - android-probes@mozilla.com
3458       - cgordon@mozilla.com
3459     expires: never
3460     metadata:
3461       tags:
3462         - Bookmarks
3463   edited:
3464     type: event
3465     description: |
3466       A user edited the title and/or URL of an existing bookmark.
3467     bugs:
3468       - https://github.com/mozilla-mobile/fenix/issues/974
3469       - https://github.com/mozilla-mobile/fenix/issues/19923
3470     data_reviews:
3471       - https://github.com/mozilla-mobile/fenix/pull/1708
3472       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3473       - https://github.com/mozilla-mobile/fenix/pull/18143
3474       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3475       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3476     data_sensitivity:
3477       - interaction
3478     notification_emails:
3479       - android-probes@mozilla.com
3480       - cgordon@mozilla.com
3481     expires: never
3482     metadata:
3483       tags:
3484         - Bookmarks
3485   moved:
3486     type: event
3487     description: |
3488       A user moved an existing bookmark or folder to another folder.
3489     bugs:
3490       - https://github.com/mozilla-mobile/fenix/issues/974
3491       - https://github.com/mozilla-mobile/fenix/issues/19923
3492     data_reviews:
3493       - https://github.com/mozilla-mobile/fenix/pull/1708
3494       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3495       - https://github.com/mozilla-mobile/fenix/pull/18143
3496       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3497       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3498     data_sensitivity:
3499       - interaction
3500     notification_emails:
3501       - android-probes@mozilla.com
3502       - cgordon@mozilla.com
3503     expires: never
3504     metadata:
3505       tags:
3506         - Bookmarks
3507   removed:
3508     type: event
3509     description: |
3510       A user removed a bookmark item.
3511     bugs:
3512       - https://github.com/mozilla-mobile/fenix/issues/974
3513       - https://github.com/mozilla-mobile/fenix/issues/19923
3514     data_reviews:
3515       - https://github.com/mozilla-mobile/fenix/pull/1708
3516       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3517       - https://github.com/mozilla-mobile/fenix/pull/18143
3518       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3519       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3520     data_sensitivity:
3521       - interaction
3522     notification_emails:
3523       - android-probes@mozilla.com
3524       - cgordon@mozilla.com
3525     expires: never
3526     metadata:
3527       tags:
3528         - Bookmarks
3529   multi_removed:
3530     type: event
3531     description: |
3532       A user removed multiple bookmarks at once.
3533     bugs:
3534       - https://github.com/mozilla-mobile/fenix/issues/974
3535       - https://github.com/mozilla-mobile/fenix/issues/19923
3536     data_reviews:
3537       - https://github.com/mozilla-mobile/fenix/pull/1708
3538       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3539       - https://github.com/mozilla-mobile/fenix/pull/18143
3540       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3541       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3542     data_sensitivity:
3543       - interaction
3544     notification_emails:
3545       - android-probes@mozilla.com
3546       - cgordon@mozilla.com
3547     expires: never
3548     metadata:
3549       tags:
3550         - Bookmarks
3551   shared:
3552     type: event
3553     description: |
3554       A user shared a bookmark.
3555     bugs:
3556       - https://github.com/mozilla-mobile/fenix/issues/974
3557       - https://github.com/mozilla-mobile/fenix/issues/19923
3558     data_reviews:
3559       - https://github.com/mozilla-mobile/fenix/pull/1708
3560       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3561       - https://github.com/mozilla-mobile/fenix/pull/18143
3562       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3563       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3564     data_sensitivity:
3565       - interaction
3566     notification_emails:
3567       - android-probes@mozilla.com
3568       - cgordon@mozilla.com
3569     expires: never
3570     metadata:
3571       tags:
3572         - Bookmarks
3573   copied:
3574     type: event
3575     description: |
3576       A user copied a bookmark.
3577     bugs:
3578       - https://github.com/mozilla-mobile/fenix/issues/974
3579       - https://github.com/mozilla-mobile/fenix/issues/19923
3580     data_reviews:
3581       - https://github.com/mozilla-mobile/fenix/pull/1708
3582       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3583       - https://github.com/mozilla-mobile/fenix/pull/18143
3584       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3585       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3586     data_sensitivity:
3587       - interaction
3588     notification_emails:
3589       - android-probes@mozilla.com
3590       - cgordon@mozilla.com
3591     expires: never
3592     metadata:
3593       tags:
3594         - Bookmarks
3595   folder_add:
3596     type: event
3597     description: |
3598       A user added a new bookmark folder.
3599     bugs:
3600       - https://github.com/mozilla-mobile/fenix/issues/974
3601       - https://github.com/mozilla-mobile/fenix/issues/19923
3602     data_reviews:
3603       - https://github.com/mozilla-mobile/fenix/pull/1708
3604       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3605       - https://github.com/mozilla-mobile/fenix/pull/18143
3606       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3607       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3608     data_sensitivity:
3609       - interaction
3610     notification_emails:
3611       - android-probes@mozilla.com
3612       - cgordon@mozilla.com
3613     expires: never
3614     metadata:
3615       tags:
3616         - Bookmarks
3617   folder_remove:
3618     type: event
3619     description: |
3620       A user removed a bookmark folder.
3621     bugs:
3622       - https://github.com/mozilla-mobile/fenix/issues/3174
3623       - https://github.com/mozilla-mobile/fenix/issues/19923
3624     data_reviews:
3625       - https://github.com/mozilla-mobile/fenix/pull/3724
3626       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3627       - https://github.com/mozilla-mobile/fenix/pull/18143
3628       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3629       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3630     data_sensitivity:
3631       - interaction
3632     notification_emails:
3633       - android-probes@mozilla.com
3634       - cgordon@mozilla.com
3635     expires: never
3636     metadata:
3637       tags:
3638         - Bookmarks
3639   search_icon_tapped:
3640     type: event
3641     description: |
3642       A user tapped on the search icon in bookmarks management.
3643     bugs:
3644       - https://github.com/mozilla-mobile/fenix/issues/27147
3645     data_reviews:
3646       - https://github.com/mozilla-mobile/fenix/pull/27268
3647       - https://github.com/mozilla-mobile/firefox-android/pull/3319
3648     data_sensitivity:
3649       - interaction
3650     notification_emails:
3651       - android-probes@mozilla.com
3652       - cgordon@mozilla.com
3653     expires: never
3654     metadata:
3655       tags:
3656         - Bookmarks
3657   search_result_tapped:
3658     type: event
3659     description: |
3660       A user tapped on the search result in bookmarks management.
3661     bugs:
3662       - https://github.com/mozilla-mobile/fenix/issues/27147
3663     data_reviews:
3664       - https://github.com/mozilla-mobile/fenix/pull/27268
3665       - https://github.com/mozilla-mobile/firefox-android/pull/3319
3666     data_sensitivity:
3667       - interaction
3668     notification_emails:
3669       - android-probes@mozilla.com
3670       - cgordon@mozilla.com
3671     expires: never
3672     metadata:
3673       tags:
3674         - Bookmarks
3676 activation:
3677   identifier:
3678     type: string
3679     lifetime: ping
3680     description: |
3681       A hashed and salted version of the Google Advertising ID from the device.
3682       This will never be sent in a ping that also contains the client_id.
3683     send_in_pings:
3684       - activation
3685     bugs:
3686       - https://bugzilla.mozilla.org/1538011
3687       - https://bugzilla.mozilla.org/1501822
3688       - https://github.com/mozilla-mobile/fenix/issues/19923
3689     data_reviews:
3690       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
3691       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3692       - https://github.com/mozilla-mobile/fenix/pull/18143
3693       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3694       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
3695     data_sensitivity:
3696       - highly_sensitive
3697     notification_emails:
3698       - android-probes@mozilla.com
3699       - cgordon@mozilla.com
3700     expires: never
3701     metadata:
3702       tags:
3703         - Privacy&Security
3704   activation_id:
3705     type: uuid
3706     lifetime: user
3707     description: |
3708       An alternate identifier, not correlated with the client_id, generated once
3709       and only sent with the activation ping.
3710     send_in_pings:
3711       - activation
3712     bugs:
3713       - https://bugzilla.mozilla.org/1538011
3714       - https://github.com/mozilla-mobile/fenix/issues/19923
3715     data_reviews:
3716       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
3717       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3718       - https://github.com/mozilla-mobile/fenix/pull/18143
3719       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3720       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
3721     data_sensitivity:
3722       - highly_sensitive
3723     notification_emails:
3724       - android-probes@mozilla.com
3725       - cgordon@mozilla.com
3726     expires: never
3727     no_lint:
3728       - USER_LIFETIME_EXPIRATION
3729     metadata:
3730       tags:
3731         - Privacy&Security
3733 error_page:
3734   visited_error:
3735     type: event
3736     description: |
3737       A user encountered an error page
3738     extra_keys:
3739       error_type:
3740         type: string
3741         description: "The error type of the error page encountered"
3742     bugs:
3743       - https://github.com/mozilla-mobile/fenix/issues/1242
3744       - https://github.com/mozilla-mobile/fenix/issues/19923
3745     data_reviews:
3746       - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
3747       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3748       - https://github.com/mozilla-mobile/fenix/pull/18143
3749       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3750       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
3751       - https://github.com/mozilla-mobile/fenix/pull/27295
3752     data_sensitivity:
3753       - interaction
3754     notification_emails:
3755       - android-probes@mozilla.com
3756     expires: 122
3757     metadata:
3758       tags:
3759         - ErrorMessages
3761 sync_auth:
3762   opened:
3763     type: event
3764     description: |
3765       A user opened the sync authentication page
3766     bugs:
3767       - https://github.com/mozilla-mobile/fenix/issues/1190
3768     data_reviews:
3769       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
3770       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3771       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3772       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3773       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3774       - https://github.com/mozilla-mobile/fenix/pull/28502
3775     data_sensitivity:
3776       - interaction
3777     notification_emails:
3778       - android-probes@mozilla.com
3779     expires: 124
3780     metadata:
3781       tags:
3782         - Toolbar
3783         - Sync
3784   closed:
3785     type: event
3786     description: |
3787       A user closed the sync page
3788     bugs:
3789       - https://github.com/mozilla-mobile/fenix/issues/1190
3790     data_reviews:
3791       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
3792       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3793       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3794       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3795       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3796       - https://github.com/mozilla-mobile/fenix/pull/28502
3797     data_sensitivity:
3798       - interaction
3799     notification_emails:
3800       - android-probes@mozilla.com
3801     expires: 124
3802     metadata:
3803       tags:
3804         - Toolbar
3805         - Sync
3806   use_email:
3807     type: event
3808     description: |
3809       A user chose to use their email to sign in instead of scanning a QR code,
3810       counterpart to "scan_pairing"
3811     bugs:
3812       - https://github.com/mozilla-mobile/fenix/issues/9834
3813     data_reviews:
3814       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
3815       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3816       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3817       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3818       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3819       - https://github.com/mozilla-mobile/fenix/pull/28502
3820     data_sensitivity:
3821       - interaction
3822     notification_emails:
3823       - android-probes@mozilla.com
3824     expires: 124
3825     metadata:
3826       tags:
3827         - Sync
3828   use_email_problem:
3829     type: event
3830     description: |
3831       A user chose to use their email to sign in after an account problem
3832     bugs:
3833       - https://github.com/mozilla-mobile/fenix/issues/9834
3834     data_reviews:
3835       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
3836       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3837       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3838       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3839       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3840       - https://github.com/mozilla-mobile/fenix/pull/28502
3841     data_sensitivity:
3842       - interaction
3843     notification_emails:
3844       - android-probes@mozilla.com
3845     expires: 124
3846     metadata:
3847       tags:
3848         - Sync
3849   sign_in:
3850     type: event
3851     description: |
3852       A user pressed the sign in button on the sync authentication page and was
3853       successfully signed in to FxA
3854     bugs:
3855       - https://github.com/mozilla-mobile/fenix/issues/1190
3856     data_reviews:
3857       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
3858       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3859       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3860       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3861       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3862     data_sensitivity:
3863       - interaction
3864     notification_emails:
3865       - android-probes@mozilla.com
3866       - cgordon@mozilla.com
3867     expires: never
3868     metadata:
3869       tags:
3870         - Sync
3871   sign_out:
3872     type: event
3873     description: |
3874       A user pressed the sign out button on the sync account page and was
3875       successfully signed out of FxA
3876     bugs:
3877       - https://github.com/mozilla-mobile/fenix/issues/1190
3878     data_reviews:
3879       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
3880       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3881       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3882       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3883       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3884     data_sensitivity:
3885       - interaction
3886     notification_emails:
3887       - android-probes@mozilla.com
3888       - cgordon@mozilla.com
3889     expires: never
3890     metadata:
3891       tags:
3892         - Sync
3893   sign_up:
3894     type: event
3895     description: |
3896       User registered a new Firefox Account, and was signed into it
3897     bugs:
3898       - https://github.com/mozilla-mobile/fenix/issues/4971
3899     data_reviews:
3900       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
3901       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3902       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3903       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3904       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3905     data_sensitivity:
3906       - technical
3907       - interaction
3908     notification_emails:
3909       - android-probes@mozilla.com
3910       - cgordon@mozilla.com
3911     expires: never
3912     metadata:
3913       tags:
3914         - Accounts
3915   paired:
3916     type: event
3917     description: |
3918       User signed into FxA by pairing with a different Firefox browser, using a
3919       QR code
3920     bugs:
3921       - https://github.com/mozilla-mobile/fenix/issues/4971
3922     data_reviews:
3923       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
3924       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3925       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3926       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3927       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3928       - https://github.com/mozilla-mobile/fenix/pull/28502
3929     data_sensitivity:
3930       - technical
3931       - interaction
3932     notification_emails:
3933       - android-probes@mozilla.com
3934     expires: 124
3935     metadata:
3936       tags:
3937         - Accounts
3938   recovered:
3939     type: event
3940     description: |
3941       Account manager automatically recovered FxA authentication state without
3942       direct user involvement
3943     bugs:
3944       - https://github.com/mozilla-mobile/fenix/issues/4971
3945     data_reviews:
3946       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
3947       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3948       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3949       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3950       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3951       - https://github.com/mozilla-mobile/fenix/pull/28502
3952     data_sensitivity:
3953       - technical
3954       - interaction
3955     notification_emails:
3956       - android-probes@mozilla.com
3957     expires: 124
3958     metadata:
3959       tags:
3960         - Accounts
3961   other_external:
3962     type: event
3963     description: |
3964       User authenticated via FxA using an unknown mechanism. "Known" mechanisms
3965       are currently sign-in, sign-up and pairing
3966     bugs:
3967       - https://github.com/mozilla-mobile/fenix/issues/4971
3968     data_reviews:
3969       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
3970       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3971       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3972       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3973       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3974       - https://github.com/mozilla-mobile/fenix/pull/28502
3975     data_sensitivity:
3976       - technical
3977       - interaction
3978     notification_emails:
3979       - android-probes@mozilla.com
3980     expires: 124
3981     metadata:
3982       tags:
3983         - Accounts
3984   scan_pairing:
3985     type: event
3986     description: |
3987       A user pressed the scan pairing button on the sync authentication page
3988     bugs:
3989       - https://github.com/mozilla-mobile/fenix/issues/1190
3990     data_reviews:
3991       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
3992       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3993       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3994       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3995       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
3996       - https://github.com/mozilla-mobile/fenix/pull/28502
3997     data_sensitivity:
3998       - interaction
3999     notification_emails:
4000       - android-probes@mozilla.com
4001     expires: 124
4002     metadata:
4003       tags:
4004         - Sync
4006 sync_account:
4007   opened:
4008     type: event
4009     description: |
4010       A user opened the sync account page
4011     bugs:
4012       - https://github.com/mozilla-mobile/fenix/issues/1190
4013     data_reviews:
4014       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
4015       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4016       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4017       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4018       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4019       - https://github.com/mozilla-mobile/fenix/pull/28502
4020     data_sensitivity:
4021       - interaction
4022     notification_emails:
4023       - android-probes@mozilla.com
4024     expires: 124
4025     metadata:
4026       tags:
4027         - Toolbar
4028         - Sync
4029   sync_now:
4030     type: event
4031     description: |
4032       A user pressed the sync now button on the sync account page
4033     bugs:
4034       - https://github.com/mozilla-mobile/fenix/issues/1190
4035     data_reviews:
4036       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
4037       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4038       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4039       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4040       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4041       - https://github.com/mozilla-mobile/fenix/pull/28502
4042     data_sensitivity:
4043       - interaction
4044     notification_emails:
4045       - android-probes@mozilla.com
4046     expires: 124
4047     metadata:
4048       tags:
4049         - Toolbar
4050         - Sync
4051   send_tab:
4052     type: event
4053     description: |
4054       A user sent the current tab to another FxA device
4055     bugs:
4056       - https://github.com/mozilla-mobile/fenix/issues/4908
4057     data_reviews:
4058       - https://github.com/mozilla-mobile/fenix/pull/5106
4059       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4060       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4061       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4062       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4063       - https://github.com/mozilla-mobile/fenix/pull/28502
4064     data_sensitivity:
4065       - interaction
4066     notification_emails:
4067       - android-probes@mozilla.com
4068     expires: 124
4069     metadata:
4070       tags:
4071         - SendTab
4072   sign_in_to_send_tab:
4073     type: event
4074     description: |
4075       A user pressed the "sign in to send tab" button inside the share tab menu
4076     bugs:
4077       - https://github.com/mozilla-mobile/fenix/issues/4908
4078     data_reviews:
4079       - https://github.com/mozilla-mobile/fenix/pull/5106
4080       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4081       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4082       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4083       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4084       - https://github.com/mozilla-mobile/fenix/pull/28502
4085     data_sensitivity:
4086       - interaction
4087     notification_emails:
4088       - android-probes@mozilla.com
4089     expires: 124
4090     metadata:
4091       tags:
4092         - SendTab
4093 settings:
4094   sign_into_sync:
4095     type: counter
4096     description: |
4097       Counts the number of times a user has clicked "sign into sync" from the settings page.
4098     bugs:
4099       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836166
4100     data_reviews:
4101       - https://github.com/mozilla-mobile/firefox-android/pull/2550
4102     data_sensitivity:
4103       - interaction
4104     notification_emails:
4105       - android-probes@mozilla.com
4106       - cgordon@mozilla.com
4107     expires: never
4108     metadata:
4109       tags:
4110         - Sync
4111         - Settings
4112   passwords:
4113     type: event
4114     description: |
4115       User has tapped Passwords in settings menu.
4116     bugs:
4117       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
4118     data_reviews:
4119       - https://github.com/mozilla-mobile/firefox-android/pull/2802
4120     data_sensitivity:
4121       - interaction
4122     notification_emails:
4123       - android-probes@mozilla.com
4124       - cgordon@mozilla.com
4125     expires: never
4126     metadata:
4127       tags:
4128         - Settings
4129   autofill:
4130     type: event
4131     description: |
4132       User has tapped Autofill in settings menu.
4133     bugs:
4134       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
4135     data_reviews:
4136       - https://github.com/mozilla-mobile/firefox-android/pull/2802
4137     data_sensitivity:
4138       - interaction
4139     notification_emails:
4140       - android-probes@mozilla.com
4141       - cgordon@mozilla.com
4142     expires: never
4143     metadata:
4144       tags:
4145         - Settings
4146 history:
4147   opened:
4148     type: event
4149     description: |
4150       A user opened the history screen
4151     bugs:
4152       - https://github.com/mozilla-mobile/fenix/issues/2362
4153     data_reviews:
4154       - https://github.com/mozilla-mobile/fenix/pull/3940
4155       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4156       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4157       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4158       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4159       - https://github.com/mozilla-mobile/fenix/pull/28502
4160     data_sensitivity:
4161       - interaction
4162     notification_emails:
4163       - android-probes@mozilla.com
4164     expires: 124
4165     metadata:
4166       tags:
4167         - History
4168   removed:
4169     type: event
4170     description: |
4171       A user removed a history item
4172     bugs:
4173       - https://github.com/mozilla-mobile/fenix/issues/2362
4174     data_reviews:
4175       - https://github.com/mozilla-mobile/fenix/pull/3940
4176       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4177       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4178       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4179       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4180       - https://github.com/mozilla-mobile/fenix/pull/28502
4181     data_sensitivity:
4182       - interaction
4183     notification_emails:
4184       - android-probes@mozilla.com
4185     expires: 124
4186     metadata:
4187       tags:
4188         - History
4189   removed_all:
4190     type: event
4191     description: |
4192       A user removed all history items
4193     bugs:
4194       - https://github.com/mozilla-mobile/fenix/issues/2362
4195     data_reviews:
4196       - https://github.com/mozilla-mobile/fenix/pull/3940
4197       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4198       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4199       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4200       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4201       - https://github.com/mozilla-mobile/fenix/pull/28502
4202     data_sensitivity:
4203       - interaction
4204     notification_emails:
4205       - android-probes@mozilla.com
4206     expires: 124
4207     metadata:
4208       tags:
4209         - History
4210   removed_last_hour:
4211     type: event
4212     description: |
4213       A user removed history items opened during last hour.
4214     bugs:
4215       - https://github.com/mozilla-mobile/fenix/issues/26101
4216     data_reviews:
4217       - https://github.com/mozilla-mobile/fenix/pull/26153
4218       - https://github.com/mozilla-mobile/firefox-android/pull/2225
4219     data_sensitivity:
4220       - interaction
4221     notification_emails:
4222       - android-probes@mozilla.com
4223     expires: 123
4224     metadata:
4225       tags:
4226         - History
4227   removed_today_and_yesterday:
4228     type: event
4229     description: |
4230       A user removed history items opened that day and the day before.
4231     bugs:
4232       - https://github.com/mozilla-mobile/fenix/issues/26101
4233     data_reviews:
4234       - https://github.com/mozilla-mobile/fenix/pull/26153
4235       - https://github.com/mozilla-mobile/firefox-android/pull/2225
4236     data_sensitivity:
4237       - interaction
4238     notification_emails:
4239       - android-probes@mozilla.com
4240     expires: 123
4241     metadata:
4242       tags:
4243         - History
4244   remove_prompt_opened:
4245     type: event
4246     description: |
4247       A user opened delete history prompt.
4248     bugs:
4249       - https://github.com/mozilla-mobile/fenix/issues/26101
4250     data_reviews:
4251       - https://github.com/mozilla-mobile/fenix/pull/26153
4252       - https://github.com/mozilla-mobile/firefox-android/pull/2225
4253     data_sensitivity:
4254       - interaction
4255     notification_emails:
4256       - android-probes@mozilla.com
4257     expires: 123
4258     metadata:
4259       tags:
4260         - History
4261   remove_prompt_cancelled:
4262     type: event
4263     description: |
4264       A user cancelled delete history prompt.
4265     bugs:
4266       - https://github.com/mozilla-mobile/fenix/issues/26101
4267     data_reviews:
4268       - https://github.com/mozilla-mobile/fenix/pull/26153
4269       - https://github.com/mozilla-mobile/firefox-android/pull/2225
4270     data_sensitivity:
4271       - interaction
4272     notification_emails:
4273       - android-probes@mozilla.com
4274     expires: 123
4275     metadata:
4276       tags:
4277         - History
4278   shared:
4279     type: event
4280     description: |
4281       A user shared a history item
4282     bugs:
4283       - https://github.com/mozilla-mobile/fenix/issues/2362
4284     data_reviews:
4285       - https://github.com/mozilla-mobile/fenix/pull/3940
4286       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4287       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4288       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4289       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
4290       - https://github.com/mozilla-mobile/fenix/pull/28502
4291     data_sensitivity:
4292       - interaction
4293     notification_emails:
4294       - android-probes@mozilla.com
4295     expires: 124
4296     metadata:
4297       tags:
4298         - History
4299   opened_item:
4300     type: event
4301     description: |
4302       A user opened a history item
4303     extra_keys:
4304       is_remote:
4305         type: boolean
4306         description: |
4307           True if the history item is synced from other devices otherwise false.
4308       time_group:
4309         type: string
4310         description: |
4311           What time group does the history item belongs to.
4312           Possible values: [Today], [Yesterday], [ThisWeek], [ThisMonth],
4313           [Older].
4314       is_private:
4315         type: boolean
4316         description: |
4317           True if the history item is opened in a private tab, otherwise false.
4318     bugs:
4319       - https://github.com/mozilla-mobile/fenix/issues/18178
4320       - https://github.com/mozilla-mobile/fenix/issues/26502
4321     data_reviews:
4322       - https://github.com/mozilla-mobile/fenix/pull/18261
4323       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4324       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4325       - https://github.com/mozilla-mobile/fenix/pull/26503#issuecomment-1219761407
4326       - https://github.com/mozilla-mobile/fenix/pull/26863
4327     data_sensitivity:
4328       - interaction
4329     notification_emails:
4330       - android-probes@mozilla.com
4331       - cgordon@mozilla.com
4332     expires: never
4333     metadata:
4334       tags:
4335         - History
4336   opened_items_in_new_tabs:
4337     type: event
4338     description: |
4339       A user opened multiple history items in new tabs
4340     bugs:
4341       - https://github.com/mozilla-mobile/fenix/issues/18178
4342       - https://github.com/mozilla-mobile/fenix/issues/19923
4343     data_reviews:
4344       - https://github.com/mozilla-mobile/fenix/pull/18261
4345       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4346       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4347     data_sensitivity:
4348       - interaction
4349     notification_emails:
4350       - android-probes@mozilla.com
4351       - cgordon@mozilla.com
4352     expires: never
4353     metadata:
4354       tags:
4355         - History
4356   opened_items_in_private_tabs:
4357     type: event
4358     description: |
4359       A user opened multiple history items in private tabs
4360     bugs:
4361       - https://github.com/mozilla-mobile/fenix/issues/18178
4362     data_reviews:
4363       - https://github.com/mozilla-mobile/fenix/pull/18261
4364       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4365       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4366     data_sensitivity:
4367       - interaction
4368     notification_emails:
4369       - android-probes@mozilla.com
4370       - cgordon@mozilla.com
4371     expires: never
4372     metadata:
4373       tags:
4374         - History
4375   recent_searches_tapped:
4376     type: event
4377     description: |
4378       User has tapped on an item in the "Recently visited" section on home.
4379     extra_keys:
4380       page_number:
4381         type: string
4382         description: |
4383           The page number in the homescreen carousel that the recently visited
4384           item was on.
4385     bugs:
4386       - https://github.com/mozilla-mobile/fenix/issues/22172
4387     data_reviews:
4388       - https://github.com/mozilla-mobile/fenix/pull/22173
4389       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
4390       - https://github.com/mozilla-mobile/firefox-android/pull/3319
4391     data_sensitivity:
4392       - interaction
4393     notification_emails:
4394       - android-probes@mozilla.com
4395       - cgordon@mozilla.com
4396     expires: never
4397   search_term_group_tapped:
4398     type: event
4399     description: |
4400       A user tapped on a search term group in history
4401     bugs:
4402       - https://github.com/mozilla-mobile/fenix/issues/22299
4403     data_reviews:
4404       - https://github.com/mozilla-mobile/fenix/pull/22300
4405       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
4406       - https://github.com/mozilla-mobile/firefox-android/pull/3319
4407     data_sensitivity:
4408       - interaction
4409     notification_emails:
4410       - android-probes@mozilla.com
4411       - cgordon@mozilla.com
4412     expires: never
4413   search_term_group_open_tab:
4414     type: event
4415     description: |
4416       A user opens a tab from the search term group in history.
4417     bugs:
4418       - https://github.com/mozilla-mobile/fenix/issues/22147
4419     data_reviews:
4420       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
4421       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
4422       - https://github.com/mozilla-mobile/firefox-android/pull/3319
4423     data_sensitivity:
4424       - interaction
4425     notification_emails:
4426       - android-probes@mozilla.com
4427       - cgordon@mozilla.com
4428     expires: never
4429   search_term_group_remove_tab:
4430     type: event
4431     description: |
4432       A user closes a single tab in the search term group in history.
4433     bugs:
4434       - https://github.com/mozilla-mobile/fenix/issues/22147
4435     data_reviews:
4436       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
4437       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
4438       - https://github.com/mozilla-mobile/firefox-android/pull/3319
4439     data_sensitivity:
4440       - interaction
4441     notification_emails:
4442       - android-probes@mozilla.com
4443       - cgordon@mozilla.com
4444     expires: never
4445   search_term_group_remove_all:
4446     type: event
4447     description: |
4448       A user closes all tabs in the search term group in history.
4449     bugs:
4450       - https://github.com/mozilla-mobile/fenix/issues/22147
4451     data_reviews:
4452       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
4453       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
4454       - https://github.com/mozilla-mobile/firefox-android/pull/3319
4455     data_sensitivity:
4456       - interaction
4457     notification_emails:
4458       - android-probes@mozilla.com
4459       - cgordon@mozilla.com
4460     expires: never
4461   search_icon_tapped:
4462     type: event
4463     description: |
4464       A user tapped on the search icon in history.
4465     bugs:
4466       - https://github.com/mozilla-mobile/fenix/issues/23694
4467     data_reviews:
4468       - https://github.com/mozilla-mobile/fenix/pull/23695
4469       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
4470       - https://github.com/mozilla-mobile/firefox-android/pull/2597
4471     data_sensitivity:
4472       - interaction
4473     notification_emails:
4474       - android-probes@mozilla.com
4475       - cgordon@mozilla.com
4476     expires: never
4477   search_result_tapped:
4478     type: event
4479     description: |
4480       A user tapped on the search result in history.
4481     bugs:
4482       - https://github.com/mozilla-mobile/fenix/issues/23694
4483     data_reviews:
4484       - https://github.com/mozilla-mobile/fenix/pull/23695
4485       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
4486       - https://github.com/mozilla-mobile/firefox-android/pull/2597
4487     data_sensitivity:
4488       - interaction
4489     notification_emails:
4490       - android-probes@mozilla.com
4491       - cgordon@mozilla.com
4492     expires: never
4494 recently_closed_tabs:
4495   opened:
4496     type: event
4497     description: |
4498       User opened the "Recently closed tabs" screen.
4499     bugs:
4500       - https://github.com/mozilla-mobile/fenix/issues/21009
4501     data_reviews:
4502       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4503       - https://github.com/mozilla-mobile/fenix/pull/27295
4504     data_sensitivity:
4505       - interaction
4506     notification_emails:
4507       - android-probes@mozilla.com
4508     expires: 122
4509   closed:
4510     type: event
4511     description: |
4512       User closed the "Recently closed tabs" screen.
4513     bugs:
4514       - https://github.com/mozilla-mobile/fenix/issues/21009
4515     data_reviews:
4516       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4517       - https://github.com/mozilla-mobile/fenix/pull/27295
4518     data_sensitivity:
4519       - interaction
4520     notification_emails:
4521       - android-probes@mozilla.com
4522     expires: 122
4523   show_full_history:
4524     type: event
4525     description: |
4526       User tapped "Show full history" to see all history.
4527     bugs:
4528       - https://github.com/mozilla-mobile/fenix/issues/21009
4529     data_reviews:
4530       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4531       - https://github.com/mozilla-mobile/fenix/pull/27295
4532     data_sensitivity:
4533       - interaction
4534     notification_emails:
4535       - android-probes@mozilla.com
4536     expires: 122
4537   open_tab:
4538     type: event
4539     description: |
4540       User tapped on a tab item to be opened.
4541     bugs:
4542       - https://github.com/mozilla-mobile/fenix/issues/21009
4543     data_reviews:
4544       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4545       - https://github.com/mozilla-mobile/fenix/pull/27295
4546     data_sensitivity:
4547       - interaction
4548     notification_emails:
4549       - android-probes@mozilla.com
4550     expires: 122
4551   delete_tab:
4552     type: event
4553     description: |
4554       User tapped the delete button of a tab item.
4555     bugs:
4556       - https://github.com/mozilla-mobile/fenix/issues/21009
4557     data_reviews:
4558       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4559       - https://github.com/mozilla-mobile/fenix/pull/27295
4560     data_sensitivity:
4561       - interaction
4562     notification_emails:
4563       - android-probes@mozilla.com
4564     expires: 122
4565   menu_close:
4566     type: event
4567     description: |
4568       User tapped the close button - "X" to return to the previous screen.
4569     bugs:
4570       - https://github.com/mozilla-mobile/fenix/issues/21009
4571     data_reviews:
4572       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4573       - https://github.com/mozilla-mobile/fenix/pull/27295
4574     data_sensitivity:
4575       - interaction
4576     notification_emails:
4577       - android-probes@mozilla.com
4578     expires: 122
4579   menu_share:
4580     type: event
4581     description: |
4582       User tapped the share menu option for multi selected tabs.
4583     bugs:
4584       - https://github.com/mozilla-mobile/fenix/issues/21009
4585     data_reviews:
4586       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4587       - https://github.com/mozilla-mobile/fenix/pull/27295
4588     data_sensitivity:
4589       - interaction
4590     notification_emails:
4591       - android-probes@mozilla.com
4592     expires: 122
4593   menu_delete:
4594     type: event
4595     description: |
4596       User tapped the delete menu option for multi selected tabs.
4597     bugs:
4598       - https://github.com/mozilla-mobile/fenix/issues/21009
4599     data_reviews:
4600       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4601       - https://github.com/mozilla-mobile/fenix/pull/27295
4602     data_sensitivity:
4603       - interaction
4604     notification_emails:
4605       - android-probes@mozilla.com
4606     expires: 122
4607   menu_open_in_normal_tab:
4608     type: event
4609     description: |
4610       User tapped the "Open in new tab" menu option for multi selected tabs.
4611     bugs:
4612       - https://github.com/mozilla-mobile/fenix/issues/21009
4613     data_reviews:
4614       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4615       - https://github.com/mozilla-mobile/fenix/pull/27295
4616     data_sensitivity:
4617       - interaction
4618     notification_emails:
4619       - android-probes@mozilla.com
4620     expires: 122
4621   menu_open_in_private_tab:
4622     type: event
4623     description: |
4624       User tapped the "Open in private tab" menu option for multi selected tabs.
4625     bugs:
4626       - https://github.com/mozilla-mobile/fenix/issues/21009
4627     data_reviews:
4628       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4629       - https://github.com/mozilla-mobile/fenix/pull/27295
4630     data_sensitivity:
4631       - interaction
4632     notification_emails:
4633       - android-probes@mozilla.com
4634     expires: 122
4635   enter_multiselect:
4636     type: event
4637     description: |
4638       User tapped on a tab item to enter multi select mode.
4639     bugs:
4640       - https://github.com/mozilla-mobile/fenix/issues/21009
4641     data_reviews:
4642       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4643       - https://github.com/mozilla-mobile/fenix/pull/27295
4644     data_sensitivity:
4645       - interaction
4646     notification_emails:
4647       - android-probes@mozilla.com
4648     expires: 122
4649   exit_multiselect:
4650     type: event
4651     description: |
4652       User pressed back or tapped the last selected tab item to exit
4653       multiselect.
4654     bugs:
4655       - https://github.com/mozilla-mobile/fenix/issues/21009
4656     data_reviews:
4657       - https://github.com/mozilla-mobile/fenix/pull/22588#issuecomment-1024352995
4658       - https://github.com/mozilla-mobile/fenix/pull/27295
4659     data_sensitivity:
4660       - interaction
4661     notification_emails:
4662       - android-probes@mozilla.com
4663     expires: 122
4665 reader_mode:
4666   available:
4667     type: event
4668     description: |
4669       Reader mode is available for the current page
4670     bugs:
4671       - https://github.com/mozilla-mobile/fenix/issues/2267
4672     data_reviews:
4673       - https://github.com/mozilla-mobile/fenix/pull/3941
4674       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4675       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4676       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4677       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4678     data_sensitivity:
4679       - interaction
4680     notification_emails:
4681       - android-probes@mozilla.com
4682       - cgordon@mozilla.com
4683     expires: never
4684     metadata:
4685       tags:
4686         - ReaderMode
4687   opened:
4688     type: event
4689     description: |
4690       A user opened reader mode
4691     bugs:
4692       - https://github.com/mozilla-mobile/fenix/issues/2267
4693     data_reviews:
4694       - https://github.com/mozilla-mobile/fenix/pull/3941
4695       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4696       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4697       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4698       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4699     data_sensitivity:
4700       - interaction
4701     notification_emails:
4702       - android-probes@mozilla.com
4703       - cgordon@mozilla.com
4704     expires: never
4705     metadata:
4706       tags:
4707         - ReaderMode
4708   closed:
4709     type: event
4710     description: |
4711       A user closed reader mode
4712     bugs:
4713       - https://github.com/mozilla-mobile/fenix/issues/2267
4714     data_reviews:
4715       - https://github.com/mozilla-mobile/fenix/pull/4328
4716       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4717       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4718       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4719       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4720     data_sensitivity:
4721       - interaction
4722     notification_emails:
4723       - android-probes@mozilla.com
4724       - cgordon@mozilla.com
4725     expires: never
4726     metadata:
4727       tags:
4728         - ReaderMode
4729   appearance:
4730     type: event
4731     description: |
4732       A user tapped the appearance button
4733     bugs:
4734       - https://github.com/mozilla-mobile/fenix/issues/2267
4735     data_reviews:
4736       - https://github.com/mozilla-mobile/fenix/pull/3941
4737       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4738       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4739       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4740       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4741     data_sensitivity:
4742       - interaction
4743     notification_emails:
4744       - android-probes@mozilla.com
4745       - cgordon@mozilla.com
4746     expires: never
4747     metadata:
4748       tags:
4749         - ReaderMode
4751 tabs_tray:
4752   opened:
4753     type: event
4754     description: |
4755       A user opened the tabs tray
4756     bugs:
4757       - https://github.com/mozilla-mobile/fenix/issues/11273
4758     data_reviews:
4759       - https://github.com/mozilla-mobile/fenix/pull/12036
4760       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4761       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4762       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4763       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4764     data_sensitivity:
4765       - interaction
4766     notification_emails:
4767       - android-probes@mozilla.com
4768       - cgordon@mozilla.com
4769     expires: never
4770     metadata:
4771       tags:
4772         - Tabs
4773   closed:
4774     type: event
4775     description: |
4776       A user closed the tabs tray
4777     bugs:
4778       - https://github.com/mozilla-mobile/fenix/issues/11273
4779     data_reviews:
4780       - https://github.com/mozilla-mobile/fenix/pull/12036
4781       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4782       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4783       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4784       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4785     data_sensitivity:
4786       - interaction
4787     notification_emails:
4788       - android-probes@mozilla.com
4789       - cgordon@mozilla.com
4790     expires: never
4791     metadata:
4792       tags:
4793         - Tabs
4794   opened_existing_tab:
4795     type: event
4796     description: |
4797       A user opened an existing tab from a particular app feature.
4798     extra_keys:
4799       source:
4800         description: |
4801           From which app feature was an existing tab opened.
4802         type: string
4803     bugs:
4804       - https://github.com/mozilla-mobile/fenix/issues/11273
4805     data_reviews:
4806       - https://github.com/mozilla-mobile/fenix/pull/12036
4807       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4808       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4809       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4810       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
4811       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4812     data_sensitivity:
4813       - interaction
4814     notification_emails:
4815       - android-probes@mozilla.com
4816       - cgordon@mozilla.com
4817     expires: never
4818     metadata:
4819       tags:
4820         - Tabs
4821   closed_existing_tab:
4822     type: event
4823     description: |
4824       A user closed an existing tab from a particular app feature.
4825     extra_keys:
4826       source:
4827         description: |
4828           From which app feature was an existing tab closed.
4829         type: string
4830     bugs:
4831       - https://github.com/mozilla-mobile/fenix/issues/11273
4832     data_reviews:
4833       - https://github.com/mozilla-mobile/fenix/pull/12036
4834       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4835       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4836       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4837       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
4838       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4839     data_sensitivity:
4840       - interaction
4841     notification_emails:
4842       - android-probes@mozilla.com
4843       - cgordon@mozilla.com
4844     expires: never
4845     metadata:
4846       tags:
4847         - Tabs
4848   private_mode_tapped:
4849     type: event
4850     description: |
4851       A user switched to private mode
4852     bugs:
4853       - https://github.com/mozilla-mobile/fenix/issues/11273
4854     data_reviews:
4855       - https://github.com/mozilla-mobile/fenix/pull/12036
4856       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4857       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4858       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4859       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4860     data_sensitivity:
4861       - interaction
4862     notification_emails:
4863       - android-probes@mozilla.com
4864       - cgordon@mozilla.com
4865     expires: never
4866     metadata:
4867       tags:
4868         - Tabs
4869   normal_mode_tapped:
4870     type: event
4871     description: |
4872       A user switched to normal mode
4873     bugs:
4874       - https://github.com/mozilla-mobile/fenix/issues/11273
4875     data_reviews:
4876       - https://github.com/mozilla-mobile/fenix/pull/12036
4877       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4878       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4879       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4880       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4881     data_sensitivity:
4882       - interaction
4883     notification_emails:
4884       - android-probes@mozilla.com
4885       - cgordon@mozilla.com
4886     expires: never
4887     metadata:
4888       tags:
4889         - Tabs
4890   synced_mode_tapped:
4891     type: event
4892     description: |
4893       A user switched to synced mode
4894     bugs:
4895       - https://github.com/mozilla-mobile/fenix/issues/18948
4896     data_reviews:
4897       - https://github.com/mozilla-mobile/fenix/pull/19004
4898       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4899       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4900     data_sensitivity:
4901       - interaction
4902     notification_emails:
4903       - android-probes@mozilla.com
4904       - cgordon@mozilla.com
4905     expires: never
4906     metadata:
4907       tags:
4908         - SyncTabs
4909         - Tabs
4910   new_tab_tapped:
4911     type: event
4912     description: |
4913       A user opened a new tab
4914     bugs:
4915       - https://github.com/mozilla-mobile/fenix/issues/11273
4916     data_reviews:
4917       - https://github.com/mozilla-mobile/fenix/pull/12036
4918       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4919       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4920       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4921       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4922     data_sensitivity:
4923       - interaction
4924     notification_emails:
4925       - android-probes@mozilla.com
4926       - cgordon@mozilla.com
4927     expires: never
4928     metadata:
4929       tags:
4930         - Tabs
4931   new_private_tab_tapped:
4932     type: event
4933     description: |
4934       A user opened a new private tab
4935     bugs:
4936       - https://github.com/mozilla-mobile/fenix/issues/11273
4937     data_reviews:
4938       - https://github.com/mozilla-mobile/fenix/pull/12036
4939       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4940       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4941       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4942       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4943     data_sensitivity:
4944       - interaction
4945     notification_emails:
4946       - android-probes@mozilla.com
4947       - cgordon@mozilla.com
4948     expires: never
4949     metadata:
4950       tags:
4951         - Tabs
4952   menu_opened:
4953     type: event
4954     description: |
4955       A user opened three three dot menu in the tabs tray
4956     bugs:
4957       - https://github.com/mozilla-mobile/fenix/issues/11273
4958     data_reviews:
4959       - https://github.com/mozilla-mobile/fenix/pull/12036
4960       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4961       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4962       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4963       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4964     data_sensitivity:
4965       - interaction
4966     notification_emails:
4967       - android-probes@mozilla.com
4968       - cgordon@mozilla.com
4969     expires: never
4970     metadata:
4971       tags:
4972         - Tabs
4973   save_to_collection:
4974     type: event
4975     description: |
4976       A user tapped the save to collection button in the tabs tray
4977     bugs:
4978       - https://github.com/mozilla-mobile/fenix/issues/11273
4979     data_reviews:
4980       - https://github.com/mozilla-mobile/fenix/pull/12036
4981       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4982       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4983       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4984       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4985     data_sensitivity:
4986       - interaction
4987     notification_emails:
4988       - android-probes@mozilla.com
4989       - cgordon@mozilla.com
4990     expires: never
4991     metadata:
4992       tags:
4993         - Tabs
4994         - Collections
4995   share_all_tabs:
4996     type: event
4997     description: |
4998       A user tapped the share all tabs button in the
4999       three dot menu within the tabs tray
5000     bugs:
5001       - https://github.com/mozilla-mobile/fenix/issues/11273
5002     data_reviews:
5003       - https://github.com/mozilla-mobile/fenix/pull/12036
5004       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5005       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5006       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5007       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5008     data_sensitivity:
5009       - interaction
5010     notification_emails:
5011       - android-probes@mozilla.com
5012       - cgordon@mozilla.com
5013     expires: never
5014     metadata:
5015       tags:
5016         - Tabs
5017   close_all_tabs:
5018     type: event
5019     description: |
5020       A user tapped the close all tabs button in the
5021       three dot menu within the tabs tray
5022     bugs:
5023       - https://github.com/mozilla-mobile/fenix/issues/11273
5024     data_reviews:
5025       - https://github.com/mozilla-mobile/fenix/pull/12036
5026       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5027       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5028       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5029       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5030     data_sensitivity:
5031       - interaction
5032     notification_emails:
5033       - android-probes@mozilla.com
5034       - cgordon@mozilla.com
5035     expires: never
5036     metadata:
5037       tags:
5038         - Tabs
5039   inactive_tabs_expanded:
5040     type: event
5041     description: |
5042       A user tapped the "Inactive tabs" header to expand
5043       the group of inactive tabs.
5044     bugs:
5045       - https://github.com/mozilla-mobile/fenix/issues/20507
5046     data_reviews:
5047       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
5048       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5049       - https://github.com/mozilla-mobile/firefox-android/pull/1875
5050     data_sensitivity:
5051       - interaction
5052     notification_emails:
5053       - android-probes@mozilla.com
5054       - cgordon@mozilla.com
5055     expires: never
5056     metadata:
5057       tags:
5058         - Tabs
5059   inactive_tabs_collapsed:
5060     type: event
5061     description: |
5062       A user tapped the "Inactive tabs" header to collapse
5063       the group of inactive tabs.
5064     bugs:
5065       - https://github.com/mozilla-mobile/fenix/issues/20507
5066     data_reviews:
5067       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
5068       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
5069       - https://github.com/mozilla-mobile/firefox-android/pull/1875
5070     data_sensitivity:
5071       - interaction
5072     notification_emails:
5073       - android-probes@mozilla.com
5074       - cgordon@mozilla.com
5075     expires: never
5076     metadata:
5077       tags:
5078         - Tabs
5079   has_inactive_tabs:
5080     type: event
5081     description: |
5082       A boolean that indicates if the user has any INACTIVE tabs.
5083     extra_keys:
5084       inactive_tabs_count:
5085         description:
5086           The number of inactive tabs the user currently has.
5087         type: quantity
5088     bugs:
5089       - https://github.com/mozilla-mobile/fenix/issues/21903
5090     data_reviews:
5091       - https://github.com/mozilla-mobile/fenix/pull/21908
5092       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5093       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5094     data_sensitivity:
5095       - interaction
5096     notification_emails:
5097       - android-probes@mozilla.com
5098       - cgordon@mozilla.com
5099     expires: never
5100   close_all_inactive_tabs:
5101     type: event
5102     description: |
5103       A user tapped the close all inactive tabs button in the the tabs tray
5104     bugs:
5105       - https://github.com/mozilla-mobile/fenix/issues/21903
5106     data_reviews:
5107       - https://github.com/mozilla-mobile/fenix/pull/21908
5108       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5109       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5110     data_sensitivity:
5111       - interaction
5112     notification_emails:
5113       - android-probes@mozilla.com
5114       - cgordon@mozilla.com
5115     expires: never
5116   auto_close_seen:
5117     type: event
5118     description: |
5119       A user has seen the auto-close dialog for inactive tabs.
5120     bugs:
5121       - https://github.com/mozilla-mobile/fenix/issues/22170
5122     data_reviews:
5123       - https://github.com/mozilla-mobile/fenix/pull/22171
5124       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5125       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5126     data_sensitivity:
5127       - interaction
5128     notification_emails:
5129       - android-probes@mozilla.com
5130       - cgordon@mozilla.com
5131     expires: never
5132   auto_close_turn_on_clicked:
5133     type: event
5134     description: |
5135       A user has clicked the turn-on auto-close button for inactive tabs.
5136     bugs:
5137       - https://github.com/mozilla-mobile/fenix/issues/22170
5138     data_reviews:
5139       - https://github.com/mozilla-mobile/fenix/pull/22171
5140       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5141       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5142     data_sensitivity:
5143       - interaction
5144     notification_emails:
5145       - android-probes@mozilla.com
5146       - cgordon@mozilla.com
5147     expires: never
5148   auto_close_dimissed:
5149     type: event
5150     description: |
5151       A user has dimissed the auto-close dialog for inactive tabs.
5152     bugs:
5153       - https://github.com/mozilla-mobile/fenix/issues/22170
5154     data_reviews:
5155       - https://github.com/mozilla-mobile/fenix/pull/22171
5156       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5157       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5158     data_sensitivity:
5159       - interaction
5160     notification_emails:
5161       - android-probes@mozilla.com
5162       - cgordon@mozilla.com
5163     expires: never
5164   close_inactive_tab:
5165     type: counter
5166     description: |
5167       A counter that indicates how many INACTIVE tabs a user has closed.
5168     bugs:
5169       - https://github.com/mozilla-mobile/fenix/issues/21903
5170     data_reviews:
5171       - https://github.com/mozilla-mobile/fenix/pull/21908
5172       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5173       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5174     data_sensitivity:
5175       - interaction
5176     notification_emails:
5177       - android-probes@mozilla.com
5178       - cgordon@mozilla.com
5179     expires: never
5180   open_inactive_tab:
5181     type: counter
5182     description: |
5183       A counter that indicates how many INACTIVE tabs a user has opened.
5184     bugs:
5185       - https://github.com/mozilla-mobile/fenix/issues/21903
5186     data_reviews:
5187       - https://github.com/mozilla-mobile/fenix/pull/21908
5188       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5189       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5190     data_sensitivity:
5191       - interaction
5192     notification_emails:
5193       - android-probes@mozilla.com
5194       - cgordon@mozilla.com
5195     expires: never
5196   inactive_tabs_cfr_settings:
5197     type: event
5198     description: |
5199       A user has opened settings via the inactive tabs CFR.
5200     bugs:
5201       - https://github.com/mozilla-mobile/fenix/issues/22298
5202     data_reviews:
5203       - https://github.com/mozilla-mobile/fenix/pull/22301
5204       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5205       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5206     data_sensitivity:
5207       - interaction
5208     notification_emails:
5209       - android-probes@mozilla.com
5210       - cgordon@mozilla.com
5211     expires: never
5212   inactive_tabs_cfr_dismissed:
5213     type: event
5214     description: |
5215       A user has dismissed the inactive tabs CFR.
5216     bugs:
5217       - https://github.com/mozilla-mobile/fenix/issues/22298
5218     data_reviews:
5219       - https://github.com/mozilla-mobile/fenix/pull/22301
5220       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5221       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5222     data_sensitivity:
5223       - interaction
5224     notification_emails:
5225       - android-probes@mozilla.com
5226       - cgordon@mozilla.com
5227     expires: never
5228   inactive_tabs_cfr_visible:
5229     type: event
5230     description: |
5231       An indication of whether the inactive tabs CFR is visible.
5232     bugs:
5233       - https://github.com/mozilla-mobile/fenix/issues/22298
5234     data_reviews:
5235       - https://github.com/mozilla-mobile/fenix/pull/22301
5236       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5237       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5238     data_sensitivity:
5239       - interaction
5240     notification_emails:
5241       - android-probes@mozilla.com
5242       - cgordon@mozilla.com
5243     expires: never
5244   enter_multiselect_mode:
5245     type: event
5246     description: |
5247       User has entered multiselect mode.
5248     bugs:
5249       - https://github.com/mozilla-mobile/fenix/issues/23399
5250     data_reviews:
5251       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
5252       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5253       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5254     data_sensitivity:
5255       - interaction
5256     notification_emails:
5257       - android-probes@mozilla.com
5258       - cgordon@mozilla.com
5259     expires: never
5260     metadata:
5261       tags:
5262         - Tabs
5263     extra_keys:
5264       tab_selected:
5265         description: If a tab was selected when entering multi select.
5266         type: boolean
5267   share_selected_tabs:
5268     type: event
5269     description: |
5270       User has chosen to share selected tabs.
5271     bugs:
5272       - https://github.com/mozilla-mobile/fenix/issues/23399
5273     data_reviews:
5274       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
5275       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5276       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5277     data_sensitivity:
5278       - interaction
5279     notification_emails:
5280       - android-probes@mozilla.com
5281       - cgordon@mozilla.com
5282     expires: never
5283     metadata:
5284       tags:
5285         - Tabs
5286     extra_keys:
5287       tab_count:
5288         description: The number of selected tabs shared.
5289         type: quantity
5290   bookmark_selected_tabs:
5291     type: event
5292     description: |
5293       User has chosen to bookmark selected tabs.
5294     bugs:
5295       - https://github.com/mozilla-mobile/fenix/issues/23399
5296     data_reviews:
5297       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
5298       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5299       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5300     data_sensitivity:
5301       - interaction
5302     notification_emails:
5303       - android-probes@mozilla.com
5304       - cgordon@mozilla.com
5305     expires: never
5306     metadata:
5307       tags:
5308         - Tabs
5309     extra_keys:
5310       tab_count:
5311         description: The number of selected tabs bookmarked.
5312         type: quantity
5313   close_selected_tabs:
5314     type: event
5315     description: |
5316       User has chosen to close selected tabs.
5317     bugs:
5318       - https://github.com/mozilla-mobile/fenix/issues/23399
5319     data_reviews:
5320       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
5321       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5322       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5323     data_sensitivity:
5324       - interaction
5325     notification_emails:
5326       - android-probes@mozilla.com
5327       - cgordon@mozilla.com
5328     expires: never
5329     metadata:
5330       tags:
5331         - Tabs
5332     extra_keys:
5333       tab_count:
5334         description: The number of selected tabs closed.
5335         type: quantity
5336   selected_tabs_to_collection:
5337     type: event
5338     description: |
5339       User has chosen to save selected tabs to a collection.
5340     bugs:
5341       - https://github.com/mozilla-mobile/fenix/issues/23399
5342     data_reviews:
5343       - https://github.com/mozilla-mobile/fenix/pull/23964#issuecomment-1051128057
5344       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
5345       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5346     data_sensitivity:
5347       - interaction
5348     notification_emails:
5349       - android-probes@mozilla.com
5350       - cgordon@mozilla.com
5351     expires: never
5352     metadata:
5353       tags:
5354         - Tabs
5355     extra_keys:
5356       tab_count:
5357         description: The number of selected tabs added to colelction.
5358         type: quantity
5359   access_point:
5360     type: labeled_counter
5361     description: |
5362       The area that the tabs tray was accessed from.
5363     bugs:
5364       - https://github.com/mozilla-mobile/fenix/issues/24549
5365     data_reviews:
5366       - https://github.com/mozilla-mobile/fenix/pull/24671
5367       - https://github.com/mozilla-mobile/firefox-android/pull/1101
5368     notification_emails:
5369       - android-probes@mozilla.com
5370       - cgordon@mozilla.com
5371     data_sensitivity:
5372       - interaction
5373     expires: never
5376 collections:
5377   renamed:
5378     type: event
5379     description: |
5380       A user renamed a collection
5381     bugs:
5382       - https://github.com/mozilla-mobile/fenix/issues/969
5383       - https://github.com/mozilla-mobile/fenix/issues/19923
5384     data_reviews:
5385       - https://github.com/mozilla-mobile/fenix/pull/3935
5386       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5387       - https://github.com/mozilla-mobile/fenix/pull/18143
5388       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5389       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5390     data_sensitivity:
5391       - technical
5392       - interaction
5393     notification_emails:
5394       - android-probes@mozilla.com
5395       - cgordon@mozilla.com
5396     expires: never
5397     metadata:
5398       tags:
5399         - Collections
5400   tab_restored:
5401     type: event
5402     description: |
5403       A user restored a tab from collection tab list
5404     bugs:
5405       - https://github.com/mozilla-mobile/fenix/issues/969
5406       - https://github.com/mozilla-mobile/fenix/issues/19923
5407     data_reviews:
5408       - https://github.com/mozilla-mobile/fenix/pull/3935
5409       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5410       - https://github.com/mozilla-mobile/fenix/pull/18143
5411       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5412       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5413     data_sensitivity:
5414       - technical
5415       - interaction
5416     notification_emails:
5417       - android-probes@mozilla.com
5418       - cgordon@mozilla.com
5419     expires: never
5420     metadata:
5421       tags:
5422         - Collections
5423   all_tabs_restored:
5424     type: event
5425     description: |
5426       A user tapped "open tabs" from collection menu
5427     bugs:
5428       - https://github.com/mozilla-mobile/fenix/issues/969
5429       - https://github.com/mozilla-mobile/fenix/issues/19923
5430     data_reviews:
5431       - https://github.com/mozilla-mobile/fenix/pull/3935
5432       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5433       - https://github.com/mozilla-mobile/fenix/pull/18143
5434       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5435       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5436     data_sensitivity:
5437       - technical
5438       - interaction
5439     notification_emails:
5440       - android-probes@mozilla.com
5441       - cgordon@mozilla.com
5442     expires: never
5443     metadata:
5444       tags:
5445         - Collections
5446   tab_removed:
5447     type: event
5448     description: |
5449       A user tapped remove tab from collection tab list
5450     bugs:
5451       - https://github.com/mozilla-mobile/fenix/issues/969
5452       - https://github.com/mozilla-mobile/fenix/issues/19923
5453     data_reviews:
5454       - https://github.com/mozilla-mobile/fenix/pull/3935
5455       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5456       - https://github.com/mozilla-mobile/fenix/pull/18143
5457       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5458       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5459     data_sensitivity:
5460       - technical
5461       - interaction
5462     notification_emails:
5463       - android-probes@mozilla.com
5464       - cgordon@mozilla.com
5465     expires: never
5466     metadata:
5467       tags:
5468         - Collections
5469   shared:
5470     type: event
5471     description: |
5472       A user tapped share collection
5473     bugs:
5474       - https://github.com/mozilla-mobile/fenix/issues/969
5475       - https://github.com/mozilla-mobile/fenix/issues/19923
5476     data_reviews:
5477       - https://github.com/mozilla-mobile/fenix/pull/3935
5478       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5479       - https://github.com/mozilla-mobile/fenix/pull/18143
5480       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5481       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5482     data_sensitivity:
5483       - technical
5484       - interaction
5485     notification_emails:
5486       - android-probes@mozilla.com
5487       - cgordon@mozilla.com
5488     expires: never
5489     metadata:
5490       tags:
5491         - Collections
5492   removed:
5493     type: event
5494     description: |
5495       A user tapped delete collection from collection menu
5496     bugs:
5497       - https://github.com/mozilla-mobile/fenix/issues/969
5498       - https://github.com/mozilla-mobile/fenix/issues/19923
5499     data_reviews:
5500       - https://github.com/mozilla-mobile/fenix/pull/3935
5501       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5502       - https://github.com/mozilla-mobile/fenix/pull/18143
5503       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5504       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5505     data_sensitivity:
5506       - technical
5507       - interaction
5508     notification_emails:
5509       - android-probes@mozilla.com
5510       - cgordon@mozilla.com
5511     expires: never
5512     metadata:
5513       tags:
5514         - Collections
5515   saved:
5516     type: event
5517     description: |
5518       A user saved a list of tabs to a new collection
5519     extra_keys:
5520       tabs_open:
5521         description: "The number of tabs open in the current session"
5522         type: string
5523       tabs_selected:
5524         description: "The number of tabs added to the collection"
5525         type: string
5526     bugs:
5527       - https://github.com/mozilla-mobile/fenix/issues/969
5528       - https://github.com/mozilla-mobile/fenix/issues/19923
5529     data_reviews:
5530       - https://github.com/mozilla-mobile/fenix/pull/3935
5531       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5532       - https://github.com/mozilla-mobile/fenix/pull/18143
5533       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5534       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5535     data_sensitivity:
5536       - technical
5537       - interaction
5538     notification_emails:
5539       - android-probes@mozilla.com
5540       - cgordon@mozilla.com
5541     expires: never
5542     metadata:
5543       tags:
5544         - Collections
5545   tabs_added:
5546     type: event
5547     description: |
5548       A user saved a list of tabs to an existing collection
5549     extra_keys:
5550       tabs_open:
5551         description: The number of tabs open in the current session
5552         type: string
5553       tabs_selected:
5554         description: The number of tabs added to the collection
5555         type: string
5556     bugs:
5557       - https://github.com/mozilla-mobile/fenix/issues/969
5558       - https://github.com/mozilla-mobile/fenix/issues/19923
5559     data_reviews:
5560       - https://github.com/mozilla-mobile/fenix/pull/3935
5561       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5562       - https://github.com/mozilla-mobile/fenix/pull/18143
5563       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5564       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5565     data_sensitivity:
5566       - technical
5567       - interaction
5568     notification_emails:
5569       - android-probes@mozilla.com
5570       - cgordon@mozilla.com
5571     expires: never
5572     metadata:
5573       tags:
5574         - Collections
5575   tab_select_opened:
5576     type: event
5577     description: |
5578       A user opened the select tabs screen (the first step of the collection
5579       creation flow)
5580     bugs:
5581       - https://github.com/mozilla-mobile/fenix/issues/969
5582       - https://github.com/mozilla-mobile/fenix/issues/19923
5583     data_reviews:
5584       - https://github.com/mozilla-mobile/fenix/pull/3935
5585       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5586       - https://github.com/mozilla-mobile/fenix/pull/18143
5587       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5588       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5589     data_sensitivity:
5590       - technical
5591       - interaction
5592     notification_emails:
5593       - android-probes@mozilla.com
5594       - cgordon@mozilla.com
5595     expires: never
5596     metadata:
5597       tags:
5598         - Collections
5599   add_tab_button:
5600     type: event
5601     description: |
5602       A user tapped the "add tab" button in the three dot menu of collections
5603     bugs:
5604       - https://github.com/mozilla-mobile/fenix/issues/969
5605       - https://github.com/mozilla-mobile/fenix/issues/19923
5606     data_reviews:
5607       - https://github.com/mozilla-mobile/fenix/pull/4358
5608       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5609       - https://github.com/mozilla-mobile/fenix/pull/18143
5610       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5611       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5612     data_sensitivity:
5613       - interaction
5614     notification_emails:
5615       - android-probes@mozilla.com
5616       - cgordon@mozilla.com
5617     expires: never
5618     metadata:
5619       tags:
5620         - Collections
5621   long_press:
5622     type: event
5623     description: |
5624       A user long pressed on a tab, triggering the collection creation screen
5625     bugs:
5626       - https://github.com/mozilla-mobile/fenix/issues/969
5627       - https://github.com/mozilla-mobile/fenix/issues/19923
5628     data_reviews:
5629       - https://github.com/mozilla-mobile/fenix/pull/4358
5630       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5631       - https://github.com/mozilla-mobile/fenix/pull/18143
5632       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5633       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5634     data_sensitivity:
5635       - interaction
5636     notification_emails:
5637       - android-probes@mozilla.com
5638       - cgordon@mozilla.com
5639     expires: never
5640     metadata:
5641       tags:
5642         - Collections
5643   save_button:
5644     type: event
5645     description: |
5646       A user pressed the "save to collection" button on either the home or
5647       browser screen, triggering the collection creation screen to open
5648       (tab_select_opened)
5649     bugs:
5650       - https://github.com/mozilla-mobile/fenix/issues/969
5651       - https://github.com/mozilla-mobile/fenix/issues/19923
5652     data_reviews:
5653       - https://github.com/mozilla-mobile/fenix/pull/4358
5654       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5655       - https://github.com/mozilla-mobile/fenix/pull/18143
5656       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5657       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5658     data_sensitivity:
5659       - interaction
5660     notification_emails:
5661       - android-probes@mozilla.com
5662       - cgordon@mozilla.com
5663     expires: never
5664     extra_keys:
5665       from_screen:
5666         description: |
5667           A string representing the screen from which the user pressed the save
5668           button. Currently one of: `browserMenu`, `homeMenu` or `home`
5669         type: string
5670     metadata:
5671       tags:
5672         - Collections
5673   rename_button:
5674     type: event
5675     description: |
5676       A user pressed the "rename collection" button in the three dot menu
5677     bugs:
5678       - https://github.com/mozilla-mobile/fenix/issues/969
5679       - https://github.com/mozilla-mobile/fenix/issues/19923
5680     data_reviews:
5681       - https://github.com/mozilla-mobile/fenix/pull/4539
5682       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
5683       - https://github.com/mozilla-mobile/fenix/pull/18143
5684       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5685       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5686     data_sensitivity:
5687       - interaction
5688     notification_emails:
5689       - android-probes@mozilla.com
5690       - cgordon@mozilla.com
5691     expires: never
5692     metadata:
5693       tags:
5694         - Collections
5695   placeholder_cancel:
5696     type: event
5697     description: |
5698       User interacted with the `X` button from the homescreen no collections
5699       placeholder.
5700     bugs:
5701       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821032
5702     data_reviews:
5703       - https://github.com/mozilla-mobile/firefox-android/pull/1167
5704     data_sensitivity:
5705       - interaction
5706     notification_emails:
5707       - android-probes@mozilla.com
5708     expires: 122
5709     metadata:
5710       tags:
5711         - Collections
5713 search_widget:
5714   new_tab_button:
5715     type: event
5716     description: |
5717       A user pressed anywhere from the Firefox logo until the start of the
5718       microphone icon, opening a new tab search screen.
5719     bugs:
5720       - https://github.com/mozilla-mobile/fenix/issues/4457
5721     data_reviews:
5722       - https://github.com/mozilla-mobile/fenix/pull/4714
5723       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5724       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5725       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5726       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5727       - https://github.com/mozilla-mobile/fenix/pull/28502
5728     data_sensitivity:
5729       - interaction
5730     notification_emails:
5731       - android-probes@mozilla.com
5732     expires: 124
5733     metadata:
5734       tags:
5735         - Search
5736   voice_button:
5737     type: event
5738     description: |
5739       A user pressed the microphone icon, opening a new voice search screen.
5740     bugs:
5741       - https://github.com/mozilla-mobile/fenix/issues/4457
5742     data_reviews:
5743       - https://github.com/mozilla-mobile/fenix/pull/4714
5744       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5745       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5746       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5747       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5748       - https://github.com/mozilla-mobile/fenix/pull/28502
5749     data_sensitivity:
5750       - interaction
5751     notification_emails:
5752       - android-probes@mozilla.com
5753     expires: 124
5754     metadata:
5755       tags:
5756         - Search
5758 tracking_protection:
5759   exception_added:
5760     type: event
5761     description: |
5762       A user added a tracking protection exception through the TP toggle in the
5763       panel.
5764     bugs:
5765       - https://github.com/mozilla-mobile/fenix/issues/5312
5766     data_reviews:
5767       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5768       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5769       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5770       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5771       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5772       - https://github.com/mozilla-mobile/fenix/pull/28502
5773     data_sensitivity:
5774       - interaction
5775     notification_emails:
5776       - android-probes@mozilla.com
5777     expires: 124
5778     metadata:
5779       tags:
5780         - TrackingProtection
5781   panel_settings:
5782     type: event
5783     description: |
5784       A user opened tracking protection settings from the panel.
5785     bugs:
5786       - https://github.com/mozilla-mobile/fenix/issues/5312
5787     data_reviews:
5788       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5789       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5790       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5791       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5792       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5793       - https://github.com/mozilla-mobile/fenix/pull/28502
5794     data_sensitivity:
5795       - interaction
5796     notification_emails:
5797       - android-probes@mozilla.com
5798     expires: 124
5799     metadata:
5800       tags:
5801         - TrackingProtection
5802   etp_shield:
5803     type: event
5804     description: |
5805       A user pressed the tracking protection shield icon in toolbar.
5806     bugs:
5807       - https://github.com/mozilla-mobile/fenix/issues/5312
5808     data_reviews:
5809       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5810       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5811       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5812       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5813       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5814       - https://github.com/mozilla-mobile/fenix/pull/28502
5815     data_sensitivity:
5816       - interaction
5817     notification_emails:
5818       - android-probes@mozilla.com
5819     expires: 124
5820     metadata:
5821       tags:
5822         - TrackingProtection
5823   etp_tracker_list:
5824     type: event
5825     description: |
5826       A user pressed into a list of categorized trackers in tracking protection
5827       panel.
5828     bugs:
5829       - https://github.com/mozilla-mobile/fenix/issues/5312
5830     data_reviews:
5831       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5832       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5833       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5834       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5835       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5836       - https://github.com/mozilla-mobile/fenix/pull/28502
5837     data_sensitivity:
5838       - interaction
5839     notification_emails:
5840       - android-probes@mozilla.com
5841     expires: 124
5842     metadata:
5843       tags:
5844         - TrackingProtection
5845   etp_settings:
5846     type: event
5847     description: |
5848       A user opened tracking protection settings through settings.
5849     bugs:
5850       - https://github.com/mozilla-mobile/fenix/issues/5312
5851     data_reviews:
5852       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5853       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5854       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5855       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5856       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5857       - https://github.com/mozilla-mobile/fenix/pull/28502
5858     data_sensitivity:
5859       - interaction
5860     notification_emails:
5861       - android-probes@mozilla.com
5862     expires: 124
5863     metadata:
5864       tags:
5865         - TrackingProtection
5866   etp_setting_changed:
5867     type: event
5868     description: |
5869       A user changed their tracking protection level setting to either strict,
5870       standard, or custom.
5871     extra_keys:
5872       etp_setting:
5873         description: "The new setting for ETP: strict, standard, custom"
5874         type: string
5875     bugs:
5876       - https://github.com/mozilla-mobile/fenix/issues/5312
5877       - https://github.com/mozilla-mobile/fenix/issues/11063
5878     data_reviews:
5879       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
5880       - https://github.com/mozilla-mobile/fenix/pull/11383
5881       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5882       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5883       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5884       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5885       - https://github.com/mozilla-mobile/fenix/pull/28502
5886     data_sensitivity:
5887       - interaction
5888     notification_emails:
5889       - android-probes@mozilla.com
5890     expires: 124
5891     metadata:
5892       tags:
5893         - TrackingProtection
5894   tcp_cfr_shown:
5895     type: event
5896     description: |
5897       The Total Cookie Protection CFR was shown to the user.
5898     bugs:
5899       - https://github.com/mozilla-mobile/fenix/issues/26224
5900     data_reviews:
5901       - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332
5902       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5903     data_sensitivity:
5904       - interaction
5905     notification_emails:
5906       - android-probes@mozilla.com
5907       - cgordon@mozilla.com
5908     expires: never
5909     metadata:
5910       tags:
5911         - TrackingProtection
5912   tcp_cfr_implicit_dismissal:
5913     type: event
5914     description: |
5915       The Total Cookie Protection CFR was dismissed by the user by interacting
5916       with the outside of the popup.
5917     bugs:
5918       - https://github.com/mozilla-mobile/fenix/issues/26224
5919     data_reviews:
5920       - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332
5921       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5922     data_sensitivity:
5923       - interaction
5924     notification_emails:
5925       - android-probes@mozilla.com
5926       - cgordon@mozilla.com
5927     expires: never
5928     metadata:
5929       tags:
5930         - TrackingProtection
5931   tcp_cfr_explicit_dismissal:
5932     type: event
5933     description: |
5934       The Total Cookie Protection CFR was dismissed by the user by clicking on
5935       the "X" button to close the popup.
5936     bugs:
5937       - https://github.com/mozilla-mobile/fenix/issues/26224
5938     data_reviews:
5939       - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332
5940       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5941     data_sensitivity:
5942       - interaction
5943     notification_emails:
5944       - android-probes@mozilla.com
5945       - cgordon@mozilla.com
5946     expires: never
5947     metadata:
5948       tags:
5949         - TrackingProtection
5950   tcp_sumo_link_clicked:
5951     type: event
5952     description: |
5953       A user clicked the link in the Total Cookie Protection CFR to open a new
5954       SUMO tab detailing the Total Cookie Protection feature.
5955     bugs:
5956       - https://github.com/mozilla-mobile/fenix/issues/26224
5957     data_reviews:
5958       - https://github.com/mozilla-mobile/fenix/pull/26226#issuecomment-1204007332
5959       - https://github.com/mozilla-mobile/firefox-android/pull/3319
5960     data_sensitivity:
5961       - interaction
5962     notification_emails:
5963       - android-probes@mozilla.com
5964       - cgordon@mozilla.com
5965     expires: never
5966     metadata:
5967       tags:
5968         - TrackingProtection
5969 tab:
5970   media_play:
5971     type: event
5972     description: |
5973       A user pressed the play icon on a tab from the home screen
5974     bugs:
5975       - https://github.com/mozilla-mobile/fenix/issues/5197
5976     data_reviews:
5977       - https://github.com/mozilla-mobile/fenix/pull/5266
5978       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
5979       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5980       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5981       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
5982       - https://github.com/mozilla-mobile/fenix/pull/28502
5983     data_sensitivity:
5984       - interaction
5985     notification_emails:
5986       - android-probes@mozilla.com
5987     expires: 124
5988     no_lint:
5989       - COMMON_PREFIX
5990     metadata:
5991       tags:
5992         - Media
5993   media_pause:
5994     type: event
5995     description: |
5996       A user pressed the pause icon on a tab from the home screen
5997     bugs:
5998       - https://github.com/mozilla-mobile/fenix/issues/5197
5999     data_reviews:
6000       - https://github.com/mozilla-mobile/fenix/pull/5266
6001       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6002       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6003       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6004       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6005       - https://github.com/mozilla-mobile/fenix/pull/28502
6006     data_sensitivity:
6007       - interaction
6008     notification_emails:
6009       - android-probes@mozilla.com
6010     expires: 124
6011     metadata:
6012       tags:
6013         - Media
6015 media_notification:
6016   play:
6017     type: event
6018     description: |
6019       A user pressed the play icon on the media notification
6020     bugs:
6021       - https://github.com/mozilla-mobile/fenix/issues/5197
6022     data_reviews:
6023       - https://github.com/mozilla-mobile/fenix/pull/5520
6024       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6025       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6026       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6027       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6028       - https://github.com/mozilla-mobile/fenix/pull/28502
6029     data_sensitivity:
6030       - interaction
6031     notification_emails:
6032       - android-probes@mozilla.com
6033     expires: 124
6034     metadata:
6035       tags:
6036         - Media
6037   pause:
6038     type: event
6039     description: |
6040       A user pressed the pause icon on the media notification
6041     bugs:
6042       - https://github.com/mozilla-mobile/fenix/issues/5197
6043     data_reviews:
6044       - https://github.com/mozilla-mobile/fenix/pull/5520
6045       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6046       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6047       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6048       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6049       - https://github.com/mozilla-mobile/fenix/pull/28502
6050     data_sensitivity:
6051       - interaction
6052     notification_emails:
6053       - android-probes@mozilla.com
6054     expires: 124
6055     metadata:
6056       tags:
6057         - Media
6059 media_state:
6060   play:
6061     type: event
6062     description: |
6063       Media started playing.
6064     bugs:
6065       - https://github.com/mozilla-mobile/fenix/issues/5705
6066     data_reviews:
6067       - https://github.com/mozilla-mobile/fenix/pull/6463
6068       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6069       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6070       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6071       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6072       - https://github.com/mozilla-mobile/fenix/pull/28502
6073     data_sensitivity:
6074       - interaction
6075     notification_emails:
6076       - android-probes@mozilla.com
6077     expires: 124
6078     metadata:
6079       tags:
6080         - Media
6081   pause:
6082     type: event
6083     description: |
6084       Media playback was paused.
6085     bugs:
6086       - https://github.com/mozilla-mobile/fenix/issues/5705
6087     data_reviews:
6088       - https://github.com/mozilla-mobile/fenix/pull/6463
6089       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6090       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6091       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6092       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6093       - https://github.com/mozilla-mobile/fenix/pull/28502
6094     data_sensitivity:
6095       - interaction
6096     notification_emails:
6097       - android-probes@mozilla.com
6098     expires: 124
6099     metadata:
6100       tags:
6101         - Media
6102   stop:
6103     type: event
6104     description: |
6105       Media playback has ended.
6106     bugs:
6107       - https://github.com/mozilla-mobile/fenix/issues/5705
6108     data_reviews:
6109       - https://github.com/mozilla-mobile/fenix/pull/6463
6110       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6111       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6112       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6113       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6114       - https://github.com/mozilla-mobile/fenix/pull/28502
6115     data_sensitivity:
6116       - interaction
6117     notification_emails:
6118       - android-probes@mozilla.com
6119     expires: 124
6120     metadata:
6121       tags:
6122         - Media
6123   fullscreen:
6124     type: event
6125     description: |
6126       Video set to fullscreen.
6127     bugs:
6128       - https://github.com/mozilla-mobile/fenix/issues/15368
6129     data_reviews:
6130       - https://github.com/mozilla-mobile/fenix/pull/16833
6131       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6132       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6133       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6134       - https://github.com/mozilla-mobile/fenix/pull/28502
6135     data_sensitivity:
6136       - interaction
6137     notification_emails:
6138       - android-probes@mozilla.com
6139     expires: 124
6140     metadata:
6141       tags:
6142         - Media
6143   picture_in_picture:
6144     type: event
6145     description: |
6146       Video set to picture in picture mode.
6147     bugs:
6148       - https://github.com/mozilla-mobile/fenix/issues/15368
6149     data_reviews:
6150       - https://github.com/mozilla-mobile/fenix/pull/16833
6151       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6152       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6153       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6154       - https://github.com/mozilla-mobile/fenix/pull/28502
6155     data_sensitivity:
6156       - interaction
6157     notification_emails:
6158       - android-probes@mozilla.com
6159     expires: 124
6160     metadata:
6161       tags:
6162         - Media
6164 logins:
6165   autofill_prompt_shown:
6166     type: event
6167     description: |
6168       Password autofill prompt was shown.
6169     bugs:
6170       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
6171     data_reviews:
6172       - https://github.com/mozilla-mobile/firefox-android/pull/2802
6173     data_sensitivity:
6174       - interaction
6175     notification_emails:
6176       - android-probes@mozilla.com
6177       - cgordon@mozilla.com
6178     expires: never
6179     metadata:
6180       tags:
6181         - Logins
6182   autofill_prompt_dismissed:
6183     type: event
6184     description: |
6185       Password autofill prompt was dismissed.
6186     bugs:
6187       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
6188     data_reviews:
6189       - https://github.com/mozilla-mobile/firefox-android/pull/2802
6190     data_sensitivity:
6191       - interaction
6192     notification_emails:
6193       - android-probes@mozilla.com
6194       - cgordon@mozilla.com
6195     expires: never
6196     metadata:
6197       tags:
6198         - Logins
6199   autofilled:
6200     type: event
6201     description: |
6202       Password autofill performed.
6203     bugs:
6204       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
6205     data_reviews:
6206       - https://github.com/mozilla-mobile/firefox-android/pull/2802
6207     data_sensitivity:
6208       - interaction
6209     notification_emails:
6210       - android-probes@mozilla.com
6211       - cgordon@mozilla.com
6212     expires: never
6213     metadata:
6214       tags:
6215         - Logins
6216   management_add_tapped:
6217     type: event
6218     description: |
6219       User has tapped the add button through password management in settings menu.
6220     bugs:
6221       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
6222     data_reviews:
6223       - https://github.com/mozilla-mobile/firefox-android/pull/2802
6224     data_sensitivity:
6225       - interaction
6226     notification_emails:
6227       - android-probes@mozilla.com
6228       - cgordon@mozilla.com
6229     expires: never
6230     metadata:
6231       tags:
6232         - Logins
6233   management_logins_tapped:
6234     type: event
6235     description: |
6236       User has tapped on a saved login through password management in settings menu.
6237     bugs:
6238       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841152
6239     data_reviews:
6240       - https://github.com/mozilla-mobile/firefox-android/pull/2802
6241     data_sensitivity:
6242       - interaction
6243     notification_emails:
6244       - android-probes@mozilla.com
6245       - cgordon@mozilla.com
6246     expires: never
6247     metadata:
6248       tags:
6249         - Logins
6250   open_logins:
6251     type: event
6252     description: |
6253       A user accessed Logins in Settings
6254     bugs:
6255       - https://github.com/mozilla-mobile/fenix/issues/5586
6256     data_reviews:
6257       - https://github.com/mozilla-mobile/fenix/pull/6352
6258       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6259       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6260       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6261       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6262     data_sensitivity:
6263       - interaction
6264     notification_emails:
6265       - android-probes@mozilla.com
6266       - cgordon@mozilla.com
6267     expires: never
6268     metadata:
6269       tags:
6270         - Logins
6271   open_individual_login:
6272     type: event
6273     description: |
6274       A user accessed an individual login in saved logins
6275     bugs:
6276       - https://github.com/mozilla-mobile/fenix/issues/5586
6277     data_reviews:
6278       - https://github.com/mozilla-mobile/fenix/pull/6352
6279       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6280       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6281       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6282       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6283       - https://github.com/mozilla-mobile/fenix/pull/28502
6284     data_sensitivity:
6285       - interaction
6286     notification_emails:
6287       - android-probes@mozilla.com
6288     expires: 124
6289     metadata:
6290       tags:
6291         - Logins
6292   copy_login:
6293     type: event
6294     description: |
6295       A user copied a piece of a login in saved logins
6296     bugs:
6297       - https://github.com/mozilla-mobile/fenix/issues/5586
6298     data_reviews:
6299       - https://github.com/mozilla-mobile/fenix/pull/6352
6300       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6301       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6302       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6303       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6304       - https://github.com/mozilla-mobile/fenix/pull/28502
6305     data_sensitivity:
6306       - interaction
6307     notification_emails:
6308       - android-probes@mozilla.com
6309     expires: 124
6310     metadata:
6311       tags:
6312         - Logins
6313   view_password_login:
6314     type: event
6315     description: |
6316       A user viewed a password in an individual saved login
6317     bugs:
6318       - https://github.com/mozilla-mobile/fenix/issues/5586
6319     data_reviews:
6320       - https://github.com/mozilla-mobile/fenix/pull/6352
6321       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6322       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6323       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6324       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6325       - https://github.com/mozilla-mobile/fenix/pull/28502
6326     data_sensitivity:
6327       - interaction
6328     notification_emails:
6329       - android-probes@mozilla.com
6330     expires: 124
6331     metadata:
6332       tags:
6333         - Logins
6334   save_logins_setting_changed:
6335     type: event
6336     description: |
6337       A user changed their setting for asking to save logins
6338     extra_keys:
6339       setting:
6340         type: string
6341         description: |
6342           The new setting for saving logins the user selected. Either
6343           `ask_to_save` or `never_save`
6344     bugs:
6345       - https://github.com/mozilla-mobile/fenix/issues/5586
6346     data_reviews:
6347       - https://github.com/mozilla-mobile/fenix/pull/7767
6348       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6349       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6350       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6351       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6352       - https://github.com/mozilla-mobile/fenix/pull/28502
6353     data_sensitivity:
6354       - interaction
6355     notification_emails:
6356       - android-probes@mozilla.com
6357     expires: 124
6358     metadata:
6359       tags:
6360         - Logins
6361   open_login_editor:
6362     type: event
6363     description: |
6364       A user entered the edit screen for an individual saved login
6365     bugs:
6366       - https://github.com/mozilla-mobile/fenix/issues/10173
6367     data_reviews:
6368       - https://github.com/mozilla-mobile/fenix/issues/11208
6369       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6370       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6371       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6372       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6373       - https://github.com/mozilla-mobile/fenix/pull/28502
6374     data_sensitivity:
6375       - interaction
6376     notification_emails:
6377       - android-probes@mozilla.com
6378     expires: 124
6379     metadata:
6380       tags:
6381         - Logins
6382   delete_saved_login:
6383     type: event
6384     description: |
6385       A user confirms delete of a saved login
6386     bugs:
6387       - https://github.com/mozilla-mobile/fenix/issues/10173
6388     data_reviews:
6389       - https://github.com/mozilla-mobile/fenix/issues/11208
6390       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6391       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6392       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6393       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6394       - https://github.com/mozilla-mobile/fenix/pull/28502
6395     data_sensitivity:
6396       - interaction
6397     notification_emails:
6398       - android-probes@mozilla.com
6399     expires: 124
6400     metadata:
6401       tags:
6402         - Logins
6403   save_edited_login:
6404     type: event
6405     description: |
6406       A user saves changes made to an individual login
6407     bugs:
6408       - https://github.com/mozilla-mobile/fenix/issues/10173
6409     data_reviews:
6410       - https://github.com/mozilla-mobile/fenix/issues/11208
6411       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6412       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6413       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6414       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6415       - https://github.com/mozilla-mobile/fenix/pull/28502
6416     data_sensitivity:
6417       - interaction
6418     notification_emails:
6419       - android-probes@mozilla.com
6420     expires: 124
6421     metadata:
6422       tags:
6423         - Logins
6424   saved:
6425     type: counter
6426     description: |
6427       Counter of number of passwords that have been saved by user (including deleted).
6428     bugs:
6429       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
6430     data_reviews:
6431       - https://github.com/mozilla-mobile/firefox-android/pull/2555
6432     data_sensitivity:
6433       - interaction
6434     notification_emails:
6435       - android-probes@mozilla.com
6436       - cgordon@mozilla.com
6437     expires: never
6438     metadata:
6439       tags:
6440         - Logins
6441   saved_all:
6442     type: quantity
6443     description: |
6444       Counter of number of passwords currently saved by user.
6445     bugs:
6446       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
6447     data_reviews:
6448       - https://github.com/mozilla-mobile/firefox-android/pull/2555
6449     data_sensitivity:
6450       - interaction
6451     notification_emails:
6452       - android-probes@mozilla.com
6453       - cgordon@mozilla.com
6454     expires: never
6455     unit: integer
6456     metadata:
6457       tags:
6458         - Logins
6459   deleted:
6460     type: counter
6461     description: |
6462       Counter of number of passwords that have been deleted by user.
6463     bugs:
6464       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
6465     data_reviews:
6466       - https://github.com/mozilla-mobile/firefox-android/pull/2555
6467     data_sensitivity:
6468       - interaction
6469     notification_emails:
6470       - android-probes@mozilla.com
6471       - cgordon@mozilla.com
6472     expires: never
6473     metadata:
6474       tags:
6475         - Logins
6476   modified:
6477     type: counter
6478     description: |
6479       Counter of number of passwords that have been modified by user.
6480     bugs:
6481       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
6482     data_reviews:
6483       - https://github.com/mozilla-mobile/firefox-android/pull/2555
6484     data_sensitivity:
6485       - interaction
6486     notification_emails:
6487       - android-probes@mozilla.com
6488       - cgordon@mozilla.com
6489     expires: never
6490     metadata:
6491       tags:
6492         - Logins
6494 voice_search:
6495   tapped:
6496     type: event
6497     description: |
6498       A user selected the voice search button on the search screen.
6499     bugs:
6500       - https://github.com/mozilla-mobile/fenix/issues/10465
6501     data_reviews:
6502       - https://github.com/mozilla-mobile/fenix/pull/10785
6503       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6504       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6505       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6506       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6507       - https://github.com/mozilla-mobile/fenix/pull/28502
6508     data_sensitivity:
6509       - interaction
6510     notification_emails:
6511       - android-probes@mozilla.com
6512     expires: 124
6513     metadata:
6514       tags:
6515         - Search
6516         - Voice
6518 top_sites:
6519   open_default:
6520     type: event
6521     description: |
6522       A user opened a default top site
6523     bugs:
6524       - https://github.com/mozilla-mobile/fenix/issues/8125
6525     data_reviews:
6526       - https://github.com/mozilla-mobile/fenix/pull/10752
6527       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6528       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6529       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6530       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6531     data_sensitivity:
6532       - interaction
6533     notification_emails:
6534       - android-probes@mozilla.com
6535       - cgordon@mozilla.com
6536     expires: never
6537     metadata:
6538       tags:
6539         - Shortcuts
6540   open_google_search_attribution:
6541     type: event
6542     description: |
6543       A user opened the google top site
6544     bugs:
6545       - https://github.com/mozilla-mobile/fenix/issues/17418
6546     data_reviews:
6547       - https://github.com/mozilla-mobile/fenix/pull/17637
6548       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6549       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6550       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6551     data_sensitivity:
6552       - interaction
6553     notification_emails:
6554       - android-probes@mozilla.com
6555       - cgordon@mozilla.com
6556     expires: never
6557     metadata:
6558       tags:
6559         - Search
6560         - Shortcuts
6561   open_baidu_search_attribution:
6562     type: event
6563     description: |
6564       A user opened the baidu top site
6565     bugs:
6566       - https://github.com/mozilla-mobile/fenix/issues/19490
6567     data_reviews:
6568       - https://github.com/mozilla-mobile/fenix/pull/20705
6569       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6570       - https://github.com/mozilla-mobile/fenix/pull/28502
6571     data_sensitivity:
6572       - interaction
6573     notification_emails:
6574       - android-probes@mozilla.com
6575     expires: 124
6576     metadata:
6577       tags:
6578         - Search
6579         - Shortcuts
6580   open_frecency:
6581     type: event
6582     description: |
6583       A user opened a frecency top site
6584     bugs:
6585       - https://github.com/mozilla-mobile/fenix/issues/14565
6586     data_reviews:
6587       - https://github.com/mozilla-mobile/fenix/pull/15136
6588       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6589       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6590       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6591       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6592     data_sensitivity:
6593       - interaction
6594     notification_emails:
6595       - android-probes@mozilla.com
6596       - cgordon@mozilla.com
6597     expires: never
6598     metadata:
6599       tags:
6600         - Shortcuts
6601   open_pinned:
6602     type: event
6603     description: |
6604       A user opened a pinned top site
6605     bugs:
6606       - https://github.com/mozilla-mobile/fenix/issues/14565
6607     data_reviews:
6608       - https://github.com/mozilla-mobile/fenix/pull/15136
6609       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6610       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6611       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6612       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6613     data_sensitivity:
6614       - interaction
6615     notification_emails:
6616       - android-probes@mozilla.com
6617       - cgordon@mozilla.com
6618     expires: never
6619     metadata:
6620       tags:
6621         - Shortcuts
6622   swipe_carousel:
6623     type: event
6624     description: |
6625       A user swiped to change the page of the top sites carousel
6626     extra_keys:
6627       page:
6628         type: string
6629         description: |
6630           The page number the carousel is now on
6631     bugs:
6632       - https://github.com/mozilla-mobile/fenix/issues/14565
6633     data_reviews:
6634       - https://github.com/mozilla-mobile/fenix/pull/15136
6635       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6636       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6637       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6638       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6639     data_sensitivity:
6640       - interaction
6641     notification_emails:
6642       - android-probes@mozilla.com
6643       - cgordon@mozilla.com
6644     expires: never
6645     metadata:
6646       tags:
6647         - Shortcuts
6648   long_press:
6649     type: event
6650     description: |
6651       A user long pressed on a top site
6652     extra_keys:
6653       type:
6654         type: string
6655         description: |
6656           The type of top site. Options are: "FRECENCY", "DEFAULT",
6657           "PINNED", or "PROVIDED"
6658     bugs:
6659       - https://github.com/mozilla-mobile/fenix/issues/14565
6660       - https://github.com/mozilla-mobile/fenix/issues/23526
6661     data_reviews:
6662       - https://github.com/mozilla-mobile/fenix/pull/15136
6663       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6664       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6665       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6666       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6667       - https://github.com/mozilla-mobile/fenix/pull/23541
6668     data_sensitivity:
6669       - interaction
6670     notification_emails:
6671       - android-probes@mozilla.com
6672       - cgordon@mozilla.com
6673     expires: never
6674     metadata:
6675       tags:
6676         - Shortcuts
6677   open_in_new_tab:
6678     type: event
6679     description: |
6680       A user opens a new tab based on a top site item
6681     bugs:
6682       - https://github.com/mozilla-mobile/fenix/issues/6757
6683     data_reviews:
6684       - https://github.com/mozilla-mobile/fenix/pull/7523
6685       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6686       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6687       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6688       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6689     data_sensitivity:
6690       - interaction
6691     notification_emails:
6692       - android-probes@mozilla.com
6693       - cgordon@mozilla.com
6694     expires: never
6695     metadata:
6696       tags:
6697         - Shortcuts
6698   open_in_private_tab:
6699     type: event
6700     description: |
6701       A user opens a new private tab based on a top site item
6702     bugs:
6703       - https://github.com/mozilla-mobile/fenix/issues/6757
6704     data_reviews:
6705       - https://github.com/mozilla-mobile/fenix/pull/7523
6706       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6707       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6708       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6709       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6710     data_sensitivity:
6711       - interaction
6712     notification_emails:
6713       - android-probes@mozilla.com
6714       - cgordon@mozilla.com
6715     expires: never
6716     metadata:
6717       tags:
6718         - Shortcuts
6719   remove:
6720     type: event
6721     description: |
6722       A user removes a top site item
6723     bugs:
6724       - https://github.com/mozilla-mobile/fenix/issues/6757
6725     data_reviews:
6726       - https://github.com/mozilla-mobile/fenix/pull/7523
6727       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
6728       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
6729       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
6730       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
6731     data_sensitivity:
6732       - interaction
6733     notification_emails:
6734       - android-probes@mozilla.com
6735       - cgordon@mozilla.com
6736     expires: never
6737     metadata:
6738       tags:
6739         - Shortcuts
6740   google_top_site_removed:
6741     type: event
6742     description: |
6743       A user removed the default Google top site
6744     bugs:
6745       - https://github.com/mozilla-mobile/fenix/issues/21841
6746     data_reviews:
6747       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
6748       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6749       - https://github.com/mozilla-mobile/fenix/pull/28502
6750     data_sensitivity:
6751       - interaction
6752     notification_emails:
6753       - android-probes@mozilla.com
6754     expires: 124
6755   baidu_top_site_removed:
6756     type: event
6757     description: |
6758       A user removed the default Baidu top site
6759     bugs:
6760       - https://github.com/mozilla-mobile/fenix/issues/21841
6761     data_reviews:
6762       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
6763       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
6764       - https://github.com/mozilla-mobile/fenix/pull/28502
6765     data_sensitivity:
6766       - interaction
6767     notification_emails:
6768       - android-probes@mozilla.com
6769     expires: 124
6770   open_contile_top_site:
6771     type: event
6772     description: |
6773       A user has opened a contile top site.
6774     bugs:
6775       - https://github.com/mozilla-mobile/fenix/issues/23526
6776     data_reviews:
6777       - https://github.com/mozilla-mobile/fenix/pull/23541
6778       - https://github.com/mozilla-mobile/fenix/pull/28502
6779     data_sensitivity:
6780       - interaction
6781     notification_emails:
6782       - android-probes@mozilla.com
6783     expires: 124
6784   open_contile_in_private_tab:
6785     type: event
6786     description: |
6787       A user has opened a contile top site in a private tab via the long
6788       press context menu.
6789     bugs:
6790       - https://github.com/mozilla-mobile/fenix/issues/23526
6791     data_reviews:
6792       - https://github.com/mozilla-mobile/fenix/pull/23541
6793       - https://github.com/mozilla-mobile/fenix/pull/28502
6794     data_sensitivity:
6795       - interaction
6796     notification_emails:
6797       - android-probes@mozilla.com
6798     expires: 124
6799   contile_settings:
6800     type: event
6801     description: |
6802       A user has selected "Settings" via the contile top sites
6803       longpress context menu.
6804     bugs:
6805       - https://github.com/mozilla-mobile/fenix/issues/23526
6806     data_reviews:
6807       - https://github.com/mozilla-mobile/fenix/pull/23541
6808       - https://github.com/mozilla-mobile/fenix/pull/28502
6809     data_sensitivity:
6810       - interaction
6811     notification_emails:
6812       - android-probes@mozilla.com
6813     expires: 124
6814   contile_sponsors_and_privacy:
6815     type: event
6816     description: |
6817       A user has selected "Our sponsors & your privacy" via the
6818       contile top sites longpress context menu.
6819     bugs:
6820       - https://github.com/mozilla-mobile/fenix/issues/23526
6821     data_reviews:
6822       - https://github.com/mozilla-mobile/fenix/pull/23541
6823       - https://github.com/mozilla-mobile/fenix/pull/28502
6824     data_sensitivity:
6825       - interaction
6826     notification_emails:
6827       - android-probes@mozilla.com
6828     expires: 124
6829   context_id:
6830     type: uuid
6831     description: |
6832       A UUID that is unjoinable with other browser metrics. This ID will not be
6833       shared with AdM, only for internal uses. This ID is shared across all
6834       contextual services features.
6835     lifetime: application
6836     send_in_pings:
6837       - topsites-impression
6838     bugs:
6839       - https://github.com/mozilla-mobile/fenix/issues/23893
6840     data_reviews:
6841       - https://github.com/mozilla-mobile/fenix/pull/23945
6842       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6843     data_sensitivity:
6844       - highly_sensitive
6845     notification_emails:
6846       - android-probes@mozilla.com
6847       - cgordon@mozilla.com
6848     expires: never
6849     metadata:
6850       tags:
6851         - Shortcuts
6852   contile_tile_id:
6853     type: quantity
6854     description: |
6855       A unique identifier provided by the AdM for the sponsored TopSites tile
6856     lifetime: ping
6857     send_in_pings:
6858       - topsites-impression
6859     bugs:
6860       - https://github.com/mozilla-mobile/fenix/issues/23893
6861     data_reviews:
6862       - https://github.com/mozilla-mobile/fenix/pull/23945
6863       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6864     data_sensitivity:
6865       - technical
6866       - interaction
6867     notification_emails:
6868       - android-probes@mozilla.com
6869       - cgordon@mozilla.com
6870     expires: never
6871     unit: integer
6872     metadata:
6873       tags:
6874         - Shortcuts
6875   contile_advertiser:
6876     type: string
6877     description: |
6878       Advertiser brand for the sponsored TopSites tile
6879     lifetime: ping
6880     send_in_pings:
6881       - topsites-impression
6882     bugs:
6883       - https://github.com/mozilla-mobile/fenix/issues/23893
6884     data_reviews:
6885       - https://github.com/mozilla-mobile/fenix/pull/23945
6886       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6887     data_sensitivity:
6888       - technical
6889       - interaction
6890     notification_emails:
6891       - android-probes@mozilla.com
6892       - cgordon@mozilla.com
6893     expires: never
6894     metadata:
6895       tags:
6896         - Shortcuts
6897   contile_reporting_url:
6898     type: url
6899     description: |
6900       The AdM reporting endpoint (impression_url for “impression” event,
6901       click_url for “click” event).
6902     lifetime: ping
6903     send_in_pings:
6904       - topsites-impression
6905     bugs:
6906       - https://github.com/mozilla-mobile/fenix/issues/23893
6907     data_reviews:
6908       - https://github.com/mozilla-mobile/fenix/pull/23945
6909       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6910     data_sensitivity:
6911       - technical
6912       - interaction
6913     notification_emails:
6914       - android-probes@mozilla.com
6915       - cgordon@mozilla.com
6916     expires: never
6917     metadata:
6918       tags:
6919         - Shortcuts
6920   contile_impression:
6921     type: event
6922     description: |
6923       A user saw a Contile top site
6924     extra_keys:
6925       source:
6926         description: The source of the event, example "newtab", "urlbar"
6927         type: string
6928       position:
6929         description: The tile placement (1-based)
6930         type: quantity
6931     send_in_pings:
6932       - topsites-impression
6933       - events
6934     bugs:
6935       - https://github.com/mozilla-mobile/fenix/issues/23893
6936     data_reviews:
6937       - https://github.com/mozilla-mobile/fenix/pull/23945
6938       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6939     data_sensitivity:
6940       - interaction
6941     notification_emails:
6942       - android-probes@mozilla.com
6943       - cgordon@mozilla.com
6944     expires: never
6945     metadata:
6946       tags:
6947         - Shortcuts
6948   contile_click:
6949     type: event
6950     description: |
6951       A user clicked a Contile top site
6952     extra_keys:
6953       source:
6954         description: The source of the event, example "newtab", "urlbar"
6955         type: string
6956       position:
6957         description: The tile placement (1-based)
6958         type: quantity
6959     send_in_pings:
6960       - topsites-impression
6961       - events
6962     bugs:
6963       - https://github.com/mozilla-mobile/fenix/issues/23893
6964     data_reviews:
6965       - https://github.com/mozilla-mobile/fenix/pull/23945
6966       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410663549
6967     data_sensitivity:
6968       - interaction
6969     notification_emails:
6970       - android-probes@mozilla.com
6971       - cgordon@mozilla.com
6972     expires: never
6973     metadata:
6974       tags:
6975         - Shortcuts
6976 app_menu:
6977   customize_homepage:
6978     type: event
6979     description: |
6980       User has tapped on Customize Homepage in the app menu.
6981     bugs:
6982       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841156
6983     data_reviews:
6984       - https://github.com/mozilla-mobile/firefox-android/pull/2726
6985     data_sensitivity:
6986       - interaction
6987     notification_emails:
6988       - android-probes@mozilla.com
6989       - cgordon@mozilla.com
6990     expires: never
6991   sign_into_sync:
6992     type: counter
6993     description: |
6994       Counts the number of times a user has clicked "sign into sync" from the settings page.
6995     bugs:
6996       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836166
6997     data_reviews:
6998       - https://github.com/mozilla-mobile/firefox-android/pull/2550
6999     data_sensitivity:
7000       - interaction
7001     notification_emails:
7002       - android-probes@mozilla.com
7003       - cgordon@mozilla.com
7004     expires: never
7005     metadata:
7006       tags:
7007         - Sync
7008         - Settings
7009 app_theme:
7010   dark_theme_selected:
7011     type: event
7012     description: |
7013       A user selected Dark Theme
7014     extra_keys:
7015       source:
7016         type: string
7017         description: |
7018           The source from where dark theme was selected. The source can be
7019           'SETTINGS' or 'ONBOARDING'
7020     bugs:
7021       - https://github.com/mozilla-mobile/fenix/issues/7289
7022       - https://github.com/mozilla-mobile/fenix/issues/19923
7023     data_reviews:
7024       - https://github.com/mozilla-mobile/fenix/pull/7968
7025       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7026       - https://github.com/mozilla-mobile/fenix/pull/18143
7027       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7028       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
7029       - https://github.com/mozilla-mobile/fenix/pull/27295
7030     data_sensitivity:
7031       - interaction
7032     notification_emails:
7033       - android-probes@mozilla.com
7034     expires: 122
7035     metadata:
7036       tags:
7037         - Themes
7038 pocket:
7039   pocket_top_site_clicked:
7040     type: event
7041     description: |
7042       A user clicked on the trending Pocket top site
7043     bugs:
7044       - https://github.com/mozilla-mobile/fenix/issues/8126
7045     data_reviews:
7046       - https://github.com/mozilla-mobile/fenix/pull/8098
7047       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7048       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7049       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7050       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7051     data_sensitivity:
7052       - interaction
7053     notification_emails:
7054       - android-probes@mozilla.com
7055       - cgordon@mozilla.com
7056     expires: never
7057     no_lint:
7058       - COMMON_PREFIX
7059     metadata:
7060       tags:
7061         - PocketIntegration
7062         - Shortcuts
7063   pocket_top_site_removed:
7064     type: event
7065     description: |
7066       A user removed the trending Pocket top site
7067     bugs:
7068       - https://github.com/mozilla-mobile/fenix/issues/8126
7069     data_reviews:
7070       - https://github.com/mozilla-mobile/fenix/pull/8098
7071       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7072       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7073       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7074       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
7075       - https://github.com/mozilla-mobile/fenix/pull/28502
7076     data_sensitivity:
7077       - interaction
7078     notification_emails:
7079       - android-probes@mozilla.com
7080     expires: 124
7081     metadata:
7082       tags:
7083         - PocketIntegration
7084         - Shortcuts
7085   home_recs_shown:
7086     type: event
7087     description: |
7088       The Pocket recommended stories are shown on the home screen.
7089     bugs:
7090       - https://github.com/mozilla-mobile/fenix/issues/21593
7091     data_reviews:
7092       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
7093       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7094       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7095     data_sensitivity:
7096       - interaction
7097     notification_emails:
7098       - android-probes@mozilla.com
7099       - cgordon@mozilla.com
7100     expires: never
7101     metadata:
7102       tags:
7103         - PocketIntegration
7104   home_recs_story_clicked:
7105     type: event
7106     description: |
7107       User tapped a Pocket recommended story to be opened.
7108     extra_keys:
7109       times_shown:
7110         type: string
7111         description: |
7112           How many times was this story shown, including current.
7113       position:
7114         type: string
7115         description: |
7116           Position of the clicked story in the list shown.
7117           Uses the [row x column] matrix notation.
7118     bugs:
7119       - https://github.com/mozilla-mobile/fenix/issues/21593
7120     data_reviews:
7121       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
7122       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7123       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7124     data_sensitivity:
7125       - interaction
7126     notification_emails:
7127       - android-probes@mozilla.com
7128       - cgordon@mozilla.com
7129     expires: never
7130     metadata:
7131       tags:
7132         - PocketIntegration
7133   home_recs_spoc_clicked:
7134     type: event
7135     description: |
7136       User tapped a Pocket sponsored story to be opened.
7137     extra_keys:
7138       spoc_id:
7139         type: string
7140         description: |
7141           Id of the shown sponsored story.
7142           Until version 112 this will be the `flight_id` allowing to
7143           identify stories across different campaigns.
7144           From version 112 this will be the story `id` identifying a
7145           specific story irrespective of the campaign it is part of.
7146       times_shown:
7147         type: string
7148         description: |
7149           How many times was this story shown, including current.
7150       position:
7151         type: string
7152         description: |
7153           Position of the clicked story in the list shown.
7154           Uses the [row x column] matrix notation.
7155     bugs:
7156       - https://github.com/mozilla-mobile/fenix/issues/25401
7157       - https://bugzilla.mozilla.org/show_bug.cgi?id=1815160
7158     data_reviews:
7159       - https://github.com/mozilla-mobile/fenix/pull/28796#issuecomment-1422818844
7160       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
7161       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7162       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7163     data_sensitivity:
7164       - interaction
7165     notification_emails:
7166       - android-probes@mozilla.com
7167       - cgordon@mozilla.com
7168     expires: never
7169     metadata:
7170       tags:
7171         - PocketIntegration
7172   spoc_shim:
7173     type: text
7174     description: |
7175       Shim data of the Pocket sponsored story the user just
7176       interacted with.
7177       The shim is a unique base64 string identifying each story and
7178       type of user interaction: story impression or click.
7179     bugs:
7180       - https://github.com/mozilla-mobile/fenix/issues/27549
7181       - https://mozilla-hub.atlassian.net/browse/FNXV2-21791
7182     data_reviews:
7183       - https://github.com/mozilla-mobile/fenix/pull/27550#issuecomment-1295027631
7184     data_sensitivity:
7185       - web_activity
7186     notification_emails:
7187       - android-probes@mozilla.com
7188     expires: never
7189     send_in_pings:
7190       - spoc
7191     metadata:
7192       tags:
7193         - PocketIntegration
7194   home_recs_spoc_shown:
7195     type: event
7196     description: |
7197       A particular Pocket sponsored story was visible more than 50%
7198       on the homescreen.
7199     extra_keys:
7200       spoc_id:
7201         type: string
7202         description: |
7203           Id of the shown sponsored story.
7204           Until version 112 this will be the `flight_id` allowing to
7205           identify stories across different campaigns.
7206           From version 112 this will be the story `id` identifying a
7207           specific story irrespective of the campaign it is part of.
7208       times_shown:
7209         type: string
7210         description: |
7211           How many times was this story shown, including current.
7212       position:
7213         type: string
7214         description: |
7215           Position of the story in the list shown.
7216           Uses the [row x column] matrix notation.
7217     bugs:
7218       - https://github.com/mozilla-mobile/fenix/issues/25401
7219       - https://bugzilla.mozilla.org/show_bug.cgi?id=1815160
7220     data_reviews:
7221       - https://github.com/mozilla-mobile/fenix/pull/28796#issuecomment-1422818844
7222       - https://github.com/mozilla-mobile/fenix/pull/25418#issuecomment-1163390855
7223       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7224       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7225     data_sensitivity:
7226       - interaction
7227     notification_emails:
7228       - android-probes@mozilla.com
7229       - cgordon@mozilla.com
7230     expires: never
7231     metadata:
7232       tags:
7233         - PocketIntegration
7234   home_recs_category_clicked:
7235     type: event
7236     description: |
7237       User tapped a Pocket stories category to filter stories.
7238     extra_keys:
7239       category_name:
7240         type: string
7241         description: |
7242           Pocket set topic name representing the just clicked category.
7243       selected_total:
7244         type: string
7245         description: |
7246           How many categories were selected before this being tapped.
7247       new_state:
7248         type: string
7249         description: |
7250           Category's new state after being tapped.
7251           Possible values: [selected], [deselected].
7252     bugs:
7253       - https://github.com/mozilla-mobile/fenix/issues/21593
7254     data_reviews:
7255       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
7256       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7257       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7258     data_sensitivity:
7259       - interaction
7260     notification_emails:
7261       - android-probes@mozilla.com
7262       - cgordon@mozilla.com
7263     expires: never
7264     metadata:
7265       tags:
7266         - PocketIntegration
7267   home_recs_discover_clicked:
7268     type: event
7269     description: |
7270       User tapped the "Discover more" tile to open a new tab
7271       for more Pocket stories.
7272     bugs:
7273       - https://github.com/mozilla-mobile/fenix/issues/21593
7274     data_reviews:
7275       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
7276       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7277       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7278     data_sensitivity:
7279       - interaction
7280     notification_emails:
7281       - android-probes@mozilla.com
7282       - cgordon@mozilla.com
7283     expires: never
7284     metadata:
7285       tags:
7286         - PocketIntegration
7287   home_recs_learn_more_clicked:
7288     type: event
7289     description: |
7290       User tapped "Learn more" to open a new tab for Pocket.
7291     bugs:
7292       - https://github.com/mozilla-mobile/fenix/issues/21593
7293     data_reviews:
7294       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
7295       - https://github.com/mozilla-mobile/fenix/pull/26184#issuecomment-1194744884
7296       - https://github.com/mozilla-mobile/firefox-android/pull/3319
7297     data_sensitivity:
7298       - interaction
7299     notification_emails:
7300       - android-probes@mozilla.com
7301       - cgordon@mozilla.com
7302     expires: never
7303     metadata:
7304       tags:
7305         - PocketIntegration
7307 first_session:
7308   campaign:
7309     type: string
7310     send_in_pings:
7311       - first-session
7312     description: |
7313       The name of the campaign that is responsible for this installation.
7314     bugs:
7315       - https://github.com/mozilla-mobile/fenix/issues/7295
7316     data_reviews:
7317       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
7318       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7319       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7320       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7321       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7322     data_sensitivity:
7323       - technical
7324       - interaction
7325     notification_emails:
7326       - android-probes@mozilla.com
7327       - cgordon@mozilla.com
7328     expires: never
7329     metadata:
7330       tags:
7331         - Performance
7332         - Attribution
7333   network:
7334     type: string
7335     send_in_pings:
7336       - first-session
7337     description: |
7338       The name of the Network that sourced this installation.
7339     bugs:
7340       - https://github.com/mozilla-mobile/fenix/issues/7295
7341     data_reviews:
7342       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
7343       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7344       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7345       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7346       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7347     data_sensitivity:
7348       - technical
7349       - interaction
7350     notification_emails:
7351       - android-probes@mozilla.com
7352       - cgordon@mozilla.com
7353     expires: never
7354     metadata:
7355       tags:
7356         - Performance
7357         - Attribution
7358   adgroup:
7359     type: string
7360     send_in_pings:
7361       - first-session
7362     description: |
7363       The name of the AdGroup that was used to source this installation.
7364     bugs:
7365       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
7366     data_reviews:
7367       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
7368       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7369       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7370       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7371       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7372     data_sensitivity:
7373       - technical
7374       - interaction
7375     notification_emails:
7376       - android-probes@mozilla.com
7377       - cgordon@mozilla.com
7378     expires: never
7379     metadata:
7380       tags:
7381         - Telemetry
7382         - Attribution
7383   creative:
7384     send_in_pings:
7385       - first-session
7386     type: string
7387     description: |
7388       The identifier of the creative material that the user interacted with.
7389     bugs:
7390       - https://github.com/mozilla-mobile/fenix/issues/7295
7391     data_reviews:
7392       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
7393       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7394       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7395       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7396       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7397     data_sensitivity:
7398       - technical
7399       - interaction
7400     notification_emails:
7401       - android-probes@mozilla.com
7402       - cgordon@mozilla.com
7403     expires: never
7404     metadata:
7405       tags:
7406         - Performance
7407         - Attribution
7408   distribution_id:
7409     type: string
7410     description: |
7411       A string containing the distribution identifier. This is currently used
7412       to identify installs from Mozilla Online.
7413     send_in_pings:
7414       - first-session
7415     bugs:
7416       - https://github.com/mozilla-mobile/fenix/issues/20376
7417     data_reviews:
7418       - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848
7419     data_sensitivity:
7420       - technical
7421     notification_emails:
7422       - android-probes@mozilla.com
7423       - rxu@mozilla.com
7424     expires: never
7425   timestamp:
7426     send_in_pings:
7427       - first-session
7428     type: datetime
7429     description: |
7430       The Glean generated date and time of the installation. This is
7431       unique per app install, though the rest of the data in this
7432       ping is from Adjust and will remain static across installs.
7433     bugs:
7434       - https://github.com/mozilla-mobile/fenix/issues/7295
7435     data_reviews:
7436       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
7437       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7438       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7439       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
7440       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7441     data_sensitivity:
7442       - technical
7443       - interaction
7444     notification_emails:
7445       - android-probes@mozilla.com
7446       - cgordon@mozilla.com
7447     expires: never
7448     metadata:
7449       tags:
7450         - Performance
7451         - Attribution
7452   adjust_attribution_time:
7453     type: timing_distribution
7454     time_unit: millisecond
7455     send_in_pings:
7456       - first-session
7457       - metrics
7458     description: >
7459       The time that it takes to derive the attribution parameters by
7460       the Adjust SDK.
7461     bugs:
7462       - https://bugzilla.mozilla.org/show_bug.cgi?id=1823492
7463     data_reviews:
7464       - https://github.com/mozilla-mobile/firefox-android/pull/1341#pullrequestreview-1354835757
7465     data_sensitivity:
7466       - technical
7467     notification_emails:
7468       - android-probes@mozilla.com
7469     expires: 124
7470     metadata:
7471       tags:
7472         - Performance
7473         - Attribution
7474   adjust_attribution_timespan:
7475     type: timespan
7476     time_unit: millisecond
7477     send_in_pings:
7478       - first-session
7479       - metrics
7480     description: >
7481       The time that it takes to derive the attribution parameters by
7482       the Adjust SDK.
7483     bugs:
7484       - https://bugzilla.mozilla.org/show_bug.cgi?id=1823492
7485     data_reviews:
7486       - https://github.com/mozilla-mobile/firefox-android/pull/2974
7487     data_sensitivity:
7488       - technical
7489     notification_emails:
7490       - android-probes@mozilla.com
7491     expires: 124
7492     metadata:
7493       tags:
7494         - Performance
7495         - Attribution
7496 play_store_attribution:
7497   source:
7498     type: string
7499     send_in_pings:
7500       - first-session
7501     description: |
7502       The name of the utm_source that is responsible for this installation.
7503     bugs:
7504       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7505     data_reviews:
7506       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7507     data_sensitivity:
7508       - technical
7509       - interaction
7510     notification_emails:
7511       - android-probes@mozilla.com
7512     expires: 124
7513     metadata:
7514       tags:
7515         - Attribution
7516   medium:
7517     type: string
7518     send_in_pings:
7519       - first-session
7520     description: |
7521       The name of the utm_medium that is responsible for this installation.
7522     bugs:
7523       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7524     data_reviews:
7525       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7526     data_sensitivity:
7527       - technical
7528       - interaction
7529     notification_emails:
7530       - android-probes@mozilla.com
7531     expires: 124
7532     metadata:
7533       tags:
7534         - Attribution
7535   campaign:
7536     type: string
7537     send_in_pings:
7538       - first-session
7539     description: |
7540       The name of the utm_campaign that is responsible for this installation.
7541     bugs:
7542       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7543     data_reviews:
7544       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7545     data_sensitivity:
7546       - technical
7547       - interaction
7548     notification_emails:
7549       - android-probes@mozilla.com
7550     expires: 124
7551     metadata:
7552       tags:
7553         - Attribution
7554   term:
7555     type: string
7556     send_in_pings:
7557       - first-session
7558     description: |
7559       The name of the utm_term that is responsible for this installation.
7560     bugs:
7561       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7562     data_reviews:
7563       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7564     data_sensitivity:
7565       - technical
7566       - interaction
7567     notification_emails:
7568       - android-probes@mozilla.com
7569     expires: 124
7570     metadata:
7571       tags:
7572         - Attribution
7573   content:
7574     type: string
7575     send_in_pings:
7576       - first-session
7577     description: |
7578       The name of the utm_content that is responsible for this installation.
7579     bugs:
7580       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7581     data_reviews:
7582       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7583     data_sensitivity:
7584       - technical
7585       - interaction
7586     notification_emails:
7587       - android-probes@mozilla.com
7588     expires: 124
7589     metadata:
7590       tags:
7591         - Attribution
7592   attribution_time:
7593     type: timing_distribution
7594     time_unit: millisecond
7595     send_in_pings:
7596       - metrics
7597     description: >
7598       The time that it takes to derive the attribution parameters by
7599       the Google Play Install Referrer library.
7600     bugs:
7601       - https://bugzilla.mozilla.org/show_bug.cgi?id=1832069
7602     data_reviews:
7603       - https://github.com/mozilla-mobile/firefox-android/pull/1991#issuecomment-1545842578
7604     data_sensitivity:
7605       - technical
7606     notification_emails:
7607       - android-probes@mozilla.com
7608     expires: 124
7609     metadata:
7610       tags:
7611         - Attribution
7612         - Performance
7613 browser.search:
7614   with_ads:
7615     type: labeled_counter
7616     description: |
7617       Records counts of SERP pages with adverts displayed.
7618       The key format is
7619       `<provider-name>.in-content.[sap|sap-follow-on|organic].[code|none](.[channel])?`,
7620       where:
7622       * `provider-name` is the name of the provider,
7623       * `sap|sap-follow-on|organic` is the search access point,
7624       * `code` is set when the url matches any of the provider's code prefixes,
7625       * `channel` is set to the url "channel" query parameter.
7626     send_in_pings:
7627       - metrics
7628       - baseline
7629     bugs:
7630       - https://github.com/mozilla-mobile/fenix/issues/6558
7631       - https://github.com/mozilla-mobile/fenix/issues/28010
7632       - https://bugzilla.mozilla.org/show_bug.cgi?id=1799049
7633     data_reviews:
7634       - https://github.com/mozilla-mobile/fenix/pull/10112
7635       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7636       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7637       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
7638       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7639       - https://github.com/mozilla-mobile/fenix/pull/28012#issuecomment-1330822281
7640     data_sensitivity:
7641       - interaction
7642     notification_emails:
7643       - android-probes@mozilla.com
7644       - cgordon@mozilla.com
7645     expires: never
7646     no_lint:
7647       - BASELINE_PING
7648   ad_clicks:
7649     type: labeled_counter
7650     description: |
7651       Records clicks of adverts on SERP pages.
7652       The key format is
7653       `<provider-name>.in-content.[sap|sap-follow-on|organic].[code|none](.[channel])?`,
7654       where:
7656       * `provider-name` is the name of the provider,
7657       * `sap|sap-follow-on|organic` is the search access point,
7658       * `code` is set when the url matches any of the provider's code prefixes,
7659       * `channel` is set to the url "channel" query parameter.
7660     send_in_pings:
7661       - metrics
7662       - baseline
7663     bugs:
7664       - https://github.com/mozilla-mobile/fenix/issues/6558
7665       - https://github.com/mozilla-mobile/fenix/issues/28010
7666     data_reviews:
7667       - https://github.com/mozilla-mobile/fenix/pull/10112
7668       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7669       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7670       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
7671       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7672       - https://github.com/mozilla-mobile/fenix/pull/28012#issuecomment-1330822281
7673     data_sensitivity:
7674       - interaction
7675     notification_emails:
7676       - android-probes@mozilla.com
7677       - cgordon@mozilla.com
7678     expires: never
7679     no_lint:
7680       - BASELINE_PING
7681   in_content:
7682     type: labeled_counter
7683     description: |
7684       Records the type of interaction a user has on SERP pages.
7685     send_in_pings:
7686       - metrics
7687       - baseline
7688     bugs:
7689       - https://github.com/mozilla-mobile/fenix/issues/6557
7690     data_reviews:
7691       - https://github.com/mozilla-mobile/fenix/pull/10167
7692       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
7693       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7694       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
7695       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7696     data_sensitivity:
7697       - interaction
7698     notification_emails:
7699       - android-probes@mozilla.com
7700       - cgordon@mozilla.com
7701     expires: never
7702     no_lint:
7703       - BASELINE_PING
7705 addons:
7706   open_addons_in_settings:
7707     type: event
7708     description: |
7709       A user accessed "Add-ons" from the Settings
7710     bugs:
7711       - https://github.com/mozilla-mobile/fenix/issues/6174
7712       - https://github.com/mozilla-mobile/fenix/issues/19923
7713     data_reviews:
7714       - https://github.com/mozilla-mobile/fenix/pull/8318
7715       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7716       - https://github.com/mozilla-mobile/fenix/pull/18143
7717       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7718       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
7719       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
7720       - https://github.com/mozilla-mobile/firefox-android/pull/1875
7721     data_sensitivity:
7722       - interaction
7723     notification_emails:
7724       - android-probes@mozilla.com
7725       - cgordon@mozilla.com
7726     expires: never
7727     metadata:
7728       tags:
7729         - WebExtensions
7730   open_addon_in_toolbar_menu:
7731     type: event
7732     description: |
7733       A user interacted with an installed add-on in the toolbar menu
7734     extra_keys:
7735       addon_id:
7736         description: |
7737           The id of the add-on that was interacted with in the toolbar menu
7738         type: string
7739     bugs:
7740       - https://github.com/mozilla-mobile/fenix/issues/6174
7741       - https://github.com/mozilla-mobile/fenix/issues/19923
7742     data_reviews:
7743       - https://github.com/mozilla-mobile/fenix/pull/8318
7744       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7745       - https://github.com/mozilla-mobile/fenix/pull/18143
7746       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7747       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
7748       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
7749       - https://github.com/mozilla-mobile/firefox-android/pull/1875
7750     data_sensitivity:
7751       - interaction
7752     notification_emails:
7753       - android-probes@mozilla.com
7754       - cgordon@mozilla.com
7755     expires: never
7756     metadata:
7757       tags:
7758         - WebExtensions
7759   has_installed_addons:
7760     type: boolean
7761     description: |
7762       Whether or not the user has installed add-ons on the device.
7763     send_in_pings:
7764       - metrics
7765     bugs:
7766       - https://github.com/mozilla-mobile/fenix/issues/6174
7767       - https://github.com/mozilla-mobile/fenix/issues/19923
7768     data_reviews:
7769       - https://github.com/mozilla-mobile/fenix/pull/8318
7770       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7771       - https://github.com/mozilla-mobile/fenix/pull/18143
7772       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7773       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7774     data_sensitivity:
7775       - interaction
7776     notification_emails:
7777       - android-probes@mozilla.com
7778       - cgordon@mozilla.com
7779     expires: never
7780     metadata:
7781       tags:
7782         - WebExtensions
7783   has_enabled_addons:
7784     type: boolean
7785     description: |
7786       Whether or not the user has enabled add-ons on the device.
7787     send_in_pings:
7788       - metrics
7789     bugs:
7790       - https://github.com/mozilla-mobile/fenix/issues/6174
7791       - https://github.com/mozilla-mobile/fenix/issues/19923
7792     data_reviews:
7793       - https://github.com/mozilla-mobile/fenix/pull/8318
7794       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7795       - https://github.com/mozilla-mobile/fenix/pull/18143
7796       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7797       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
7798     data_sensitivity:
7799       - interaction
7800     notification_emails:
7801       - android-probes@mozilla.com
7802       - cgordon@mozilla.com
7803     expires: never
7804     metadata:
7805       tags:
7806         - WebExtensions
7807   installed_addons:
7808     type: string_list
7809     description: |
7810       A list of all installed add-ons on the device.
7811     send_in_pings:
7812       - metrics
7813     bugs:
7814       - https://github.com/mozilla-mobile/fenix/issues/8920
7815       - https://github.com/mozilla-mobile/fenix/issues/19923
7816     data_reviews:
7817       - https://github.com/mozilla-mobile/fenix/pull/11080
7818       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7819       - https://github.com/mozilla-mobile/fenix/pull/18143
7820       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7821       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
7822     data_sensitivity:
7823       - interaction
7824     notification_emails:
7825       - android-probes@mozilla.com
7826       - cgordon@mozilla.com
7827     expires: never
7828     metadata:
7829       tags:
7830         - WebExtensions
7831   enabled_addons:
7832     type: string_list
7833     description: |
7834       A list of all enabled add-ons on the device.
7835     send_in_pings:
7836       - metrics
7837     bugs:
7838       - https://github.com/mozilla-mobile/fenix/issues/8920
7839       - https://github.com/mozilla-mobile/fenix/issues/19923
7840     data_reviews:
7841       - https://github.com/mozilla-mobile/fenix/pull/11080
7842       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
7843       - https://github.com/mozilla-mobile/fenix/pull/18143
7844       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
7845       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
7846       - https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
7847       - https://github.com/mozilla-mobile/firefox-android/pull/1875
7848     data_sensitivity:
7849       - interaction
7850     notification_emails:
7851       - android-probes@mozilla.com
7852       - cgordon@mozilla.com
7853     expires: never
7854     metadata:
7855       tags:
7856         - WebExtensions
7857   extensions_process_ui_retry:
7858     type: counter
7859     lifetime: application
7860     description: |
7861       A counter that indicates the number of times that a user
7862       has clicked on the button try to restart add-ons
7863       on the dialog for when the extensions process crashed.
7864     send_in_pings:
7865       - metrics
7866     bugs:
7867       - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350
7868     data_reviews:
7869       - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350#c2
7870       - https://github.com/mozilla-mobile/firefox-android/pull/3472
7871     data_sensitivity:
7872       - interaction
7873     notification_emails:
7874       - android-probes@mozilla.com
7875       - wdurand@mozilla.com
7876       - amejiamarmol@mozilla.com
7877       - addons-dev-internal@mozilla.com
7878     expires: never
7879     metadata:
7880       tags:
7881         - WebExtensions
7882   extensions_process_ui_disable:
7883     type: counter
7884     lifetime: application
7885     description: |
7886       A counter that indicates the number of times that a user
7887       has clicked on the button continue with add-ons
7888       disabled on the dialog for when the extensions
7889       process crashed.
7890     send_in_pings:
7891       - metrics
7892     bugs:
7893       - https://github.com/mozilla-mobile/fenix/issues/19931
7894     data_reviews:
7895       - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350#c2
7896       - https://github.com/mozilla-mobile/firefox-android/pull/3472
7897     data_sensitivity:
7898       - interaction
7899     notification_emails:
7900       - android-probes@mozilla.com
7901       - wdurand@mozilla.com
7902       - amejiamarmol@mozilla.com
7903       - addons-dev-internal@mozilla.com
7904     expires: never
7905     metadata:
7906       tags:
7907         - WebExtensions
7908 perf.startup:
7909   cold_main_app_to_first_frame:
7910     type: timing_distribution
7911     time_unit: millisecond
7912     description: |
7913       The duration from `*Application`'s initializer to the first Android frame
7914       being drawn in a [COLD MAIN start
7915       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
7916       Notably, this duration omits the time from process start to the
7917       initializer (which includes a lengthy dex operation) and the time from
7918       the first frame to visual completeness. This probe doesn't measure Custom
7919       Tabs or other uses of `ExternalAppBrowserActivity` to simplify result
7920       analysis. The methodology for determining this measurement is imperfect
7921       to simplify implementation. Issues may include:
7922       <br>- Not measuring Beta and Release channels (due to
7923       `MigrationDecisionActivity` interrupting the logic).
7924       <br>- Not distinguishing between MAIN to homescreen, onboarding, session
7925       restore, others?
7926       <br>- Not choosing to record a MAIN based on what the user would see and
7927       thus the core code path (i.e. the thing we want to measure) but rather on
7928       the initial `Intent` state.
7929       <br><br>
7930       The hope is that these cases will not have a significant impact on the end
7931       results but, if they appear to, we can replace it with a more complex
7932       implementation.
7933       <br><br>
7934       Around April 8, 2021 the implementation was refactored. Functionally, it
7935       should be the same but it's noted just in case there are bugs.
7936     bugs:
7937       - https://github.com/mozilla-mobile/fenix/issues/18426
7938     data_reviews:
7939       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
7940       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
7941       - https://github.com/mozilla-mobile/fenix/pull/23506
7942     data_sensitivity:
7943       - technical
7944     notification_emails:
7945       - perf-telemetry-alerts@mozilla.com
7946       - mcomella@mozilla.com
7947     expires: never
7948   cold_view_app_to_first_frame:
7949     type: timing_distribution
7950     time_unit: millisecond
7951     description: |
7952       The duration from `*Application`'s initializer to the first Android frame
7953       being drawn in a [COLD VIEW start
7954       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
7955       The methodology for determining this measurement is imperfect to simplify
7956       implementation. Issues may include:
7957       <br>-Including VIEW intents that aren't valid so take code paths similar
7958       to MAIN (this is speculative)
7959       <br><br>
7960       See the `cold_main_app_to_first_frame` probe docs for other possible
7961       known issues and more details.
7962       <br><br>
7963       Around April 8, 2021 the implementation was refactored. Functionally, it
7964       should be the same but it's noted just in case there are bugs.
7965     bugs:
7966       - https://github.com/mozilla-mobile/fenix/issues/18426
7967     data_reviews:
7968       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
7969       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
7970       - https://github.com/mozilla-mobile/fenix/pull/23506
7971     data_sensitivity:
7972       - technical
7973     notification_emails:
7974       - perf-telemetry-alerts@mozilla.com
7975       - mcomella@mozilla.com
7976     expires: never
7977   cold_unknwn_app_to_first_frame:
7978     type: timing_distribution
7979     time_unit: millisecond
7980     description: |
7981       The duration from `*Application`'s initializer to the first Android frame
7982       being drawn in a [COLD start
7983       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary)
7984       where we can't say it was a MAIN or VIEW start up. The methodology for
7985       determining this measurement is imperfect to simplify implementation.
7986       <br><br>
7987       See the `cold_main_app_to_first_frame` probe docs for known issues and
7988       more details.
7989       <br><br>
7990       Around April 8, 2021 the implementation was refactored. Functionally, it
7991       should be the same but it's noted just in case there are bugs.
7992     bugs:
7993       - https://github.com/mozilla-mobile/fenix/issues/18426
7994     data_reviews:
7995       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
7996       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
7997       - https://github.com/mozilla-mobile/fenix/pull/23506
7998     data_sensitivity:
7999       - technical
8000     notification_emails:
8001       - perf-telemetry-alerts@mozilla.com
8002       - mcomella@mozilla.com
8003     expires: never
8004   application_on_create:
8005     type: timing_distribution
8006     time_unit: millisecond
8007     description: |
8008       The duration of `FenixApplication.onCreate` in the main process. This does
8009       not measure the duration of migration code (via
8010       `MigratingFenixApplication` included in the Beta and Release channels.
8011     bugs:
8012       - https://github.com/mozilla-mobile/fenix/issues/17969
8013     data_reviews:
8014       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
8015       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
8016       - https://github.com/mozilla-mobile/fenix/pull/23506
8017     data_sensitivity:
8018       - technical
8019     notification_emails:
8020       - perf-telemetry-alerts@mozilla.com
8021       - mcomella@mozilla.com
8022     expires: never
8023   startup_type:
8024     type: labeled_counter
8025     description: |
8026       Indicates how the browser was started. The label is divided into two
8027       variables. `state` is how cached the browser is when started. `path` is
8028       what code path we are expected to take. Together, they create a combined
8029       label: `state_path`. For brevity, the specific states are documented in
8030       the [Fenix perf
8031       glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
8032       <br><br>
8033       This implementation is intended to be simple, not comprehensive. We list
8034       the implications below.
8036       <br><br>
8037       These ways of opening the app undesirably adds events to our primary
8038       buckets (non-`unknown` cases):
8039       <br>- App switcher cold/warm: `cold/warm_` + duplicates path from
8040       previous launch
8041       <br>- Home screen shortcuts: `*_view`
8042       <br>- An Intent is sent internally that's uses `ACTION_MAIN` or
8043       `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
8044       <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
8045       `*_main/view`
8047       <br><br>
8048       These ways of opening the app undesirably do not add their events to our
8049       primary buckets:
8050       <br>- Close and reopen the app very quickly: no event is recorded.
8052       <br><br>
8053       These ways of opening the app don't affect our primary buckets:
8054       <br>- App switcher hot: `hot_unknown`
8055       <br>- PWA (all states): `unknown_unknown`
8056       <br>- Custom tab: `unknown_view`
8057       <br>- Cold start where a service or other non-activity starts the process
8058       (not manually tested) - this seems to happen if you have the homescreen
8059       widget: `unknown_*`
8060       <br>- Another activity is drawn before HomeActivity (e.g. widget voice
8061       search): `unknown_*`
8062       <br>- Widget text search: `*_unknown`
8064       <br><br>
8065       In addition to the events above, the `unknown` state may be chosen when we
8066       were unable to determine a cause due to implementation details or the API
8067       was used incorrectly. We may be able to record the events listed above
8068       into different buckets but we kept the implementation simple for now.
8069       <br><br>
8070       N.B.: for implementation simplicity, we duplicate the logic in app that
8071       determines `path` so it's not perfectly accurate. In one way, we record we
8072       is intended to happen rather than what actually happened (e.g. the user
8073       may click a link so we record VIEW but the app does a MAIN by going to the
8074       homescreen because the link was invalid).
8075     labels:
8076       - cold_main
8077       - cold_view
8078       - cold_unknown
8079       - warm_main
8080       - warm_view
8081       - warm_unknown
8082       - hot_main
8083       - hot_view
8084       - hot_unknown
8085       - unknown_main
8086       - unknown_view
8087       - unknown_unknown
8088     bugs:
8089       - https://github.com/mozilla-mobile/fenix/issues/18836
8090     data_reviews:
8091       - https://github.com/mozilla-mobile/fenix/pull/19028
8092       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
8093       - https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
8094     data_sensitivity:
8095       - interaction
8096     notification_emails:
8097       - perf-telemetry-alerts@mozilla.com
8098       - mleclair@mozilla.com
8099     expires: never
8101 perf.awesomebar:
8102   history_suggestions:
8103     send_in_pings:
8104       - metrics
8105     type: timing_distribution
8106     time_unit: millisecond
8107     description: |
8108       Duration of a history awesomebar suggestion query.
8109     bugs:
8110       - https://github.com/mozilla-mobile/android-components/issues/4992
8111     data_reviews:
8112       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8113       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8114       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8115       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8116       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8117     data_sensitivity:
8118       - technical
8119       - interaction
8120     notification_emails:
8121       - android-probes@mozilla.com
8122       - cgordon@mozilla.com
8123     expires: never
8124   bookmark_suggestions:
8125     send_in_pings:
8126       - metrics
8127     type: timing_distribution
8128     time_unit: millisecond
8129     description: |
8130       Duration of a bookmarks awesomebar suggestion query.
8131     bugs:
8132       - https://github.com/mozilla-mobile/android-components/issues/4992
8133     data_reviews:
8134       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8135       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8136       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8137       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8138       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8139     data_sensitivity:
8140       - technical
8141       - interaction
8142     notification_emails:
8143       - android-probes@mozilla.com
8144     expires: 123
8145   search_engine_suggestions:
8146     send_in_pings:
8147       - metrics
8148     type: timing_distribution
8149     time_unit: millisecond
8150     description: |
8151       Duration of a search engine awesomebar suggestion query.
8152     bugs:
8153       - https://github.com/mozilla-mobile/android-components/issues/4992
8154     data_reviews:
8155       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8156       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8157       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8158       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8159       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8160     data_sensitivity:
8161       - technical
8162       - interaction
8163     notification_emails:
8164       - android-probes@mozilla.com
8165     expires: 123
8166   session_suggestions:
8167     send_in_pings:
8168       - metrics
8169     type: timing_distribution
8170     time_unit: millisecond
8171     description: |
8172       Duration of a session awesomebar suggestion query.
8173     bugs:
8174       - https://github.com/mozilla-mobile/android-components/issues/4992
8175     data_reviews:
8176       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8177       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8178       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8179       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8180       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8181     data_sensitivity:
8182       - technical
8183       - interaction
8184     notification_emails:
8185       - android-probes@mozilla.com
8186     expires: 123
8187   synced_tabs_suggestions:
8188     send_in_pings:
8189       - metrics
8190     type: timing_distribution
8191     time_unit: millisecond
8192     description: |
8193       Duration of a synced tabs awesomebar suggestion query.
8194     bugs:
8195       - https://github.com/mozilla-mobile/android-components/issues/4992
8196     data_reviews:
8197       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8198       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8199       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8200       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8201       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8202     data_sensitivity:
8203       - technical
8204       - interaction
8205     notification_emails:
8206       - android-probes@mozilla.com
8207     expires: 123
8208   clipboard_suggestions:
8209     send_in_pings:
8210       - metrics
8211     type: timing_distribution
8212     time_unit: millisecond
8213     description: |
8214       Duration of a clipboard awesomebar suggestion query.
8215     bugs:
8216       - https://github.com/mozilla-mobile/android-components/issues/4992
8217     data_reviews:
8218       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8219       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8220       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8221       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8222       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8223     data_sensitivity:
8224       - technical
8225       - interaction
8226     notification_emails:
8227       - android-probes@mozilla.com
8228     expires: 123
8229   shortcuts_suggestions:
8230     send_in_pings:
8231       - metrics
8232     type: timing_distribution
8233     time_unit: millisecond
8234     description: |
8235       Duration of a shortcuts awesomebar suggestion query.
8236     bugs:
8237       - https://github.com/mozilla-mobile/android-components/issues/4992
8238     data_reviews:
8239       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
8240       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8241       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
8242       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
8243       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8244     data_sensitivity:
8245       - technical
8246       - interaction
8247     notification_emails:
8248       - android-probes@mozilla.com
8249     expires: 123
8251 autoplay:
8252   visited_setting:
8253     type: event
8254     description: A user visited the autoplay settings screen
8255     bugs:
8256       - https://github.com/mozilla-mobile/fenix/issues/11579
8257     data_reviews:
8258       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
8259       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8260       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8261       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
8262       - https://github.com/mozilla-mobile/fenix/pull/28502
8263     data_sensitivity:
8264       - interaction
8265     notification_emails:
8266       - android-probes@mozilla.com
8267     expires: 124
8268     metadata:
8269       tags:
8270         - SitePermissions
8271   setting_changed:
8272     type: event
8273     description: |
8274       A user changed their autoplay setting to either block_cellular,
8275       block_audio, or block_all.
8276     extra_keys:
8277       autoplay_setting:
8278         description: |
8279           The new setting for autoplay: block_cellular,
8280           block_audio, allow_all or block_all.
8281         type: string
8282     bugs:
8283       - https://github.com/mozilla-mobile/fenix/issues/11579
8284     data_reviews:
8285       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
8286       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8287       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8288       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
8289       - https://github.com/mozilla-mobile/fenix/pull/28502
8290     data_sensitivity:
8291       - interaction
8292     notification_emails:
8293       - android-probes@mozilla.com
8294     expires: 124
8295     metadata:
8296       tags:
8297         - SitePermissions
8299 cookie_banners:
8300   visited_setting:
8301     type: event
8302     description: A user visited the cookie banner handling screen
8303     bugs:
8304       - https://bugzilla.mozilla.org/show_bug.cgi?id=1796146
8305     data_reviews:
8306       - https://github.com/mozilla-mobile/fenix/pull/27561
8307       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8308     data_sensitivity:
8309       - interaction
8310     notification_emails:
8311       - android-probes@mozilla.com
8312     expires: 123
8313     metadata:
8314       tags:
8315         - Privacy&Security
8316   setting_changed:
8317     type: event
8318     description: |
8319       A user changed their setting.
8320     extra_keys:
8321       cookie_banner_setting:
8322         description: |
8323           The new setting for cookie banners: disabled,reject_all,
8324           or reject_or_accept_all.
8325         type: string
8326     bugs:
8327       - https://bugzilla.mozilla.org/show_bug.cgi?id=1796146
8328     data_reviews:
8329       - https://github.com/mozilla-mobile/fenix/pull/27561
8330       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8331     data_sensitivity:
8332       - interaction
8333     notification_emails:
8334       - android-probes@mozilla.com
8335     expires: 123
8336     metadata:
8337       tags:
8338         - Privacy&Security
8339   exception_added:
8340     type: event
8341     description: |
8342       A user added a cookie banner handling exception through
8343       the toggle in the protections panel.
8344     bugs:
8345       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577
8346     data_reviews:
8347       - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056
8348       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8349     data_sensitivity:
8350       - interaction
8351     notification_emails:
8352       - android-probes@mozilla.com
8353     expires: 123
8354     metadata:
8355       tags:
8356         - Privacy&Security
8357   exception_removed:
8358     type: event
8359     description: |
8360       A user removed a cookie banner handling
8361       exception through the toggle in the protections panel.
8362     bugs:
8363       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577
8364     data_reviews:
8365       - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056
8366       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8367     data_sensitivity:
8368       - interaction
8369     notification_emails:
8370       - android-probes@mozilla.com
8371     expires: 123
8372     metadata:
8373       tags:
8374         - Privacy&Security
8375   visited_panel:
8376     type: event
8377     description: A user visited the cookie banner toolbar panel
8378     bugs:
8379       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797577
8380     data_reviews:
8381       - https://github.com/mozilla-mobile/fenix/pull/28044#issuecomment-1334548056
8382       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8383     data_sensitivity:
8384       - interaction
8385     notification_emails:
8386       - android-probes@mozilla.com
8387     expires: 123
8388     metadata:
8389       tags:
8390         - Privacy&Security
8391   visited_re_engagement_dialog:
8392     type: event
8393     description: An user visited the cookie banner re-engagement dialog
8394     bugs:
8395       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797593
8396     data_reviews:
8397       - https://github.com/mozilla-mobile/fenix/pull/28405#issuecomment-1372489596
8398       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8399     data_sensitivity:
8400       - interaction
8401     notification_emails:
8402       - android-probes@mozilla.com
8403     expires: 123
8404     metadata:
8405       tags:
8406         - Privacy&Security
8407   opt_out_re_engagement_dialog:
8408     type: event
8409     description: |
8410       An user opt out the cookie banner re-engagement
8411       dialog by clicking the X button
8412     bugs:
8413       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797593
8414     data_reviews:
8415       - https://github.com/mozilla-mobile/fenix/pull/28405#issuecomment-1372489596
8416       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8417     data_sensitivity:
8418       - interaction
8419     notification_emails:
8420       - android-probes@mozilla.com
8421     expires: 123
8422     metadata:
8423       tags:
8424         - Privacy&Security
8425   not_now_re_engagement_dialog:
8426     type: event
8427     description: |
8428       An user clicked the not now button on
8429       the cookie banner re-engagement dialog
8430     bugs:
8431       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797593
8432     data_reviews:
8433       - https://github.com/mozilla-mobile/fenix/pull/28405#issuecomment-1372489596
8434       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8435     data_sensitivity:
8436       - interaction
8437     notification_emails:
8438       - android-probes@mozilla.com
8439     expires: 123
8440     metadata:
8441       tags:
8442         - Privacy&Security
8443   allow_re_engagement_dialog:
8444     type: event
8445     description: |
8446       An user clicked the dismiss banner button
8447       on the cookie banner re-engagement dialog
8448     bugs:
8449       - https://bugzilla.mozilla.org/show_bug.cgi?id=1797593
8450     data_reviews:
8451       - https://github.com/mozilla-mobile/fenix/pull/28405#issuecomment-1372489596
8452       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8453     data_sensitivity:
8454       - interaction
8455     notification_emails:
8456       - android-probes@mozilla.com
8457     expires: 123
8458     metadata:
8459       tags:
8460         - Privacy&Security
8461   report_site_domain:
8462     type: url
8463     description: |
8464       A user can report a site domain(Ex. for https://edition.cnn.com/
8465       site domain will be cnn.com) when the cookie banner reducer is not
8466       working from the cookie banner details panel.
8467     lifetime: ping
8468     send_in_pings:
8469       - cookie-banner-report-site
8470     bugs:
8471       - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
8472     data_reviews:
8473       - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223
8474       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8475     data_sensitivity:
8476       - technical
8477       - interaction
8478     notification_emails:
8479       - android-probes@mozilla.com
8480     expires: 123
8481     metadata:
8482       tags:
8483         - Privacy&Security
8484   report_site_cancel_button:
8485     type: event
8486     description: |
8487       The user has pressed the report site domain cancel button
8488       from the cookie banner reducer details panel.
8489     bugs:
8490       - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
8491     data_reviews:
8492       - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223
8493       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8494     data_sensitivity:
8495       - interaction
8496     notification_emails:
8497       - android-probes@mozilla.com
8498     expires: 123
8499     metadata:
8500       tags:
8501         - Privacy&Security
8502   report_domain_site_button:
8503     type: event
8504     description: |
8505       The user has pressed the report site domain button
8506       from the cookie banner reducer details panel.
8507     bugs:
8508       - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
8509     data_reviews:
8510       - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223
8511       - https://github.com/mozilla-mobile/firefox-android/pull/3319
8512     data_sensitivity:
8513       - interaction
8514     notification_emails:
8515       - android-probes@mozilla.com
8516     expires: 123
8517     metadata:
8518       tags:
8519         - Privacy&Security
8521 site_permissions:
8522   prompt_shown:
8523     type: event
8524     description: |
8525       A prompt for the user to approve site permissions is shown.
8526     extra_keys:
8527       permissions:
8528         description: |
8529           Comma delimited list of permissions to approve.
8530         type: string
8531     bugs:
8532       - https://github.com/mozilla-mobile/fenix/issues/25658
8533     data_reviews:
8534       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
8535       - https://github.com/mozilla-mobile/firefox-android/pull/1875
8536     data_sensitivity:
8537       - interaction
8538     notification_emails:
8539       - android-probes@mozilla.com
8540     expires: 123
8541     metadata:
8542       tags:
8543         - SitePermissions
8544   permissions_allowed:
8545     type: event
8546     description: |
8547       User approved site permissions.
8548     extra_keys:
8549       permissions:
8550         description: |
8551           Comma delimited list of approved permissions.
8552         type: string
8553     bugs:
8554       - https://github.com/mozilla-mobile/fenix/issues/25658
8555     data_reviews:
8556       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
8557       - https://github.com/mozilla-mobile/firefox-android/pull/1875
8558     data_sensitivity:
8559       - interaction
8560     notification_emails:
8561       - android-probes@mozilla.com
8562     expires: 123
8563     metadata:
8564       tags:
8565         - SitePermissions
8566   permissions_denied:
8567     type: event
8568     description: |
8569       User denied site permissions.
8570     extra_keys:
8571       permissions:
8572         description: |
8573           Comma delimited list of approved permissions.
8574         type: string
8575     bugs:
8576       - https://github.com/mozilla-mobile/fenix/issues/25658
8577     data_reviews:
8578       - https://github.com/mozilla-mobile/fenix/pull/25664#issuecomment-1159151213
8579       - https://github.com/mozilla-mobile/firefox-android/pull/1875
8580     data_sensitivity:
8581       - interaction
8582     notification_emails:
8583       - android-probes@mozilla.com
8584     expires: 123
8585     metadata:
8586       tags:
8587         - SitePermissions
8588 storage.stats:
8589   query_stats_duration:
8590     send_in_pings:
8591       - metrics
8592     type: timing_distribution
8593     description: |
8594       How long it took to query the device for the StorageStats that contain the
8595       file size information. The docs say it may be expensive so we want to
8596       ensure it's not too expensive.  This value is only available on Android
8597       8+.
8598     bugs:
8599       - https://github.com/mozilla-mobile/fenix/issues/12802
8600     data_reviews:
8601       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
8602       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
8603       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8604       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
8605       - https://github.com/mozilla-mobile/fenix/pull/23506
8606     data_sensitivity:
8607       - technical
8608       - interaction
8609     notification_emails:
8610       - android-probes@mozilla.com
8611       - perf-telemetry-alerts@mozilla.com
8612       - mcomella@mozilla.com
8613     expires: never
8614   app_bytes:
8615     send_in_pings:
8616       - metrics
8617     type: memory_distribution
8618     description: |
8619       The size of the app's APK and related files as installed: this is expected
8620       to be larger than download size. This is the output of
8621       [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
8622       so see that for details. This value is only available on Android 8+. A
8623       similar value may be available on the Google Play dashboard: we can use
8624       this value to see if that value is reliable enough.
8625     memory_unit: byte
8626     bugs:
8627       - https://github.com/mozilla-mobile/fenix/issues/12802
8628     data_reviews:
8629       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
8630       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
8631       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8632       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
8633       - https://github.com/mozilla-mobile/fenix/pull/23506
8634     data_sensitivity:
8635       - technical
8636       - interaction
8637     notification_emails:
8638       - android-probes@mozilla.com
8639       - perf-telemetry-alerts@mozilla.com
8640       - mcomella@mozilla.com
8641     expires: never
8642   cache_bytes:
8643     send_in_pings:
8644       - metrics
8645     type: memory_distribution
8646     description: |
8647       The size of all cached data in the app. This is the output of
8648       [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
8649       so see that for details. This value is only available on Android 8+.
8650     memory_unit: byte
8651     bugs:
8652       - https://github.com/mozilla-mobile/fenix/issues/12802
8653     data_reviews:
8654       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
8655       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
8656       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8657       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
8658       - https://github.com/mozilla-mobile/fenix/pull/23506
8659     data_sensitivity:
8660       - technical
8661       - interaction
8662     notification_emails:
8663       - android-probes@mozilla.com
8664       - perf-telemetry-alerts@mozilla.com
8665       - mcomella@mozilla.com
8666     expires: never
8667   data_dir_bytes:
8668     send_in_pings:
8669       - metrics
8670     type: memory_distribution
8671     description: |
8672       The size of all data minus `cache_bytes`. This is the output of
8673       [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
8674       except we subtract the value of `cache_bytes` so the cache is not measured
8675       redundantly; see that method for details. This value is only available on
8676       Android 8+.
8677     memory_unit: byte
8678     bugs:
8679       - https://github.com/mozilla-mobile/fenix/issues/12802
8680     data_reviews:
8681       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
8682       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
8683       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8684       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
8685       - https://github.com/mozilla-mobile/fenix/pull/23506
8686     data_sensitivity:
8687       - technical
8688       - interaction
8689     notification_emails:
8690       - android-probes@mozilla.com
8691       - perf-telemetry-alerts@mozilla.com
8692       - mcomella@mozilla.com
8693     expires: never
8695 progressive_web_app:
8696   homescreen_tap:
8697     type: event
8698     description: |
8699       A user taps on PWA homescreen icon
8700     bugs:
8701       - https://github.com/mozilla-mobile/fenix/issues/10261
8702     data_reviews:
8703       - https://github.com/mozilla-mobile/fenix/pull/11859
8704       - https://github.com/mozilla-mobile/fenix/pull/18071
8705       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8706       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
8707       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
8708       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
8709       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8710     data_sensitivity:
8711       - interaction
8712     notification_emails:
8713       - android-probes@mozilla.com
8714     expires: 123
8715     metadata:
8716       tags:
8717         - PWA
8718   install_tap:
8719     type: event
8720     description: |
8721       A user installs a PWA. Could be a shortcut or added to homescreen.
8722     bugs:
8723       - https://github.com/mozilla-mobile/fenix/issues/10261
8724     data_reviews:
8725       - https://github.com/mozilla-mobile/fenix/pull/11859
8726       - https://github.com/mozilla-mobile/fenix/pull/18071
8727       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8728       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
8729       - https://github.com/mozilla-mobile/fenix/pull/23783#issuecomment-1041863879
8730       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
8731       - https://github.com/mozilla-mobile/firefox-android/pull/2597
8732     data_sensitivity:
8733       - interaction
8734     notification_emails:
8735       - android-probes@mozilla.com
8736     expires: 123
8737     metadata:
8738       tags:
8739         - PWA
8740   onboarding_cancel:
8741     type: event
8742     description: |
8743       User interacts with the onboarding PWA dialog cancel button which takes
8744       them to the website.
8745     bugs:
8746       - https://bugzilla.mozilla.org/show_bug.cgi?id=1821030
8747     data_reviews:
8748       - https://github.com/mozilla-mobile/firefox-android/pull/1164
8749     data_sensitivity:
8750       - interaction
8751     notification_emails:
8752       - android-probes@mozilla.com
8753     expires: 122
8754     metadata:
8755       tags:
8756         - PWA
8758 tabs:
8759   setting_opened:
8760     type: event
8761     description: |
8762       The tab settings were opened.
8763     bugs:
8764       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
8765     data_reviews:
8766       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
8767       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8768       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8769       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8770     data_sensitivity:
8771       - interaction
8772     notification_emails:
8773       - android-probes@mozilla.com
8774       - cgordon@mozilla.com
8775     expires: never
8776     metadata:
8777       tags:
8778         - Tabs
8780 contextual_menu:
8781   copy_tapped:
8782     type: event
8783     description: |
8784       The context menu's 'copy' option was used.
8785     bugs:
8786       - https://github.com/mozilla-mobile/fenix/issues/11580
8787       - https://github.com/mozilla-mobile/fenix/issues/19923
8788     data_reviews:
8789       - https://github.com/mozilla-mobile/fenix/pull/16968
8790       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8791       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8792     data_sensitivity:
8793       - interaction
8794     notification_emails:
8795       - android-probes@mozilla.com
8796       - cgordon@mozilla.com
8797     expires: never
8798     metadata:
8799       tags:
8800         - ContextMenu
8801         - TextSelection
8802   search_tapped:
8803     type: event
8804     description: |
8805       The context menu's 'search' option was used.
8806     bugs:
8807       - https://github.com/mozilla-mobile/fenix/issues/11580
8808       - https://github.com/mozilla-mobile/fenix/issues/19923
8809     data_reviews:
8810       - https://github.com/mozilla-mobile/fenix/pull/16968
8811       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8812       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8813     data_sensitivity:
8814       - interaction
8815     notification_emails:
8816       - android-probes@mozilla.com
8817       - cgordon@mozilla.com
8818     expires: never
8819     metadata:
8820       tags:
8821         - ContextMenu
8822         - TextSelection
8823   select_all_tapped:
8824     type: event
8825     description: |
8826       The context menu's 'select all' option was used.
8827     bugs:
8828       - https://github.com/mozilla-mobile/fenix/issues/11580
8829       - https://github.com/mozilla-mobile/fenix/issues/19923
8830     data_reviews:
8831       - https://github.com/mozilla-mobile/fenix/pull/16968
8832       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8833       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8834     data_sensitivity:
8835       - interaction
8836     notification_emails:
8837       - android-probes@mozilla.com
8838       - cgordon@mozilla.com
8839     expires: never
8840     metadata:
8841       tags:
8842         - ContextMenu
8843         - TextSelection
8844   share_tapped:
8845     type: event
8846     description: |
8847       The context menu's 'share' option was used.
8848     bugs:
8849       - https://github.com/mozilla-mobile/fenix/issues/11580
8850       - https://github.com/mozilla-mobile/fenix/issues/19923
8851     data_reviews:
8852       - https://github.com/mozilla-mobile/fenix/pull/16968
8853       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8854       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8855     data_sensitivity:
8856       - interaction
8857     notification_emails:
8858       - android-probes@mozilla.com
8859       - cgordon@mozilla.com
8860     expires: never
8861     metadata:
8862       tags:
8863         - ContextMenu
8864         - TextSelection
8866 engine_tab:
8867   tab_killed:
8868     type: event
8869     description: |
8870       A tab was killed by the engine to free memory.
8871     extra_keys:
8872       foreground_tab:
8873         description: |
8874           Whether or not the tab was the currently active tab.
8875         type: boolean
8876       app_foreground:
8877         description: |
8878           Whether or not the app was in the foreground when the tab was killed.
8879         type: boolean
8880       had_form_data:
8881         description: |
8882           Whether or not the tab had unsubmitted form data when it was killed.
8883         type: boolean
8884     bugs:
8885       - https://bugzilla.mozilla.org/show_bug.cgi?id=1820211
8886     data_reviews:
8887       - https://github.com/mozilla-mobile/firefox-android/pull/1343#issuecomment-1478535296
8888     notification_emails:
8889       - android-probes@mozilla.com
8890       - cgordon@mozilla.com
8891     expires: never
8893 synced_tabs:
8894   synced_tabs_suggestion_clicked:
8895     type: event
8896     description: |
8897       The synced tab suggestion in awesomebar was clicked.
8898     bugs:
8899       - https://github.com/mozilla-mobile/fenix/issues/18163
8900     data_reviews:
8901       - https://github.com/mozilla-mobile/fenix/pull/18172
8902       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8903       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8904       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
8905       - https://github.com/mozilla-mobile/fenix/pull/28502
8906     data_sensitivity:
8907       - interaction
8908     notification_emails:
8909       - android-probes@mozilla.com
8910     expires: 124
8911     metadata:
8912       tags:
8913         - SyncTabs
8915 awesomebar:
8916   bookmark_suggestion_clicked:
8917     type: event
8918     description: |
8919       The bookmark suggestion in awesomebar was clicked.
8920     bugs:
8921       - https://github.com/mozilla-mobile/fenix/issues/18068
8922     data_reviews:
8923       - https://github.com/mozilla-mobile/fenix/pull/18090
8924       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8925       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8926       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8927     data_sensitivity:
8928       - interaction
8929     notification_emails:
8930       - android-probes@mozilla.com
8931       - cgordon@mozilla.com
8932     expires: never
8933     metadata:
8934       tags:
8935         - Search
8936   clipboard_suggestion_clicked:
8937     type: event
8938     description: |
8939       The clipboard suggestion in awesomebar was clicked.
8940     bugs:
8941       - https://github.com/mozilla-mobile/fenix/issues/18068
8942     data_reviews:
8943       - https://github.com/mozilla-mobile/fenix/pull/18090
8944       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8945       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8946       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8947     data_sensitivity:
8948       - interaction
8949     notification_emails:
8950       - android-probes@mozilla.com
8951       - cgordon@mozilla.com
8952     expires: never
8953     metadata:
8954       tags:
8955         - Search
8956   history_suggestion_clicked:
8957     type: event
8958     description: |
8959       The history suggestion in awesomebar was clicked.
8960     bugs:
8961       - https://github.com/mozilla-mobile/fenix/issues/18068
8962     data_reviews:
8963       - https://github.com/mozilla-mobile/fenix/pull/18090
8964       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8965       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8966       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8967     data_sensitivity:
8968       - interaction
8969     notification_emails:
8970       - android-probes@mozilla.com
8971       - cgordon@mozilla.com
8972     expires: never
8973     metadata:
8974       tags:
8975         - Search
8976   search_action_clicked:
8977     type: event
8978     description: |
8979       The search action in awesomebar was clicked.
8980     bugs:
8981       - https://github.com/mozilla-mobile/fenix/issues/18068
8982     data_reviews:
8983       - https://github.com/mozilla-mobile/fenix/pull/18090
8984       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
8985       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
8986       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
8987     data_sensitivity:
8988       - interaction
8989     notification_emails:
8990       - android-probes@mozilla.com
8991       - cgordon@mozilla.com
8992     expires: never
8993     metadata:
8994       tags:
8995         - Search
8996   search_suggestion_clicked:
8997     type: event
8998     description: |
8999       The search suggestion in awesomebar was clicked.
9000     bugs:
9001       - https://github.com/mozilla-mobile/fenix/issues/18068
9002     data_reviews:
9003       - https://github.com/mozilla-mobile/fenix/pull/18090
9004       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
9005       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
9006       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
9007     data_sensitivity:
9008       - interaction
9009     notification_emails:
9010       - android-probes@mozilla.com
9011       - cgordon@mozilla.com
9012     expires: never
9013     metadata:
9014       tags:
9015         - Search
9016   opened_tab_suggestion_clicked:
9017     type: event
9018     description: |
9019       The opened tab suggestion in awesomebar was clicked.
9020     bugs:
9021       - https://github.com/mozilla-mobile/fenix/issues/18068
9022     data_reviews:
9023       - https://github.com/mozilla-mobile/fenix/pull/18090
9024       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
9025       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
9026       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
9027     data_sensitivity:
9028       - interaction
9029     notification_emails:
9030       - android-probes@mozilla.com
9031       - cgordon@mozilla.com
9032     expires: never
9033     metadata:
9034       tags:
9035         - Search
9036   search_term_suggestion_clicked:
9037     type: event
9038     description: |
9039       The search term suggestion in awesomebar was clicked.
9040     bugs:
9041       - https://github.com/mozilla-mobile/fenix/issues/25816
9042     data_reviews:
9043       - https://github.com/mozilla-mobile/fenix/pull/27810#issuecomment-1380720028
9044     data_sensitivity:
9045       - interaction
9046     notification_emails:
9047       - android-probes@mozilla.com
9048       - cgordon@mozilla.com
9049     expires: never
9050     metadata:
9051       tags:
9052         - Search
9053 android_autofill:
9054   supported:
9055     type: boolean
9056     description: |
9057       Whether or not Android Autofill is supported by the device and is
9058       supported for this user.
9059     bugs:
9060       - https://github.com/mozilla-mobile/android-components/issues/10301
9061     data_reviews:
9062       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9063       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9064       - https://github.com/mozilla-mobile/fenix/pull/27295
9065     data_sensitivity:
9066       - technical
9067     notification_emails:
9068       - android-probes@mozilla.com
9069     expires: 122
9070   enabled:
9071     type: boolean
9072     description: |
9073       Whether or not Firefox is the Android Autofill provider for this user.
9074       provider.
9075     bugs:
9076       - https://github.com/mozilla-mobile/android-components/issues/10301
9077     data_reviews:
9078       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9079       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9080       - https://github.com/mozilla-mobile/fenix/pull/27295
9081     data_sensitivity:
9082       - interaction
9083     notification_emails:
9084       - android-probes@mozilla.com
9085     expires: 122
9086   request_matching_logins:
9087     type: event
9088     description: |
9089       The app received an Android Autofill request from the system and was
9090       able to find matching logins for the request
9091     bugs:
9092       - https://github.com/mozilla-mobile/android-components/issues/10301
9093     data_reviews:
9094       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9095       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9096       - https://github.com/mozilla-mobile/fenix/pull/27295
9097     data_sensitivity:
9098       - interaction
9099     notification_emails:
9100       - android-probes@mozilla.com
9101     expires: 122
9102   request_no_matching_logins:
9103     type: event
9104     description: |
9105       The app received an Android Autofill request from the system and was
9106       not able to find matching logins for the request
9107     bugs:
9108       - https://github.com/mozilla-mobile/android-components/issues/10301
9109     data_reviews:
9110       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9111       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9112       - https://github.com/mozilla-mobile/fenix/pull/27295
9113     data_sensitivity:
9114       - interaction
9115     notification_emails:
9116       - android-probes@mozilla.com
9117     expires: 122
9118   search_displayed:
9119     type: event
9120     description: |
9121       The user has selected the search option to manually search a
9122       matching login
9123     bugs:
9124       - https://github.com/mozilla-mobile/android-components/issues/10301
9125     data_reviews:
9126       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9127       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9128       - https://github.com/mozilla-mobile/fenix/pull/27295
9129     data_sensitivity:
9130       - interaction
9131     notification_emails:
9132       - android-probes@mozilla.com
9133     expires: 122
9134   search_item_selected:
9135     type: event
9136     description: |
9137       The user has selected a search result for autofilling.
9138     bugs:
9139       - https://github.com/mozilla-mobile/android-components/issues/10301
9140     data_reviews:
9141       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9142       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9143       - https://github.com/mozilla-mobile/fenix/pull/27295
9144     data_sensitivity:
9145       - interaction
9146     notification_emails:
9147       - android-probes@mozilla.com
9148     expires: 122
9149   unlock_cancelled:
9150     type: event
9151     description: |
9152       The user needed to unlock the app in order to autofill
9153       logins, but the process was cancelled.
9154     bugs:
9155       - https://github.com/mozilla-mobile/android-components/issues/10301
9156     data_reviews:
9157       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9158       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9159       - https://github.com/mozilla-mobile/fenix/pull/27295
9160     data_sensitivity:
9161       - interaction
9162     notification_emails:
9163       - android-probes@mozilla.com
9164     expires: 122
9165   unlock_successful:
9166     type: event
9167     description: |
9168       The user successfully unlock the app in order to autofill logins
9169     bugs:
9170       - https://github.com/mozilla-mobile/android-components/issues/10301
9171     data_reviews:
9172       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9173       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9174       - https://github.com/mozilla-mobile/fenix/pull/27295
9175     data_sensitivity:
9176       - interaction
9177     notification_emails:
9178       - android-probes@mozilla.com
9179     expires: 122
9180   confirm_cancelled:
9181     type: event
9182     description: |
9183       The user needed to confirm autofilling an unauthenticated
9184       application and decided to cancel
9185     bugs:
9186       - https://github.com/mozilla-mobile/android-components/issues/10301
9187     data_reviews:
9188       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9189       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9190       - https://github.com/mozilla-mobile/fenix/pull/27295
9191     data_sensitivity:
9192       - interaction
9193     notification_emails:
9194       - android-probes@mozilla.com
9195     expires: 122
9196   confirm_successful:
9197     type: event
9198     description: |
9199       The user confirmed autofilling an unauthenticated application
9200     bugs:
9201       - https://github.com/mozilla-mobile/android-components/issues/10301
9202     data_reviews:
9203       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
9204       - https://github.com/mozilla-mobile/fenix/pull/22871#issuecomment-995092496
9205       - https://github.com/mozilla-mobile/fenix/pull/27295
9206     data_sensitivity:
9207       - interaction
9208     notification_emails:
9209       - android-probes@mozilla.com
9210     expires: 122
9212 home_menu:
9213   settings_item_clicked:
9214     type: event
9215     description: The user clicked the settings option in home menu.
9216     bugs:
9217       - https://github.com/mozilla-mobile/fenix/issues/18856
9218     data_reviews:
9219       - https://github.com/mozilla-mobile/fenix/pull/18987
9220       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
9221       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
9222       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
9223       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410675626
9224     data_sensitivity:
9225       - interaction
9226     notification_emails:
9227       - android-probes@mozilla.com
9228       - cgordon@mozilla.com
9229     expires: never
9230     metadata:
9231       tags:
9232         - Settings
9233         - MainMenu
9235 home_screen:
9236   home_screen_displayed:
9237     type: event
9238     description: The home screen was displayed.
9239     bugs:
9240       - https://github.com/mozilla-mobile/fenix/issues/18854
9241     data_reviews:
9242       - https://github.com/mozilla-mobile/fenix/pull/19025
9243       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
9244       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
9245       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
9246       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410681521
9247     data_sensitivity:
9248       - interaction
9249     notification_emails:
9250       - android-probes@mozilla.com
9251       - cgordon@mozilla.com
9252     expires: never
9253     metadata:
9254       tags:
9255         - HomeScreen
9256   standard_homepage_view_count:
9257     type: counter
9258     description: |
9259       The number of times the standard browsing mode home screen was
9260       displayed to the user. (for tile counts)
9261     bugs:
9262       - https://bugzilla.mozilla.org/show_bug.cgi?id=1842082
9263     data_reviews:
9264       - https://github.com/mozilla-mobile/firefox-android/pull/2841
9265     data_sensitivity:
9266       - interaction
9267     notification_emails:
9268       - android-probes@mozilla.com
9269       - cgordon@mozilla.com
9270     expires: never
9271     metadata:
9272       tags:
9273         - HomeScreen
9274   home_screen_view_count:
9275     type: counter
9276     description: |
9277       The number of times the home screen was displayed to the user.
9278     bugs:
9279       - https://github.com/mozilla-mobile/fenix/issues/22146
9280     data_reviews:
9281       - https://github.com/mozilla-mobile/fenix/pull/22377
9282       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
9283       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9284     data_sensitivity:
9285       - interaction
9286     notification_emails:
9287       - android-probes@mozilla.com
9288       - cgordon@mozilla.com
9289     expires: never
9290   customize_home_clicked:
9291     type: event
9292     description: A user clicked on Customize home from the home screen menu.
9293     bugs:
9294       - https://github.com/mozilla-mobile/fenix/pull/21344
9295     data_reviews:
9296       - https://github.com/mozilla-mobile/fenix/pull/21344
9297       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
9298       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9299     data_sensitivity:
9300       - interaction
9301     notification_emails:
9302       - android-probes@mozilla.com
9303       - cgordon@mozilla.com
9304     expires: never
9306 homepage:
9307   private_mode_icon_tapped:
9308     type: event
9309     description: |
9310       A user tapped the private browsing icon on the homepage.
9311     bugs:
9312       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841153
9313     data_reviews:
9314       - https://github.com/mozilla-mobile/firefox-android/pull/2725
9315     data_sensitivity:
9316       - interaction
9317     notification_emails:
9318       - android-probes@mozilla.com
9319       - cgordon@mozilla.com
9320     expires: never
9321     metadata:
9322       tags:
9323         - Tabs
9325 start_on_home:
9326   enter_home_screen:
9327     type: event
9328     description: |
9329       Know how often user lands on Homescreen upon opening the app.
9330     bugs:
9331       - https://github.com/mozilla-mobile/fenix/issues/19881
9332     data_reviews:
9333       - https://github.com/mozilla-mobile/fenix/pull/19885
9334       - https://github.com/mozilla-mobile/fenix/pull/24982
9335       - https://github.com/mozilla-mobile/firefox-android/pull/1101
9336     data_sensitivity:
9337       - interaction
9338     notification_emails:
9339       - android-probes@mozilla.com
9340       - cgordon@mozilla.com
9341     expires: never
9342     metadata:
9343       tags:
9344         - HomeScreen
9345   open_tabs_tray:
9346     type: event
9347     description: |
9348       Know how often users open the tab tray.
9349     bugs:
9350       - https://github.com/mozilla-mobile/fenix/issues/19881
9351     data_reviews:
9352       - https://github.com/mozilla-mobile/fenix/pull/19885
9353       - https://github.com/mozilla-mobile/fenix/pull/24982
9354       - https://github.com/mozilla-mobile/firefox-android/pull/1101
9355     data_sensitivity:
9356       - interaction
9357     notification_emails:
9358       - android-probes@mozilla.com
9359       - cgordon@mozilla.com
9360     expires: never
9361     metadata:
9362       tags:
9363         - HomeScreen
9364         - Tabs
9365 recent_tabs:
9366   show_all_clicked:
9367     type: event
9368     description: |
9369       User has clicked show all button and opened tabs tray.
9370     bugs:
9371       - https://github.com/mozilla-mobile/fenix/issues/19955
9372     data_reviews:
9373       - https://github.com/mozilla-mobile/fenix/pull/20138
9374       - https://github.com/mozilla-mobile/fenix/pull/24982
9375       - https://github.com/mozilla-mobile/firefox-android/pull/1101
9376     data_sensitivity:
9377       - interaction
9378     notification_emails:
9379       - android-probes@mozilla.com
9380     expires: 126
9381     metadata:
9382       tags:
9383         - RecentTabs
9384   recent_tab_opened:
9385     type: event
9386     description: |
9387       User has opened a recent tab from homescreen.
9388     bugs:
9389       - https://github.com/mozilla-mobile/fenix/issues/19955
9390     data_reviews:
9391       - https://github.com/mozilla-mobile/fenix/pull/20138
9392       - https://github.com/mozilla-mobile/fenix/pull/24982
9393       - https://github.com/mozilla-mobile/firefox-android/pull/1101
9394     data_sensitivity:
9395       - interaction
9396     notification_emails:
9397       - android-probes@mozilla.com
9398       - cgordon@mozilla.com
9399     expires: never
9400     metadata:
9401       tags:
9402         - RecentTabs
9403   section_visible:
9404     type: boolean
9405     description: |
9406       An indication of whether the recent tabs /
9407       Jump Back In section is visible on the homepage.
9408     bugs:
9409       - https://github.com/mozilla-mobile/fenix/issues/22107
9410     data_reviews:
9411       - https://github.com/mozilla-mobile/fenix/pull/22166
9412       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
9413       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9414     data_sensitivity:
9415       - interaction
9416     notification_emails:
9417       - android-probes@mozilla.com
9418     expires: 123
9419   jump_back_in_cfr_shown:
9420     type: event
9421     description: |
9422       Jump back in CFR has been displayed to the user.
9423     bugs:
9424       - https://github.com/mozilla-mobile/fenix/issues/26191
9425     data_reviews:
9426       - https://github.com/mozilla-mobile/fenix/pull/26202
9427       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9428     data_sensitivity:
9429       - interaction
9430     notification_emails:
9431       - android-probes@mozilla.com
9432       - cgordon@mozilla.com
9433     expires: never
9434   jump_back_in_cfr_dismissed:
9435     type: event
9436     description: |
9437       Jump back in CFR has been dismissed clicking the X button.
9438     bugs:
9439       - https://github.com/mozilla-mobile/fenix/issues/26191
9440     data_reviews:
9441       - https://github.com/mozilla-mobile/fenix/pull/26202
9442       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9443     data_sensitivity:
9444       - interaction
9445     notification_emails:
9446       - android-probes@mozilla.com
9447       - cgordon@mozilla.com
9448     expires: never
9449   jump_back_in_cfr_cancelled:
9450     type: event
9451     description: |
9452       Jump back in CFR has been cancelled clicking the outside the CFR.
9453     bugs:
9454       - https://github.com/mozilla-mobile/fenix/issues/26191
9455     data_reviews:
9456       - https://github.com/mozilla-mobile/fenix/pull/26202
9457       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9458     data_sensitivity:
9459       - interaction
9460     notification_emails:
9461       - android-probes@mozilla.com
9462       - cgordon@mozilla.com
9463     expires: never
9465 recent_bookmarks:
9466   shown:
9467     type: event
9468     description: |
9469       Recent bookmarks section was shown to the user.
9470     bugs:
9471       - https://github.com/mozilla-mobile/fenix/issues/22103
9472     data_reviews:
9473       - https://github.com/mozilla-mobile/fenix/pull/22104
9474       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
9475       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9476     data_sensitivity:
9477       - interaction
9478     notification_emails:
9479       - android-probes@mozilla.com
9480       - cgordon@mozilla.com
9481     expires: never
9482   bookmark_clicked:
9483     type: counter
9484     lifetime: application
9485     description: |
9486       A counter that indicates the number of times that a user
9487       has clicked on a recently saved bookmark from the home
9488       screen.
9489     send_in_pings:
9490       - metrics
9491     bugs:
9492       - https://github.com/mozilla-mobile/fenix/issues/19931
9493     data_reviews:
9494       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
9495       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
9496       - https://github.com/mozilla-mobile/fenix/pull/28502
9497     data_sensitivity:
9498       - interaction
9499     notification_emails:
9500       - android-probes@mozilla.com
9501     expires: 124
9502   show_all_bookmarks:
9503     type: counter
9504     lifetime: application
9505     description: |
9506       A counter that indicates the number of times that a user
9507       has clicked the show all button for recently saved bookmarks
9508       on the home screen.
9509     send_in_pings:
9510       - metrics
9511     bugs:
9512       - https://github.com/mozilla-mobile/fenix/issues/19931
9513     data_reviews:
9514       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
9515       - https://github.com/mozilla-mobile/fenix/pull/23453#issuecomment-1024694220
9516       - https://github.com/mozilla-mobile/fenix/pull/28502
9517     data_sensitivity:
9518       - interaction
9519     notification_emails:
9520       - android-probes@mozilla.com
9521     expires: 124
9522   recent_bookmarks_count:
9523     type: quantity
9524     description: |
9525       The number of bookmarked items appearing in the
9526       Recently Saved section on the home page.
9527     bugs:
9528       - https://github.com/mozilla-mobile/fenix/issues/22075
9529     data_reviews:
9530       - https://github.com/mozilla-mobile/fenix/pull/22293
9531       - https://github.com/mozilla-mobile/fenix/pull/27068#issuecomment-1251509973
9532       - https://github.com/mozilla-mobile/firefox-android/pull/3319
9533     data_sensitivity:
9534       - interaction
9535     notification_emails:
9536       - android-probes@mozilla.com
9537       - cgordon@mozilla.com
9538     expires: never
9539     unit: integer
9541 recent_searches:
9542   group_deleted:
9543     type: event
9544     description: |
9545       A user has deleted a search term group from the
9546       "Recently visited" section on the homescreen using
9547       the long-press menu "Remove" option. This removes
9548       the item from the homescreen, but does not delete
9549       the item from history.
9550     bugs:
9551       - https://github.com/mozilla-mobile/fenix/issues/22175
9552     data_reviews:
9553       - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788
9554       - https://github.com/mozilla-mobile/fenix/pull/23786#issuecomment-1042331298
9555       - https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
9556       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9557     data_sensitivity:
9558       - interaction
9559     notification_emails:
9560       - android-probes@mozilla.com
9561     expires: 123
9563 credit_cards:
9564   saved:
9565     type: counter
9566     description: |
9567       A counter of the number of credit cards that have been saved
9568       manually by the user.
9569     bugs:
9570       - https://github.com/mozilla-mobile/fenix/issues/18711
9571     data_reviews:
9572       - https://github.com/mozilla-mobile/fenix/pull/20909
9573       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9574       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9575     data_sensitivity:
9576       - interaction
9577     notification_emails:
9578       - android-probes@mozilla.com
9579       - cgordon@mozilla.com
9580     expires: never
9581     metadata:
9582       tags:
9583         - Autofill
9584   saved_all:
9585     type: quantity
9586     description: |
9587       Counter of number of credit cards that are currently stored by user.
9588     bugs:
9589       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
9590     data_reviews:
9591       - https://github.com/mozilla-mobile/firefox-android/pull/2555
9592     data_sensitivity:
9593       - interaction
9594     notification_emails:
9595       - android-probes@mozilla.com
9596       - cgordon@mozilla.com
9597     expires: never
9598     unit: integer
9599     metadata:
9600       tags:
9601         - Autofill
9602   deleted:
9603     type: counter
9604     description: |
9605       A counter of the number of credit cards that have been deleted by
9606       the user.
9607     bugs:
9608       - https://github.com/mozilla-mobile/fenix/issues/18711
9609     data_reviews:
9610       - https://github.com/mozilla-mobile/fenix/pull/20909
9611       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9612       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9613     data_sensitivity:
9614       - interaction
9615     notification_emails:
9616       - android-probes@mozilla.com
9617       - cgordon@mozilla.com
9618     expires: never
9619     metadata:
9620       tags:
9621         - Autofill
9622   modified:
9623     type: event
9624     description: |
9625       A credit card has been modified by the user.
9626     bugs:
9627       - https://github.com/mozilla-mobile/fenix/issues/18711
9628     data_reviews:
9629       - https://github.com/mozilla-mobile/fenix/pull/20909
9630       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9631       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9632     data_sensitivity:
9633       - interaction
9634     notification_emails:
9635       - android-probes@mozilla.com
9636       - cgordon@mozilla.com
9637     expires: never
9638     metadata:
9639       tags:
9640         - Autofill
9641   form_detected:
9642     type: event
9643     description: |
9644       A credit card form was detected.
9645     bugs:
9646       - https://github.com/mozilla-mobile/fenix/issues/18711
9647     data_reviews:
9648       - https://github.com/mozilla-mobile/fenix/pull/20909
9649       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9650       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9651     data_sensitivity:
9652       - interaction
9653     notification_emails:
9654       - android-probes@mozilla.com
9655       - cgordon@mozilla.com
9656     expires: never
9657     metadata:
9658       tags:
9659         - Autofill
9660   autofilled:
9661     type: event
9662     description: |
9663       User has autofilled a credit card.
9664     bugs:
9665       - https://github.com/mozilla-mobile/fenix/issues/18711
9666     data_reviews:
9667       - https://github.com/mozilla-mobile/fenix/pull/20909
9668       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9669       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9670     data_sensitivity:
9671       - interaction
9672     notification_emails:
9673       - android-probes@mozilla.com
9674       - cgordon@mozilla.com
9675     expires: never
9676     metadata:
9677       tags:
9678         - Autofill
9679   autofill_prompt_shown:
9680     type: event
9681     description: |
9682       Credit card autofill prompt was shown.
9683     bugs:
9684       - https://github.com/mozilla-mobile/fenix/issues/18711
9685     data_reviews:
9686       - https://github.com/mozilla-mobile/fenix/pull/20909
9687       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9688       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9689     data_sensitivity:
9690       - interaction
9691     notification_emails:
9692       - android-probes@mozilla.com
9693       - cgordon@mozilla.com
9694     expires: never
9695     metadata:
9696       tags:
9697         - Autofill
9698   autofill_prompt_expanded:
9699     type: event
9700     description: |
9701       Credit card autofill prompt was expanded.
9702     bugs:
9703       - https://github.com/mozilla-mobile/fenix/issues/18711
9704     data_reviews:
9705       - https://github.com/mozilla-mobile/fenix/pull/20909
9706       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9707       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9708     data_sensitivity:
9709       - interaction
9710     notification_emails:
9711       - android-probes@mozilla.com
9712       - cgordon@mozilla.com
9713     expires: never
9714     metadata:
9715       tags:
9716         - Autofill
9717   autofill_prompt_dismissed:
9718     type: event
9719     description: |
9720       Credit card autofill prompt was dismissed.
9721     bugs:
9722       - https://github.com/mozilla-mobile/fenix/issues/18711
9723     data_reviews:
9724       - https://github.com/mozilla-mobile/fenix/pull/20909
9725       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9726       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9727     data_sensitivity:
9728       - interaction
9729     notification_emails:
9730       - android-probes@mozilla.com
9731       - cgordon@mozilla.com
9732     expires: never
9733     metadata:
9734       tags:
9735         - Autofill
9736   management_add_tapped:
9737     type: event
9738     description: |
9739       User has tapped the add button through credit card management settings.
9740     bugs:
9741       - https://github.com/mozilla-mobile/fenix/issues/18711
9742     data_reviews:
9743       - https://github.com/mozilla-mobile/fenix/pull/20909
9744       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9745       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9746     data_sensitivity:
9747       - interaction
9748     notification_emails:
9749       - android-probes@mozilla.com
9750       - cgordon@mozilla.com
9751     expires: never
9752     metadata:
9753       tags:
9754         - Autofill
9755   management_card_tapped:
9756     type: event
9757     description: |
9758       User has tapped on a saved card through credit card management settings.
9759     bugs:
9760       - https://github.com/mozilla-mobile/fenix/issues/18711
9761     data_reviews:
9762       - https://github.com/mozilla-mobile/fenix/pull/20909
9763       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9764       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9765     data_sensitivity:
9766       - interaction
9767     notification_emails:
9768       - android-probes@mozilla.com
9769       - cgordon@mozilla.com
9770     expires: never
9771     metadata:
9772       tags:
9773         - Autofill
9774   save_prompt_create:
9775     type: event
9776     description: |
9777       User saved a credit card using the autofill save prompt.
9778     bugs:
9779       - https://github.com/mozilla-mobile/fenix/issues/25397
9780     data_reviews:
9781       - https://github.com/mozilla-mobile/fenix/pull/25411
9782       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9783       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9784     data_sensitivity:
9785       - interaction
9786     notification_emails:
9787       - android-probes@mozilla.com
9788       - cgordon@mozilla.com
9789     expires: never
9790     metadata:
9791       tags:
9792         - Autofill
9793   save_prompt_update:
9794     type: event
9795     description: |
9796       User updated a credit card using the autofill save prompt.
9797     bugs:
9798       - https://github.com/mozilla-mobile/fenix/issues/25397
9799     data_reviews:
9800       - https://github.com/mozilla-mobile/fenix/pull/25411
9801       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9802       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9803     data_sensitivity:
9804       - interaction
9805     notification_emails:
9806       - android-probes@mozilla.com
9807       - cgordon@mozilla.com
9808     expires: never
9809     metadata:
9810       tags:
9811         - Autofill
9812   save_prompt_shown:
9813     type: event
9814     description: |
9815       The credit card autofill save prompt is shown.
9816     bugs:
9817       - https://github.com/mozilla-mobile/fenix/issues/26089
9818     data_reviews:
9819       - https://github.com/mozilla-mobile/fenix/pull/26095
9820       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9821     data_sensitivity:
9822       - interaction
9823     notification_emails:
9824       - android-probes@mozilla.com
9825       - cgordon@mozilla.com
9826     expires: never
9827     metadata:
9828       tags:
9829         - Autofill
9831 addresses:
9832   saved:
9833     type: counter
9834     description: |
9835       A counter of the number of addresses that have been saved
9836       manually by the user.
9837     bugs:
9838       - https://github.com/mozilla-mobile/fenix/issues/24857
9839     data_reviews:
9840       - https://github.com/mozilla-mobile/fenix/pull/25216
9841       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9842       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9843     data_sensitivity:
9844       - interaction
9845     notification_emails:
9846       - android-probes@mozilla.com
9847       - cgordon@mozilla.com
9848     expires: never
9849     metadata:
9850       tags:
9851         - Autofill
9852   saved_all:
9853     type: quantity
9854     description: |
9855       A counter of the number of all addresses that are currently saved by user.
9856     bugs:
9857       - https://bugzilla.mozilla.org/show_bug.cgi?id=1836164
9858     data_reviews:
9859       - https://github.com/mozilla-mobile/firefox-android/pull/2555
9860     data_sensitivity:
9861       - interaction
9862     notification_emails:
9863       - android-probes@mozilla.com
9864       - cgordon@mozilla.com
9865     expires: never
9866     unit: integer
9867     metadata:
9868       tags:
9869         - Autofill
9870   updated:
9871     type: counter
9872     description: |
9873       A counter of the number of addresses that have been updated
9874       manually by the user.
9875     bugs:
9876       - https://github.com/mozilla-mobile/fenix/issues/24857
9877     data_reviews:
9878       - https://github.com/mozilla-mobile/fenix/pull/25216
9879       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9880       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9881     data_sensitivity:
9882       - interaction
9883     notification_emails:
9884       - android-probes@mozilla.com
9885       - cgordon@mozilla.com
9886     expires: never
9887     metadata:
9888       tags:
9889         - Autofill
9890   deleted:
9891     type: counter
9892     description: |
9893       A counter of the number of addresses that have been deleted by
9894       the user.
9895     bugs:
9896       - https://github.com/mozilla-mobile/fenix/issues/24857
9897     data_reviews:
9898       - https://github.com/mozilla-mobile/fenix/pull/25216
9899       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9900       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9901     data_sensitivity:
9902       - interaction
9903     notification_emails:
9904       - android-probes@mozilla.com
9905       - cgordon@mozilla.com
9906     expires: never
9907     metadata:
9908       tags:
9909         - Autofill
9910   form_detected:
9911     type: event
9912     description: |
9913       A address form was detected.
9914     bugs:
9915       - https://github.com/mozilla-mobile/fenix/issues/18711
9916     data_reviews:
9917       - https://github.com/mozilla-mobile/fenix/pull/25216
9918       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9919       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9920     data_sensitivity:
9921       - interaction
9922     notification_emails:
9923       - android-probes@mozilla.com
9924       - cgordon@mozilla.com
9925     expires: never
9926     metadata:
9927       tags:
9928         - Autofill
9929   autofilled:
9930     type: event
9931     description: |
9932       User has autofilled an address.
9933     bugs:
9934       - https://github.com/mozilla-mobile/fenix/issues/18711
9935     data_reviews:
9936       - https://github.com/mozilla-mobile/fenix/pull/25216
9937       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9938       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9939     data_sensitivity:
9940       - interaction
9941     notification_emails:
9942       - android-probes@mozilla.com
9943       - cgordon@mozilla.com
9944     expires: never
9945     metadata:
9946       tags:
9947         - Autofill
9948   autofill_prompt_shown:
9949     type: event
9950     description: |
9951       Address autofill prompt was shown.
9952     bugs:
9953       - https://github.com/mozilla-mobile/fenix/issues/24857
9954     data_reviews:
9955       - https://github.com/mozilla-mobile/fenix/pull/25216
9956       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9957       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9958     data_sensitivity:
9959       - interaction
9960     notification_emails:
9961       - android-probes@mozilla.com
9962       - cgordon@mozilla.com
9963     expires: never
9964     metadata:
9965       tags:
9966         - Autofill
9967   autofill_prompt_expanded:
9968     type: event
9969     description: |
9970       Address autofill prompt was expanded.
9971     bugs:
9972       - https://github.com/mozilla-mobile/fenix/issues/24857
9973     data_reviews:
9974       - https://github.com/mozilla-mobile/fenix/pull/25216
9975       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9976       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9977     data_sensitivity:
9978       - interaction
9979     notification_emails:
9980       - android-probes@mozilla.com
9981       - cgordon@mozilla.com
9982     expires: never
9983     metadata:
9984       tags:
9985         - Autofill
9986   autofill_prompt_dismissed:
9987     type: event
9988     description: |
9989       Address autofill prompt was dismissed.
9990     bugs:
9991       - https://github.com/mozilla-mobile/fenix/issues/24857
9992     data_reviews:
9993       - https://github.com/mozilla-mobile/fenix/pull/25216
9994       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
9995       - https://github.com/mozilla-mobile/firefox-android/pull/2597
9996     data_sensitivity:
9997       - interaction
9998     notification_emails:
9999       - android-probes@mozilla.com
10000       - cgordon@mozilla.com
10001     expires: never
10002     metadata:
10003       tags:
10004         - Autofill
10005   management_add_tapped:
10006     type: event
10007     description: |
10008       User has tapped the add button through address management settings.
10009     bugs:
10010       - https://github.com/mozilla-mobile/fenix/issues/24857
10011     data_reviews:
10012       - https://github.com/mozilla-mobile/fenix/pull/20909
10013       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
10014       - https://github.com/mozilla-mobile/firefox-android/pull/2597
10015     data_sensitivity:
10016       - interaction
10017     notification_emails:
10018       - android-probes@mozilla.com
10019       - cgordon@mozilla.com
10020     expires: never
10021     metadata:
10022       tags:
10023         - Autofill
10024   management_address_tapped:
10025     type: event
10026     description: |
10027       User has tapped on a saved address through address management settings.
10028     bugs:
10029       - https://github.com/mozilla-mobile/fenix/issues/24857
10030     data_reviews:
10031       - https://github.com/mozilla-mobile/fenix/pull/25216
10032       - https://github.com/mozilla-mobile/fenix/pull/26123#issuecomment-1190794469
10033       - https://github.com/mozilla-mobile/firefox-android/pull/2597
10034     data_sensitivity:
10035       - interaction
10036     notification_emails:
10037       - android-probes@mozilla.com
10038       - cgordon@mozilla.com
10039     expires: never
10040     metadata:
10041       tags:
10042         - Autofill
10044 wallpapers:
10045   wallpaper_settings_opened:
10046     type: event
10047     description: |
10048       User has opened the wallpaper settings screen.
10049     bugs:
10050       - https://github.com/mozilla-mobile/fenix/issues/23381
10051     data_reviews:
10052       - https://github.com/mozilla-mobile/fenix/pull/23382
10053       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10054     notification_emails:
10055       - android-probes@mozilla.com
10056     data_sensitivity:
10057       - interaction
10058     expires: 126
10059     no_lint:
10060       - COMMON_PREFIX
10061     metadata:
10062       tags:
10063         - Wallpapers
10064   wallpaper_selected:
10065     type: event
10066     description: |
10067       A wallpaper is selected from the settings screen or onboarding dialog.
10068     extra_keys:
10069       name:
10070         description: The name of the selected wallpaper
10071         type: string
10072       theme_collection:
10073         description: The theme collection the selected wallpaper belongs to.
10074         type: string
10075       source:
10076         description: |
10077           A string that tells us how the user selected the wallpaper.
10078           Possible values are: `settings`, `onboarding`
10079         type: string
10080     bugs:
10081       - https://github.com/mozilla-mobile/fenix/issues/23381
10082     data_reviews:
10083       - https://github.com/mozilla-mobile/fenix/pull/23382
10084       - https://github.com/mozilla-mobile/fenix/pull/26893
10085       - https://github.com/mozilla-mobile/firefox-android/pull/1875
10086     notification_emails:
10087       - android-probes@mozilla.com
10088     data_sensitivity:
10089       - interaction
10090     expires: 123
10091     no_lint:
10092       - COMMON_PREFIX
10093     metadata:
10094       tags:
10095         - Wallpapers
10096   onboarding_opened:
10097     type: event
10098     description: |
10099       The wallpaper onboarding dialog has been displayed.
10100     bugs:
10101       - https://github.com/mozilla-mobile/fenix/issues/26215
10102     data_reviews:
10103       - https://github.com/mozilla-mobile/fenix/pull/26893
10104       - https://github.com/mozilla-mobile/firefox-android/pull/1875
10105     notification_emails:
10106       - android-probes@mozilla.com
10107     data_sensitivity:
10108       - interaction
10109     expires: 123
10110     metadata:
10111       tags:
10112         - Wallpapers
10113   onboarding_closed:
10114     type: event
10115     description: |
10116       The wallpaper onboarding dialog has been closed.
10117     extra_keys:
10118       is_selected:
10119         description: Whether or not a wallpaper has been selected.
10120         type: boolean
10121     bugs:
10122       - https://github.com/mozilla-mobile/fenix/issues/26215
10123     data_reviews:
10124       - https://github.com/mozilla-mobile/fenix/pull/26893
10125       - https://github.com/mozilla-mobile/firefox-android/pull/1875
10126     notification_emails:
10127       - android-probes@mozilla.com
10128     data_sensitivity:
10129       - interaction
10130     expires: 123
10131     metadata:
10132       tags:
10133         - Wallpapers
10134   onboarding_explore_more_click:
10135     type: event
10136     description: |
10137       The wallpaper onboarding learn more button was clicked.
10138     bugs:
10139       - https://github.com/mozilla-mobile/fenix/issues/26215
10140     data_reviews:
10141       - https://github.com/mozilla-mobile/fenix/pull/26893
10142       - https://github.com/mozilla-mobile/firefox-android/pull/1875
10143     notification_emails:
10144       - android-probes@mozilla.com
10145     data_sensitivity:
10146       - interaction
10147     expires: 123
10148     metadata:
10149       tags:
10150         - Wallpapers
10151   learn_more_link_click:
10152     type: event
10153     description: |
10154       The learn more link for a wallpaper collection has been clicked.
10155     extra_keys:
10156       collection_name:
10157         description: The name of the wallpaper collection the link leads to.
10158         type: string
10159       url:
10160         description: The URL associated with the wallpaper collection.
10161         type: string
10162     bugs:
10163       - https://github:com/mozilla-mobile/fenix/issues/26945
10164     data_reviews:
10165       - https://github.com/mozilla-mobile/fenix/pull/26990
10166       - https://github.com/mozilla-mobile/firefox-android/pull/1875
10167     notification_emails:
10168       - android-probes@mozilla.com
10169     data_sensitivity:
10170       - interaction
10171     expires: 123
10172     metadata:
10173       tags:
10174         - Wallpapers
10176 recently_visited_homepage:
10177   history_highlight_opened:
10178     type: event
10179     description: |
10180       User has opened any history highlight from homepage
10181     bugs:
10182       - https://github.com/mozilla-mobile/fenix/issues/23821
10183     data_reviews:
10184       - https://github.com/mozilla-mobile/fenix/pull/23909
10185       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10186     notification_emails:
10187       - android-probes@mozilla.com
10188     data_sensitivity:
10189       - interaction
10190     expires: 126
10191   search_group_opened:
10192     type: event
10193     description: |
10194       User has opened a search group from homepage
10195     bugs:
10196       - https://github.com/mozilla-mobile/fenix/issues/23821
10197     data_reviews:
10198       - https://github.com/mozilla-mobile/fenix/pull/23909
10199       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10200     notification_emails:
10201       - android-probes@mozilla.com
10202     data_sensitivity:
10203       - interaction
10204     expires: 126
10206 recent_synced_tabs:
10207   recent_synced_tab_shown:
10208     type: labeled_counter
10209     description: |
10210       Counts impressions of a recent synced tab on the homepage, labeled by the
10211       device type the tab originates from.
10212     bugs:
10213       - https://github.com/mozilla-mobile/fenix/issues/24549
10214     data_reviews:
10215       - https://github.com/mozilla-mobile/fenix/pull/24671
10216       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10217     notification_emails:
10218       - android-probes@mozilla.com
10219     data_sensitivity:
10220       - interaction
10221     expires: 126
10222   recent_synced_tab_time_to_load:
10223     type: timing_distribution
10224     time_unit: millisecond
10225     description: |
10226       Measures the amount of time between the beginning of a sync and the end.
10227     bugs:
10228       - https://github.com/mozilla-mobile/fenix/issues/24549
10229     data_reviews:
10230       - https://github.com/mozilla-mobile/fenix/pull/24671
10231       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10232     data_sensitivity:
10233       - interaction
10234     notification_emails:
10235       - android-probes@mozilla.com
10236     expires: 126
10237   recent_synced_tab_opened:
10238     type: labeled_counter
10239     description: |
10240       Counts the number of times a recent synced tab is opened, labeled by the
10241       device type the tab originates from.
10242     bugs:
10243       - https://github.com/mozilla-mobile/fenix/issues/24549
10244     data_reviews:
10245       - https://github.com/mozilla-mobile/fenix/pull/24671
10246       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10247     notification_emails:
10248       - android-probes@mozilla.com
10249     data_sensitivity:
10250       - interaction
10251     expires: 126
10252   show_all_synced_tabs_clicked:
10253     type: counter
10254     description: |
10255       Counts how many times "show all synced tabs" button has been clicked.
10256     bugs:
10257       - https://github.com/mozilla-mobile/fenix/issues/24549
10258     data_reviews:
10259       - https://github.com/mozilla-mobile/fenix/pull/24671
10260       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10261     notification_emails:
10262       - android-probes@mozilla.com
10263     data_sensitivity:
10264       - interaction
10265     expires: 126
10266   latest_synced_tab_is_stale:
10267     type: counter
10268     description: |
10269       Counts how often the loading placeholder is shown and the resulting tab
10270       is the same as it was before the load.
10271     bugs:
10272       - https://github.com/mozilla-mobile/fenix/issues/24549
10273     data_reviews:
10274       - https://github.com/mozilla-mobile/fenix/pull/24671
10275       - https://github.com/mozilla-mobile/firefox-android/pull/1101
10276     notification_emails:
10277       - android-probes@mozilla.com
10278     data_sensitivity:
10279       - interaction
10280     expires: 126
10281 review_prompt:
10282   prompt_attempt:
10283     type: event
10284     description: |
10285       Data captured for each attempt to display the review prompt.
10286     extra_keys:
10287       prompt_was_displayed:
10288         description: |
10289           Whether the prompt was displayed to the user. Value
10290           reported will be: 'true', 'false' or 'error'.
10291         type: string
10292       local_datetime:
10293         description: |
10294           The local datetime.
10295         type: string
10296       number_of_app_launches:
10297         description: |
10298           The total number of times the app has been launched.
10299         type: quantity
10300     bugs:
10301       - https://github.com/mozilla-mobile/fenix/issues/27472
10302     data_reviews:
10303       - https://github.com/mozilla-mobile/fenix/pull/27596
10304     notification_emails:
10305       - android-probes@mozilla.com
10306     data_sensitivity:
10307       - interaction
10308     expires: 121
10310 private_browsing_shortcut_cfr:
10311   add_shortcut:
10312     type: event
10313     description: |
10314       Pivate browsing CFR "Add shortcut" button pressed.
10315     bugs:
10316       - https://github.com/mozilla-mobile/fenix/issues/4658
10317       - https://bugzilla.mozilla.org/show_bug.cgi?id=1819909
10318     data_reviews:
10319       - https://github.com/mozilla-mobile/firefox-android/pull/1139
10320     notification_emails:
10321       - android-probes@mozilla.com
10322     expires: 122
10323   cancel:
10324     type: event
10325     description: |
10326       Pivate browsing CFR "No thanks" button pressed.
10327     bugs:
10328       - https://github.com/mozilla-mobile/fenix/issues/4658
10329       - https://bugzilla.mozilla.org/show_bug.cgi?id=1819909
10330     data_reviews:
10331       - https://github.com/mozilla-mobile/firefox-android/pull/1139
10332     notification_emails:
10333       - android-probes@mozilla.com
10334     expires: 122
10336 pull_to_refresh_in_browser:
10337   enabled:
10338     type: boolean
10339     description: |
10340       Whether or not pull-to-refresh functionality
10341       is enabled from Settings screen.
10342       default: true
10343     bugs:
10344       - https://bugzilla.mozilla.org/show_bug.cgi?id=1825413
10345     data_reviews:
10346       - https://github.com/mozilla-mobile/firefox-android/pull/1775#pullrequestreview-1401966483
10347     data_sensitivity:
10348       - interaction
10349     notification_emails:
10350       - android-probes@mozilla.com
10351     expires: 126
10352     metadata:
10353       tags:
10354         - Settings
10355   executed:
10356     type: event
10357     description: |
10358       Whether the pull-to-refresh gesture was executed by the user.
10359     bugs:
10360       - https://bugzilla.mozilla.org/show_bug.cgi?id=1825413
10361     data_reviews:
10362       - https://github.com/mozilla-mobile/firefox-android/pull/1775#pullrequestreview-1401966483
10363     data_sensitivity:
10364       - interaction
10365     notification_emails:
10366       - android-probes@mozilla.com
10367     expires: 126
10369 app_icon:
10370   new_private_tab_tapped:
10371     type: event
10372     description: |
10373       A user tapped to open new private tab in Firefox Android app shortcuts menu.
10374     bugs:
10375       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841153
10376     data_reviews:
10377       - https://github.com/mozilla-mobile/firefox-android/pull/2725
10378     data_sensitivity:
10379       - interaction
10380     notification_emails:
10381       - android-probes@mozilla.com
10382       - cgordon@mozilla.com
10383     expires: never
10384     metadata:
10385       tags:
10386         - Tabs
10388 sync:
10389   failed:
10390     type: event
10391     description: |
10392       User sign-in/sync has failed.
10393     bugs:
10394       - https://bugzilla.mozilla.org/show_bug.cgi?id=1841156
10395     data_reviews:
10396       - https://github.com/mozilla-mobile/firefox-android/pull/2726
10397     data_sensitivity:
10398       - interaction
10399     notification_emails:
10400       - android-probes@mozilla.com
10401       - cgordon@mozilla.com
10402     expires: never