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