[fenix] Add distribution_id into first session ping
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blobdae12cf808736c57ebb65bfbcaf4424605c24d86
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     bugs:
21       - https://github.com/mozilla-mobile/fenix/issues/968
22       - https://github.com/mozilla-mobile/fenix/issues/10616
23       - https://github.com/mozilla-mobile/fenix/issues/19923
24     data_reviews:
25       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
26       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
27       - https://github.com/mozilla-mobile/fenix/pull/18143
28       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
29       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
30     data_sensitivity:
31       - interaction
32     notification_emails:
33       - telemetry-client-dev@mozilla.com
34       - android-probes@mozilla.com
35       - erichards@mozilla.com
36     expires: never
37   search_bar_tapped:
38     type: event
39     description: |
40       A user tapped the search bar
41     extra_keys:
42       source:
43         description: |
44           The view the user was on when they initiated the search (For example:
45           `Home` or `Browser`)
46     bugs:
47       - https://github.com/mozilla-mobile/fenix/issues/959
48       - https://github.com/mozilla-mobile/fenix/issues/19923
49     data_reviews:
50       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
51       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
52       - https://github.com/mozilla-mobile/fenix/pull/18143
53       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
54       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
55     data_sensitivity:
56       - interaction
57     notification_emails:
58       - android-probes@mozilla.com
59       - erichards@mozilla.com
60     expires: never
61   entered_url:
62     type: event
63     description: |
64       A user entered a url
65     extra_keys:
66       autocomplete:
67         description: |
68           A boolean that tells us whether the URL was autofilled by an
69           Autocomplete suggestion
70     bugs:
71       - https://github.com/mozilla-mobile/fenix/issues/959
72       - https://github.com/mozilla-mobile/fenix/issues/19923
73     data_reviews:
74       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
75       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
76       - https://github.com/mozilla-mobile/fenix/pull/18143
77       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
78       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
79     data_sensitivity:
80       - interaction
81     notification_emails:
82       - android-probes@mozilla.com
83       - erichards@mozilla.com
84     expires: never
85   performed_search:
86     type: event
87     description: |
88       A user performed a search
89     extra_keys:
90       source:
91         description: |
92           A string that tells us how the user performed the search. Possible
93           values are:
95           * default.action
96           * default.suggestion
97           * shortcut.action
98           * shortcut.suggestion
99     bugs:
100       - https://github.com/mozilla-mobile/fenix/issues/959
101       - https://github.com/mozilla-mobile/fenix/issues/19923
102     data_reviews:
103       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
104       - https://github.com/mozilla-mobile/fenix/pull/1677
105       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
106       - https://github.com/mozilla-mobile/fenix/pull/18143
107       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
108       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
109     data_sensitivity:
110       - interaction
111     notification_emails:
112       - android-probes@mozilla.com
113       - erichards@mozilla.com
114     expires: never
115   browser_menu_action:
116     type: event
117     description: |
118       A browser menu item was tapped.
119       The name of the item that the user tapped is stored in extras with the
120       key `item`.
121     extra_keys:
122       item:
123         description: |
124           A string containing the name of the item the user tapped. These items
125           include:
126           add_to_homescreen, add_to_top_sites, addons_manager, back, bookmark,
127           bookmarks, desktop_view_off, desktop_view_on, downloads,
128           find_in_page, forward, help, history, library, new_private_tab,
129           new_tab, open_in_app, open_in_fenix, quit, reader_mode_appearance,
130           reader_mode_off, reader_mode_on, reload, save_to_collection,
131           set_default_browser, settings, share, stop, sync_account, and
132           sync_tabs.
133     bugs:
134       - https://github.com/mozilla-mobile/fenix/issues/1024
135       - https://github.com/mozilla-mobile/fenix/issues/19923
136     data_reviews:
137       - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
138       - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
139       - https://github.com/mozilla-mobile/fenix/pull/6310
140       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
141       - https://github.com/mozilla-mobile/fenix/pull/18143
142       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
143       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
144     data_sensitivity:
145       - interaction
146     notification_emails:
147       - android-probes@mozilla.com
148     expires: "2022-12-01"
149   default_browser_changed:
150     type: event
151     description: |
152       Indicates the default browser was changed
153     bugs:
154       - https://github.com/mozilla-mobile/fenix/issues/18857
155     data_reviews:
156       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
157       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
158       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
159       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
160     data_sensitivity:
161       - interaction
162     notification_emails:
163       - android-probes@mozilla.com
164       - erichards@mozilla.com
165     expires: never
166   default_browser_notif_tapped:
167     type: event
168     description: |
169       User tapped on the default browser notification
170     bugs:
171       - https://github.com/mozilla-mobile/fenix/issues/19847
172     data_reviews:
173       - https://github.com/mozilla-mobile/fenix/pull/20311
174     data_sensitivity:
175       - interaction
176     notification_emails:
177       - android-probes@mozilla.com
178     expires: "2022-08-01"
179   toolbar_menu_visible:
180     type: event
181     description: |
182       The browser menu was displayed from toolbar menu
183     bugs:
184       - https://github.com/mozilla-mobile/fenix/issues/18855
185     data_reviews:
186       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
187       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
188       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
189     data_sensitivity:
190       - interaction
191     notification_emails:
192       - android-probes@mozilla.com
193     expires: "2022-04-01"
194   normal_and_private_uri_count:
195     type: counter
196     description: |
197       A counter of URIs visited by the user in the current session, including
198       page reloads. This includes private browsing.  This does not include
199       background page requests and URIs from embedded pages but may be
200       incremented without user interaction by website scripts that
201       programmatically redirect to a new location.
202     send_in_pings:
203       - metrics
204     bugs:
205       - https://github.com/mozilla-mobile/fenix/issues/17089
206     data_reviews:
207       - https://github.com/mozilla-mobile/fenix/pull/17935
208       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
209       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
210     data_sensitivity:
211       - interaction
212     notification_emails:
213       - android-probes@mozilla.com
214       - erichards@mozilla.com
215     expires: never
216   preference_toggled:
217     type: event
218     description: |
219       A user toggled a boolean preference in settings
220     extra_keys:
221       preference_key:
222         description: |
223           The preference key for the boolean (true/false) preference the user
224           toggled.
226           We currently track: show_search_suggestions, remote_debugging,
227           telemetry, tracking_protection, search_bookmarks,
228           search_browsing_history, show_clipboard_suggestions,
229           show_search_shortcuts, open_links_in_a_private_tab (bug in
230           implementation https://github.com/mozilla-mobile/fenix/issues/7384),
231           pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
232           pref_key_show_voice_search,
233           and pref_key_show_search_suggestions_in_private.
234       enabled:
235         description: "Whether or not the preference is *now* enabled"
236     bugs:
237       - https://github.com/mozilla-mobile/fenix/issues/975
238       - https://github.com/mozilla-mobile/fenix/issues/5094
239       - https://github.com/mozilla-mobile/fenix/issues/5737
240       - https://github.com/mozilla-mobile/fenix/issues/5586
241       - https://github.com/mozilla-mobile/fenix/issues/6396
242       - https://github.com/mozilla-mobile/fenix/issues/6070
243       - https://github.com/mozilla-mobile/fenix/issues/19923
244     data_reviews:
245       - https://github.com/mozilla-mobile/fenix/pull/1896
246       - https://github.com/mozilla-mobile/fenix/pull/5704
247       - https://github.com/mozilla-mobile/fenix/pull/5886
248       - https://github.com/mozilla-mobile/fenix/pull/5975
249       - https://github.com/mozilla-mobile/fenix/pull/6352
250       - https://github.com/mozilla-mobile/fenix/pull/6601
251       - https://github.com/mozilla-mobile/fenix/pull/6746
252       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
253       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
254       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
255     data_sensitivity:
256       - technical
257       - interaction
258     notification_emails:
259       - android-probes@mozilla.com
260       - erichards@mozilla.com
261     expires: never
262   whats_new_tapped:
263     type: event
264     description: |
265       A user opened the "what's new" page button
266     bugs:
267       - https://github.com/mozilla-mobile/fenix/issues/5021
268       - https://github.com/mozilla-mobile/fenix/issues/19923
269     data_reviews:
270       - https://github.com/mozilla-mobile/fenix/pull/5090
271       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
272       - https://github.com/mozilla-mobile/fenix/pull/18143
273       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
274       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
275     data_sensitivity:
276       - interaction
277     notification_emails:
278       - android-probes@mozilla.com
279     expires: "2022-12-01"
280   opened_link:
281     type: event
282     description: |
283       A user opened a link with Fenix
284     extra_keys:
285       mode:
286         description: |
287           The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
288           this probe may be incorrectly implemented: see
289           https://github.com/mozilla-mobile/fenix/issues/14133
290     bugs:
291       - https://github.com/mozilla-mobile/fenix/issues/5737
292       - https://github.com/mozilla-mobile/fenix/issues/19923
293     data_reviews:
294       - https://github.com/mozilla-mobile/fenix/pull/5975
295       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
296       - https://github.com/mozilla-mobile/fenix/pull/18143
297       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
298       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
299     data_sensitivity:
300       - interaction
301     notification_emails:
302       - android-probes@mozilla.com
303       - erichards@mozilla.com
304     expires: never
305   synced_tab_opened:
306     type: event
307     description: |
308       An event that indicates that a synced tab was opened.
309     bugs:
310       - https://github.com/mozilla-mobile/fenix/issues/15369
311       - https://github.com/mozilla-mobile/fenix/issues/19923
312     data_reviews:
313       - https://github.com/mozilla-mobile/fenix/pull/16727
314       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
315       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
316     data_sensitivity:
317       - interaction
318     notification_emails:
319       - android-probes@mozilla.com
320       - erichards@mozilla.com
321     expires: never
322   recently_closed_tabs_opened:
323     type: event
324     description: |
325       An event that indicates that the user
326       has accessed recently closed tabs list.
327     bugs:
328       - https://github.com/mozilla-mobile/fenix/issues/15366
329       - https://github.com/mozilla-mobile/fenix/issues/19923
330     data_reviews:
331       - https://github.com/mozilla-mobile/fenix/pull/16739
332       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
333       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
334     data_sensitivity:
335       - interaction
336     notification_emails:
337       - android-probes@mozilla.com
338       - erichards@mozilla.com
339     expires: never
340   copy_url_tapped:
341     type: event
342     description: |
343       An event that indicates that a user has selected
344       copy option when long pressing on url bar.
345     bugs:
346       - https://github.com/mozilla-mobile/fenix/issues/16827
347       - https://github.com/mozilla-mobile/fenix/issues/19923
348     data_reviews:
349       - https://github.com/mozilla-mobile/fenix/pull/16915
350       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
351       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
352     data_sensitivity:
353       - interaction
354     notification_emails:
355       - android-probes@mozilla.com
356       - erichards@mozilla.com
357     expires: never
358   browser_toolbar_home_tapped:
359     type: event
360     description: |
361       An event that indicates that a user has tapped
362       home button on browser toolbar.
363     bugs:
364       - https://github.com/mozilla-mobile/fenix/issues/19915
365     data_reviews:
366       - https://github.com/mozilla-mobile/fenix/pull/19936
367       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
368       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
369     data_sensitivity:
370       - interaction
371     notification_emails:
372       - android-probes@mozilla.com
373     expires: "2022-12-10"
374   tab_view_changed:
375     type: event
376     description: |
377       Indicates that the user has changed their tab view
378       settings, either from the default or by personal
379       preference.
380     extra_keys:
381       type:
382         description: |
383           A string containing the name of the tab view the user tapped.
384           These items include: list or grid.
385     bugs:
386       - https://github.com/mozilla-mobile/fenix/issues/19956
387     data_reviews:
388       - https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619
389     data_sensitivity:
390       - interaction
391     notification_emails:
392       - android-probes@mozilla.com
393     expires: "2022-05-10"
395 onboarding:
396   fxa_auto_signin:
397     type: event
398     description:
399       The onboarding automatic sign in card was tapped.
400     bugs:
401       - https://github.com/mozilla-mobile/fenix/issues/10824
402     data_reviews:
403       - https://github.com/mozilla-mobile/fenix/pull/11867
404       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
405       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
406       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
407       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
408     data_sensitivity:
409       - interaction
410     notification_emails:
411       - android-probes@mozilla.com
412       - erichards@mozilla.com
413       - erichards@mozilla.com
414     expires: never
415   fxa_manual_signin:
416     type: event
417     description:
418       The onboarding manual sign in card was tapped.
419     bugs:
420       - https://github.com/mozilla-mobile/fenix/issues/10824
421     data_reviews:
422       - https://github.com/mozilla-mobile/fenix/pull/11867
423       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
424       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
425       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
426       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
427     data_sensitivity:
428       - interaction
429     notification_emails:
430       - android-probes@mozilla.com
431       - erichards@mozilla.com
432       - erichards@mozilla.com
433     expires: never
434   privacy_notice:
435     type: event
436     description:
437       The onboarding privacy notice card was tapped.
438     bugs:
439       - https://github.com/mozilla-mobile/fenix/issues/10824
440     data_reviews:
441       - https://github.com/mozilla-mobile/fenix/pull/11867
442       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
443       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
444       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
445       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
446     data_sensitivity:
447       - interaction
448     notification_emails:
449       - android-probes@mozilla.com
450       - erichards@mozilla.com
451     expires: never
452   pref_toggled_toolbar_position:
453     type: event
454     description:
455       The toolbar position preference was chosen from the onboarding card.
456     extra_keys:
457       position:
458         description: |
459           A string that indicates the position of the toolbar TOP or BOTTOM.
460           Default: BOTTOM
461     bugs:
462       - https://github.com/mozilla-mobile/fenix/issues/10824
463     data_reviews:
464       - https://github.com/mozilla-mobile/fenix/pull/11867
465       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
466       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
467       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
468       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
469     data_sensitivity:
470       - interaction
471     notification_emails:
472       - android-probes@mozilla.com
473       - erichards@mozilla.com
474       - erichards@mozilla.com
475     expires: never
476   pref_toggled_tracking_prot:
477     type: event
478     description:
479       The tracking protection preference was chosen from the onboarding card.
480     extra_keys:
481       setting:
482         description: |
483           A string that indicates the Tracking Protection policy STANDARD
484           or STRICT. Default: Toggle ON, STANDARD
485     bugs:
486       - https://github.com/mozilla-mobile/fenix/issues/10824
487     data_reviews:
488       - https://github.com/mozilla-mobile/fenix/pull/11867
489       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
490       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
491       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
492       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
493     data_sensitivity:
494       - interaction
495     notification_emails:
496       - android-probes@mozilla.com
497       - erichards@mozilla.com
498       - erichards@mozilla.com
499     expires: never
500   pref_toggled_theme_picker:
501     type: event
502     description:
503       The device theme was chosen using the theme picker onboarding card.
504     extra_keys:
505       theme:
506         description: |
507           A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
508           Default: FOLLOW DEVICE
509     bugs:
510       - https://github.com/mozilla-mobile/fenix/issues/10824
511     data_reviews:
512       - https://github.com/mozilla-mobile/fenix/pull/11867
513       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
514       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
515       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
516       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
517     data_sensitivity:
518       - interaction
519     notification_emails:
520       - android-probes@mozilla.com
521       - erichards@mozilla.com
522       - erichards@mozilla.com
523     expires: never
524   finish:
525     type: event
526     description:
527       The user taps starts browsing and ends the onboarding experience.
528     bugs:
529       - https://github.com/mozilla-mobile/fenix/issues/10824
530     data_reviews:
531       - https://github.com/mozilla-mobile/fenix/pull/11867
532       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
533       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
534       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
535       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
536     data_sensitivity:
537       - interaction
538     notification_emails:
539       - android-probes@mozilla.com
540       - erichards@mozilla.com
541       - erichards@mozilla.com
542     expires: never
544 search_shortcuts:
545   selected:
546     type: event
547     description: |
548       A user selected a search shortcut engine to use
549     extra_keys:
550       engine:
551         description: |
552           The name of the built-in search engine the user selected as a string
553     bugs:
554       - https://github.com/mozilla-mobile/fenix/issues/793
555     data_reviews:
556       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
557       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
558       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
559       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
560     notification_emails:
561       - android-probes@mozilla.com
562     expires: "2022-02-01"
564 experiments_default_browser:
565   toolbar_menu_clicked:
566     type: event
567     description: |
568       Set default browser was clicked from toolbar menu
569     bugs:
570       - https://github.com/mozilla-mobile/fenix/issues/18851
571     data_reviews:
572       - https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
573       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
574       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
575     data_sensitivity:
576       - interaction
577     notification_emails:
578       - android-probes@mozilla.com
579     expires: "2022-04-01"
580 toolbar_settings:
581   changed_position:
582     type: event
583     description: |
584       The user selected a new position for the toolbar
585     extra_keys:
586       position:
587         description: |
588           A string that indicates the new position of the toolbar TOP or BOTTOM
589     bugs:
590       - https://github.com/mozilla-mobile/fenix/issues/6054
591     data_reviews:
592       - https://github.com/mozilla-mobile/fenix/pull/6608
593       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
594       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
595       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
596     data_sensitivity:
597       - interaction
598     notification_emails:
599       - android-probes@mozilla.com
600     expires: "2022-02-01"
602 context_menu:
603   item_tapped:
604     type: event
605     description: |
606       A user tapped an item in the browsers context menu
607     extra_keys:
608       named:
609         description: |
610           The name of the item that was tapped. Available items are:
612           ```
613           open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
614           save_image, share_link, copy_link, copy_image_location, share_image
615           ```
616     bugs:
617       - https://github.com/mozilla-mobile/fenix/issues/957
618       - https://github.com/mozilla-mobile/fenix/issues/16076
619       - https://github.com/mozilla-mobile/fenix/issues/19923
620     data_reviews:
621       - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
622       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
623       - https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
624       - https://github.com/mozilla-mobile/fenix/pull/18143
625       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
626       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
627     data_sensitivity:
628       - interaction
629     notification_emails:
630       - android-probes@mozilla.com
631       - erichards@mozilla.com
632     expires: never
634 login_dialog:
635   displayed:
636     type: event
637     description: |
638       The login dialog prompt was displayed
639     bugs:
640       - https://github.com/mozilla-mobile/fenix/issues/9730
641     data_reviews:
642       - https://github.com/mozilla-mobile/fenix/pull/13050
643       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
644       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
645     data_sensitivity:
646       - interaction
647     notification_emails:
648       - android-probes@mozilla.com
649     expires: "2022-02-01"
650   cancelled:
651     type: event
652     description: |
653       The login dialog prompt was cancelled
654     bugs:
655       - https://github.com/mozilla-mobile/fenix/issues/9730
656     data_reviews:
657       - https://github.com/mozilla-mobile/fenix/pull/13050
658       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
659       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
660     data_sensitivity:
661       - interaction
662     notification_emails:
663       - android-probes@mozilla.com
664     expires: "2022-02-01"
665   saved:
666     type: event
667     description: |
668       The login dialog prompt "save" button was pressed
669     bugs:
670       - https://github.com/mozilla-mobile/fenix/issues/9730
671     data_reviews:
672       - https://github.com/mozilla-mobile/fenix/pull/13050
673       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
674       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
675     data_sensitivity:
676       - interaction
677     notification_emails:
678       - android-probes@mozilla.com
679     expires: "2022-02-01"
680   never_save:
681     type: event
682     description: |
683       The login dialog prompt "never save" button was pressed
684     bugs:
685       - https://github.com/mozilla-mobile/fenix/issues/9730
686     data_reviews:
687       - https://github.com/mozilla-mobile/fenix/pull/13050
688       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
689       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
690     data_sensitivity:
691       - interaction
692     notification_emails:
693       - android-probes@mozilla.com
694     expires: "2022-02-01"
696 metrics:
697   default_browser:
698     type: boolean
699     lifetime: application
700     description: |
701       Is Fenix the default browser?
702     send_in_pings:
703       - metrics
704     bugs:
705       - https://github.com/mozilla-mobile/fenix/issues/960
706     data_reviews:
707       - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
708       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
709       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
710       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
711       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
712     data_sensitivity:
713       - interaction
714     notification_emails:
715       - android-probes@mozilla.com
716       - erichards@mozilla.com
717     expires: never
718   distribution_id:
719     type: string
720     lifetime: application
721     description: |
722       A string containing the distribution identifier. This is currently used
723       to identify installs from Mozilla Online.
724     send_in_pings:
725       - metrics
726     bugs:
727       - https://github.com/mozilla-mobile/fenix/issues/16075
728     data_reviews:
729       - https://github.com/mozilla-mobile/fenix/issues/16075
730       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
731     data_sensitivity:
732       - technical
733     notification_emails:
734       - android-probes@mozilla.com
735     expires: never
736   mobile_bookmarks_count:
737     type: counter
738     lifetime: application
739     description: |
740       A counter that indicates how many bookmarks a user has in the mobile
741       folder. This value will only be set if the user has at least *one*
742       bookmark. If they have 0, this ping will not get sent, resulting in
743       a null value. To disambiguate between a failed `mobile_bookmarks_count`
744       ping and 0 bookmarks, please see `has_mobile_bookmarks`.
745     send_in_pings:
746       - metrics
747     bugs:
748       - https://github.com/mozilla-mobile/fenix/issues/16941
749     data_reviews:
750       - https://github.com/mozilla-mobile/fenix/pull/16942
751       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
752       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
753       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
754       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
755     data_sensitivity:
756       - interaction
757     notification_emails:
758       - android-probes@mozilla.com
759       - erichards@mozilla.com
760     expires: never
761   has_mobile_bookmarks:
762     type: boolean
763     lifetime: application
764     description: |
765       A boolean that indicates if the user has bookmarks in the mobile folder
766     send_in_pings:
767       - metrics
768     bugs:
769       - https://github.com/mozilla-mobile/fenix/issues/16941
770     data_reviews:
771       - https://github.com/mozilla-mobile/fenix/pull/16942
772       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
773       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
774       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
775       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
776     data_sensitivity:
777       - interaction
778     notification_emails:
779       - android-probes@mozilla.com
780       - erichards@mozilla.com
781     expires: never
782   desktop_bookmarks_count:
783     type: counter
784     lifetime: application
785     description: |
786       A counter that indicates how many bookmarks a user has in the desktop
787       folder. This value will only be set if the user has at least *one*
788       bookmark. If they have 0, this ping will not get sent, resulting in a
789       null value. To disambiguate between a failed `desktop_bookmarks_count`
790       ping and 0 bookmarks, please see `has_desktop_bookmarks`.
791     send_in_pings:
792       - metrics
793     bugs:
794       - https://github.com/mozilla-mobile/fenix/issues/16941
795     data_reviews:
796       - https://github.com/mozilla-mobile/fenix/pull/16942
797       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
798       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
799       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
800       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
801     data_sensitivity:
802       - interaction
803     notification_emails:
804       - android-probes@mozilla.com
805       - erichards@mozilla.com
806     expires: never
807   has_desktop_bookmarks:
808     type: boolean
809     lifetime: application
810     description: |
811       A boolean that indicates if the user has bookmarks in the desktop folder
812     send_in_pings:
813       - metrics
814     bugs:
815       - https://github.com/mozilla-mobile/fenix/issues/16941
816     data_reviews:
817       - https://github.com/mozilla-mobile/fenix/pull/16942
818       - https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
819       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
820       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
821     data_sensitivity:
822       - interaction
823     notification_emails:
824       - android-probes@mozilla.com
825     expires: "2022-02-01"
826   top_sites_count:
827     type: counter
828     lifetime: application
829     description: |
830       A counter that indicates how many top sites a user has. This value will
831       only be set if the user has at least *one* top site. If they have 0,
832       this ping will not get sent, resulting in a null value. To disambiguate
833       between a failed `top_sites_count` ping and 0 top sites, please see
834       `has_top_sites`.
835     send_in_pings:
836       - metrics
837     bugs:
838       - https://github.com/mozilla-mobile/fenix/issues/8125
839     data_reviews:
840       - https://github.com/mozilla-mobile/fenix/pull/9556
841       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
842       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
843       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
844       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
845     data_sensitivity:
846       - interaction
847     notification_emails:
848       - android-probes@mozilla.com
849       - erichards@mozilla.com
850     expires: never
851   has_top_sites:
852     type: boolean
853     lifetime: application
854     description: |
855       A boolean that indicates if the user has top sites
856     send_in_pings:
857       - metrics
858     bugs:
859       - https://github.com/mozilla-mobile/fenix/issues/8125
860     data_reviews:
861       - https://github.com/mozilla-mobile/fenix/pull/9556
862       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
863       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
864       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
865       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
866     data_sensitivity:
867       - interaction
868     notification_emails:
869       - android-probes@mozilla.com
870       - erichards@mozilla.com
871     expires: never
872   recently_used_pwa_count:
873     type: counter
874     lifetime: application
875     description: |
876       A counter that indicates how many PWAs a user has recently used.
877       Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
878       Currently we are not told by the OS when a PWA is removed by the user,
879       so we use the "recently used" heuristic to judge how many PWAs are still
880       active, as a proxy for "installed". This value will only be set if the
881       user has at least *one* recently used PWA. If they have 0, this metric
882       will not be sent, resulting in a null value during analysis on the
883       server-side. To disambiguate between a failed `recently_used_pwa_count`
884       metric and 0 recent PWAs, please see `has_recent_pwas`.
885     send_in_pings:
886       - metrics
887     bugs:
888       - https://github.com/mozilla-mobile/fenix/issues/11909
889     data_reviews:
890       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
891       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
892       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
893       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
894     data_sensitivity:
895       - interaction
896     notification_emails:
897       - android-probes@mozilla.com
898     expires: "2022-02-01"
899   has_recent_pwas:
900     type: boolean
901     lifetime: application
902     description: |
903       A boolean that indicates if the user has recently used PWAs.
904       See recently_used_pwa_count for the actual count.
905     send_in_pings:
906       - metrics
907     bugs:
908       - https://github.com/mozilla-mobile/fenix/issues/11909
909     data_reviews:
910       - https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
911       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
912       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
913       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
914     data_sensitivity:
915       - interaction
916     notification_emails:
917       - android-probes@mozilla.com
918     expires: "2022-02-01"
919   search_count:
920     type: labeled_counter
921     description: |
922       The labels for this counter are `<search-engine-name>.<source>`.
924       If the search engine is bundled with Fenix `search-engine-name` will be
925       the name of the search engine. If it's a custom search engine (defined:
926       https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
927       `custom`.
929       `source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
930       (depending on the source from which the search started). Also added the
931       `other` option for the source but it should never enter on this case.
932     send_in_pings:
933       - metrics
934     bugs:
935       - https://github.com/mozilla-mobile/fenix/issues/1158
936       - https://github.com/mozilla-mobile/fenix/issues/6556
937     data_reviews:
938       - https://github.com/mozilla-mobile/fenix/pull/1677
939       - https://github.com/mozilla-mobile/fenix/pull/5216
940       - https://github.com/mozilla-mobile/fenix/pull/7310
941       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
942       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
943       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
944       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
945     data_sensitivity:
946       - technical
947       - interaction
948     notification_emails:
949       - android-probes@mozilla.com
950       - erichards@mozilla.com
951     expires: never
952   mozilla_products:
953     type: string_list
954     lifetime: application
955     description: |
956       A list of all the Mozilla products installed on device. We currently scan
957       for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
958       Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
959       Focus, and Lockwise.
960     send_in_pings:
961       - metrics
962     bugs:
963       - https://github.com/mozilla-mobile/fenix/issues/1192
964     data_reviews:
965       - https://github.com/mozilla-mobile/fenix/pull/1953/
966       - https://github.com/mozilla-mobile/fenix/pull/5216
967       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
968       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
969       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
970     data_sensitivity:
971       - technical
972       - interaction
973     notification_emails:
974       - android-probes@mozilla.com
975     expires: "2022-02-01"
976   default_moz_browser:
977     type: string
978     lifetime: application
979     description: |
980       The name of the default browser on device if and only if it's a Mozilla
981       owned product
982     send_in_pings:
983       - metrics
984     bugs:
985       - https://github.com/mozilla-mobile/fenix/issues/1192
986     data_reviews:
987       - https://github.com/mozilla-mobile/fenix/pull/1953/
988       - https://github.com/mozilla-mobile/fenix/pull/5216
989       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
990       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
991       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
992     data_sensitivity:
993       - technical
994       - interaction
995     notification_emails:
996       - android-probes@mozilla.com
997     expires: "2022-02-01"
998   adjust_campaign:
999     type: string
1000     lifetime: application
1001     description: |
1002       A string containing the Adjust campaign ID from which the user installed
1003       Fenix. This will not send on the first session the user runs. If the
1004       install is organic, this will be empty.
1005     send_in_pings:
1006       - metrics
1007     bugs:
1008       - https://github.com/mozilla-mobile/fenix/issues/1298
1009       - https://github.com/mozilla-mobile/fenix/issues/9136
1010     data_reviews:
1011       - https://github.com/mozilla-mobile/fenix/pull/5579
1012       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1013       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1014       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1015     data_sensitivity:
1016       - technical
1017     notification_emails:
1018       - android-probes@mozilla.com
1019     expires: "2022-02-01"
1020   adjust_ad_group:
1021     type: string
1022     lifetime: application
1023     description: |
1024       A string containing the Adjust ad group ID from which the user installed
1025       Fenix. This will not send on the first session the user runs. If the
1026       install is organic, this will be empty.
1027     send_in_pings:
1028       - metrics
1029     bugs:
1030       - https://github.com/mozilla-mobile/fenix/issues/1298
1031       - https://github.com/mozilla-mobile/fenix/issues/9136
1032     data_reviews:
1033       - https://github.com/mozilla-mobile/fenix/pull/9253
1034       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1035       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1036       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1037     data_sensitivity:
1038       - interaction
1039     notification_emails:
1040       - android-probes@mozilla.com
1041     expires: "2022-02-01"
1042   adjust_creative:
1043     type: string
1044     lifetime: application
1045     description: |
1046       A string containing the Adjust creative ID from which the user installed
1047       Fenix. This will not send on the first session the user runs. If the
1048       install is organic, this will be empty.
1049     send_in_pings:
1050       - metrics
1051     bugs:
1052       - https://github.com/mozilla-mobile/fenix/issues/1298
1053       - https://github.com/mozilla-mobile/fenix/issues/9136
1054     data_reviews:
1055       - https://github.com/mozilla-mobile/fenix/pull/9253
1056       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1057       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1058       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1059     data_sensitivity:
1060       - interaction
1061     notification_emails:
1062       - android-probes@mozilla.com
1063     expires: "2022-02-01"
1064   adjust_network:
1065     type: string
1066     lifetime: application
1067     description: |
1068       A string containing the Adjust network ID from which the user installed
1069       Fenix. This will not send on the first session the user runs. If the
1070       install is organic, this will be empty.
1071     send_in_pings:
1072       - metrics
1073     bugs:
1074       - https://github.com/mozilla-mobile/fenix/issues/1298
1075       - https://github.com/mozilla-mobile/fenix/issues/9136
1076     data_reviews:
1077       - https://github.com/mozilla-mobile/fenix/pull/9253
1078       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1079       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1080       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1081     data_sensitivity:
1082       - interaction
1083     notification_emails:
1084       - android-probes@mozilla.com
1085     expires: "2022-02-01"
1086   toolbar_position:
1087     type: string
1088     lifetime: application
1089     description: |
1090       A string that indicates the new position of the toolbar TOP or BOTTOM
1091     send_in_pings:
1092       - metrics
1093     bugs:
1094       - https://github.com/mozilla-mobile/fenix/issues/6054
1095     data_reviews:
1096       - https://github.com/mozilla-mobile/fenix/pull/6608
1097       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1098       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1099       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1100     data_sensitivity:
1101       - interaction
1102     notification_emails:
1103       - android-probes@mozilla.com
1104     expires: "2022-02-01"
1105   close_tab_setting:
1106     type: string
1107     lifetime: application
1108     description: |
1109       A string that indicates the setting for tab closing:
1110       MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
1111     send_in_pings:
1112       - metrics
1113     bugs:
1114       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1115     data_reviews:
1116       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1117       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1118       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1119     data_sensitivity:
1120       - interaction
1121     notification_emails:
1122       - android-probes@mozilla.com
1123     expires: "2022-02-01"
1124   tab_view_setting:
1125     type: string
1126     lifetime: application
1127     description: |
1128       A string that indicates the setting for tab view:
1129       GRID, LIST
1130     send_in_pings:
1131       - metrics
1132     bugs:
1133       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
1134     data_reviews:
1135       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
1136       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1137       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1138     data_sensitivity:
1139       - interaction
1140     notification_emails:
1141       - android-probes@mozilla.com
1142     expires: "2022-02-01"
1143   search_widget_installed:
1144     type: boolean
1145     lifetime: application
1146     description: |
1147       Whether or not the search widget is installed
1148     send_in_pings:
1149       - metrics
1150     bugs:
1151       - https://github.com/mozilla-mobile/fenix/issues/9488
1152     data_reviews:
1153       - https://github.com/mozilla-mobile/fenix/pull/10958
1154       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1155       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1156       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1157     data_sensitivity:
1158       - interaction
1159     notification_emails:
1160       - android-probes@mozilla.com
1161     expires: "2022-02-01"
1162   tabs_open_count:
1163     type: counter
1164     lifetime: application
1165     description: |
1166       A counter that indicates how many NORMAL tabs a user has open. This
1167       value will only be set if the user has at least *one* open tab. If they
1168       have 0, this ping will not get sent, resulting in a null value. To
1169       disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
1170       please see `has_open_tabs`.
1171     send_in_pings:
1172       - metrics
1173     bugs:
1174       - https://github.com/mozilla-mobile/fenix/issues/11479
1175     data_reviews:
1176       - https://github.com/mozilla-mobile/fenix/pull/12024
1177       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1178       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1179       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1180       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1181     data_sensitivity:
1182       - interaction
1183     notification_emails:
1184       - android-probes@mozilla.com
1185       - erichards@mozilla.com
1186     expires: never
1187   has_open_tabs:
1188     type: boolean
1189     lifetime: application
1190     description: |
1191       A boolean that indicates if the user has any open NORMAL tabs.
1192     send_in_pings:
1193       - metrics
1194     bugs:
1195       - https://github.com/mozilla-mobile/fenix/issues/11479
1196     data_reviews:
1197       - https://github.com/mozilla-mobile/fenix/pull/12024
1198       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1199       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1200       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1201     data_sensitivity:
1202       - interaction
1203     notification_emails:
1204       - android-probes@mozilla.com
1205     expires: "2022-02-01"
1206   start_reason_process_error:
1207     type: boolean
1208     description: |
1209       The `AppStartReasonProvider.ProcessLifecycleObserver.onCreate` was
1210       unexpectedly called twice. We can use this metric to validate our
1211       assumptions about how these APIs are called. This probe can be removed
1212       once we validate these assumptions.
1213     bugs:
1214       - https://github.com/mozilla-mobile/fenix/issues/18426
1215     data_reviews:
1216       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1217       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1218     data_sensitivity:
1219       - technical
1220     notification_emails:
1221       - perf-android-fe@mozilla.com
1222       - mcomella@mozilla.com
1223     expires: "2022-02-01"
1224   start_reason_activity_error:
1225     type: boolean
1226     description: |
1227       The `AppStartReasonProvider.ActivityLifecycleCallbacks.onActivityCreated`
1228       was unexpectedly called twice. We can use this metric to validate our
1229       assumptions about how these APIs are called. This probe can be removed
1230       once we validate these assumptions.
1231     bugs:
1232       - https://github.com/mozilla-mobile/fenix/issues/18426
1233     data_reviews:
1234       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
1235       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
1236     data_sensitivity:
1237       - technical
1238     notification_emails:
1239       - perf-android-fe@mozilla.com
1240       - mcomella@mozilla.com
1241     expires: "2022-02-01"
1242   install_source:
1243     type: string
1244     lifetime: application
1245     description: |
1246       Used to identify the source the app was installed from.
1247     bugs:
1248       - https://github.com/mozilla-mobile/fenix/issues/22138
1249     data_reviews:
1250       - https://github.com/mozilla-mobile/fenix/pull/22224#issuecomment-956749994
1251     data_sensitivity:
1252       - technical
1253     notification_emails:
1254       - android-probes@mozilla.com
1255     expires: "2022-02-01"
1256   inactive_tabs_count:
1257     type: quantity
1258     description: |
1259       How many inactive tabs does the user have, checked when the user opens
1260       the tabs tray.
1261       Value will be 0 if the feature is disabled.
1262     send_in_pings:
1263       - metrics
1264     bugs:
1265       - https://github.com/mozilla-mobile/fenix/issues/22155
1266     data_reviews:
1267       - https://github.com/mozilla-mobile/fenix/pull/22163#issuecomment-957636802
1268     data_sensitivity:
1269       - interaction
1270     notification_emails:
1271       - android-probes@mozilla.com
1272     expires: "2022-02-01"
1273     unit: integer
1275 customize_home:
1276   most_visited_sites:
1277     type: boolean
1278     description: |
1279       An indication of whether the most visited sites
1280       are enabled to be displayed
1281     send_in_pings:
1282       - metrics
1283     bugs:
1284       - https://github.com/mozilla-mobile/fenix/issues/21239
1285     data_reviews:
1286       - https://github.com/mozilla-mobile/fenix/pull/21344
1287       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1288     data_sensitivity:
1289       - interaction
1290     notification_emails:
1291       - android-probes@mozilla.com
1292     expires: "2022-09-20"
1293   jump_back_in:
1294     type: boolean
1295     description: |
1296       An indication of whether the Jump back
1297       in section is enabled to be displayed
1298     send_in_pings:
1299       - metrics
1300     bugs:
1301       - https://github.com/mozilla-mobile/fenix/issues/21239
1302     data_reviews:
1303       - https://github.com/mozilla-mobile/fenix/pull/21344
1304       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1305     data_sensitivity:
1306       - interaction
1307     notification_emails:
1308       - android-probes@mozilla.com
1309     expires: "2022-09-20"
1310   recently_saved:
1311     type: boolean
1312     description: |
1313       An indication of whether the recently
1314       saved section is enabled to be displayed
1315     send_in_pings:
1316       - metrics
1317     bugs:
1318       - https://github.com/mozilla-mobile/fenix/issues/21239
1319     data_reviews:
1320       - https://github.com/mozilla-mobile/fenix/pull/21344
1321       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1322     data_sensitivity:
1323       - interaction
1324     notification_emails:
1325       - android-probes@mozilla.com
1326     expires: "2022-09-20"
1327   recently_visited:
1328     type: boolean
1329     description: |
1330       An indication of whether the Recently
1331       visited section is enabled to be displayed
1332     send_in_pings:
1333       - metrics
1334     bugs:
1335       - https://github.com/mozilla-mobile/fenix/issues/21239
1336     data_reviews:
1337       - https://github.com/mozilla-mobile/fenix/pull/21344
1338       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1339     data_sensitivity:
1340       - interaction
1341     notification_emails:
1342       - android-probes@mozilla.com
1343     expires: "2022-09-20"
1344   pocket:
1345     type: boolean
1346     description: |
1347       An indication of whether Pocket is enabled to be displayed
1348     send_in_pings:
1349       - metrics
1350     bugs:
1351       - https://github.com/mozilla-mobile/fenix/issues/21239
1352     data_reviews:
1353       - https://github.com/mozilla-mobile/fenix/pull/21344
1354       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
1355     data_sensitivity:
1356       - interaction
1357     notification_emails:
1358       - android-probes@mozilla.com
1359     expires: "2022-09-20"
1360   preference_toggled:
1361     type: event
1362     description: |
1363       A user toggles the preference for the home screen items.
1364     extra_keys:
1365       preference_key:
1366         description: |
1367           The preference key for the boolean (true/false) preference the user
1368           toggled.
1370           We currently track: most_visited_sites, jump_back_in,
1371           recently_visited, recently_saved, and pocket.
1372       enabled:
1373         description: "Whether or not the preference is *now* enabled"
1374     bugs:
1375       - https://github.com/mozilla-mobile/fenix/issues/21095
1376     data_reviews:
1377       - https://github.com/mozilla-mobile/fenix/pull/1896
1378     data_sensitivity:
1379       - technical
1380       - interaction
1381     notification_emails:
1382       - android-probes@mozilla.com
1383     expires: "2022-09-20"
1384   opening_screen:
1385     type: string
1386     description: |
1387       What opening screen preference the user has selected
1388       under "Customize Home".
1389       "homepage," "last tab," or "homepage after 4 hours"
1390       default: "homepage after 4 hours"
1391     bugs:
1392       - https://github.com/mozilla-mobile/fenix/issues/22145
1393     data_reviews:
1394       - https://github.com/mozilla-mobile/fenix/pull/22333
1395     data_sensitivity:
1396       - interaction
1397     notification_emails:
1398       - android-probes@mozilla.com
1399     expires: "2022-11-01"
1401 preferences:
1402   studies_enabled:
1403     type: boolean
1404     description: >
1405       A metric indicating whether or not the user has studies enabled
1406       default: true
1407     send_in_pings:
1408       - metrics
1409     bugs:
1410       - https://github.com/mozilla-mobile/fenix/issues/22192
1411     data_reviews:
1412       - https://github.com/mozilla-mobile/fenix/pull/22193
1413     data_sensitivity:
1414       - interaction
1415     notification_emails:
1416       - android-probes@mozilla.com
1417     expires: "2022-11-01"
1418   studies_preference_enabled:
1419     type: event
1420     description: >
1421       An event indicating whether or not the user has studies enabled.
1422     bugs:
1423       - https://github.com/mozilla-mobile/fenix/issues/22192
1424     data_reviews:
1425       - https://github.com/mozilla-mobile/fenix/pull/22193
1426     data_sensitivity:
1427       - interaction
1428     notification_emails:
1429       - android-probes@mozilla.com
1430     expires: "2022-11-01"
1431   search_suggestions_enabled:
1432     type: boolean
1433     description: |
1434       Whether or not the user has search suggestions enabled
1435       default: true
1436     send_in_pings:
1437       - metrics
1438     bugs:
1439       - https://github.com/mozilla-mobile/fenix/issues/11118
1440     data_reviews:
1441       - https://github.com/mozilla-mobile/fenix/pull/11211
1442       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1443       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1444       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1445     data_sensitivity:
1446       - interaction
1447     notification_emails:
1448       - android-probes@mozilla.com
1449     expires: "2022-02-01"
1450   remote_debugging_enabled:
1451     type: boolean
1452     description: |
1453       Whether or not the user has remote debugging enabled
1454       default: false
1455     send_in_pings:
1456       - metrics
1457     bugs:
1458       - https://github.com/mozilla-mobile/fenix/issues/11118
1459     data_reviews:
1460       - https://github.com/mozilla-mobile/fenix/pull/11211
1461       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1462       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1463       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1464     data_sensitivity:
1465       - interaction
1466     notification_emails:
1467       - android-probes@mozilla.com
1468     expires: "2022-02-01"
1469   telemetry_enabled:
1470     type: boolean
1471     description: |
1472       Whether or not the user has telemetry enabled. Note we should
1473       never receive a "false" value for this since telemetry would
1474       not send in that case.
1475       default: true
1476     send_in_pings:
1477       - metrics
1478     bugs:
1479       - https://github.com/mozilla-mobile/fenix/issues/11118
1480     data_reviews:
1481       - https://github.com/mozilla-mobile/fenix/pull/11211
1482       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1483       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1484       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1485     data_sensitivity:
1486       - interaction
1487     notification_emails:
1488       - android-probes@mozilla.com
1489     expires: "2022-02-01"
1490   enhanced_tracking_protection:
1491     type: string
1492     description: |
1493       What type of enhanced tracking protection the user has enabled.
1494       "standard," "strict," "custom," or "" (if disabled)
1495       default: "standard"
1496     send_in_pings:
1497       - metrics
1498     bugs:
1499       - https://github.com/mozilla-mobile/fenix/issues/11118
1500     data_reviews:
1501       - https://github.com/mozilla-mobile/fenix/pull/11211
1502       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1503       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1504       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1505     data_sensitivity:
1506       - interaction
1507     notification_emails:
1508       - android-probes@mozilla.com
1509     expires: "2022-02-01"
1510   bookmarks_suggestion:
1511     type: boolean
1512     description: |
1513       Whether or not the user has enabled bookmark search suggestions
1514       default: true
1515     send_in_pings:
1516       - metrics
1517     bugs:
1518       - https://github.com/mozilla-mobile/fenix/issues/11118
1519     data_reviews:
1520       - https://github.com/mozilla-mobile/fenix/pull/11211
1521       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1522       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1523       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1524     data_sensitivity:
1525       - interaction
1526     notification_emails:
1527       - android-probes@mozilla.com
1528     expires: "2022-02-01"
1529   browsing_history_suggestion:
1530     type: boolean
1531     description: |
1532       Whether or not the user has enabled browsing history suggestions.
1533       default: true
1534     send_in_pings:
1535       - metrics
1536     bugs:
1537       - https://github.com/mozilla-mobile/fenix/issues/11118
1538     data_reviews:
1539       - https://github.com/mozilla-mobile/fenix/pull/11211
1540       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1541       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1542       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1543     data_sensitivity:
1544       - interaction
1545     notification_emails:
1546       - android-probes@mozilla.com
1547     expires: "2022-02-01"
1548   clipboard_suggestions_enabled:
1549     type: boolean
1550     description: |
1551       Whether or not the user has enabled clipboard search suggestions.
1552       default: true
1553     send_in_pings:
1554       - metrics
1555     bugs:
1556       - https://github.com/mozilla-mobile/fenix/issues/11118
1557     data_reviews:
1558       - https://github.com/mozilla-mobile/fenix/pull/11211
1559       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1560       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1561       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1562     data_sensitivity:
1563       - interaction
1564     notification_emails:
1565       - android-probes@mozilla.com
1566     expires: "2022-02-01"
1567   search_shortcuts_enabled:
1568     type: boolean
1569     description: |
1570       Whether or not the user has enabled search shortcuts.
1571       default: true
1572     send_in_pings:
1573       - metrics
1574     bugs:
1575       - https://github.com/mozilla-mobile/fenix/issues/11118
1576     data_reviews:
1577       - https://github.com/mozilla-mobile/fenix/pull/11211
1578       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1579       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1580       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1581     data_sensitivity:
1582       - interaction
1583     notification_emails:
1584       - android-probes@mozilla.com
1585     expires: "2022-02-01"
1586   signed_in_sync:
1587     type: boolean
1588     description: |
1589       Whether or not the user is signed into FxA
1590       default: false
1591     send_in_pings:
1592       - metrics
1593     bugs:
1594       - https://github.com/mozilla-mobile/fenix/issues/11118
1595     data_reviews:
1596       - https://github.com/mozilla-mobile/fenix/pull/11211
1597       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1598       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1599       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1600     data_sensitivity:
1601       - interaction
1602     notification_emails:
1603       - android-probes@mozilla.com
1604     expires: "2022-02-01"
1605   sync_items:
1606     type: string_list
1607     description: |
1608       The list of items the user has chosen to sync with FxA.
1609       default: "" if the user is signed out. Otherwise defaults to
1610       whatever is set in their FxA account. New accounts set:
1611       [bookmarks, history, passwords, tabs]
1612     send_in_pings:
1613       - metrics
1614     bugs:
1615       - https://github.com/mozilla-mobile/fenix/issues/11118
1616     data_reviews:
1617       - https://github.com/mozilla-mobile/fenix/pull/11211
1618       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1619       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1620       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1621     data_sensitivity:
1622       - interaction
1623     notification_emails:
1624       - android-probes@mozilla.com
1625     expires: "2022-02-01"
1626   voice_search_enabled:
1627     type: boolean
1628     description: |
1629       Whether or not the user has enabled the voice search button.
1630       default: true
1631     send_in_pings:
1632       - metrics
1633     bugs:
1634       - https://github.com/mozilla-mobile/fenix/issues/11118
1635     data_reviews:
1636       - https://github.com/mozilla-mobile/fenix/pull/11211
1637       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1638       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1639       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1640     data_sensitivity:
1641       - interaction
1642     notification_emails:
1643       - android-probes@mozilla.com
1644     expires: "2022-02-01"
1645   toolbar_position_setting:
1646     type: string
1647     description: |
1648       The position of the toolbar
1649       default: bottom (defaults to top if the user has accessibility services)
1650     send_in_pings:
1651       - metrics
1652     bugs:
1653       - https://github.com/mozilla-mobile/fenix/issues/11118
1654     data_reviews:
1655       - https://github.com/mozilla-mobile/fenix/pull/11211
1656       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1657       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1658       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1659     data_sensitivity:
1660       - interaction
1661     notification_emails:
1662       - android-probes@mozilla.com
1663     expires: "2022-02-01"
1664   accessibility_services:
1665     type: string_list
1666     description: |
1667       Whether or not the user has touch exploration or switch services enabled.
1668       These are built into the Android OS, not Fenix prefs.
1669       default: ""
1670     send_in_pings:
1671       - metrics
1672     bugs:
1673       - https://github.com/mozilla-mobile/fenix/issues/11118
1674     data_reviews:
1675       - https://github.com/mozilla-mobile/fenix/pull/11211
1676       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1677       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1678       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1679     data_sensitivity:
1680       - interaction
1681     notification_emails:
1682       - android-probes@mozilla.com
1683     expires: "2022-02-01"
1684   open_links_in_app_enabled:
1685     type: boolean
1686     description: |
1687       Whether or not the user has the open links in apps feature enabled.
1688       default: false
1689     send_in_pings:
1690       - metrics
1691     bugs:
1692       - https://github.com/mozilla-mobile/fenix/issues/11118
1693     data_reviews:
1694       - https://github.com/mozilla-mobile/fenix/pull/11446
1695       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1696       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1697       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1698     data_sensitivity:
1699       - interaction
1700     notification_emails:
1701       - android-probes@mozilla.com
1702     expires: "2022-02-01"
1703   user_theme:
1704     type: string
1705     description: |
1706       The theme the user has enabled. "light," "dark," "system," or "battery"
1707       default: "system" for API 28+, else "light"
1708     send_in_pings:
1709       - metrics
1710     bugs:
1711       - https://github.com/mozilla-mobile/fenix/issues/11118
1712     data_reviews:
1713       - https://github.com/mozilla-mobile/fenix/pull/11446
1714       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1715       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1716       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1717     data_sensitivity:
1718       - interaction
1719     notification_emails:
1720       - android-probes@mozilla.com
1721     expires: "2022-02-01"
1722   inactive_tabs_enabled:
1723     type: boolean
1724     description: |
1725       Whether or not the user has the inactive tabs feature enabled.
1726       default: true
1727     send_in_pings:
1728       - metrics
1729     bugs:
1730       - https://github.com/mozilla-mobile/fenix/issues/21903
1731     data_reviews:
1732       - https://github.com/mozilla-mobile/fenix/pull/21908
1733     data_sensitivity:
1734       - interaction
1735     notification_emails:
1736       - android-probes@mozilla.com
1737     expires: "2022-11-01"
1738   inactive_tabs_survey_opened:
1739     type: event
1740     description: >
1741       A survey for asking the user why she intends to turn off the
1742       inactive tabs feature is shown.
1743     bugs:
1744       - https://github.com/mozilla-mobile/fenix/issues/21732
1745     data_reviews:
1746       - https://github.com/mozilla-mobile/fenix/pull/21862#issuecomment-949598042
1747     data_sensitivity:
1748       - interaction
1749     notification_emails:
1750       - android-probes@mozilla.com
1751     expires: "2022-02-01"
1752   turn_off_inactive_tabs_survey:
1753     type: event
1754     description: >
1755       The user has disabled inactive tabs feature and responded
1756       to our request for feedback.
1757     extra_keys:
1758       feedback:
1759         description: |
1760           The user's feedback regarding inactive tabs feature.
1761     bugs:
1762       - https://github.com/mozilla-mobile/fenix/issues/21732
1763     data_reviews:
1764       - https://github.com/mozilla-mobile/fenix/pull/21862#issuecomment-946977614
1765     data_sensitivity:
1766       - interaction
1767     notification_emails:
1768       - android-probes@mozilla.com
1769     expires: "2022-02-01"
1770   search_term_groups_enabled:
1771     type: boolean
1772     description: |
1773       Is search term group in tabs tray on?
1774     bugs:
1775       - https://github.com/mozilla-mobile/fenix/issues/22057
1776     data_reviews:
1777       - https://github.com/mozilla-mobile/fenix/pull/22058
1778     data_sensitivity:
1779       - interaction
1780     notification_emails:
1781       - android-probes@mozilla.com
1782     expires: "2022-11-01"
1784 search.default_engine:
1785   code:
1786     type: string
1787     lifetime: application
1788     description: |
1789       If the search engine is pre-loaded with Fenix this value
1790       will be the search engine identifier. If it's a custom search engine
1791       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
1792       value will be "custom"
1793     send_in_pings:
1794       - metrics
1795     bugs:
1796       - https://github.com/mozilla-mobile/fenix/issues/800
1797     data_reviews:
1798       - https://github.com/mozilla-mobile/fenix/pull/1606
1799       - https://github.com/mozilla-mobile/fenix/pull/5216
1800       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1801       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1802       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1803       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1804     data_sensitivity:
1805       - technical
1806       - interaction
1807     notification_emails:
1808       - android-probes@mozilla.com
1809       - erichards@mozilla.com
1810     expires: never
1811   name:
1812     type: string
1813     lifetime: application
1814     description: |
1815       If the search engine is pre-loaded with Fenix this value
1816       will be the search engine name. If it's a custom search engine
1817       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
1818       value will be "custom"
1819     send_in_pings:
1820       - metrics
1821     bugs:
1822       - https://github.com/mozilla-mobile/fenix/issues/800
1823     data_reviews:
1824       - https://github.com/mozilla-mobile/fenix/pull/1606
1825       - https://github.com/mozilla-mobile/fenix/pull/5216
1826       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1827       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1828       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1829       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1830     data_sensitivity:
1831       - technical
1832       - interaction
1833     notification_emails:
1834       - android-probes@mozilla.com
1835       - erichards@mozilla.com
1836     expires: never
1837   submission_url:
1838     type: string
1839     lifetime: application
1840     description: |
1841       If the search engine is pre-loaded with Fenix this value will be he base
1842       URL we use to build the search query for the search engine. For example:
1843       https://mysearchengine.com/?query=%s. If it's a custom search engine
1844       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
1845       will be "custom"
1846     send_in_pings:
1847       - metrics
1848     bugs:
1849       - https://github.com/mozilla-mobile/fenix/issues/800
1850     data_reviews:
1851       - https://github.com/mozilla-mobile/fenix/pull/1606
1852       - https://github.com/mozilla-mobile/fenix/pull/5216
1853       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
1854       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1855       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
1856     data_sensitivity:
1857       - technical
1858       - interaction
1859     notification_emails:
1860       - android-probes@mozilla.com
1861     expires: "2022-02-01"
1863 bookmarks_management:
1864   open:
1865     type: event
1866     description: |
1867       A user opened a bookmark.
1868     bugs:
1869       - https://github.com/mozilla-mobile/fenix/issues/18173
1870     data_reviews:
1871       - https://github.com/mozilla-mobile/fenix/pull/18174
1872       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1873     data_sensitivity:
1874       - interaction
1875     notification_emails:
1876       - android-probes@mozilla.com
1877     expires: "2022-08-01"
1878   open_in_new_tab:
1879     type: event
1880     description: |
1881       A user opened a bookmark in a new tab.
1882     bugs:
1883       - https://github.com/mozilla-mobile/fenix/issues/974
1884     data_reviews:
1885       - https://github.com/mozilla-mobile/fenix/pull/1708
1886       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1887       - https://github.com/mozilla-mobile/fenix/pull/18143
1888       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1889       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1890     data_sensitivity:
1891       - interaction
1892     notification_emails:
1893       - android-probes@mozilla.com
1894       - erichards@mozilla.com
1895     expires: never
1896   open_in_new_tabs:
1897     type: event
1898     description: |
1899       A user opened multiple bookmarks at once in new tabs.
1900     bugs:
1901       - https://github.com/mozilla-mobile/fenix/issues/974
1902     data_reviews:
1903       - https://github.com/mozilla-mobile/fenix/pull/1708
1904       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1905       - https://github.com/mozilla-mobile/fenix/pull/18143
1906       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1907       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1908     data_sensitivity:
1909       - interaction
1910     notification_emails:
1911       - android-probes@mozilla.com
1912       - erichards@mozilla.com
1913     expires: never
1914   open_in_private_tab:
1915     type: event
1916     description: |
1917       A user opened a bookmark in a new private tab.
1918     bugs:
1919       - https://github.com/mozilla-mobile/fenix/issues/974
1920       - https://github.com/mozilla-mobile/fenix/issues/19923
1921     data_reviews:
1922       - https://github.com/mozilla-mobile/fenix/pull/1708
1923       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1924       - https://github.com/mozilla-mobile/fenix/pull/18143
1925       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1926       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1927     data_sensitivity:
1928       - interaction
1929     notification_emails:
1930       - android-probes@mozilla.com
1931       - erichards@mozilla.com
1932     expires: never
1933   open_in_private_tabs:
1934     type: event
1935     description: |
1936       A user opened multiple bookmarks at once in new private tabs.
1937     bugs:
1938       - https://github.com/mozilla-mobile/fenix/issues/974
1939       - https://github.com/mozilla-mobile/fenix/issues/19923
1940     data_reviews:
1941       - https://github.com/mozilla-mobile/fenix/pull/1708
1942       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1943       - https://github.com/mozilla-mobile/fenix/pull/18143
1944       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1945       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1946     data_sensitivity:
1947       - interaction
1948     notification_emails:
1949       - android-probes@mozilla.com
1950       - erichards@mozilla.com
1951     expires: never
1952   edited:
1953     type: event
1954     description: |
1955       A user edited the title and/or URL of an existing bookmark.
1956     bugs:
1957       - https://github.com/mozilla-mobile/fenix/issues/974
1958       - https://github.com/mozilla-mobile/fenix/issues/19923
1959     data_reviews:
1960       - https://github.com/mozilla-mobile/fenix/pull/1708
1961       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1962       - https://github.com/mozilla-mobile/fenix/pull/18143
1963       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1964       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1965     data_sensitivity:
1966       - interaction
1967     notification_emails:
1968       - android-probes@mozilla.com
1969       - erichards@mozilla.com
1970     expires: never
1971   moved:
1972     type: event
1973     description: |
1974       A user moved an existing bookmark or folder to another folder.
1975     bugs:
1976       - https://github.com/mozilla-mobile/fenix/issues/974
1977       - https://github.com/mozilla-mobile/fenix/issues/19923
1978     data_reviews:
1979       - https://github.com/mozilla-mobile/fenix/pull/1708
1980       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
1981       - https://github.com/mozilla-mobile/fenix/pull/18143
1982       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
1983       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
1984     data_sensitivity:
1985       - interaction
1986     notification_emails:
1987       - android-probes@mozilla.com
1988       - erichards@mozilla.com
1989     expires: never
1990   removed:
1991     type: event
1992     description: |
1993       A user removed a bookmark item.
1994     bugs:
1995       - https://github.com/mozilla-mobile/fenix/issues/974
1996       - https://github.com/mozilla-mobile/fenix/issues/19923
1997     data_reviews:
1998       - https://github.com/mozilla-mobile/fenix/pull/1708
1999       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2000       - https://github.com/mozilla-mobile/fenix/pull/18143
2001       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2002       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2003     data_sensitivity:
2004       - interaction
2005     notification_emails:
2006       - android-probes@mozilla.com
2007       - erichards@mozilla.com
2008     expires: never
2009   multi_removed:
2010     type: event
2011     description: |
2012       A user removed multiple bookmarks at once.
2013     bugs:
2014       - https://github.com/mozilla-mobile/fenix/issues/974
2015       - https://github.com/mozilla-mobile/fenix/issues/19923
2016     data_reviews:
2017       - https://github.com/mozilla-mobile/fenix/pull/1708
2018       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2019       - https://github.com/mozilla-mobile/fenix/pull/18143
2020       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2021       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2022     data_sensitivity:
2023       - interaction
2024     notification_emails:
2025       - android-probes@mozilla.com
2026       - erichards@mozilla.com
2027     expires: never
2028   shared:
2029     type: event
2030     description: |
2031       A user shared a bookmark.
2032     bugs:
2033       - https://github.com/mozilla-mobile/fenix/issues/974
2034       - https://github.com/mozilla-mobile/fenix/issues/19923
2035     data_reviews:
2036       - https://github.com/mozilla-mobile/fenix/pull/1708
2037       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2038       - https://github.com/mozilla-mobile/fenix/pull/18143
2039       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2040       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2041     data_sensitivity:
2042       - interaction
2043     notification_emails:
2044       - android-probes@mozilla.com
2045       - erichards@mozilla.com
2046     expires: never
2047   copied:
2048     type: event
2049     description: |
2050       A user copied a bookmark.
2051     bugs:
2052       - https://github.com/mozilla-mobile/fenix/issues/974
2053       - https://github.com/mozilla-mobile/fenix/issues/19923
2054     data_reviews:
2055       - https://github.com/mozilla-mobile/fenix/pull/1708
2056       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2057       - https://github.com/mozilla-mobile/fenix/pull/18143
2058       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2059       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2060     data_sensitivity:
2061       - interaction
2062     notification_emails:
2063       - android-probes@mozilla.com
2064       - erichards@mozilla.com
2065     expires: never
2066   folder_add:
2067     type: event
2068     description: |
2069       A user added a new bookmark folder.
2070     bugs:
2071       - https://github.com/mozilla-mobile/fenix/issues/974
2072       - https://github.com/mozilla-mobile/fenix/issues/19923
2073     data_reviews:
2074       - https://github.com/mozilla-mobile/fenix/pull/1708
2075       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2076       - https://github.com/mozilla-mobile/fenix/pull/18143
2077       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
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       - erichards@mozilla.com
2084     expires: never
2085   folder_remove:
2086     type: event
2087     description: |
2088       A user removed a bookmark folder.
2089     bugs:
2090       - https://github.com/mozilla-mobile/fenix/issues/3174
2091       - https://github.com/mozilla-mobile/fenix/issues/19923
2092     data_reviews:
2093       - https://github.com/mozilla-mobile/fenix/pull/3724
2094       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2095       - https://github.com/mozilla-mobile/fenix/pull/18143
2096       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2097       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2098     data_sensitivity:
2099       - interaction
2100     notification_emails:
2101       - android-probes@mozilla.com
2102       - erichards@mozilla.com
2103     expires: never
2105 custom_tab:
2106   closed:
2107     type: event
2108     description: |
2109       A user closed the custom tab
2110     bugs:
2111       - https://github.com/mozilla-mobile/fenix/issues/977
2112       - https://github.com/mozilla-mobile/fenix/issues/19923
2113     data_reviews:
2114       - https://github.com/mozilla-mobile/fenix/pull/1697
2115       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2116       - https://github.com/mozilla-mobile/fenix/pull/18143
2117       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2118       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2119     data_sensitivity:
2120       - interaction
2121     notification_emails:
2122       - android-probes@mozilla.com
2123     expires: "2022-06-01"
2124   action_button:
2125     type: event
2126     description: |
2127       A user pressed the action button provided by the launching app
2128     bugs:
2129       - https://github.com/mozilla-mobile/fenix/issues/977
2130       - https://github.com/mozilla-mobile/fenix/issues/19923
2131     data_reviews:
2132       - https://github.com/mozilla-mobile/fenix/pull/1697
2133       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2134       - https://github.com/mozilla-mobile/fenix/pull/18143
2135       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2136       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2137     data_sensitivity:
2138       - interaction
2139     notification_emails:
2140       - android-probes@mozilla.com
2141     expires: "2022-06-01"
2142   menu:
2143     type: event
2144     description: |
2145       A user opened the custom tabs menu
2146     bugs:
2147       - https://github.com/mozilla-mobile/fenix/issues/977
2148       - https://github.com/mozilla-mobile/fenix/issues/19923
2149     data_reviews:
2150       - https://github.com/mozilla-mobile/fenix/pull/1697
2151       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2152       - https://github.com/mozilla-mobile/fenix/pull/18143
2153       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2154       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2155     data_sensitivity:
2156       - interaction
2157     notification_emails:
2158       - android-probes@mozilla.com
2159     expires: "2022-06-01"
2161 activation:
2162   identifier:
2163     type: string
2164     lifetime: ping
2165     description: |
2166       A hashed and salted version of the Google Advertising ID from the device.
2167       This will never be sent in a ping that also contains the client_id.
2168     send_in_pings:
2169       - activation
2170     bugs:
2171       - https://bugzilla.mozilla.org/1538011
2172       - https://bugzilla.mozilla.org/1501822
2173       - https://github.com/mozilla-mobile/fenix/issues/19923
2174     data_reviews:
2175       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2176       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2177       - https://github.com/mozilla-mobile/fenix/pull/18143
2178       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2179       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2180     data_sensitivity:
2181       - highly_sensitive
2182     notification_emails:
2183       - android-probes@mozilla.com
2184       - erichards@mozilla.com
2185     expires: never
2186   activation_id:
2187     type: uuid
2188     lifetime: user
2189     description: |
2190       An alternate identifier, not correlated with the client_id, generated once
2191       and only sent with the activation ping.
2192     send_in_pings:
2193       - activation
2194     bugs:
2195       - https://bugzilla.mozilla.org/1538011
2196       - https://github.com/mozilla-mobile/fenix/issues/19923
2197     data_reviews:
2198       - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
2199       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2200       - https://github.com/mozilla-mobile/fenix/pull/18143
2201       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2202       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
2203     data_sensitivity:
2204       - highly_sensitive
2205     notification_emails:
2206       - android-probes@mozilla.com
2207       - erichards@mozilla.com
2208     expires: never
2209     no_lint:
2210       - USER_LIFETIME_EXPIRATION
2212 error_page:
2213   visited_error:
2214     type: event
2215     description: |
2216       A user encountered an error page
2217     extra_keys:
2218       error_type:
2219         description: "The error type of the error page encountered"
2220     bugs:
2221       - https://github.com/mozilla-mobile/fenix/issues/1242
2222       - https://github.com/mozilla-mobile/fenix/issues/19923
2223     data_reviews:
2224       - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
2225       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
2226       - https://github.com/mozilla-mobile/fenix/pull/18143
2227       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2228       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
2229     data_sensitivity:
2230       - interaction
2231     notification_emails:
2232       - android-probes@mozilla.com
2233     expires: "2022-12-01"
2235 sync_auth:
2236   opened:
2237     type: event
2238     description: |
2239       A user opened the sync authentication page
2240     bugs:
2241       - https://github.com/mozilla-mobile/fenix/issues/1190
2242     data_reviews:
2243       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2244       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2245       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2246       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2247     data_sensitivity:
2248       - interaction
2249     notification_emails:
2250       - android-probes@mozilla.com
2251     expires: "2022-02-01"
2252   closed:
2253     type: event
2254     description: |
2255       A user closed the sync page
2256     bugs:
2257       - https://github.com/mozilla-mobile/fenix/issues/1190
2258     data_reviews:
2259       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2260       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2261       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2262       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2263     data_sensitivity:
2264       - interaction
2265     notification_emails:
2266       - android-probes@mozilla.com
2267     expires: "2022-02-01"
2268   use_email:
2269     type: event
2270     description: |
2271       A user chose to use their email to sign in instead of scanning a QR code,
2272       counterpart to "scan_pairing"
2273     bugs:
2274       - https://github.com/mozilla-mobile/fenix/issues/9834
2275     data_reviews:
2276       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2277       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2278       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2279       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2280     data_sensitivity:
2281       - interaction
2282     notification_emails:
2283       - android-probes@mozilla.com
2284     expires: "2022-02-01"
2285   use_email_problem:
2286     type: event
2287     description: |
2288       A user chose to use their email to sign in after an account problem
2289     bugs:
2290       - https://github.com/mozilla-mobile/fenix/issues/9834
2291     data_reviews:
2292       - https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
2293       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2294       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2295       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2296     data_sensitivity:
2297       - interaction
2298     notification_emails:
2299       - android-probes@mozilla.com
2300     expires: "2022-02-01"
2301   sign_in:
2302     type: event
2303     description: |
2304       A user pressed the sign in button on the sync authentication page and was
2305       successfully signed in to FxA
2306     bugs:
2307       - https://github.com/mozilla-mobile/fenix/issues/1190
2308     data_reviews:
2309       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2310       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2311       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2312       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2313       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2314     data_sensitivity:
2315       - interaction
2316     notification_emails:
2317       - android-probes@mozilla.com
2318       - erichards@mozilla.com
2319     expires: never
2320   sign_out:
2321     type: event
2322     description: |
2323       A user pressed the sign out button on the sync account page and was
2324       successfully signed out of FxA
2325     bugs:
2326       - https://github.com/mozilla-mobile/fenix/issues/1190
2327     data_reviews:
2328       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
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/21038#issuecomment-906757301
2333     data_sensitivity:
2334       - interaction
2335     notification_emails:
2336       - android-probes@mozilla.com
2337       - erichards@mozilla.com
2338     expires: never
2339   sign_up:
2340     type: event
2341     description: |
2342       User registered a new Firefox Account, and was signed into it
2343     bugs:
2344       - https://github.com/mozilla-mobile/fenix/issues/4971
2345     data_reviews:
2346       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2347       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2348       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2349       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2350       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2351     data_sensitivity:
2352       - technical
2353       - interaction
2354     notification_emails:
2355       - android-probes@mozilla.com
2356       - erichards@mozilla.com
2357     expires: never
2358   paired:
2359     type: event
2360     description: |
2361       User signed into FxA by pairing with a different Firefox browser, using a
2362       QR code
2363     bugs:
2364       - https://github.com/mozilla-mobile/fenix/issues/4971
2365     data_reviews:
2366       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2367       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2368       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2369       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2370     data_sensitivity:
2371       - technical
2372       - interaction
2373     notification_emails:
2374       - android-probes@mozilla.com
2375     expires: "2022-02-01"
2376   recovered:
2377     type: event
2378     description: |
2379       Account manager automatically recovered FxA authentication state without
2380       direct user involvement
2381     bugs:
2382       - https://github.com/mozilla-mobile/fenix/issues/4971
2383     data_reviews:
2384       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2385       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2386       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2387       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2388     data_sensitivity:
2389       - technical
2390       - interaction
2391     notification_emails:
2392       - android-probes@mozilla.com
2393     expires: "2022-02-01"
2394   other_external:
2395     type: event
2396     description: |
2397       User authenticated via FxA using an unknown mechanism. "Known" mechanisms
2398       are currently sign-in, sign-up and pairing
2399     bugs:
2400       - https://github.com/mozilla-mobile/fenix/issues/4971
2401     data_reviews:
2402       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
2403       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2404       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2405       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2406     data_sensitivity:
2407       - technical
2408       - interaction
2409     notification_emails:
2410       - android-probes@mozilla.com
2411     expires: "2022-02-01"
2412   scan_pairing:
2413     type: event
2414     description: |
2415       A user pressed the scan pairing button on the sync authentication page
2416     bugs:
2417       - https://github.com/mozilla-mobile/fenix/issues/1190
2418     data_reviews:
2419       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2420       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2421       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2422       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2423     data_sensitivity:
2424       - interaction
2425     notification_emails:
2426       - android-probes@mozilla.com
2427     expires: "2022-02-01"
2429 sync_account:
2430   opened:
2431     type: event
2432     description: |
2433       A user opened the sync account page
2434     bugs:
2435       - https://github.com/mozilla-mobile/fenix/issues/1190
2436     data_reviews:
2437       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2438       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2439       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2440       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2441     data_sensitivity:
2442       - interaction
2443     notification_emails:
2444       - android-probes@mozilla.com
2445     expires: "2022-02-01"
2446   sync_now:
2447     type: event
2448     description: |
2449       A user pressed the sync now button on the sync account page
2450     bugs:
2451       - https://github.com/mozilla-mobile/fenix/issues/1190
2452     data_reviews:
2453       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
2454       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2455       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2456       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2457     data_sensitivity:
2458       - interaction
2459     notification_emails:
2460       - android-probes@mozilla.com
2461     expires: "2022-02-01"
2462   send_tab:
2463     type: event
2464     description: |
2465       A user sent the current tab to another FxA device
2466     bugs:
2467       - https://github.com/mozilla-mobile/fenix/issues/4908
2468     data_reviews:
2469       - https://github.com/mozilla-mobile/fenix/pull/5106
2470       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2471       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2472       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2473     data_sensitivity:
2474       - interaction
2475     notification_emails:
2476       - android-probes@mozilla.com
2477     expires: "2022-02-01"
2478   sign_in_to_send_tab:
2479     type: event
2480     description: |
2481       A user pressed the "sign in to send tab" button inside the share tab menu
2482     bugs:
2483       - https://github.com/mozilla-mobile/fenix/issues/4908
2484     data_reviews:
2485       - https://github.com/mozilla-mobile/fenix/pull/5106
2486       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2487       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2488       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2489     data_sensitivity:
2490       - interaction
2491     notification_emails:
2492       - android-probes@mozilla.com
2493     expires: "2022-02-01"
2495 history:
2496   opened:
2497     type: event
2498     description: |
2499       A user opened the history screen
2500     bugs:
2501       - https://github.com/mozilla-mobile/fenix/issues/2362
2502     data_reviews:
2503       - https://github.com/mozilla-mobile/fenix/pull/3940
2504       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2505       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2506       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2507     data_sensitivity:
2508       - interaction
2509     notification_emails:
2510       - android-probes@mozilla.com
2511     expires: "2022-02-01"
2512   removed:
2513     type: event
2514     description: |
2515       A user removed a history item
2516     bugs:
2517       - https://github.com/mozilla-mobile/fenix/issues/2362
2518     data_reviews:
2519       - https://github.com/mozilla-mobile/fenix/pull/3940
2520       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2521       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2522       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2523     data_sensitivity:
2524       - interaction
2525     notification_emails:
2526       - android-probes@mozilla.com
2527     expires: "2022-02-01"
2528   removed_all:
2529     type: event
2530     description: |
2531       A user removed all history items
2532     bugs:
2533       - https://github.com/mozilla-mobile/fenix/issues/2362
2534     data_reviews:
2535       - https://github.com/mozilla-mobile/fenix/pull/3940
2536       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2537       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2538       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2539     data_sensitivity:
2540       - interaction
2541     notification_emails:
2542       - android-probes@mozilla.com
2543     expires: "2022-02-01"
2544   shared:
2545     type: event
2546     description: |
2547       A user shared a history item
2548     bugs:
2549       - https://github.com/mozilla-mobile/fenix/issues/2362
2550     data_reviews:
2551       - https://github.com/mozilla-mobile/fenix/pull/3940
2552       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2553       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2554       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2555     data_sensitivity:
2556       - interaction
2557     notification_emails:
2558       - android-probes@mozilla.com
2559     expires: "2022-02-01"
2560   opened_item:
2561     type: event
2562     description: |
2563       A user opened a history item
2564     bugs:
2565       - https://github.com/mozilla-mobile/fenix/issues/18178
2566     data_reviews:
2567       - https://github.com/mozilla-mobile/fenix/pull/18261
2568       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2569       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2570     data_sensitivity:
2571       - interaction
2572     notification_emails:
2573       - android-probes@mozilla.com
2574       - erichards@mozilla.com
2575     expires: never
2576   opened_item_in_new_tab:
2577     type: event
2578     description: |
2579       A user opened a history item in a new tab
2580     bugs:
2581       - https://github.com/mozilla-mobile/fenix/issues/18178
2582     data_reviews:
2583       - https://github.com/mozilla-mobile/fenix/pull/18261
2584       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2585       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2586     data_sensitivity:
2587       - interaction
2588     notification_emails:
2589       - android-probes@mozilla.com
2590       - erichards@mozilla.com
2591     expires: never
2592   opened_items_in_new_tabs:
2593     type: event
2594     description: |
2595       A user opened multiple history items in new tabs
2596     bugs:
2597       - https://github.com/mozilla-mobile/fenix/issues/18178
2598       - https://github.com/mozilla-mobile/fenix/issues/19923
2599     data_reviews:
2600       - https://github.com/mozilla-mobile/fenix/pull/18261
2601       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2602       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2603     data_sensitivity:
2604       - interaction
2605     notification_emails:
2606       - android-probes@mozilla.com
2607       - erichards@mozilla.com
2608     expires: never
2609   opened_item_in_private_tab:
2610     type: event
2611     description: |
2612       A user opened a history item in a private tab
2613     bugs:
2614       - https://github.com/mozilla-mobile/fenix/issues/18178
2615     data_reviews:
2616       - https://github.com/mozilla-mobile/fenix/pull/18261
2617       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2618       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2619     data_sensitivity:
2620       - interaction
2621     notification_emails:
2622       - android-probes@mozilla.com
2623       - erichards@mozilla.com
2624     expires: never
2625   opened_items_in_private_tabs:
2626     type: event
2627     description: |
2628       A user opened multiple history items in private tabs
2629     bugs:
2630       - https://github.com/mozilla-mobile/fenix/issues/18178
2631     data_reviews:
2632       - https://github.com/mozilla-mobile/fenix/pull/18261
2633       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2634       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2635     data_sensitivity:
2636       - interaction
2637     notification_emails:
2638       - android-probes@mozilla.com
2639       - erichards@mozilla.com
2640     expires: never
2641   recent_searches_tapped:
2642     type: event
2643     description: |
2644       User has tapped on an item in the "Recently visited" section on home.
2645     extra_keys:
2646       page_number:
2647         description: |
2648           The page number in the homescreen carousel that the recently visited
2649           item was on.
2650     bugs:
2651       - https://github.com/mozilla-mobile/fenix/issues/22172
2652     data_reviews:
2653       - https://github.com/mozilla-mobile/fenix/pull/22173
2654     data_sensitivity:
2655       - interaction
2656     notification_emails:
2657       - android-probes@mozilla.com
2658     expires: "2022-11-01"
2659   search_term_group_tapped:
2660     type: event
2661     description: |
2662       A user tapped on a search term group in history
2663     bugs:
2664       - https://github.com/mozilla-mobile/fenix/issues/22299
2665     data_reviews:
2666       - https://github.com/mozilla-mobile/fenix/pull/22300
2667     data_sensitivity:
2668       - interaction
2669     notification_emails:
2670       - android-probes@mozilla.com
2671     expires: "2022-11-01"
2672   search_term_group_open_tab:
2673     type: event
2674     description: |
2675       A user opens a tab from the search term group in history.
2676     bugs:
2677       - https://github.com/mozilla-mobile/fenix/issues/22147
2678     data_reviews:
2679       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
2680     data_sensitivity:
2681       - interaction
2682     notification_emails:
2683       - android-probes@mozilla.com
2684     expires: "2022-11-01"
2685   search_term_group_remove_tab:
2686     type: event
2687     description: |
2688       A user closes a single tab in the search term group in history.
2689     bugs:
2690       - https://github.com/mozilla-mobile/fenix/issues/22147
2691     data_reviews:
2692       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
2693     data_sensitivity:
2694       - interaction
2695     notification_emails:
2696       - android-probes@mozilla.com
2697     expires: "2022-11-01"
2698   search_term_group_remove_all:
2699     type: event
2700     description: |
2701       A user closes all tabs in the search term group in history.
2702     bugs:
2703       - https://github.com/mozilla-mobile/fenix/issues/22147
2704     data_reviews:
2705       - https://github.com/mozilla-mobile/fenix/pull/22368#issuecomment-964223263
2706     data_sensitivity:
2707       - interaction
2708     notification_emails:
2709       - android-probes@mozilla.com
2710     expires: "2022-11-01"
2712 reader_mode:
2713   available:
2714     type: event
2715     description: |
2716       Reader mode is available for the current page
2717     bugs:
2718       - https://github.com/mozilla-mobile/fenix/issues/2267
2719     data_reviews:
2720       - https://github.com/mozilla-mobile/fenix/pull/3941
2721       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2722       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2723       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2724       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2725     data_sensitivity:
2726       - interaction
2727     notification_emails:
2728       - android-probes@mozilla.com
2729       - erichards@mozilla.com
2730     expires: never
2731   opened:
2732     type: event
2733     description: |
2734       A user opened reader mode
2735     bugs:
2736       - https://github.com/mozilla-mobile/fenix/issues/2267
2737     data_reviews:
2738       - https://github.com/mozilla-mobile/fenix/pull/3941
2739       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2740       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2741       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2742       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2743     data_sensitivity:
2744       - interaction
2745     notification_emails:
2746       - android-probes@mozilla.com
2747       - erichards@mozilla.com
2748     expires: never
2749   closed:
2750     type: event
2751     description: |
2752       A user closed reader mode
2753     bugs:
2754       - https://github.com/mozilla-mobile/fenix/issues/2267
2755     data_reviews:
2756       - https://github.com/mozilla-mobile/fenix/pull/4328
2757       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2758       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2759       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2760       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2761     data_sensitivity:
2762       - interaction
2763     notification_emails:
2764       - android-probes@mozilla.com
2765       - erichards@mozilla.com
2766     expires: never
2767   appearance:
2768     type: event
2769     description: |
2770       A user tapped the appearance button
2771     bugs:
2772       - https://github.com/mozilla-mobile/fenix/issues/2267
2773     data_reviews:
2774       - https://github.com/mozilla-mobile/fenix/pull/3941
2775       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2776       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2777       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2778       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2779     data_sensitivity:
2780       - interaction
2781     notification_emails:
2782       - android-probes@mozilla.com
2783       - erichards@mozilla.com
2784       - erichards@mozilla.com
2785       - erichards@mozilla.com
2786     expires: never
2788 tabs_tray:
2789   opened:
2790     type: event
2791     description: |
2792       A user opened the tabs tray
2793     bugs:
2794       - https://github.com/mozilla-mobile/fenix/issues/11273
2795     data_reviews:
2796       - https://github.com/mozilla-mobile/fenix/pull/12036
2797       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2798       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2799       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2800       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2801     data_sensitivity:
2802       - interaction
2803     notification_emails:
2804       - android-probes@mozilla.com
2805       - erichards@mozilla.com
2806     expires: never
2807   closed:
2808     type: event
2809     description: |
2810       A user closed the tabs tray
2811     bugs:
2812       - https://github.com/mozilla-mobile/fenix/issues/11273
2813     data_reviews:
2814       - https://github.com/mozilla-mobile/fenix/pull/12036
2815       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2816       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2817       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2818       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2819     data_sensitivity:
2820       - interaction
2821     notification_emails:
2822       - android-probes@mozilla.com
2823       - erichards@mozilla.com
2824     expires: never
2825   opened_existing_tab:
2826     type: event
2827     description: |
2828       A user opened an existing tab from a particular app feature.
2829     extra_keys:
2830       source:
2831         description: |
2832           From which app feature was an existing tab opened.
2833     bugs:
2834       - https://github.com/mozilla-mobile/fenix/issues/11273
2835     data_reviews:
2836       - https://github.com/mozilla-mobile/fenix/pull/12036
2837       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2838       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2839       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2840       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
2841       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2842     data_sensitivity:
2843       - interaction
2844     notification_emails:
2845       - android-probes@mozilla.com
2846       - erichards@mozilla.com
2847     expires: never
2848   closed_existing_tab:
2849     type: event
2850     description: |
2851       A user closed an existing tab from a particular app feature.
2852     extra_keys:
2853       source:
2854         description: |
2855           From which app feature was an existing tab closed.
2856     bugs:
2857       - https://github.com/mozilla-mobile/fenix/issues/11273
2858     data_reviews:
2859       - https://github.com/mozilla-mobile/fenix/pull/12036
2860       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2861       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2862       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2863       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-902160532
2864       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2865     data_sensitivity:
2866       - interaction
2867     notification_emails:
2868       - android-probes@mozilla.com
2869       - erichards@mozilla.com
2870     expires: never
2871   private_mode_tapped:
2872     type: event
2873     description: |
2874       A user switched to private mode
2875     bugs:
2876       - https://github.com/mozilla-mobile/fenix/issues/11273
2877     data_reviews:
2878       - https://github.com/mozilla-mobile/fenix/pull/12036
2879       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2880       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2881       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2882       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2883     data_sensitivity:
2884       - interaction
2885     notification_emails:
2886       - android-probes@mozilla.com
2887       - erichards@mozilla.com
2888     expires: never
2889   normal_mode_tapped:
2890     type: event
2891     description: |
2892       A user switched to normal mode
2893     bugs:
2894       - https://github.com/mozilla-mobile/fenix/issues/11273
2895     data_reviews:
2896       - https://github.com/mozilla-mobile/fenix/pull/12036
2897       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2898       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2899       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2900       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2901     data_sensitivity:
2902       - interaction
2903     notification_emails:
2904       - android-probes@mozilla.com
2905       - erichards@mozilla.com
2906     expires: never
2907   synced_mode_tapped:
2908     type: event
2909     description: |
2910       A user switched to synced mode
2911     bugs:
2912       - https://github.com/mozilla-mobile/fenix/issues/18948
2913     data_reviews:
2914       - https://github.com/mozilla-mobile/fenix/pull/19004
2915       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2916       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2917     data_sensitivity:
2918       - interaction
2919     notification_emails:
2920       - android-probes@mozilla.com
2921       - erichards@mozilla.com
2922     expires: never
2923   new_tab_tapped:
2924     type: event
2925     description: |
2926       A user opened a new tab
2927     bugs:
2928       - https://github.com/mozilla-mobile/fenix/issues/11273
2929     data_reviews:
2930       - https://github.com/mozilla-mobile/fenix/pull/12036
2931       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2932       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2933       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2934       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2935     data_sensitivity:
2936       - interaction
2937     notification_emails:
2938       - android-probes@mozilla.com
2939       - erichards@mozilla.com
2940     expires: never
2941   new_private_tab_tapped:
2942     type: event
2943     description: |
2944       A user opened a new private tab
2945     bugs:
2946       - https://github.com/mozilla-mobile/fenix/issues/11273
2947     data_reviews:
2948       - https://github.com/mozilla-mobile/fenix/pull/12036
2949       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2950       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2951       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2952       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2953     data_sensitivity:
2954       - interaction
2955     notification_emails:
2956       - android-probes@mozilla.com
2957       - erichards@mozilla.com
2958     expires: never
2959   menu_opened:
2960     type: event
2961     description: |
2962       A user opened three three dot menu in the tabs tray
2963     bugs:
2964       - https://github.com/mozilla-mobile/fenix/issues/11273
2965     data_reviews:
2966       - https://github.com/mozilla-mobile/fenix/pull/12036
2967       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2968       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2969       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2970       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2971     data_sensitivity:
2972       - interaction
2973     notification_emails:
2974       - android-probes@mozilla.com
2975       - erichards@mozilla.com
2976     expires: never
2977   save_to_collection:
2978     type: event
2979     description: |
2980       A user tapped the save to collection button in the tabs tray
2981     bugs:
2982       - https://github.com/mozilla-mobile/fenix/issues/11273
2983     data_reviews:
2984       - https://github.com/mozilla-mobile/fenix/pull/12036
2985       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
2986       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
2987       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
2988       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
2989     data_sensitivity:
2990       - interaction
2991     notification_emails:
2992       - android-probes@mozilla.com
2993       - erichards@mozilla.com
2994     expires: never
2995   share_all_tabs:
2996     type: event
2997     description: |
2998       A user tapped the share all tabs button in the
2999       three dot menu within the tabs tray
3000     bugs:
3001       - https://github.com/mozilla-mobile/fenix/issues/11273
3002     data_reviews:
3003       - https://github.com/mozilla-mobile/fenix/pull/12036
3004       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3005       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3006       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3007       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3008     data_sensitivity:
3009       - interaction
3010     notification_emails:
3011       - android-probes@mozilla.com
3012       - erichards@mozilla.com
3013     expires: never
3014   close_all_tabs:
3015     type: event
3016     description: |
3017       A user tapped the close all tabs button in the
3018       three dot menu within the tabs tray
3019     bugs:
3020       - https://github.com/mozilla-mobile/fenix/issues/11273
3021     data_reviews:
3022       - https://github.com/mozilla-mobile/fenix/pull/12036
3023       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3024       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3025       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3026       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3027     data_sensitivity:
3028       - interaction
3029     notification_emails:
3030       - android-probes@mozilla.com
3031       - erichards@mozilla.com
3032     expires: never
3033   inactive_tabs_recently_closed:
3034     type: event
3035     description: |
3036       A user tapped the "Recently closed" option of the inactive tabs menu.
3037     bugs:
3038       - https://github.com/mozilla-mobile/fenix/issues/20328
3039     data_reviews:
3040       - https://github.com/mozilla-mobile/fenix/issues/20328
3041     data_sensitivity:
3042       - interaction
3043     notification_emails:
3044       - android-probes@mozilla.com
3045     expires: "2022-08-01"
3046   inactive_tabs_expanded:
3047     type: event
3048     description: |
3049       A user tapped the "Inactive tabs" header to expand
3050       the group of inactive tabs.
3051     bugs:
3052       - https://github.com/mozilla-mobile/fenix/issues/20507
3053     data_reviews:
3054       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3055     data_sensitivity:
3056       - interaction
3057     notification_emails:
3058       - android-probes@mozilla.com
3059     expires: "2022-08-01"
3060   inactive_tabs_collapsed:
3061     type: event
3062     description: |
3063       A user tapped the "Inactive tabs" header to collapse
3064       the group of inactive tabs.
3065     bugs:
3066       - https://github.com/mozilla-mobile/fenix/issues/20507
3067     data_reviews:
3068       - https://github.com/mozilla-mobile/fenix/pull/20508#issuecomment-901336677
3069     data_sensitivity:
3070       - interaction
3071     notification_emails:
3072       - android-probes@mozilla.com
3073     expires: "2022-08-01"
3074   has_inactive_tabs:
3075     type: event
3076     description: |
3077       A boolean that indicates if the user has any INACTIVE tabs.
3078     extra_keys:
3079       inactive_tabs_count:
3080         description: "The number of inactive tabs the user currently has."
3081     bugs:
3082       - https://github.com/mozilla-mobile/fenix/issues/21903
3083     data_reviews:
3084       - https://github.com/mozilla-mobile/fenix/pull/21908
3085     data_sensitivity:
3086       - interaction
3087     notification_emails:
3088       - android-probes@mozilla.com
3089     expires: "2022-11-01"
3090   close_all_inactive_tabs:
3091     type: event
3092     description: |
3093       A user tapped the close all inactive tabs button in the the tabs tray
3094     bugs:
3095       - https://github.com/mozilla-mobile/fenix/issues/21903
3096     data_reviews:
3097       - https://github.com/mozilla-mobile/fenix/pull/21908
3098     data_sensitivity:
3099       - interaction
3100     notification_emails:
3101       - android-probes@mozilla.com
3102     expires: "2022-11-01"
3103   auto_close_seen:
3104     type: event
3105     description: |
3106       A user has seen the auto-close dialog for inactive tabs.
3107     bugs:
3108       - https://github.com/mozilla-mobile/fenix/issues/22170
3109     data_reviews:
3110       - https://github.com/mozilla-mobile/fenix/pull/22171
3111     data_sensitivity:
3112       - interaction
3113     notification_emails:
3114       - android-probes@mozilla.com
3115     expires: "2022-11-01"
3116   auto_close_turn_on_clicked:
3117     type: event
3118     description: |
3119       A user has clicked the turn-on auto-close button for inactive tabs.
3120     bugs:
3121       - https://github.com/mozilla-mobile/fenix/issues/22170
3122     data_reviews:
3123       - https://github.com/mozilla-mobile/fenix/pull/22171
3124     data_sensitivity:
3125       - interaction
3126     notification_emails:
3127       - android-probes@mozilla.com
3128     expires: "2022-11-01"
3129   auto_close_dimissed:
3130     type: event
3131     description: |
3132       A user has dimissed the auto-close dialog for inactive tabs.
3133     bugs:
3134       - https://github.com/mozilla-mobile/fenix/issues/22170
3135     data_reviews:
3136       - https://github.com/mozilla-mobile/fenix/pull/22171
3137     data_sensitivity:
3138       - interaction
3139     notification_emails:
3140       - android-probes@mozilla.com
3141     expires: "2022-11-01"
3142   close_inactive_tab:
3143     type: counter
3144     description: |
3145       A counter that indicates how many INACTIVE tabs a user has closed.
3146     bugs:
3147       - https://github.com/mozilla-mobile/fenix/issues/21903
3148     data_reviews:
3149       - https://github.com/mozilla-mobile/fenix/pull/21908
3150     data_sensitivity:
3151       - interaction
3152     notification_emails:
3153       - android-probes@mozilla.com
3154     expires: "2022-11-01"
3155   open_inactive_tab:
3156     type: counter
3157     description: |
3158       A counter that indicates how many INACTIVE tabs a user has opened.
3159     bugs:
3160       - https://github.com/mozilla-mobile/fenix/issues/21903
3161     data_reviews:
3162       - https://github.com/mozilla-mobile/fenix/pull/21908
3163     data_sensitivity:
3164       - interaction
3165     notification_emails:
3166       - android-probes@mozilla.com
3167     expires: "2022-11-01"
3168   inactive_tabs_cfr_settings:
3169     type: event
3170     description: |
3171       A user has opened settings via the inactive tabs CFR.
3172     bugs:
3173       - https://github.com/mozilla-mobile/fenix/issues/22298
3174     data_reviews:
3175       - https://github.com/mozilla-mobile/fenix/pull/22301
3176     data_sensitivity:
3177       - interaction
3178     notification_emails:
3179       - android-probes@mozilla.com
3180     expires: "2022-11-01"
3181   inactive_tabs_cfr_dismissed:
3182     type: event
3183     description: |
3184       A user has dismissed the inactive tabs CFR.
3185     bugs:
3186       - https://github.com/mozilla-mobile/fenix/issues/22298
3187     data_reviews:
3188       - https://github.com/mozilla-mobile/fenix/pull/22301
3189     data_sensitivity:
3190       - interaction
3191     notification_emails:
3192       - android-probes@mozilla.com
3193     expires: "2022-11-01"
3194   inactive_tabs_cfr_visible:
3195     type: event
3196     description: |
3197       An indication of whether the inactive tabs CFR is visible.
3198     bugs:
3199       - https://github.com/mozilla-mobile/fenix/issues/22298
3200     data_reviews:
3201       - https://github.com/mozilla-mobile/fenix/pull/22301
3202     data_sensitivity:
3203       - interaction
3204     notification_emails:
3205       - android-probes@mozilla.com
3206     expires: "2022-11-01"
3208 collections:
3209   renamed:
3210     type: event
3211     description: |
3212       A user renamed a collection
3213     bugs:
3214       - https://github.com/mozilla-mobile/fenix/issues/969
3215       - https://github.com/mozilla-mobile/fenix/issues/19923
3216     data_reviews:
3217       - https://github.com/mozilla-mobile/fenix/pull/3935
3218       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3219       - https://github.com/mozilla-mobile/fenix/pull/18143
3220       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3221       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3222     data_sensitivity:
3223       - technical
3224       - interaction
3225     notification_emails:
3226       - android-probes@mozilla.com
3227       - erichards@mozilla.com
3228     expires: never
3229   tab_restored:
3230     type: event
3231     description: |
3232       A user restored a tab from collection tab list
3233     bugs:
3234       - https://github.com/mozilla-mobile/fenix/issues/969
3235       - https://github.com/mozilla-mobile/fenix/issues/19923
3236     data_reviews:
3237       - https://github.com/mozilla-mobile/fenix/pull/3935
3238       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3239       - https://github.com/mozilla-mobile/fenix/pull/18143
3240       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3241       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3242     data_sensitivity:
3243       - technical
3244       - interaction
3245     notification_emails:
3246       - android-probes@mozilla.com
3247       - erichards@mozilla.com
3248     expires: never
3249   all_tabs_restored:
3250     type: event
3251     description: |
3252       A user tapped "open tabs" from collection menu
3253     bugs:
3254       - https://github.com/mozilla-mobile/fenix/issues/969
3255       - https://github.com/mozilla-mobile/fenix/issues/19923
3256     data_reviews:
3257       - https://github.com/mozilla-mobile/fenix/pull/3935
3258       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3259       - https://github.com/mozilla-mobile/fenix/pull/18143
3260       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3261       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3262     data_sensitivity:
3263       - technical
3264       - interaction
3265     notification_emails:
3266       - android-probes@mozilla.com
3267       - erichards@mozilla.com
3268     expires: never
3269   tab_removed:
3270     type: event
3271     description: |
3272       A user tapped remove tab from collection tab list
3273     bugs:
3274       - https://github.com/mozilla-mobile/fenix/issues/969
3275       - https://github.com/mozilla-mobile/fenix/issues/19923
3276     data_reviews:
3277       - https://github.com/mozilla-mobile/fenix/pull/3935
3278       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3279       - https://github.com/mozilla-mobile/fenix/pull/18143
3280       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3281       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3282     data_sensitivity:
3283       - technical
3284       - interaction
3285     notification_emails:
3286       - android-probes@mozilla.com
3287       - erichards@mozilla.com
3288     expires: never
3289   shared:
3290     type: event
3291     description: |
3292       A user tapped share collection
3293     bugs:
3294       - https://github.com/mozilla-mobile/fenix/issues/969
3295       - https://github.com/mozilla-mobile/fenix/issues/19923
3296     data_reviews:
3297       - https://github.com/mozilla-mobile/fenix/pull/3935
3298       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3299       - https://github.com/mozilla-mobile/fenix/pull/18143
3300       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3301       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3302     data_sensitivity:
3303       - technical
3304       - interaction
3305     notification_emails:
3306       - android-probes@mozilla.com
3307       - erichards@mozilla.com
3308     expires: never
3309   removed:
3310     type: event
3311     description: |
3312       A user tapped delete collection from collection menu
3313     bugs:
3314       - https://github.com/mozilla-mobile/fenix/issues/969
3315       - https://github.com/mozilla-mobile/fenix/issues/19923
3316     data_reviews:
3317       - https://github.com/mozilla-mobile/fenix/pull/3935
3318       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3319       - https://github.com/mozilla-mobile/fenix/pull/18143
3320       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3321       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3322     data_sensitivity:
3323       - technical
3324       - interaction
3325     notification_emails:
3326       - android-probes@mozilla.com
3327       - erichards@mozilla.com
3328     expires: never
3329   saved:
3330     type: event
3331     description: |
3332       A user saved a list of tabs to a new collection
3333     extra_keys:
3334       tabs_open:
3335         description: "The number of tabs open in the current session"
3336       tabs_selected:
3337         description: "The number of tabs added to the collection"
3338     bugs:
3339       - https://github.com/mozilla-mobile/fenix/issues/969
3340       - https://github.com/mozilla-mobile/fenix/issues/19923
3341     data_reviews:
3342       - https://github.com/mozilla-mobile/fenix/pull/3935
3343       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3344       - https://github.com/mozilla-mobile/fenix/pull/18143
3345       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3346       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3347     data_sensitivity:
3348       - technical
3349       - interaction
3350     notification_emails:
3351       - android-probes@mozilla.com
3352       - erichards@mozilla.com
3353     expires: never
3354   tabs_added:
3355     type: event
3356     description: |
3357       A user saved a list of tabs to an existing collection
3358     extra_keys:
3359       tabs_open:
3360         description: "The number of tabs open in the current session"
3361       tabs_selected:
3362         description: "The number of tabs added to the collection"
3363     bugs:
3364       - https://github.com/mozilla-mobile/fenix/issues/969
3365       - https://github.com/mozilla-mobile/fenix/issues/19923
3366     data_reviews:
3367       - https://github.com/mozilla-mobile/fenix/pull/3935
3368       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3369       - https://github.com/mozilla-mobile/fenix/pull/18143
3370       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3371       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3372     data_sensitivity:
3373       - technical
3374       - interaction
3375     notification_emails:
3376       - android-probes@mozilla.com
3377       - erichards@mozilla.com
3378     expires: never
3379   tab_select_opened:
3380     type: event
3381     description: |
3382       A user opened the select tabs screen (the first step of the collection
3383       creation flow)
3384     bugs:
3385       - https://github.com/mozilla-mobile/fenix/issues/969
3386       - https://github.com/mozilla-mobile/fenix/issues/19923
3387     data_reviews:
3388       - https://github.com/mozilla-mobile/fenix/pull/3935
3389       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3390       - https://github.com/mozilla-mobile/fenix/pull/18143
3391       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3392       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3393     data_sensitivity:
3394       - technical
3395       - interaction
3396     notification_emails:
3397       - android-probes@mozilla.com
3398       - erichards@mozilla.com
3399     expires: never
3400   add_tab_button:
3401     type: event
3402     description: |
3403       A user tapped the "add tab" button in the three dot menu of collections
3404     bugs:
3405       - https://github.com/mozilla-mobile/fenix/issues/969
3406       - https://github.com/mozilla-mobile/fenix/issues/19923
3407     data_reviews:
3408       - https://github.com/mozilla-mobile/fenix/pull/4358
3409       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3410       - https://github.com/mozilla-mobile/fenix/pull/18143
3411       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3412       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3413     data_sensitivity:
3414       - interaction
3415     notification_emails:
3416       - android-probes@mozilla.com
3417       - erichards@mozilla.com
3418     expires: never
3419   long_press:
3420     type: event
3421     description: |
3422       A user long pressed on a tab, triggering the collection creation screen
3423     bugs:
3424       - https://github.com/mozilla-mobile/fenix/issues/969
3425       - https://github.com/mozilla-mobile/fenix/issues/19923
3426     data_reviews:
3427       - https://github.com/mozilla-mobile/fenix/pull/4358
3428       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3429       - https://github.com/mozilla-mobile/fenix/pull/18143
3430       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3431       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3432     data_sensitivity:
3433       - interaction
3434     notification_emails:
3435       - android-probes@mozilla.com
3436       - erichards@mozilla.com
3437     expires: never
3438   save_button:
3439     type: event
3440     description: |
3441       A user pressed the "save to collection" button on either the home or
3442       browser screen, triggering the collection creation screen to open
3443       (tab_select_opened)
3444     bugs:
3445       - https://github.com/mozilla-mobile/fenix/issues/969
3446       - https://github.com/mozilla-mobile/fenix/issues/19923
3447     data_reviews:
3448       - https://github.com/mozilla-mobile/fenix/pull/4358
3449       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3450       - https://github.com/mozilla-mobile/fenix/pull/18143
3451       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3452       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3453     data_sensitivity:
3454       - interaction
3455     notification_emails:
3456       - android-probes@mozilla.com
3457       - erichards@mozilla.com
3458     expires: never
3459     extra_keys:
3460       from_screen:
3461         description: |
3462           A string representing the screen from which the user pressed the save
3463           button. Currently one of: `browserMenu`, `homeMenu` or `home`
3464   rename_button:
3465     type: event
3466     description: |
3467       A user pressed the "rename collection" button in the three dot menu
3468     bugs:
3469       - https://github.com/mozilla-mobile/fenix/issues/969
3470       - https://github.com/mozilla-mobile/fenix/issues/19923
3471     data_reviews:
3472       - https://github.com/mozilla-mobile/fenix/pull/4539
3473       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
3474       - https://github.com/mozilla-mobile/fenix/pull/18143
3475       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3476       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3477     data_sensitivity:
3478       - interaction
3479     notification_emails:
3480       - android-probes@mozilla.com
3481       - erichards@mozilla.com
3482     expires: never
3484 search_widget:
3485   new_tab_button:
3486     type: event
3487     description: |
3488       A user pressed anywhere from the Firefox logo until the start of the
3489       microphone icon, opening a new tab search screen.
3490     bugs:
3491       - https://github.com/mozilla-mobile/fenix/issues/4457
3492     data_reviews:
3493       - https://github.com/mozilla-mobile/fenix/pull/4714
3494       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3495       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3496       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3497     data_sensitivity:
3498       - interaction
3499     notification_emails:
3500       - android-probes@mozilla.com
3501     expires: "2022-02-01"
3502   voice_button:
3503     type: event
3504     description: |
3505       A user pressed the microphone icon, opening a new voice search screen.
3506     bugs:
3507       - https://github.com/mozilla-mobile/fenix/issues/4457
3508     data_reviews:
3509       - https://github.com/mozilla-mobile/fenix/pull/4714
3510       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3511       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3512       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3513     data_sensitivity:
3514       - interaction
3515     notification_emails:
3516       - android-probes@mozilla.com
3517     expires: "2022-02-01"
3519 tracking_protection:
3520   exception_added:
3521     type: event
3522     description: |
3523       A user added a tracking protection exception through the TP toggle in the
3524       panel.
3525     bugs:
3526       - https://github.com/mozilla-mobile/fenix/issues/5312
3527     data_reviews:
3528       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3529       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3530       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3531       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3532     data_sensitivity:
3533       - interaction
3534     notification_emails:
3535       - android-probes@mozilla.com
3536     expires: "2022-02-01"
3537   panel_settings:
3538     type: event
3539     description: |
3540       A user opened tracking protection settings from the panel.
3541     bugs:
3542       - https://github.com/mozilla-mobile/fenix/issues/5312
3543     data_reviews:
3544       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3545       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3546       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3547       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3548     data_sensitivity:
3549       - interaction
3550     notification_emails:
3551       - android-probes@mozilla.com
3552     expires: "2022-02-01"
3553   etp_shield:
3554     type: event
3555     description: |
3556       A user pressed the tracking protection shield icon in toolbar.
3557     bugs:
3558       - https://github.com/mozilla-mobile/fenix/issues/5312
3559     data_reviews:
3560       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3561       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3562       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3563       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3564     data_sensitivity:
3565       - interaction
3566     notification_emails:
3567       - android-probes@mozilla.com
3568     expires: "2022-02-01"
3569   etp_tracker_list:
3570     type: event
3571     description: |
3572       A user pressed into a list of categorized trackers in tracking protection
3573       panel.
3574     bugs:
3575       - https://github.com/mozilla-mobile/fenix/issues/5312
3576     data_reviews:
3577       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3578       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3579       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3580       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3581     data_sensitivity:
3582       - interaction
3583     notification_emails:
3584       - android-probes@mozilla.com
3585     expires: "2022-02-01"
3586   etp_settings:
3587     type: event
3588     description: |
3589       A user opened tracking protection settings through settings.
3590     bugs:
3591       - https://github.com/mozilla-mobile/fenix/issues/5312
3592     data_reviews:
3593       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3594       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3595       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3596       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3597     data_sensitivity:
3598       - interaction
3599     notification_emails:
3600       - android-probes@mozilla.com
3601     expires: "2022-02-01"
3602   etp_setting_changed:
3603     type: event
3604     description: |
3605       A user changed their tracking protection level setting to either strict,
3606       standard, or custom.
3607     extra_keys:
3608       etp_setting:
3609         description: "The new setting for ETP: strict, standard, custom"
3610     bugs:
3611       - https://github.com/mozilla-mobile/fenix/issues/5312
3612       - https://github.com/mozilla-mobile/fenix/issues/11063
3613     data_reviews:
3614       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
3615       - https://github.com/mozilla-mobile/fenix/pull/11383
3616       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3617       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3618       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3619     data_sensitivity:
3620       - interaction
3621     notification_emails:
3622       - android-probes@mozilla.com
3623     expires: "2022-02-01"
3625 tab:
3626   media_play:
3627     type: event
3628     description: |
3629       A user pressed the play icon on a tab from the home screen
3630     bugs:
3631       - https://github.com/mozilla-mobile/fenix/issues/5197
3632     data_reviews:
3633       - https://github.com/mozilla-mobile/fenix/pull/5266
3634       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3635       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3636       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3637     data_sensitivity:
3638       - interaction
3639     notification_emails:
3640       - android-probes@mozilla.com
3641     expires: "2022-02-01"
3642     no_lint:
3643       - COMMON_PREFIX
3644   media_pause:
3645     type: event
3646     description: |
3647       A user pressed the pause icon on a tab from the home screen
3648     bugs:
3649       - https://github.com/mozilla-mobile/fenix/issues/5197
3650     data_reviews:
3651       - https://github.com/mozilla-mobile/fenix/pull/5266
3652       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3653       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3654       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3655     data_sensitivity:
3656       - interaction
3657     notification_emails:
3658       - android-probes@mozilla.com
3659     expires: "2022-02-01"
3661 media_notification:
3662   play:
3663     type: event
3664     description: |
3665       A user pressed the play icon on the media notification
3666     bugs:
3667       - https://github.com/mozilla-mobile/fenix/issues/5197
3668     data_reviews:
3669       - https://github.com/mozilla-mobile/fenix/pull/5520
3670       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3671       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3672       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3673     data_sensitivity:
3674       - interaction
3675     notification_emails:
3676       - android-probes@mozilla.com
3677     expires: "2022-02-01"
3678   pause:
3679     type: event
3680     description: |
3681       A user pressed the pause icon on the media notification
3682     bugs:
3683       - https://github.com/mozilla-mobile/fenix/issues/5197
3684     data_reviews:
3685       - https://github.com/mozilla-mobile/fenix/pull/5520
3686       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3687       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3688       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3689     data_sensitivity:
3690       - interaction
3691     notification_emails:
3692       - android-probes@mozilla.com
3693     expires: "2022-02-01"
3695 media_state:
3696   play:
3697     type: event
3698     description: |
3699       Media started playing.
3700     bugs:
3701       - https://github.com/mozilla-mobile/fenix/issues/5705
3702     data_reviews:
3703       - https://github.com/mozilla-mobile/fenix/pull/6463
3704       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3705       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3706       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3707     data_sensitivity:
3708       - interaction
3709     notification_emails:
3710       - android-probes@mozilla.com
3711     expires: "2022-02-01"
3712   pause:
3713     type: event
3714     description: |
3715       Media playback was paused.
3716     bugs:
3717       - https://github.com/mozilla-mobile/fenix/issues/5705
3718     data_reviews:
3719       - https://github.com/mozilla-mobile/fenix/pull/6463
3720       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3721       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3722       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3723     data_sensitivity:
3724       - interaction
3725     notification_emails:
3726       - android-probes@mozilla.com
3727     expires: "2022-02-01"
3728   stop:
3729     type: event
3730     description: |
3731       Media playback has ended.
3732     bugs:
3733       - https://github.com/mozilla-mobile/fenix/issues/5705
3734     data_reviews:
3735       - https://github.com/mozilla-mobile/fenix/pull/6463
3736       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3737       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3738       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3739     data_sensitivity:
3740       - interaction
3741     notification_emails:
3742       - android-probes@mozilla.com
3743     expires: "2022-02-01"
3744   fullscreen:
3745     type: event
3746     description: |
3747       Video set to fullscreen.
3748     bugs:
3749       - https://github.com/mozilla-mobile/fenix/issues/15368
3750     data_reviews:
3751       - https://github.com/mozilla-mobile/fenix/pull/16833
3752       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3753       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3754     data_sensitivity:
3755       - interaction
3756     notification_emails:
3757       - android-probes@mozilla.com
3758     expires: "2022-02-01"
3759   picture_in_picture:
3760     type: event
3761     description: |
3762       Video set to picture in picture mode.
3763     bugs:
3764       - https://github.com/mozilla-mobile/fenix/issues/15368
3765     data_reviews:
3766       - https://github.com/mozilla-mobile/fenix/pull/16833
3767       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3768       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3769     data_sensitivity:
3770       - interaction
3771     notification_emails:
3772       - android-probes@mozilla.com
3773     expires: "2022-02-01"
3775 logins:
3776   open_logins:
3777     type: event
3778     description: |
3779       A user accessed Logins in Settings
3780     bugs:
3781       - https://github.com/mozilla-mobile/fenix/issues/5586
3782     data_reviews:
3783       - https://github.com/mozilla-mobile/fenix/pull/6352
3784       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3785       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3786       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
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       - erichards@mozilla.com
3793     expires: never
3794   open_individual_login:
3795     type: event
3796     description: |
3797       A user accessed an individual login in saved logins
3798     bugs:
3799       - https://github.com/mozilla-mobile/fenix/issues/5586
3800     data_reviews:
3801       - https://github.com/mozilla-mobile/fenix/pull/6352
3802       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3803       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3804       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3805     data_sensitivity:
3806       - interaction
3807     notification_emails:
3808       - android-probes@mozilla.com
3809     expires: "2022-02-01"
3810   copy_login:
3811     type: event
3812     description: |
3813       A user copied a piece of a login in saved logins
3814     bugs:
3815       - https://github.com/mozilla-mobile/fenix/issues/5586
3816     data_reviews:
3817       - https://github.com/mozilla-mobile/fenix/pull/6352
3818       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3819       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3820       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3821     data_sensitivity:
3822       - interaction
3823     notification_emails:
3824       - android-probes@mozilla.com
3825     expires: "2022-02-01"
3826   view_password_login:
3827     type: event
3828     description: |
3829       A user viewed a password in an individual saved login
3830     bugs:
3831       - https://github.com/mozilla-mobile/fenix/issues/5586
3832     data_reviews:
3833       - https://github.com/mozilla-mobile/fenix/pull/6352
3834       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3835       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3836       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3837     data_sensitivity:
3838       - interaction
3839     notification_emails:
3840       - android-probes@mozilla.com
3841     expires: "2022-02-01"
3842   save_logins_setting_changed:
3843     type: event
3844     description: |
3845       A user changed their setting for asking to save logins
3846     extra_keys:
3847       setting:
3848         description: |
3849           The new setting for saving logins the user selected. Either
3850           `ask_to_save` or `never_save`
3851     bugs:
3852       - https://github.com/mozilla-mobile/fenix/issues/5586
3853     data_reviews:
3854       - https://github.com/mozilla-mobile/fenix/pull/7767
3855       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3856       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3857       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3858     data_sensitivity:
3859       - interaction
3860     notification_emails:
3861       - android-probes@mozilla.com
3862     expires: "2022-02-01"
3863   open_login_editor:
3864     type: event
3865     description: |
3866       A user entered the edit screen for an individual saved login
3867     bugs:
3868       - https://github.com/mozilla-mobile/fenix/issues/10173
3869     data_reviews:
3870       - https://github.com/mozilla-mobile/fenix/issues/11208
3871       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3872       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3873       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3874     data_sensitivity:
3875       - interaction
3876     notification_emails:
3877       - android-probes@mozilla.com
3878     expires: "2022-02-01"
3879   delete_saved_login:
3880     type: event
3881     description: |
3882       A user confirms delete of a saved login
3883     bugs:
3884       - https://github.com/mozilla-mobile/fenix/issues/10173
3885     data_reviews:
3886       - https://github.com/mozilla-mobile/fenix/issues/11208
3887       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3888       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3889       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3890     data_sensitivity:
3891       - interaction
3892     notification_emails:
3893       - android-probes@mozilla.com
3894     expires: "2022-02-01"
3895   save_edited_login:
3896     type: event
3897     description: |
3898       A user saves changes made to an individual login
3899     bugs:
3900       - https://github.com/mozilla-mobile/fenix/issues/10173
3901     data_reviews:
3902       - https://github.com/mozilla-mobile/fenix/issues/11208
3903       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3904       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3905       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3906     data_sensitivity:
3907       - interaction
3908     notification_emails:
3909       - android-probes@mozilla.com
3910     expires: "2022-02-01"
3912 voice_search:
3913   tapped:
3914     type: event
3915     description: |
3916       A user selected the voice search button on the search screen.
3917     bugs:
3918       - https://github.com/mozilla-mobile/fenix/issues/10465
3919     data_reviews:
3920       - https://github.com/mozilla-mobile/fenix/pull/10785
3921       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3922       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3923       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3924     data_sensitivity:
3925       - interaction
3926     notification_emails:
3927       - android-probes@mozilla.com
3928     expires: "2022-02-01"
3930 top_sites:
3931   open_default:
3932     type: event
3933     description: |
3934       A user opened a default top site
3935     bugs:
3936       - https://github.com/mozilla-mobile/fenix/issues/8125
3937     data_reviews:
3938       - https://github.com/mozilla-mobile/fenix/pull/10752
3939       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3940       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3941       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3942       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3943     data_sensitivity:
3944       - interaction
3945     notification_emails:
3946       - android-probes@mozilla.com
3947       - erichards@mozilla.com
3948     expires: never
3949   open_google_search_attribution:
3950     type: event
3951     description: |
3952       A user opened the google top site
3953     bugs:
3954       - https://github.com/mozilla-mobile/fenix/issues/17418
3955     data_reviews:
3956       - https://github.com/mozilla-mobile/fenix/pull/17637
3957       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3958       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3959       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3960     data_sensitivity:
3961       - interaction
3962     notification_emails:
3963       - android-probes@mozilla.com
3964       - erichards@mozilla.com
3965     expires: never
3966   open_baidu_search_attribution:
3967     type: event
3968     description: |
3969       A user opened the baidu top site
3970     bugs:
3971       - https://github.com/mozilla-mobile/fenix/issues/19490
3972     data_reviews:
3973       - https://github.com/mozilla-mobile/fenix/pull/20705
3974     data_sensitivity:
3975       - interaction
3976     notification_emails:
3977       - android-probes@mozilla.com
3978     expires: "2022-02-01"
3979   open_frecency:
3980     type: event
3981     description: |
3982       A user opened a frecency top site
3983     bugs:
3984       - https://github.com/mozilla-mobile/fenix/issues/14565
3985     data_reviews:
3986       - https://github.com/mozilla-mobile/fenix/pull/15136
3987       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
3988       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
3989       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
3990       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
3991     data_sensitivity:
3992       - interaction
3993     notification_emails:
3994       - android-probes@mozilla.com
3995       - erichards@mozilla.com
3996     expires: never
3997   open_pinned:
3998     type: event
3999     description: |
4000       A user opened a pinned top site
4001     bugs:
4002       - https://github.com/mozilla-mobile/fenix/issues/14565
4003     data_reviews:
4004       - https://github.com/mozilla-mobile/fenix/pull/15136
4005       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4006       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4007       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4008       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4009     data_sensitivity:
4010       - interaction
4011     notification_emails:
4012       - android-probes@mozilla.com
4013       - erichards@mozilla.com
4014     expires: never
4015   swipe_carousel:
4016     type: event
4017     description: |
4018       A user swiped to change the page of the top sites carousel
4019     extra_keys:
4020       page:
4021         description: |
4022           The page number the carousel is now on
4023     bugs:
4024       - https://github.com/mozilla-mobile/fenix/issues/14565
4025     data_reviews:
4026       - https://github.com/mozilla-mobile/fenix/pull/15136
4027       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4028       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4029       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4030       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4031     data_sensitivity:
4032       - interaction
4033     notification_emails:
4034       - android-probes@mozilla.com
4035       - erichards@mozilla.com
4036     expires: never
4037   long_press:
4038     type: event
4039     description: |
4040       A user long pressed on a top site
4041     extra_keys:
4042       type:
4043         description: |
4044           The type of top site. Options are: "FRECENCY," "DEFAULT," or "PINNED."
4045     bugs:
4046       - https://github.com/mozilla-mobile/fenix/issues/14565
4047     data_reviews:
4048       - https://github.com/mozilla-mobile/fenix/pull/15136
4049       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4050       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4051       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4052       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4053     data_sensitivity:
4054       - interaction
4055     notification_emails:
4056       - android-probes@mozilla.com
4057       - erichards@mozilla.com
4058     expires: never
4059   open_in_new_tab:
4060     type: event
4061     description: |
4062       A user opens a new tab based on a top site item
4063     bugs:
4064       - https://github.com/mozilla-mobile/fenix/issues/6757
4065     data_reviews:
4066       - https://github.com/mozilla-mobile/fenix/pull/7523
4067       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4068       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4069       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4070       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4071     data_sensitivity:
4072       - interaction
4073     notification_emails:
4074       - android-probes@mozilla.com
4075       - erichards@mozilla.com
4076     expires: never
4077   open_in_private_tab:
4078     type: event
4079     description: |
4080       A user opens a new private tab based on a top site item
4081     bugs:
4082       - https://github.com/mozilla-mobile/fenix/issues/6757
4083     data_reviews:
4084       - https://github.com/mozilla-mobile/fenix/pull/7523
4085       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4086       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4087       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4088       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4089     data_sensitivity:
4090       - interaction
4091     notification_emails:
4092       - android-probes@mozilla.com
4093       - erichards@mozilla.com
4094     expires: never
4095   remove:
4096     type: event
4097     description: |
4098       A user removes a top site item
4099     bugs:
4100       - https://github.com/mozilla-mobile/fenix/issues/6757
4101     data_reviews:
4102       - https://github.com/mozilla-mobile/fenix/pull/7523
4103       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4104       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4105       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4106       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4107     data_sensitivity:
4108       - interaction
4109     notification_emails:
4110       - android-probes@mozilla.com
4111       - erichards@mozilla.com
4112     expires: never
4113   google_top_site_removed:
4114     type: event
4115     description: |
4116       A user removed the default Google top site
4117     bugs:
4118       - https://github.com/mozilla-mobile/fenix/issues/21841
4119     data_reviews:
4120       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
4121     data_sensitivity:
4122       - interaction
4123     notification_emails:
4124       - android-probes@mozilla.com
4125     expires: "2022-02-01"
4126   baidu_top_site_removed:
4127     type: event
4128     description: |
4129       A user removed the default Baidu top site
4130     bugs:
4131       - https://github.com/mozilla-mobile/fenix/issues/21841
4132     data_reviews:
4133       - https://github.com/mozilla-mobile/fenix/pull/21845#issuecomment-944608568
4134     data_sensitivity:
4135       - interaction
4136     notification_emails:
4137       - android-probes@mozilla.com
4138     expires: "2022-02-01"
4140 app_theme:
4141   dark_theme_selected:
4142     type: event
4143     description: |
4144       A user selected Dark Theme
4145     extra_keys:
4146       source:
4147         description: |
4148           The source from where dark theme was selected. The source can be
4149           'SETTINGS' or 'ONBOARDING'
4150     bugs:
4151       - https://github.com/mozilla-mobile/fenix/issues/7289
4152       - https://github.com/mozilla-mobile/fenix/issues/19923
4153     data_reviews:
4154       - https://github.com/mozilla-mobile/fenix/pull/7968
4155       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4156       - https://github.com/mozilla-mobile/fenix/pull/18143
4157       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4158       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
4159     data_sensitivity:
4160       - interaction
4161     notification_emails:
4162       - android-probes@mozilla.com
4163     expires: "2022-12-01"
4165 pocket:
4166   pocket_top_site_clicked:
4167     type: event
4168     description: |
4169       A user clicked on the trending Pocket top site
4170     bugs:
4171       - https://github.com/mozilla-mobile/fenix/issues/8126
4172     data_reviews:
4173       - https://github.com/mozilla-mobile/fenix/pull/8098
4174       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4175       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4176       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4177       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4178     data_sensitivity:
4179       - interaction
4180     notification_emails:
4181       - android-probes@mozilla.com
4182       - erichards@mozilla.com
4183     expires: never
4184     no_lint:
4185       - COMMON_PREFIX
4186   pocket_top_site_removed:
4187     type: event
4188     description: |
4189       A user removed the trending Pocket top site
4190     bugs:
4191       - https://github.com/mozilla-mobile/fenix/issues/8126
4192     data_reviews:
4193       - https://github.com/mozilla-mobile/fenix/pull/8098
4194       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4195       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4196       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4197     data_sensitivity:
4198       - interaction
4199     notification_emails:
4200       - android-probes@mozilla.com
4201     expires: "2022-02-01"
4202   home_recs_shown:
4203     type: event
4204     description: |
4205       The Pocket recommended stories are shown on the home screen.
4206     bugs:
4207       - https://github.com/mozilla-mobile/fenix/issues/21593
4208     data_reviews:
4209       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
4210     data_sensitivity:
4211       - interaction
4212     notification_emails:
4213       - android-probes@mozilla.com
4214     expires: "2022-10-01"
4215   home_recs_story_clicked:
4216     type: event
4217     description: |
4218       User tapped a Pocket recommended story to be opened.
4219     extra_keys:
4220       times_shown:
4221         description: |
4222           How many times was this story shown, including current.
4223       position:
4224         description: |
4225           Position of the clicked story in the list shown.
4226           Uses the [row x column] matrix notation.
4227     bugs:
4228       - https://github.com/mozilla-mobile/fenix/issues/21593
4229     data_reviews:
4230       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
4231     data_sensitivity:
4232       - interaction
4233     notification_emails:
4234       - android-probes@mozilla.com
4235     expires: "2022-10-01"
4236   home_recs_category_clicked:
4237     type: event
4238     description: |
4239       User tapped a Pocket stories category to filter stories.
4240     extra_keys:
4241       category_name:
4242         description: |
4243           Pocket set topic name representing the just clicked category.
4244       selected_total:
4245         description: |
4246           How many categories were selected before this being tapped.
4247       new_state:
4248         description: |
4249           Category's new state after being tapped.
4250           Possible values: [selected], [deselected].
4251     bugs:
4252       - https://github.com/mozilla-mobile/fenix/issues/21593
4253     data_reviews:
4254       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
4255     data_sensitivity:
4256       - interaction
4257     notification_emails:
4258       - android-probes@mozilla.com
4259     expires: "2022-10-01"
4260   home_recs_discover_clicked:
4261     type: event
4262     description: |
4263       User tapped the "Discover more" tile to open a new tab
4264       for more Pocket stories.
4265     bugs:
4266       - https://github.com/mozilla-mobile/fenix/issues/21593
4267     data_reviews:
4268       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
4269     data_sensitivity:
4270       - interaction
4271     notification_emails:
4272       - android-probes@mozilla.com
4273     expires: "2022-10-01"
4274   home_recs_learn_more_clicked:
4275     type: event
4276     description: |
4277       User tapped "Learn more" to open a new tab for Pocket.
4278     bugs:
4279       - https://github.com/mozilla-mobile/fenix/issues/21593
4280     data_reviews:
4281       - https://github.com/mozilla-mobile/fenix/pull/21625#issuecomment-936745506
4282     data_sensitivity:
4283       - interaction
4284     notification_emails:
4285       - android-probes@mozilla.com
4286     expires: "2022-10-01"
4288 first_session:
4289   campaign:
4290     type: string
4291     send_in_pings:
4292       - first-session
4293     description: |
4294       The name of the campaign that is responsible for this installation.
4295     bugs:
4296       - https://github.com/mozilla-mobile/fenix/issues/7295
4297     data_reviews:
4298       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
4299       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4300       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4301       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4302       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4303     data_sensitivity:
4304       - technical
4305       - interaction
4306     notification_emails:
4307       - android-probes@mozilla.com
4308       - erichards@mozilla.com
4309     expires: never
4310   network:
4311     type: string
4312     send_in_pings:
4313       - first-session
4314     description: |
4315       The name of the Network that sourced this installation.
4316     bugs:
4317       - https://github.com/mozilla-mobile/fenix/issues/7295
4318     data_reviews:
4319       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
4320       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4321       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4322       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4323       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4324     data_sensitivity:
4325       - technical
4326       - interaction
4327     notification_emails:
4328       - android-probes@mozilla.com
4329       - erichards@mozilla.com
4330     expires: never
4331   adgroup:
4332     type: string
4333     send_in_pings:
4334       - first-session
4335     description: |
4336       The name of the AdGroup that was used to source this installation.
4337     bugs:
4338       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
4339     data_reviews:
4340       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
4341       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4342       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4343       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4344       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4345     data_sensitivity:
4346       - technical
4347       - interaction
4348     notification_emails:
4349       - android-probes@mozilla.com
4350       - erichards@mozilla.com
4351     expires: never
4352   creative:
4353     send_in_pings:
4354       - first-session
4355     type: string
4356     description: |
4357       The identifier of the creative material that the user interacted with.
4358     bugs:
4359       - https://github.com/mozilla-mobile/fenix/issues/7295
4360     data_reviews:
4361       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
4362       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4363       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4364       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4365       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4366     data_sensitivity:
4367       - technical
4368       - interaction
4369     notification_emails:
4370       - android-probes@mozilla.com
4371       - erichards@mozilla.com
4372     expires: never
4373   distribution_id:
4374     type: string
4375     description: |
4376       A string containing the distribution identifier. This is currently used
4377       to identify installs from Mozilla Online.
4378     send_in_pings:
4379       - first-session
4380     bugs:
4381       - https://github.com/mozilla-mobile/fenix/issues/20376
4382     data_reviews:
4383       - https://github.com/mozilla-mobile/fenix/pull/22543#issuecomment-977456848
4384     data_sensitivity:
4385       - technical
4386     notification_emails:
4387       - android-probes@mozilla.com
4388       - rxu@mozilla.com
4389     expires: never
4390   timestamp:
4391     send_in_pings:
4392       - first-session
4393     type: datetime
4394     description: |
4395       The Glean generated date and time of the installation. This is
4396       unique per app install, though the rest of the data in this
4397       ping is from Adjust and will remain static across installs.
4398     bugs:
4399       - https://github.com/mozilla-mobile/fenix/issues/7295
4400     data_reviews:
4401       - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
4402       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4403       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4404       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4405       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4406     data_sensitivity:
4407       - technical
4408       - interaction
4409     notification_emails:
4410       - android-probes@mozilla.com
4411       - erichards@mozilla.com
4412     expires: never
4414 browser.search:
4415   with_ads:
4416     type: labeled_counter
4417     description: |
4418       Records counts of SERP pages with adverts displayed.
4419       The key format is `<provider-name>`.
4420     send_in_pings:
4421       - metrics
4422     bugs:
4423       - https://github.com/mozilla-mobile/fenix/issues/6558
4424     data_reviews:
4425       - https://github.com/mozilla-mobile/fenix/pull/10112
4426       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4427       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4428       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
4429       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4430     data_sensitivity:
4431       - interaction
4432     notification_emails:
4433       - android-probes@mozilla.com
4434       - erichards@mozilla.com
4435     expires: never
4436   ad_clicks:
4437     type: labeled_counter
4438     description: |
4439       Records clicks of adverts on SERP pages.
4440       The key format is `<provider-name>`.
4441     send_in_pings:
4442       - metrics
4443     bugs:
4444       - https://github.com/mozilla-mobile/fenix/issues/6558
4445     data_reviews:
4446       - https://github.com/mozilla-mobile/fenix/pull/10112
4447       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4448       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4449       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
4450       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4451     data_sensitivity:
4452       - interaction
4453     notification_emails:
4454       - android-probes@mozilla.com
4455       - erichards@mozilla.com
4456     expires: never
4457   in_content:
4458     type: labeled_counter
4459     description: |
4460       Records the type of interaction a user has on SERP pages.
4461     send_in_pings:
4462       - metrics
4463     bugs:
4464       - https://github.com/mozilla-mobile/fenix/issues/6557
4465     data_reviews:
4466       - https://github.com/mozilla-mobile/fenix/pull/10167
4467       - https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
4468       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4469       - https://github.com/mozilla-mobile/fenix/pull/20230#issuecomment-879244938
4470       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4471     data_sensitivity:
4472       - interaction
4473     notification_emails:
4474       - android-probes@mozilla.com
4475       - erichards@mozilla.com
4476     expires: never
4478 addons:
4479   open_addons_in_settings:
4480     type: event
4481     description: |
4482       A user accessed "Add-ons" from the Settings
4483     bugs:
4484       - https://github.com/mozilla-mobile/fenix/issues/6174
4485       - https://github.com/mozilla-mobile/fenix/issues/19923
4486     data_reviews:
4487       - https://github.com/mozilla-mobile/fenix/pull/8318
4488       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4489       - https://github.com/mozilla-mobile/fenix/pull/18143
4490       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4491       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
4492     data_sensitivity:
4493       - interaction
4494     notification_emails:
4495       - android-probes@mozilla.com
4496     expires: "2022-08-01"
4497   open_addon_in_toolbar_menu:
4498     type: event
4499     description: |
4500       A user interacted with an installed add-on in the toolbar menu
4501     extra_keys:
4502       addon_id:
4503         description: |
4504           The id of the add-on that was interacted with in the toolbar menu
4505     bugs:
4506       - https://github.com/mozilla-mobile/fenix/issues/6174
4507       - https://github.com/mozilla-mobile/fenix/issues/19923
4508     data_reviews:
4509       - https://github.com/mozilla-mobile/fenix/pull/8318
4510       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4511       - https://github.com/mozilla-mobile/fenix/pull/18143
4512       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4513       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
4514     data_sensitivity:
4515       - interaction
4516     notification_emails:
4517       - android-probes@mozilla.com
4518     expires: "2022-08-01"
4519   open_addon_setting:
4520     type: event
4521     description: |
4522       A user opened an add-on's setting
4523     extra_keys:
4524       addon_id:
4525         description: |
4526           The id of the add-on that was interacted with
4527     bugs:
4528       - https://github.com/mozilla-mobile/fenix/issues/17644
4529     data_reviews:
4530       - https://github.com/mozilla-mobile/fenix/pull/18504
4531       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4532     data_sensitivity:
4533       - interaction
4534     notification_emails:
4535       - android-probes@mozilla.com
4536     expires: "2022-08-01"
4537   has_installed_addons:
4538     type: boolean
4539     description: |
4540       Whether or not the user has installed add-ons on the device.
4541     send_in_pings:
4542       - metrics
4543     bugs:
4544       - https://github.com/mozilla-mobile/fenix/issues/6174
4545       - https://github.com/mozilla-mobile/fenix/issues/19923
4546     data_reviews:
4547       - https://github.com/mozilla-mobile/fenix/pull/8318
4548       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4549       - https://github.com/mozilla-mobile/fenix/pull/18143
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       - erichards@mozilla.com
4557     expires: never
4558   has_enabled_addons:
4559     type: boolean
4560     description: |
4561       Whether or not the user has enabled add-ons on the device.
4562     send_in_pings:
4563       - metrics
4564     bugs:
4565       - https://github.com/mozilla-mobile/fenix/issues/6174
4566       - https://github.com/mozilla-mobile/fenix/issues/19923
4567     data_reviews:
4568       - https://github.com/mozilla-mobile/fenix/pull/8318
4569       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4570       - https://github.com/mozilla-mobile/fenix/pull/18143
4571       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4572       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
4573     data_sensitivity:
4574       - interaction
4575     notification_emails:
4576       - android-probes@mozilla.com
4577       - erichards@mozilla.com
4578     expires: never
4579   installed_addons:
4580     type: string_list
4581     description: |
4582       A list of all installed add-ons on the device.
4583     send_in_pings:
4584       - metrics
4585     bugs:
4586       - https://github.com/mozilla-mobile/fenix/issues/8920
4587       - https://github.com/mozilla-mobile/fenix/issues/19923
4588     data_reviews:
4589       - https://github.com/mozilla-mobile/fenix/pull/11080
4590       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4591       - https://github.com/mozilla-mobile/fenix/pull/18143
4592       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4593       - https://github.com/mozilla-mobile/fenix/pull/21788#issuecomment-950022224
4594     data_sensitivity:
4595       - interaction
4596     notification_emails:
4597       - android-probes@mozilla.com
4598       - erichards@mozilla.com
4599     expires: never
4600   enabled_addons:
4601     type: string_list
4602     description: |
4603       A list of all enabled add-ons on the device.
4604     send_in_pings:
4605       - metrics
4606     bugs:
4607       - https://github.com/mozilla-mobile/fenix/issues/8920
4608       - https://github.com/mozilla-mobile/fenix/issues/19923
4609     data_reviews:
4610       - https://github.com/mozilla-mobile/fenix/pull/11080
4611       - https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
4612       - https://github.com/mozilla-mobile/fenix/pull/18143
4613       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4614       - https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
4615     data_sensitivity:
4616       - interaction
4617     notification_emails:
4618       - android-probes@mozilla.com
4619     expires: "2022-08-01"
4621 perf.startup:
4622   cold_main_app_to_first_frame:
4623     type: timing_distribution
4624     time_unit: millisecond
4625     description: |
4626       The duration from `*Application`'s initializer to the first Android frame
4627       being drawn in a [COLD MAIN start
4628       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
4629       Notably, this duration omits the time from process start to the
4630       initializer (which includes a lengthy dex operation) and the time from
4631       the first frame to visual completeness. This probe doesn't measure Custom
4632       Tabs or other uses of `ExternalAppBrowserActivity` to simplify result
4633       analysis. The methodology for determining this measurement is imperfect
4634       to simplify implementation. Issues may include:
4635       <br>- Not measuring Beta and Release channels (due to
4636       `MigrationDecisionActivity` interrupting the logic).
4637       <br>- Not distinguishing between MAIN to homescreen, onboarding, session
4638       restore, others?
4639       <br>- Not choosing to record a MAIN based on what the user would see and
4640       thus the core code path (i.e. the thing we want to measure) but rather on
4641       the initial `Intent` state.
4642       <br><br>
4643       The hope is that these cases will not have a significant impact on the end
4644       results but, if they appear to, we can replace it with a more complex
4645       implementation.
4646       <br><br>
4647       Around April 8, 2021 the implementation was refactored. Functionally, it
4648       should be the same but it's noted just in case there are bugs.
4649     bugs:
4650       - https://github.com/mozilla-mobile/fenix/issues/18426
4651     data_reviews:
4652       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
4653       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
4654     data_sensitivity:
4655       - technical
4656     notification_emails:
4657       - perf-android-fe@mozilla.com
4658       - mcomella@mozilla.com
4659     expires: "2022-02-01"
4660   cold_view_app_to_first_frame:
4661     type: timing_distribution
4662     time_unit: millisecond
4663     description: |
4664       The duration from `*Application`'s initializer to the first Android frame
4665       being drawn in a [COLD VIEW start
4666       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
4667       The methodology for determining this measurement is imperfect to simplify
4668       implementation. Issues may include:
4669       <br>-Including VIEW intents that aren't valid so take code paths similar
4670       to MAIN (this is speculative)
4671       <br><br>
4672       See the `cold_main_app_to_first_frame` probe docs for other possible
4673       known issues and more details.
4674       <br><br>
4675       Around April 8, 2021 the implementation was refactored. Functionally, it
4676       should be the same but it's noted just in case there are bugs.
4677     bugs:
4678       - https://github.com/mozilla-mobile/fenix/issues/18426
4679     data_reviews:
4680       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
4681       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
4682     data_sensitivity:
4683       - technical
4684     notification_emails:
4685       - perf-android-fe@mozilla.com
4686       - mcomella@mozilla.com
4687     expires: "2022-02-01"
4688   cold_unknwn_app_to_first_frame:
4689     type: timing_distribution
4690     time_unit: millisecond
4691     description: |
4692       The duration from `*Application`'s initializer to the first Android frame
4693       being drawn in a [COLD start
4694       up](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary)
4695       where we can't say it was a MAIN or VIEW start up. The methodology for
4696       determining this measurement is imperfect to simplify implementation.
4697       <br><br>
4698       See the `cold_main_app_to_first_frame` probe docs for known issues and
4699       more details.
4700       <br><br>
4701       Around April 8, 2021 the implementation was refactored. Functionally, it
4702       should be the same but it's noted just in case there are bugs.
4703     bugs:
4704       - https://github.com/mozilla-mobile/fenix/issues/18426
4705     data_reviews:
4706       - https://github.com/mozilla-mobile/fenix/pull/18632#issue-600193452
4707       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
4708     data_sensitivity:
4709       - technical
4710     notification_emails:
4711       - perf-android-fe@mozilla.com
4712       - mcomella@mozilla.com
4713     expires: "2022-02-01"
4714   application_on_create:
4715     type: timing_distribution
4716     time_unit: millisecond
4717     description: |
4718       The duration of `FenixApplication.onCreate` in the main process. This does
4719       not measure the duration of migration code (via
4720       `MigratingFenixApplication` included in the Beta and Release channels.
4721     bugs:
4722       - https://github.com/mozilla-mobile/fenix/issues/17969
4723     data_reviews:
4724       - https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
4725       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
4726     data_sensitivity:
4727       - technical
4728     notification_emails:
4729       - perf-android-fe@mozilla.com
4730       - mcomella@mozilla.com
4731     expires: "2022-02-01"
4732   startup_type:
4733     type: labeled_counter
4734     description: |
4735       Indicates how the browser was started. The label is divided into two
4736       variables. `state` is how cached the browser is when started. `path` is
4737       what code path we are expected to take. Together, they create a combined
4738       label: `state_path`. For brevity, the specific states are documented in
4739       the [Fenix perf
4740       glossary](https://wiki.mozilla.org/index.php?title=Performance/Fenix/Glossary).
4741       <br><br>
4742       This implementation is intended to be simple, not comprehensive. We list
4743       the implications below.
4745       <br><br>
4746       These ways of opening the app undesirably adds events to our primary
4747       buckets (non-`unknown` cases):
4748       <br>- App switcher cold/warm: `cold/warm_` + duplicates path from
4749       previous launch
4750       <br>- Home screen shortcuts: `*_view`
4751       <br>- An Intent is sent internally that's uses `ACTION_MAIN` or
4752       `ACTION_VIEW` could be: `*_main/view` (unknown if this ever happens)
4753       <br>- A command-line launch uses `ACTION_MAIN` or `ACTION_VIEW` could be:
4754       `*_main/view`
4756       <br><br>
4757       These ways of opening the app undesirably do not add their events to our
4758       primary buckets:
4759       <br>- Close and reopen the app very quickly: no event is recorded.
4761       <br><br>
4762       These ways of opening the app don't affect our primary buckets:
4763       <br>- App switcher hot: `hot_unknown`
4764       <br>- PWA (all states): `unknown_unknown`
4765       <br>- Custom tab: `unknown_view`
4766       <br>- Cold start where a service or other non-activity starts the process
4767       (not manually tested) - this seems to happen if you have the homescreen
4768       widget: `unknown_*`
4769       <br>- Another activity is drawn before HomeActivity (e.g. widget voice
4770       search): `unknown_*`
4771       <br>- Widget text search: `*_unknown`
4773       <br><br>
4774       In addition to the events above, the `unknown` state may be chosen when we
4775       were unable to determine a cause due to implementation details or the API
4776       was used incorrectly. We may be able to record the events listed above
4777       into different buckets but we kept the implementation simple for now.
4778       <br><br>
4779       N.B.: for implementation simplicity, we duplicate the logic in app that
4780       determines `path` so it's not perfectly accurate. In one way, we record we
4781       is intended to happen rather than what actually happened (e.g. the user
4782       may click a link so we record VIEW but the app does a MAIN by going to the
4783       homescreen because the link was invalid).
4784     labels:
4785       - cold_main
4786       - cold_view
4787       - cold_unknown
4788       - warm_main
4789       - warm_view
4790       - warm_unknown
4791       - hot_main
4792       - hot_view
4793       - hot_unknown
4794       - unknown_main
4795       - unknown_view
4796       - unknown_unknown
4797     bugs:
4798       - https://github.com/mozilla-mobile/fenix/issues/18836
4799     data_reviews:
4800       - https://github.com/mozilla-mobile/fenix/pull/19028
4801       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
4802     data_sensitivity:
4803       - interaction
4804     notification_emails:
4805       - perf-android-fe@mozilla.com
4806       - mcomella@mozilla.com
4807     expires: "2022-04-01"
4809 perf.awesomebar:
4810   history_suggestions:
4811     send_in_pings:
4812       - metrics
4813     type: timing_distribution
4814     time_unit: millisecond
4815     description: |
4816       Duration of a history awesomebar suggestion query.
4817     bugs:
4818       - https://github.com/mozilla-mobile/android-components/issues/4992
4819     data_reviews:
4820       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4821       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4822       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4823     data_sensitivity:
4824       - technical
4825       - interaction
4826     notification_emails:
4827       - android-probes@mozilla.com
4828       - gkruglov@mozilla.com
4829     expires: "2022-11-15"
4830   bookmark_suggestions:
4831     send_in_pings:
4832       - metrics
4833     type: timing_distribution
4834     time_unit: millisecond
4835     description: |
4836       Duration of a bookmarks awesomebar suggestion query.
4837     bugs:
4838       - https://github.com/mozilla-mobile/android-components/issues/4992
4839     data_reviews:
4840       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4841       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4842       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4843     data_sensitivity:
4844       - technical
4845       - interaction
4846     notification_emails:
4847       - android-probes@mozilla.com
4848       - gkruglov@mozilla.com
4849     expires: "2022-11-15"
4850   search_engine_suggestions:
4851     send_in_pings:
4852       - metrics
4853     type: timing_distribution
4854     time_unit: millisecond
4855     description: |
4856       Duration of a search engine awesomebar suggestion query.
4857     bugs:
4858       - https://github.com/mozilla-mobile/android-components/issues/4992
4859     data_reviews:
4860       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4861       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4862       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4863     data_sensitivity:
4864       - technical
4865       - interaction
4866     notification_emails:
4867       - android-probes@mozilla.com
4868       - gkruglov@mozilla.com
4869     expires: "2022-11-15"
4870   session_suggestions:
4871     send_in_pings:
4872       - metrics
4873     type: timing_distribution
4874     time_unit: millisecond
4875     description: |
4876       Duration of a session awesomebar suggestion query.
4877     bugs:
4878       - https://github.com/mozilla-mobile/android-components/issues/4992
4879     data_reviews:
4880       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4881       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4882       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4883     data_sensitivity:
4884       - technical
4885       - interaction
4886     notification_emails:
4887       - android-probes@mozilla.com
4888       - gkruglov@mozilla.com
4889     expires: "2022-11-15"
4890   synced_tabs_suggestions:
4891     send_in_pings:
4892       - metrics
4893     type: timing_distribution
4894     time_unit: millisecond
4895     description: |
4896       Duration of a synced tabs awesomebar suggestion query.
4897     bugs:
4898       - https://github.com/mozilla-mobile/android-components/issues/4992
4899     data_reviews:
4900       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4901       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4902       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4903     data_sensitivity:
4904       - technical
4905       - interaction
4906     notification_emails:
4907       - android-probes@mozilla.com
4908       - gkruglov@mozilla.com
4909     expires: "2022-11-15"
4910   clipboard_suggestions:
4911     send_in_pings:
4912       - metrics
4913     type: timing_distribution
4914     time_unit: millisecond
4915     description: |
4916       Duration of a clipboard awesomebar suggestion query.
4917     bugs:
4918       - https://github.com/mozilla-mobile/android-components/issues/4992
4919     data_reviews:
4920       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4921       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4922       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4923     data_sensitivity:
4924       - technical
4925       - interaction
4926     notification_emails:
4927       - android-probes@mozilla.com
4928       - gkruglov@mozilla.com
4929     expires: "2022-11-15"
4930   shortcuts_suggestions:
4931     send_in_pings:
4932       - metrics
4933     type: timing_distribution
4934     time_unit: millisecond
4935     description: |
4936       Duration of a shortcuts awesomebar suggestion query.
4937     bugs:
4938       - https://github.com/mozilla-mobile/android-components/issues/4992
4939     data_reviews:
4940       - https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
4941       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4942       - https://github.com/mozilla-mobile/fenix/pull/21315#issuecomment-920848442
4943     data_sensitivity:
4944       - technical
4945       - interaction
4946     notification_emails:
4947       - android-probes@mozilla.com
4948       - gkruglov@mozilla.com
4949     expires: "2022-11-15"
4951 autoplay:
4952   visited_setting:
4953     type: event
4954     description: A user visited the autoplay settings screen
4955     bugs:
4956       - https://github.com/mozilla-mobile/fenix/issues/11579
4957     data_reviews:
4958       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4959       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4960       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4961     data_sensitivity:
4962       - interaction
4963     notification_emails:
4964       - android-probes@mozilla.com
4965     expires: "2022-02-01"
4966   setting_changed:
4967     type: event
4968     description: |
4969       A user changed their autoplay setting to either block_cellular,
4970       block_audio, or block_all.
4971     extra_keys:
4972       autoplay_setting:
4973         description: |
4974           The new setting for autoplay: block_cellular,
4975           block_audio, or block_all.
4976     bugs:
4977       - https://github.com/mozilla-mobile/fenix/issues/11579
4978     data_reviews:
4979       - https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
4980       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
4981       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
4982     data_sensitivity:
4983       - interaction
4984     notification_emails:
4985       - android-probes@mozilla.com
4986     expires: "2022-02-01"
4988 storage.stats:
4989   query_stats_duration:
4990     send_in_pings:
4991       - metrics
4992     type: timing_distribution
4993     description: |
4994       How long it took to query the device for the StorageStats that contain the
4995       file size information. The docs say it may be expensive so we want to
4996       ensure it's not too expensive.  This value is only available on Android
4997       8+.
4998     bugs:
4999       - https://github.com/mozilla-mobile/fenix/issues/12802
5000     data_reviews:
5001       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
5002       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
5003       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5004       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5005     data_sensitivity:
5006       - technical
5007       - interaction
5008     notification_emails:
5009       - android-probes@mozilla.com
5010       - perf-android-fe@mozilla.com
5011       - mcomella@mozilla.com
5012     expires: "2022-02-01"
5013   app_bytes:
5014     send_in_pings:
5015       - metrics
5016     type: memory_distribution
5017     description: |
5018       The size of the app's APK and related files as installed: this is expected
5019       to be larger than download size. This is the output of
5020       [StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
5021       so see that for details. This value is only available on Android 8+. A
5022       similar value may be available on the Google Play dashboard: we can use
5023       this value to see if that value is reliable enough.
5024     memory_unit: byte
5025     bugs:
5026       - https://github.com/mozilla-mobile/fenix/issues/12802
5027     data_reviews:
5028       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
5029       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
5030       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5031       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5032     data_sensitivity:
5033       - technical
5034       - interaction
5035     notification_emails:
5036       - android-probes@mozilla.com
5037       - perf-android-fe@mozilla.com
5038       - mcomella@mozilla.com
5039     expires: "2022-02-01"
5040   cache_bytes:
5041     send_in_pings:
5042       - metrics
5043     type: memory_distribution
5044     description: |
5045       The size of all cached data in the app. This is the output of
5046       [StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
5047       so see that for details. This value is only available on Android 8+.
5048     memory_unit: byte
5049     bugs:
5050       - https://github.com/mozilla-mobile/fenix/issues/12802
5051     data_reviews:
5052       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
5053       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
5054       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5055       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5056     data_sensitivity:
5057       - technical
5058       - interaction
5059     notification_emails:
5060       - android-probes@mozilla.com
5061       - perf-android-fe@mozilla.com
5062       - mcomella@mozilla.com
5063     expires: "2022-02-01"
5064   data_dir_bytes:
5065     send_in_pings:
5066       - metrics
5067     type: memory_distribution
5068     description: |
5069       The size of all data minus `cache_bytes`. This is the output of
5070       [StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
5071       except we subtract the value of `cache_bytes` so the cache is not measured
5072       redundantly; see that method for details. This value is only available on
5073       Android 8+.
5074     memory_unit: byte
5075     bugs:
5076       - https://github.com/mozilla-mobile/fenix/issues/12802
5077     data_reviews:
5078       - https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
5079       - https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
5080       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5081       - https://github.com/mozilla-mobile/fenix/pull/20623#issue-701630599
5082     data_sensitivity:
5083       - technical
5084       - interaction
5085     notification_emails:
5086       - android-probes@mozilla.com
5087       - perf-android-fe@mozilla.com
5088       - mcomella@mozilla.com
5089     expires: "2022-02-01"
5091 progressive_web_app:
5092   homescreen_tap:
5093     type: event
5094     description: |
5095       A user taps on PWA homescreen icon
5096     bugs:
5097       - https://github.com/mozilla-mobile/fenix/issues/10261
5098     data_reviews:
5099       - https://github.com/mozilla-mobile/fenix/pull/11859
5100       - https://github.com/mozilla-mobile/fenix/pull/18071
5101       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5102       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5103     data_sensitivity:
5104       - interaction
5105     notification_emails:
5106       - android-probes@mozilla.com
5107       - erichards@mozilla.com
5108     expires: "2022-03-01"
5109   install_tap:
5110     type: event
5111     description: |
5112       A user installs a PWA. Could be a shortcut or added to homescreen.
5113     bugs:
5114       - https://github.com/mozilla-mobile/fenix/issues/10261
5115     data_reviews:
5116       - https://github.com/mozilla-mobile/fenix/pull/11859
5117       - https://github.com/mozilla-mobile/fenix/pull/18071
5118       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5119       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5120     data_sensitivity:
5121       - interaction
5122     notification_emails:
5123       - android-probes@mozilla.com
5124       - erichards@mozilla.com
5125     expires: "2022-03-01"
5126   foreground:
5127     type: event
5128     description: |
5129       A user brings the PWA into the foreground.
5130     extra_keys:
5131       time_ms:
5132         description: |
5133           The current time in ms when the PWA was brought to the foreground.
5134     bugs:
5135       - https://github.com/mozilla-mobile/fenix/issues/10261
5136     data_reviews:
5137       - https://github.com/mozilla-mobile/fenix/pull/11859
5138       - https://github.com/mozilla-mobile/fenix/pull/18071
5139       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5140       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5141     data_sensitivity:
5142       - interaction
5143     notification_emails:
5144       - android-probes@mozilla.com
5145       - erichards@mozilla.com
5146     expires: "2022-03-01"
5147   background:
5148     type: event
5149     description: |
5150       A user puts the PWA into the background.
5151     extra_keys:
5152       time_ms:
5153         description: |
5154           The current time in ms when the PWA was backgrounded.
5155     bugs:
5156       - https://github.com/mozilla-mobile/fenix/issues/10261
5157     data_reviews:
5158       - https://github.com/mozilla-mobile/fenix/pull/11859
5159       - https://github.com/mozilla-mobile/fenix/pull/18071
5160       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5161       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5162     data_sensitivity:
5163       - interaction
5164     notification_emails:
5165       - android-probes@mozilla.com
5166       - erichards@mozilla.com
5167     expires: "2022-03-01"
5169 tabs:
5170   setting_opened:
5171     type: event
5172     description: |
5173       The tab settings were opened.
5174     bugs:
5175       - https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
5176     data_reviews:
5177       - https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
5178       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5179       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5180       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5181     data_sensitivity:
5182       - interaction
5183     notification_emails:
5184       - android-probes@mozilla.com
5185       - erichards@mozilla.com
5186     expires: never
5188 contextual_menu:
5189   copy_tapped:
5190     type: event
5191     description: |
5192       The context menu's 'copy' option was used.
5193     bugs:
5194       - https://github.com/mozilla-mobile/fenix/issues/11580
5195       - https://github.com/mozilla-mobile/fenix/issues/19923
5196     data_reviews:
5197       - https://github.com/mozilla-mobile/fenix/pull/16968
5198       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5199       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5200     data_sensitivity:
5201       - interaction
5202     notification_emails:
5203       - android-probes@mozilla.com
5204       - erichards@mozilla.com
5205     expires: never
5206   search_tapped:
5207     type: event
5208     description: |
5209       The context menu's 'search' option was used.
5210     bugs:
5211       - https://github.com/mozilla-mobile/fenix/issues/11580
5212       - https://github.com/mozilla-mobile/fenix/issues/19923
5213     data_reviews:
5214       - https://github.com/mozilla-mobile/fenix/pull/16968
5215       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5216       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5217     data_sensitivity:
5218       - interaction
5219     notification_emails:
5220       - android-probes@mozilla.com
5221       - erichards@mozilla.com
5222     expires: never
5223   select_all_tapped:
5224     type: event
5225     description: |
5226       The context menu's 'select all' option was used.
5227     bugs:
5228       - https://github.com/mozilla-mobile/fenix/issues/11580
5229       - https://github.com/mozilla-mobile/fenix/issues/19923
5230     data_reviews:
5231       - https://github.com/mozilla-mobile/fenix/pull/16968
5232       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5233       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5234     data_sensitivity:
5235       - interaction
5236     notification_emails:
5237       - android-probes@mozilla.com
5238       - erichards@mozilla.com
5239     expires: never
5240   share_tapped:
5241     type: event
5242     description: |
5243       The context menu's 'share' option was used.
5244     bugs:
5245       - https://github.com/mozilla-mobile/fenix/issues/11580
5246       - https://github.com/mozilla-mobile/fenix/issues/19923
5247     data_reviews:
5248       - https://github.com/mozilla-mobile/fenix/pull/16968
5249       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5250       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5251     data_sensitivity:
5252       - interaction
5253     notification_emails:
5254       - android-probes@mozilla.com
5255       - erichards@mozilla.com
5256     expires: never
5258 engine_tab:
5259   kills:
5260     type: labeled_counter
5261     labels:
5262       - foreground
5263       - background
5264     description: |
5265       How often was the content process of a foreground (selected) or
5266       background tab killed.
5267     bugs:
5268       - https://github.com/mozilla-mobile/android-components/issues/9366
5269     data_reviews:
5270       - https://github.com/mozilla-mobile/fenix/pull/17864
5271       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5272       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
5273     data_sensitivity:
5274       - technical
5275     notification_emails:
5276       - android-probes@mozilla.com
5277       - skaspari@mozilla.com
5278     expires: "2022-07-01"
5279   kill_foreground_age:
5280     type: timing_distribution
5281     time_unit: millisecond
5282     description: |
5283       Measures the age of the engine session of a foreground (selected) tab
5284       at the time its content process got killed.
5285     bugs:
5286       - https://github.com/mozilla-mobile/android-components/issues/9366
5287     data_reviews:
5288       - https://github.com/mozilla-mobile/fenix/pull/17864
5289       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5290       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
5291     data_sensitivity:
5292       - technical
5293     notification_emails:
5294       - android-probes@mozilla.com
5295       - skaspari@mozilla.com
5296     expires: "2022-07-01"
5297   kill_background_age:
5298     type: timing_distribution
5299     time_unit: millisecond
5300     description: |
5301       Measures the age of the engine session of a background tab at the
5302       time its content process got killed.
5303     bugs:
5304       - https://github.com/mozilla-mobile/android-components/issues/9366
5305     data_reviews:
5306       - https://github.com/mozilla-mobile/fenix/pull/17864
5307       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5308       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
5309     data_sensitivity:
5310       - technical
5311     notification_emails:
5312       - android-probes@mozilla.com
5313       - skaspari@mozilla.com
5314     expires: "2022-07-01"
5315   foreground_metrics:
5316     type: event
5317     description: |
5318       Event collecting data about the state of tabs when the app comes back to
5319       the foreground.
5320     bugs:
5321       - https://github.com/mozilla-mobile/android-components/issues/9997
5322     data_reviews:
5323       - https://github.com/mozilla-mobile/fenix/pull/18747#issuecomment-815731764
5324       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5325       - https://github.com/mozilla-mobile/fenix/pull/21779#issuecomment-938089467
5326     data_sensitivity:
5327       - technical
5328     notification_emails:
5329       - android-probes@mozilla.com
5330       - skaspari@mozilla.com
5331     expires: "2022-07-01"
5332     extra_keys:
5333       background_active_tabs:
5334         description: |
5335           Number of active tabs (with an engine session assigned) when the app
5336           went to the background.
5337       background_crashed_tabs:
5338         description: |
5339           Number of tabs marked as crashed when the app went to the background.
5340       background_total_tabs:
5341         description: |
5342           Number of total tabs when the app went to the background.
5343       foreground_active_tabs:
5344         description: |
5345           Number of active tabs (with an engine session assigned) when the
5346           app came back to the foreground.
5347       foreground_crashed_tabs:
5348         description: |
5349           Number of tabs marked as crashed when the app came back to the
5350           foreground.
5351       foreground_total_tabs:
5352         description: |
5353           Number of total tabs when the app came back to the foreground.
5354       time_in_background:
5355         description: |
5356           Time (in milliseconds) the app was in the background.
5358 synced_tabs:
5359   synced_tabs_suggestion_clicked:
5360     type: event
5361     description: |
5362       The synced tab suggestion in awesomebar was clicked.
5363     bugs:
5364       - https://github.com/mozilla-mobile/fenix/issues/18163
5365     data_reviews:
5366       - https://github.com/mozilla-mobile/fenix/pull/18172
5367       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5368       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5369     data_sensitivity:
5370       - interaction
5371     notification_emails:
5372       - android-probes@mozilla.com
5373     expires: "2022-02-01"
5375 awesomebar:
5376   bookmark_suggestion_clicked:
5377     type: event
5378     description: |
5379       The bookmark suggestion in awesomebar was clicked.
5380     bugs:
5381       - https://github.com/mozilla-mobile/fenix/issues/18068
5382     data_reviews:
5383       - https://github.com/mozilla-mobile/fenix/pull/18090
5384       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5385       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5386       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5387     data_sensitivity:
5388       - interaction
5389     notification_emails:
5390       - android-probes@mozilla.com
5391       - erichards@mozilla.com
5392     expires: never
5393   clipboard_suggestion_clicked:
5394     type: event
5395     description: |
5396       The clipboard suggestion in awesomebar was clicked.
5397     bugs:
5398       - https://github.com/mozilla-mobile/fenix/issues/18068
5399     data_reviews:
5400       - https://github.com/mozilla-mobile/fenix/pull/18090
5401       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5402       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5403       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5404     data_sensitivity:
5405       - interaction
5406     notification_emails:
5407       - android-probes@mozilla.com
5408       - erichards@mozilla.com
5409     expires: never
5410   history_suggestion_clicked:
5411     type: event
5412     description: |
5413       The history suggestion in awesomebar was clicked.
5414     bugs:
5415       - https://github.com/mozilla-mobile/fenix/issues/18068
5416     data_reviews:
5417       - https://github.com/mozilla-mobile/fenix/pull/18090
5418       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5419       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5420       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5421     data_sensitivity:
5422       - interaction
5423     notification_emails:
5424       - android-probes@mozilla.com
5425       - erichards@mozilla.com
5426     expires: never
5427   search_action_clicked:
5428     type: event
5429     description: |
5430       The search action in awesomebar was clicked.
5431     bugs:
5432       - https://github.com/mozilla-mobile/fenix/issues/18068
5433     data_reviews:
5434       - https://github.com/mozilla-mobile/fenix/pull/18090
5435       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5436       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5437       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5438     data_sensitivity:
5439       - interaction
5440     notification_emails:
5441       - android-probes@mozilla.com
5442       - erichards@mozilla.com
5443     expires: never
5444   search_suggestion_clicked:
5445     type: event
5446     description: |
5447       The search suggestion in awesomebar was clicked.
5448     bugs:
5449       - https://github.com/mozilla-mobile/fenix/issues/18068
5450     data_reviews:
5451       - https://github.com/mozilla-mobile/fenix/pull/18090
5452       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5453       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5454       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5455     data_sensitivity:
5456       - interaction
5457     notification_emails:
5458       - android-probes@mozilla.com
5459       - erichards@mozilla.com
5460     expires: never
5461   opened_tab_suggestion_clicked:
5462     type: event
5463     description: |
5464       The opened tab suggestion in awesomebar was clicked.
5465     bugs:
5466       - https://github.com/mozilla-mobile/fenix/issues/18068
5467     data_reviews:
5468       - https://github.com/mozilla-mobile/fenix/pull/18090
5469       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5470       - https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
5471       - https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
5472     data_sensitivity:
5473       - interaction
5474     notification_emails:
5475       - android-probes@mozilla.com
5476       - erichards@mozilla.com
5477     expires: never
5479 android_autofill:
5480   supported:
5481     type: boolean
5482     description: |
5483       Whether or not Android Autofill is supported by the device and is
5484       supported for this user.
5485     bugs:
5486       - https://github.com/mozilla-mobile/android-components/issues/10301
5487     data_reviews:
5488       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5489     data_sensitivity:
5490       - technical
5491     notification_emails:
5492       - android-probes@mozilla.com
5493       - skaspari@mozilla.com
5494     expires: "2022-01-31"
5495   enabled:
5496     type: boolean
5497     description: |
5498       Whether or not Firefox is the Android Autofill provider for this user.
5499       provider.
5500     bugs:
5501       - https://github.com/mozilla-mobile/android-components/issues/10301
5502     data_reviews:
5503       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5504     data_sensitivity:
5505       - interaction
5506     notification_emails:
5507       - android-probes@mozilla.com
5508       - skaspari@mozilla.com
5509     expires: "2022-01-31"
5510   request_matching_logins:
5511     type: event
5512     description: |
5513       The app received an Android Autofill request from the system and was
5514       able to find matching logins for the request
5515     bugs:
5516       - https://github.com/mozilla-mobile/android-components/issues/10301
5517     data_reviews:
5518       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5519     data_sensitivity:
5520       - interaction
5521     notification_emails:
5522       - android-probes@mozilla.com
5523       - skaspari@mozilla.com
5524     expires: "2022-01-31"
5525   request_no_matching_logins:
5526     type: event
5527     description: |
5528       The app received an Android Autofill request from the system and was
5529       not able to find matching logins for the request
5530     bugs:
5531       - https://github.com/mozilla-mobile/android-components/issues/10301
5532     data_reviews:
5533       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5534     data_sensitivity:
5535       - interaction
5536     notification_emails:
5537       - android-probes@mozilla.com
5538       - skaspari@mozilla.com
5539     expires: "2022-01-31"
5540   search_displayed:
5541     type: event
5542     description: |
5543       The user has selected the search option to manually search a
5544       matching login
5545     bugs:
5546       - https://github.com/mozilla-mobile/android-components/issues/10301
5547     data_reviews:
5548       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5549     data_sensitivity:
5550       - interaction
5551     notification_emails:
5552       - android-probes@mozilla.com
5553       - skaspari@mozilla.com
5554     expires: "2022-01-31"
5555   search_item_selected:
5556     type: event
5557     description: |
5558       The user has selected a search result for autofilling.
5559     bugs:
5560       - https://github.com/mozilla-mobile/android-components/issues/10301
5561     data_reviews:
5562       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5563     data_sensitivity:
5564       - interaction
5565     notification_emails:
5566       - android-probes@mozilla.com
5567       - skaspari@mozilla.com
5568     expires: "2022-01-31"
5569   unlock_cancelled:
5570     type: event
5571     description: |
5572       The user needed to unlock the app in order to autofill
5573       logins, but the process was cancelled.
5574     bugs:
5575       - https://github.com/mozilla-mobile/android-components/issues/10301
5576     data_reviews:
5577       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5578     data_sensitivity:
5579       - interaction
5580     notification_emails:
5581       - android-probes@mozilla.com
5582       - skaspari@mozilla.com
5583     expires: "2022-01-31"
5584   unlock_successful:
5585     type: event
5586     description: |
5587       The user successfully unlock the app in order to autofill logins
5588     bugs:
5589       - https://github.com/mozilla-mobile/android-components/issues/10301
5590     data_reviews:
5591       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5592     data_sensitivity:
5593       - interaction
5594     notification_emails:
5595       - android-probes@mozilla.com
5596       - skaspari@mozilla.com
5597     expires: "2022-01-31"
5598   confirm_cancelled:
5599     type: event
5600     description: |
5601       The user needed to confirm autofilling an unauthenticated
5602       application and decided to cancel
5603     bugs:
5604       - https://github.com/mozilla-mobile/android-components/issues/10301
5605     data_reviews:
5606       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5607     data_sensitivity:
5608       - interaction
5609     notification_emails:
5610       - android-probes@mozilla.com
5611       - skaspari@mozilla.com
5612     expires: "2022-01-31"
5613   confirm_successful:
5614     type: event
5615     description: |
5616       The user confirmed autofilling an unauthenticated application
5617     bugs:
5618       - https://github.com/mozilla-mobile/android-components/issues/10301
5619     data_reviews:
5620       - https://github.com/mozilla-mobile/fenix/pull/20547#issuecomment-889051503
5621     data_sensitivity:
5622       - interaction
5623     notification_emails:
5624       - android-probes@mozilla.com
5625       - skaspari@mozilla.com
5626     expires: "2022-01-31"
5628 home_menu:
5629   settings_item_clicked:
5630     type: event
5631     description: The user clicked the settings option in home menu.
5632     bugs:
5633       - https://github.com/mozilla-mobile/fenix/issues/18856
5634     data_reviews:
5635       - https://github.com/mozilla-mobile/fenix/pull/18987
5636       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5637       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5638     data_sensitivity:
5639       - interaction
5640     notification_emails:
5641       - android-probes@mozilla.com
5642     expires: "2022-04-01"
5644 home_screen:
5645   home_screen_displayed:
5646     type: event
5647     description: The home screen was displayed.
5648     bugs:
5649       - https://github.com/mozilla-mobile/fenix/issues/18854
5650     data_reviews:
5651       - https://github.com/mozilla-mobile/fenix/pull/19025
5652       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5653       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5654     data_sensitivity:
5655       - interaction
5656     notification_emails:
5657       - android-probes@mozilla.com
5658     expires: "2022-04-01"
5659   home_screen_view_count:
5660     type: counter
5661     description: |
5662       The number of times the home screen was displayed to the user.
5663     bugs:
5664       - https://github.com/mozilla-mobile/fenix/issues/22146
5665     data_reviews:
5666       - https://github.com/mozilla-mobile/fenix/pull/22377
5667     data_sensitivity:
5668       - interaction
5669     notification_emails:
5670       - android-probes@mozilla.com
5671     expires: "2022-11-01"
5672   customize_home_clicked:
5673     type: event
5674     description: A user clicked on Customize home from the home screen menu.
5675     bugs:
5676       - https://github.com/mozilla-mobile/fenix/pull/21344
5677     data_reviews:
5678       - https://github.com/mozilla-mobile/fenix/pull/21344
5679       - https://github.com/mozilla-mobile/fenix/pull/21344#issuecomment-923198787
5680     data_sensitivity:
5681       - interaction
5682     notification_emails:
5683       - android-probes@mozilla.com
5684     expires: "2022-09-20"
5686 android_keystore_experiment:
5687   experiment_failure:
5688     type: event
5689     description: |
5690       Records an instance of an unexpected failure during the experiment
5691     extra_keys:
5692       failure_exception:
5693         description: |
5694           Exception class associated with an unexpected failure of this
5695           experiment, not caught by the other failure handlers.
5696     bugs:
5697       - https://github.com/mozilla-mobile/fenix/issues/17869
5698     data_reviews:
5699       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5700       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5701       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5702     data_sensitivity:
5703       - technical
5704     notification_emails:
5705       - android-probes@mozilla.com
5706     expires: "2022-03-01"
5707   get_failure:
5708     type: event
5709     description: |
5710       Unexpected failure when trying to read from secure prefs.
5711     extra_keys:
5712       failure_exception:
5713         description: |
5714           Exception class associated with an unexpected failure of this
5715           experiment.
5716     bugs:
5717       - https://github.com/mozilla-mobile/fenix/issues/17869
5718     data_reviews:
5719       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5720       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5721       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5722     data_sensitivity:
5723       - technical
5724     notification_emails:
5725       - android-probes@mozilla.com
5726     expires: "2022-03-01"
5727   get_result:
5728     type: event
5729     description: |
5730       Success when trying to read from secure prefs.
5731     extra_keys:
5732       result:
5733         description: |
5734           Result code identifying whether the read operation returned the
5735           expected value or not.
5736     bugs:
5737       - https://github.com/mozilla-mobile/fenix/issues/17869
5738     data_reviews:
5739       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5740       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5741       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5742     data_sensitivity:
5743       - technical
5744     notification_emails:
5745       - android-probes@mozilla.com
5746     expires: "2022-03-01"
5747   write_failure:
5748     type: event
5749     description: |
5750       Unexpected failure when trying to write to secure prefs.
5751     extra_keys:
5752       failure_exception:
5753         description: |
5754           Exception class associated with an unexpected failure of this
5755           experiment.
5756     bugs:
5757       - https://github.com/mozilla-mobile/fenix/issues/17869
5758     data_reviews:
5759       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5760       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5761       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5762     data_sensitivity:
5763       - technical
5764     notification_emails:
5765       - android-probes@mozilla.com
5766     expires: "2022-03-01"
5767   write_success:
5768     type: event
5769     description: |
5770       Success in writing to secure prefs.
5771     bugs:
5772       - https://github.com/mozilla-mobile/fenix/issues/17869
5773     data_reviews:
5774       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5775       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5776       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5777     data_sensitivity:
5778       - technical
5779     notification_emails:
5780       - android-probes@mozilla.com
5781     expires: "2022-03-01"
5782   reset:
5783     type: event
5784     description: |
5785       An experiment failed, and was reset to run again in the future from a
5786       blank state.
5787     bugs:
5788       - https://github.com/mozilla-mobile/fenix/issues/17869
5789     data_reviews:
5790       - https://github.com/mozilla-mobile/fenix/pull/18333#pullrequestreview-612447395
5791       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5792       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5793     data_sensitivity:
5794       - technical
5795     notification_emails:
5796       - android-probes@mozilla.com
5797     expires: "2022-03-01"
5799 set_default_newtab_experiment:
5800   set_default_browser_clicked:
5801     type: event
5802     description: |
5803       Set default browser was clicked from new tab screen.
5804     bugs:
5805       - https://github.com/mozilla-mobile/fenix/issues/18853
5806     data_reviews:
5807       - https://github.com/mozilla-mobile/fenix/pull/18895
5808       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5809       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5810     data_sensitivity:
5811       - interaction
5812     notification_emails:
5813       - android-probes@mozilla.com
5814     expires: "2022-04-01"
5815   close_experiment_card_clicked:
5816     type: event
5817     description: |
5818       Close experiment card was clicked from new tab screen.
5819     bugs:
5820       - https://github.com/mozilla-mobile/fenix/issues/18853
5821     data_reviews:
5822       - https://github.com/mozilla-mobile/fenix/pull/18895
5823       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5824       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5825     data_sensitivity:
5826       - interaction
5827     notification_emails:
5828       - android-probes@mozilla.com
5829     expires: "2022-04-01"
5831 set_default_setting_experiment:
5832   set_default_browser_clicked:
5833     type: event
5834     description: |
5835       Set default browser was clicked from settings screen.
5836     bugs:
5837       - https://github.com/mozilla-mobile/fenix/issues/18852
5838     data_reviews:
5839       - https://github.com/mozilla-mobile/fenix/pull/19047
5840       - https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
5841       - https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
5842     data_sensitivity:
5843       - interaction
5844     notification_emails:
5845       - android-probes@mozilla.com
5846     expires: "2022-04-01"
5847 start_on_home:
5848   enter_home_screen:
5849     type: event
5850     description: |
5851       Know how often user lands on Homescreen upon opening the app.
5852     bugs:
5853       - https://github.com/mozilla-mobile/fenix/issues/19881
5854     data_reviews:
5855       - https://github.com/mozilla-mobile/fenix/pull/19885
5856     data_sensitivity:
5857       - interaction
5858     notification_emails:
5859       - android-probes@mozilla.com
5860     expires: "2022-06-16"
5861   open_tabs_tray:
5862     type: event
5863     description: |
5864       Know how often users open the tab tray.
5865     bugs:
5866       - https://github.com/mozilla-mobile/fenix/issues/19881
5867     data_reviews:
5868       - https://github.com/mozilla-mobile/fenix/pull/19885
5869     data_sensitivity:
5870       - interaction
5871     notification_emails:
5872       - android-probes@mozilla.com
5873     expires: "2022-06-16"
5874 recent_tabs:
5875   show_all_clicked:
5876     type: event
5877     description: |
5878       User has clicked show all button and opened tabs tray.
5879     bugs:
5880       - https://github.com/mozilla-mobile/fenix/issues/19955
5881     data_reviews:
5882       - https://github.com/mozilla-mobile/fenix/pull/20138
5883     data_sensitivity:
5884       - interaction
5885     notification_emails:
5886       - android-probes@mozilla.com
5887     expires: "2022-06-23"
5888   recent_tab_opened:
5889     type: event
5890     description: |
5891       User has opened a recent tab from homescreen.
5892     bugs:
5893       - https://github.com/mozilla-mobile/fenix/issues/19955
5894     data_reviews:
5895       - https://github.com/mozilla-mobile/fenix/pull/20138
5896     data_sensitivity:
5897       - interaction
5898     notification_emails:
5899       - android-probes@mozilla.com
5900     expires: "2022-06-23"
5901   in_progress_media_tab_opened:
5902     type: event
5903     description: |
5904       User has opened a recent tab from homescreen.
5905     bugs:
5906       - https://github.com/mozilla-mobile/fenix/issues/20393
5907     data_reviews:
5908       - https://github.com/mozilla-mobile/fenix/pull/20138
5909     data_sensitivity:
5910       - interaction
5911     notification_emails:
5912       - android-probes@mozilla.com
5913     expires: "2022-06-23"
5914   section_visible:
5915     type: boolean
5916     description: |
5917       An indication of whether the recent tabs /
5918       Jump Back In section is visible on the homepage.
5919     bugs:
5920       - https://github.com/mozilla-mobile/fenix/issues/22107
5921     data_reviews:
5922       - https://github.com/mozilla-mobile/fenix/pull/22166
5923     data_sensitivity:
5924       - interaction
5925     notification_emails:
5926       - android-probes@mozilla.com
5927     expires: "2022-11-01"
5929 recent_bookmarks:
5930   shown:
5931     type: event
5932     description: |
5933       Recent bookmarks section was shown to the user.
5934     bugs:
5935       - https://github.com/mozilla-mobile/fenix/issues/22103
5936     data_reviews:
5937       - https://github.com/mozilla-mobile/fenix/pull/22104
5938     data_sensitivity:
5939       - interaction
5940     notification_emails:
5941       - android-probes@mozilla.com
5942     expires: "2022-11-01"
5943   bookmark_clicked:
5944     type: counter
5945     lifetime: application
5946     description: |
5947       A counter that indicates the number of times that a user
5948       has clicked on a recently saved bookmark from the home
5949       screen.
5950     send_in_pings:
5951       - metrics
5952     bugs:
5953       - https://github.com/mozilla-mobile/fenix/issues/19931
5954     data_reviews:
5955       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
5956     data_sensitivity:
5957       - interaction
5958     notification_emails:
5959       - android-probes@mozilla.com
5960     expires: "2022-02-01"
5961   show_all_bookmarks:
5962     type: counter
5963     lifetime: application
5964     description: |
5965       A counter that indicates the number of times that a user
5966       has clicked the show all button for recently saved bookmarks
5967       on the home screen.
5968     send_in_pings:
5969       - metrics
5970     bugs:
5971       - https://github.com/mozilla-mobile/fenix/issues/19931
5972     data_reviews:
5973       - https://github.com/mozilla-mobile/fenix/pull/20316#issuecomment-888291843
5974     data_sensitivity:
5975       - interaction
5976     notification_emails:
5977       - android-probes@mozilla.com
5978     expires: "2022-02-01"
5979   recent_bookmarks_count:
5980     type: quantity
5981     description: |
5982       The number of bookmarked items appearing in the
5983       Recently Saved section on the home page.
5984     bugs:
5985       - https://github.com/mozilla-mobile/fenix/issues/22075
5986     data_reviews:
5987       - https://github.com/mozilla-mobile/fenix/pull/22293
5988     data_sensitivity:
5989       - interaction
5990     notification_emails:
5991       - android-probes@mozilla.com
5992     expires: "2022-11-01"
5993     unit: integer
5995 recent_searches:
5996   group_deleted:
5997     type: event
5998     description: |
5999       A user has deleted a search term group from the
6000       "Recently visited" section on the homescreen using
6001       the long-press menu "Remove" option. This removes
6002       the item from the homescreen, but does not delete
6003       the item from history.
6004     bugs:
6005       - https://github.com/mozilla-mobile/fenix/issues/22175
6006     data_reviews:
6007       - https://github.com/mozilla-mobile/fenix/pull/22176#issuecomment-956421788
6008     data_sensitivity:
6009       - interaction
6010     notification_emails:
6011       - android-probes@mozilla.com
6012     expires: "2022-04-01"
6014 credit_cards:
6015   saved:
6016     type: counter
6017     description: |
6018       A counter of the number of credit cards that have been saved
6019       manually by the user.
6020     bugs:
6021       - https://github.com/mozilla-mobile/fenix/issues/18711
6022     data_reviews:
6023       - https://github.com/mozilla-mobile/fenix/pull/20909
6024     data_sensitivity:
6025       - interaction
6026     notification_emails:
6027       - android-probes@mozilla.com
6028     expires: "2022-09-01"
6029   deleted:
6030     type: counter
6031     description: |
6032       A counter of the number of credit cards that have been deleted by
6033       the user.
6034     bugs:
6035       - https://github.com/mozilla-mobile/fenix/issues/18711
6036     data_reviews:
6037       - https://github.com/mozilla-mobile/fenix/pull/20909
6038     data_sensitivity:
6039       - interaction
6040     notification_emails:
6041       - android-probes@mozilla.com
6042     expires: "2022-09-01"
6043   modified:
6044     type: event
6045     description: |
6046       A credit card has been modified by the user.
6047     bugs:
6048       - https://github.com/mozilla-mobile/fenix/issues/18711
6049     data_reviews:
6050       - https://github.com/mozilla-mobile/fenix/pull/20909
6051     data_sensitivity:
6052       - interaction
6053     notification_emails:
6054       - android-probes@mozilla.com
6055     expires: "2022-09-01"
6056   form_detected:
6057     type: event
6058     description: |
6059       A credit card form was detected.
6060     bugs:
6061       - https://github.com/mozilla-mobile/fenix/issues/18711
6062     data_reviews:
6063       - https://github.com/mozilla-mobile/fenix/pull/20909
6064     data_sensitivity:
6065       - interaction
6066     notification_emails:
6067       - android-probes@mozilla.com
6068     expires: "2022-09-01"
6069   autofilled:
6070     type: event
6071     description: |
6072       User has autofilled a credit card.
6073     bugs:
6074       - https://github.com/mozilla-mobile/fenix/issues/18711
6075     data_reviews:
6076       - https://github.com/mozilla-mobile/fenix/pull/20909
6077     data_sensitivity:
6078       - interaction
6079     notification_emails:
6080       - android-probes@mozilla.com
6081     expires: "2022-09-01"
6082   autofill_prompt_shown:
6083     type: event
6084     description: |
6085       Credit card autofill prompt was shown.
6086     bugs:
6087       - https://github.com/mozilla-mobile/fenix/issues/18711
6088     data_reviews:
6089       - https://github.com/mozilla-mobile/fenix/pull/20909
6090     data_sensitivity:
6091       - interaction
6092     notification_emails:
6093       - android-probes@mozilla.com
6094     expires: "2022-09-01"
6095   autofill_prompt_expanded:
6096     type: event
6097     description: |
6098       Credit card autofill prompt was expanded.
6099     bugs:
6100       - https://github.com/mozilla-mobile/fenix/issues/18711
6101     data_reviews:
6102       - https://github.com/mozilla-mobile/fenix/pull/20909
6103     data_sensitivity:
6104       - interaction
6105     notification_emails:
6106       - android-probes@mozilla.com
6107     expires: "2022-09-01"
6108   autofill_prompt_dismissed:
6109     type: event
6110     description: |
6111       Credit card autofill prompt was dismissed.
6112     bugs:
6113       - https://github.com/mozilla-mobile/fenix/issues/18711
6114     data_reviews:
6115       - https://github.com/mozilla-mobile/fenix/pull/20909
6116     data_sensitivity:
6117       - interaction
6118     notification_emails:
6119       - android-probes@mozilla.com
6120     expires: "2022-09-01"
6121   management_add_tapped:
6122     type: event
6123     description: |
6124       User has tapped the add button through credit card management settings.
6125     bugs:
6126       - https://github.com/mozilla-mobile/fenix/issues/18711
6127     data_reviews:
6128       - https://github.com/mozilla-mobile/fenix/pull/20909
6129     data_sensitivity:
6130       - interaction
6131     notification_emails:
6132       - android-probes@mozilla.com
6133     expires: "2022-09-01"
6134   management_card_tapped:
6135     type: event
6136     description: |
6137       User has tapped on a saved card through credit card management settings.
6138     bugs:
6139       - https://github.com/mozilla-mobile/fenix/issues/18711
6140     data_reviews:
6141       - https://github.com/mozilla-mobile/fenix/pull/20909
6142     data_sensitivity:
6143       - interaction
6144     notification_emails:
6145       - android-probes@mozilla.com
6146     expires: "2022-09-01"
6148 search_terms:
6149   number_of_search_term_group:
6150     type: event
6151     description: |
6152       Number of search term group when tabs tray is opened.
6153     extra_keys:
6154       count:
6155         description: |
6156           The number of tabs per search group
6157     bugs:
6158       - https://github.com/mozilla-mobile/fenix/issues/22057
6159     data_reviews:
6160       - https://github.com/mozilla-mobile/fenix/pull/22058
6161     data_sensitivity:
6162       - interaction
6163     notification_emails:
6164       - android-probes@mozilla.com
6165     expires: "2022-11-01"
6166   average_tabs_per_group:
6167     type: event
6168     description: |
6169       Number of search term tabs per group when tabs tray is opened.
6170     extra_keys:
6171       count:
6172         description: |
6173           The average number of tabs per search group
6174     bugs:
6175       - https://github.com/mozilla-mobile/fenix/issues/22057
6176     data_reviews:
6177       - https://github.com/mozilla-mobile/fenix/pull/22058
6178     data_sensitivity:
6179       - interaction
6180     notification_emails:
6181       - android-probes@mozilla.com
6182     expires: "2022-11-01"
6183   jump_back_in_group_tapped:
6184     type: event
6185     description: |
6186       User tapped on the jump back in search term group.
6187     bugs:
6188       - https://github.com/mozilla-mobile/fenix/issues/22057
6189     data_reviews:
6190       - https://github.com/mozilla-mobile/fenix/pull/22058
6191     data_sensitivity:
6192       - interaction
6193     notification_emails:
6194       - android-probes@mozilla.com
6195     expires: "2022-11-01"
6196   group_size_distribution:
6197     type: custom_distribution
6198     description: |
6199       The distribution of search term tab group sizes. Rather than reporting
6200       individual sizes directly as integers, it is currently desired to
6201       report the sizes according to certain size ranges.
6202       The "buckets" for reporting group sizes will be mapped as follows:
6203       * 2 tabs -> 1
6204       * 3-5 tabs -> 2
6205       * 6-10 tabs -> 3
6206       * 11+ tabs -> 4
6207       Where the reported number will be 1, 2, 3, or 4, accordingly.
6208       As an example, say a user has three groups of sizes 3, 6, and 15. The
6209       app will report 2, 3, and 4 when this metric is tracked.
6210     range_min: 1
6211     range_max: 4
6212     bucket_count: 5
6213     histogram_type: linear
6214     unit: tab_group_size_code
6215     bugs:
6216       - https://github.com/mozilla-mobile/fenix/issues/22410
6217     data_reviews:
6218       - https://github.com/mozilla-mobile/fenix/pull/22479
6219     data_sensitivity:
6220       - interaction
6221     notification_emails:
6222       - android-probes@mozilla.com
6223     expires: "2022-12-01"