[fenix] For https://github.com/mozilla-mobile/fenix/issues/6577 - Remove the `total_u...
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blob36849ef50c02c70a9f6f075514924e2d23bfc046
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/.
6 $schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
8 no_lint:
9   - CATEGORY_GENERIC
11 events:
12   app_opened:
13     type: event
14     description: >
15       A user opened the app
16     extra_keys:
17       source:
18         description: "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
19     bugs:
20     - https://github.com/mozilla-mobile/fenix/issues/968
21     data_reviews:
22     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
23     notification_emails:
24     - telemetry-client-dev@mozilla.com
25     - fenix-core@mozilla.com
26     expires: "2020-09-01"
27   search_bar_tapped:
28     type: event
29     description: >
30       A user tapped the search bar
31     extra_keys:
32       source:
33         description: "The view the user was on when they initiated the search (For example: `Home` or `Browser`)"
34     bugs:
35     - https://github.com/mozilla-mobile/fenix/issues/959
36     data_reviews:
37     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
38     notification_emails:
39     - fenix-core@mozilla.com
40     expires: "2020-09-01"
41   entered_url:
42     type: event
43     description: >
44       A user entered a url
45     extra_keys:
46       autocomplete:
47         description: "A boolean that tells us whether the URL was autofilled by an Autocomplete suggestion"
48     bugs:
49     - https://github.com/mozilla-mobile/fenix/issues/959
50     data_reviews:
51     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
52     notification_emails:
53     - fenix-core@mozilla.com
54     expires: "2020-09-01"
55   performed_search:
56     type: event
57     description: >
58       A user performed a search
59     extra_keys:
60       source:
61         description: >
62           A string that tells us how the user performed the search. Possible values are:
63           * default.action
64           * default.suggestion
65           * shortcut.action
66           * shortcut.suggestion
67     bugs:
68     - https://github.com/mozilla-mobile/fenix/issues/959
69     data_reviews:
70     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
71     - https://github.com/mozilla-mobile/fenix/pull/1677
72     notification_emails:
73     - fenix-core@mozilla.com
74     expires: "2020-09-01"
75   browser_menu_action:
76     type: event
77     description: >
78       A browser menu item was tapped
79     extra_keys:
80       item:
81         description: >
82           A string containing the name of the item the user tapped. These items include:
83           Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab,
84           Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button, Quit,
85           Reader Mode On, Reader Mode Off, Open In App, Add To Top Sites, Add-ons Manager
86     bugs:
87     - https://github.com/mozilla-mobile/fenix/issues/1024
88     data_reviews:
89     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
90     - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
91     - https://github.com/mozilla-mobile/fenix/pull/6310
92     notification_emails:
93     - fenix-core@mozilla.com
94     expires: "2020-09-01"
95   total_uri_count:
96     type: counter
97     description: >
98       A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing.
99     send_in_pings:
100     - baseline
101     bugs:
102     - https://github.com/mozilla-mobile/fenix/issues/1301
103     data_reviews:
104     - https://github.com/mozilla-mobile/fenix/pull/1785
105     notification_emails:
106     - fenix-core@mozilla.com
107     expires: "2020-09-01"
108   preference_toggled:
109     type: event
110     description: >
111       A user toggled a boolean preference in settings
112     extra_keys:
113       preference_key:
114         description: "The preference key for the boolean (true/false) preference the user toggled. We currently track:
115           show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks,
116           search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, open_links_in_a_private_tab (bug in implementation https://github.com/mozilla-mobile/fenix/issues/7384),
117           pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
118           and pref_key_show_search_suggestions_in_private"
119       enabled:
120         description: "Whether or not the preference is *now* enabled"
121     bugs:
122     - https://github.com/mozilla-mobile/fenix/issues/975
123     - https://github.com/mozilla-mobile/fenix/issues/5094
124     - https://github.com/mozilla-mobile/fenix/issues/5737
125     - https://github.com/mozilla-mobile/fenix/issues/5586
126     - https://github.com/mozilla-mobile/fenix/issues/6396
127     - https://github.com/mozilla-mobile/fenix/issues/6070
128     data_reviews:
129     - https://github.com/mozilla-mobile/fenix/pull/1896
130     - https://github.com/mozilla-mobile/fenix/pull/5704
131     - https://github.com/mozilla-mobile/fenix/pull/5886
132     - https://github.com/mozilla-mobile/fenix/pull/5975
133     - https://github.com/mozilla-mobile/fenix/pull/6352
134     - https://github.com/mozilla-mobile/fenix/pull/6601
135     - https://github.com/mozilla-mobile/fenix/pull/6746
136     notification_emails:
137     - fenix-core@mozilla.com
138     expires: "2020-09-01"
139   whats_new_tapped:
140     type: event
141     description: >
142         A user opened the "what's new" page button
143     bugs:
144       - https://github.com/mozilla-mobile/fenix/issues/5021
145     data_reviews:
146       - https://github.com/mozilla-mobile/fenix/pull/5090
147     notification_emails:
148       - fenix-core@mozilla.com
149     expires: "2020-09-01"
150   opened_link:
151     type: event
152     description: >
153         A user opened a link with Fenix
154     extra_keys:
155       mode:
156         description: "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'"
157     bugs:
158      - https://github.com/mozilla-mobile/fenix/issues/5737
159     data_reviews:
160       - https://github.com/mozilla-mobile/fenix/pull/5975
161     notification_emails:
162       - fenix-core@mozilla.com
163     expires: "2020-09-01"
165 search_shortcuts:
166   selected:
167     type: event
168     description: >
169       A user selected a search shortcut engine to use
170     extra_keys:
171       engine:
172         description: "The name of the built-in search engine the user selected as a string"
173     bugs:
174       - https://github.com/mozilla-mobile/fenix/issues/793
175     data_reviews:
176       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
177     notification_emails:
178       - fenix-core@mozilla.com
179     expires: "2020-09-01"
181 toolbar_settings:
182   changed_position:
183     type: event
184     description: >
185       The user selected a new position for the toolbar
186     extra_keys:
187       position:
188         description: "A string that indicates the new position of the toolbar TOP or BOTTOM"
189     bugs:
190       - https://github.com/mozilla-mobile/fenix/issues/6054
191     data_reviews:
192       - https://github.com/mozilla-mobile/fenix/pull/6608
193     notification_emails:
194       - fenix-core@mozilla.com
195     expires: "2020-09-01"
197 crash_reporter:
198   opened:
199     type: event
200     description: >
201       The crash reporter was displayed
202     bugs:
203     - https://github.com/mozilla-mobile/fenix/issues/1040
204     data_reviews:
205     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
206     notification_emails:
207     - fenix-core@mozilla.com
208     expires: "2020-09-01"
209   closed:
210     type: event
211     description: >
212       The crash reporter was closed
213     extra_keys:
214       crash_submitted:
215         description: "A boolean that tells us whether or not the user submitted a crash report"
216     bugs:
217     - https://github.com/mozilla-mobile/fenix/issues/1040
218     data_reviews:
219     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
220     notification_emails:
221     - fenix-core@mozilla.com
222     expires: "2020-09-01"
224 context_menu:
225   item_tapped:
226     type: event
227     description: >
228       A user tapped an item in the browsers context menu
229     extra_keys:
230       named:
231         description: >
232           The name of the item that was tapped. Available items are
233           ```
234           open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
235           save_image, share_link, copy_link, copy_image_location
236           ```
237     bugs:
238     - https://github.com/mozilla-mobile/fenix/issues/957
239     data_reviews:
240     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
241     notification_emails:
242     - fenix-core@mozilla.com
243     expires: "2020-09-01"
245 find_in_page:
246   opened:
247     type: event
248     description: >
249       A user opened the find in page UI
250     bugs:
251     - https://github.com/mozilla-mobile/fenix/issues/1036
252     data_reviews:
253     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
254     notification_emails:
255     - fenix-core@mozilla.com
256     expires: "2020-09-01"
257   closed:
258     type: event
259     description: >
260       A user closed the find in page UI
261     bugs:
262     - https://github.com/mozilla-mobile/fenix/issues/1036
263     data_reviews:
264     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
265     notification_emails:
266     - fenix-core@mozilla.com
267     expires: "2020-09-01"
268   searched_page:
269     type: event
270     description: >
271       A user searched the page
272     bugs:
273     - https://github.com/mozilla-mobile/fenix/issues/1036
274     data_reviews:
275     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
276     notification_emails:
277     - fenix-core@mozilla.com
278     expires: "2020-09-01"
280 metrics:
281   default_browser:
282     type: boolean
283     lifetime: application
284     description: >
285       Is Fenix the default browser?
286     send_in_pings:
287     - metrics
288     bugs:
289     - https://github.com/mozilla-mobile/fenix/issues/960
290     data_reviews:
291     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
292     notification_emails:
293     - fenix-core@mozilla.com
294     expires: "2020-09-01"
295   search_count:
296     type: labeled_counter
297     description: >
298       The labels for this counter are `<search-engine-name>.<source>`.
300       If the search engine is bundled with Fenix `search-engine-name` will be the name of the search engine. If it's a
301       custom search engine (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value will be `custom`.
303       `source` will be: `action`, `suggestion`, `widget` or `shortcut` (depending on the source from which the search started).
304       Also added the `other` option for the source but it should never enter on this case.
305     send_in_pings:
306     - metrics
307     - baseline
308     bugs:
309     - https://github.com/mozilla-mobile/fenix/issues/1158
310     - https://github.com/mozilla-mobile/fenix/issues/6556
311     data_reviews:
312     - https://github.com/mozilla-mobile/fenix/pull/1677
313     - https://github.com/mozilla-mobile/fenix/pull/5216
314     - https://github.com/mozilla-mobile/fenix/pull/7310
315     notification_emails:
316     - fenix-core@mozilla.com
317     expires: "2020-09-01"
318   mozilla_products:
319     type: string_list
320     lifetime: application
321     description: >
322       A list of all the Mozilla products installed on device. We currently scan for: Firefox, Firefox Beta,
323        Firefox Aurora, Firefox Nightly, Firefox Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug,
324        Fenix, Focus, and Lockwise.
325     send_in_pings:
326     - metrics
327     bugs:
328     - https://github.com/mozilla-mobile/fenix/issues/1192
329     data_reviews:
330     - https://github.com/mozilla-mobile/fenix/pull/1953/
331     - https://github.com/mozilla-mobile/fenix/pull/5216
332     notification_emails:
333     - fenix-core@mozilla.com
334     expires: "2020-09-01"
335   default_moz_browser:
336     type: string
337     lifetime: application
338     description: >
339       The name of the default browser on device if and only if it's a Mozilla owned product
340     send_in_pings:
341     - metrics
342     bugs:
343     - https://github.com/mozilla-mobile/fenix/issues/1192
344     data_reviews:
345     - https://github.com/mozilla-mobile/fenix/pull/1953/
346     - https://github.com/mozilla-mobile/fenix/pull/5216
347     notification_emails:
348     - fenix-core@mozilla.com
349     expires: "2020-09-01"
350   adjust_campaign:
351     type: string
352     lifetime: application
353     description: >
354       A string containing the Adjust campaign ID from which the user installed Fenix. This will not
355       send on the first session the user runs. If the install is organic, this will be empty.
356     send_in_pings:
357       - metrics
358     bugs:
359       - https://github.com/mozilla-mobile/fenix/issues/1298
360     data_reviews:
361       - https://github.com/mozilla-mobile/fenix/pull/5579
362     notification_emails:
363       - fenix-core@mozilla.com
364     expires: "2020-09-01"
365   toolbar_position:
366     type: string
367     lifetime: application
368     description: >
369       A string that indicates the new position of the toolbar TOP or BOTTOM
370     send_in_pings:
371       - metrics
372     bugs:
373       - https://github.com/mozilla-mobile/fenix/issues/6054
374     data_reviews:
375       - https://github.com/mozilla-mobile/fenix/pull/6608
376     notification_emails:
377       - fenix-core@mozilla.com
378     expires: "2020-09-01"
381 search.default_engine:
382   code:
383     type: string
384     lifetime: application
385     description: >
386       If the search engine is pre-loaded with Fenix this value
387       will be the search engine identifier. If it's a custom search engine
388       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
389       value will be "custom"
390     send_in_pings:
391     - metrics
392     bugs:
393     - https://github.com/mozilla-mobile/fenix/issues/800
394     data_reviews:
395     - https://github.com/mozilla-mobile/fenix/pull/1606
396     - https://github.com/mozilla-mobile/fenix/pull/5216
397     notification_emails:
398     - fenix-core@mozilla.com
399     expires: "2020-09-01"
400   name:
401     type: string
402     lifetime: application
403     description: >
404       If the search engine is pre-loaded with Fenix this value
405       will be the search engine name. If it's a custom search engine
406       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
407       value will be "custom"
408     send_in_pings:
409     - metrics
410     bugs:
411     - https://github.com/mozilla-mobile/fenix/issues/800
412     data_reviews:
413     - https://github.com/mozilla-mobile/fenix/pull/1606
414     - https://github.com/mozilla-mobile/fenix/pull/5216
415     notification_emails:
416     - fenix-core@mozilla.com
417     expires: "2020-09-01"
418   submission_url:
419     type: string
420     lifetime: application
421     description: >
422       If the search engine is pre-loaded with Fenix this value
423       will be he base URL we use to build the search query for the search engine.
424       For example: https://mysearchengine.com/?query=%s. If it's a custom search engine
425       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
426       value will be "custom"
427     send_in_pings:
428     - metrics
429     bugs:
430     - https://github.com/mozilla-mobile/fenix/issues/800
431     data_reviews:
432     - https://github.com/mozilla-mobile/fenix/pull/1606
433     - https://github.com/mozilla-mobile/fenix/pull/5216
434     notification_emails:
435     - fenix-core@mozilla.com
436     expires: "2020-09-01"
438 bookmarks_management:
439   open_in_new_tab:
440     type: event
441     description: >
442       A user opened a bookmark in a new tab.
443     bugs:
444     - https://github.com/mozilla-mobile/fenix/issues/974
445     data_reviews:
446     - https://github.com/mozilla-mobile/fenix/pull/1708
447     notification_emails:
448     - fenix-core@mozilla.com
449     expires: "2020-09-01"
450   open_in_new_tabs:
451     type: event
452     description: >
453       A user opened multiple bookmarks at once in new tabs.
454     bugs:
455     - https://github.com/mozilla-mobile/fenix/issues/974
456     data_reviews:
457     - https://github.com/mozilla-mobile/fenix/pull/1708
458     notification_emails:
459     - fenix-core@mozilla.com
460     expires: "2020-09-01"
461   open_in_private_tab:
462     type: event
463     description: >
464       A user opened a bookmark in a new private tab.
465     bugs:
466     - https://github.com/mozilla-mobile/fenix/issues/974
467     data_reviews:
468     - https://github.com/mozilla-mobile/fenix/pull/1708
469     notification_emails:
470     - fenix-core@mozilla.com
471     expires: "2020-09-01"
472   open_in_private_tabs:
473     type: event
474     description: >
475       A user opened multiple bookmarks at once in new private tabs.
476     bugs:
477     - https://github.com/mozilla-mobile/fenix/issues/974
478     data_reviews:
479     - https://github.com/mozilla-mobile/fenix/pull/1708
480     notification_emails:
481     - fenix-core@mozilla.com
482     expires: "2020-09-01"
483   edited:
484     type: event
485     description: >
486       A user edited the title and/or URL of an existing bookmark.
487     bugs:
488     - https://github.com/mozilla-mobile/fenix/issues/974
489     data_reviews:
490     - https://github.com/mozilla-mobile/fenix/pull/1708
491     notification_emails:
492     - fenix-core@mozilla.com
493     expires: "2020-09-01"
494   moved:
495     type: event
496     description: >
497       A user moved an existing bookmark or folder to another folder.
498     bugs:
499     - https://github.com/mozilla-mobile/fenix/issues/974
500     data_reviews:
501     - https://github.com/mozilla-mobile/fenix/pull/1708
502     notification_emails:
503     - fenix-core@mozilla.com
504     expires: "2020-09-01"
505   removed:
506     type: event
507     description: >
508       A user removed a bookmark item.
509     bugs:
510     - https://github.com/mozilla-mobile/fenix/issues/974
511     data_reviews:
512     - https://github.com/mozilla-mobile/fenix/pull/1708
513     notification_emails:
514     - fenix-core@mozilla.com
515     expires: "2020-09-01"
516   multi_removed:
517     type: event
518     description: >
519       A user removed multiple bookmarks at once.
520     bugs:
521     - https://github.com/mozilla-mobile/fenix/issues/974
522     data_reviews:
523     - https://github.com/mozilla-mobile/fenix/pull/1708
524     notification_emails:
525     - fenix-core@mozilla.com
526     expires: "2020-09-01"
527   shared:
528     type: event
529     description: >
530       A user shared a bookmark.
531     bugs:
532     - https://github.com/mozilla-mobile/fenix/issues/974
533     data_reviews:
534     - https://github.com/mozilla-mobile/fenix/pull/1708
535     notification_emails:
536     - fenix-core@mozilla.com
537     expires: "2020-09-01"
538   copied:
539     type: event
540     description: >
541       A user copied a bookmark.
542     bugs:
543     - https://github.com/mozilla-mobile/fenix/issues/974
544     data_reviews:
545     - https://github.com/mozilla-mobile/fenix/pull/1708
546     notification_emails:
547     - fenix-core@mozilla.com
548     expires: "2020-09-01"
549   folder_add:
550     type: event
551     description: >
552       A user added a new bookmark folder.
553     bugs:
554     - https://github.com/mozilla-mobile/fenix/issues/974
555     data_reviews:
556     - https://github.com/mozilla-mobile/fenix/pull/1708
557     notification_emails:
558     - fenix-core@mozilla.com
559     expires: "2020-09-01"
560   folder_remove:
561     type: event
562     description: >
563       A user removed a bookmark folder.
564     bugs:
565       - https://github.com/mozilla-mobile/fenix/issues/3174
566     data_reviews:
567       - https://github.com/mozilla-mobile/fenix/pull/3724
568     notification_emails:
569       - fenix-core@mozilla.com
570     expires: "2020-09-01"
572 custom_tab:
573   closed:
574     type: event
575     description: >
576       A user closed the custom tab
577     bugs:
578     - https://github.com/mozilla-mobile/fenix/issues/977
579     data_reviews:
580     - https://github.com/mozilla-mobile/fenix/pull/1697
581     notification_emails:
582     - fenix-core@mozilla.com
583     expires: "2020-09-01"
584   action_button:
585     type: event
586     description: >
587       A user pressed the action button provided by the launching app
588     bugs:
589     - https://github.com/mozilla-mobile/fenix/issues/977
590     data_reviews:
591     - https://github.com/mozilla-mobile/fenix/pull/1697
592     notification_emails:
593     - fenix-core@mozilla.com
594     expires: "2020-09-01"
595   menu:
596     type: event
597     description: >
598       A user opened the custom tabs menu
599     bugs:
600     - https://github.com/mozilla-mobile/fenix/issues/977
601     data_reviews:
602     - https://github.com/mozilla-mobile/fenix/pull/1697
603     notification_emails:
604     - fenix-core@mozilla.com
605     expires: "2020-09-01"
607 activation:
608   identifier:
609     type: string
610     lifetime: ping
611     description: >
612       A hashed and salted version of the Google Advertising ID from the device.
613       This will never be sent in a ping that also contains the client_id.
614     send_in_pings:
615     - activation
616     bugs:
617     - https://bugzilla.mozilla.org/1538011
618     - https://bugzilla.mozilla.org/1501822
619     data_reviews:
620     - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
621     notification_emails:
622     - fenix-core@mozilla.com
623     expires: "2020-09-01"
624   activation_id:
625     type: uuid
626     lifetime: user
627     description: >
628       An alternate identifier, not correlated with the client_id, generated once
629       and only sent with the activation ping.
630     send_in_pings:
631     - activation
632     bugs:
633     - https://bugzilla.mozilla.org/1538011
634     data_reviews:
635     - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
636     notification_emails:
637     - fenix-core@mozilla.com
638     expires: "2020-09-01"
640 qr_scanner:
641   opened:
642     type: event
643     description: >
644       A user opened the QR scanner
645     bugs:
646     - https://github.com/mozilla-mobile/fenix/issues/1857
647     data_reviews:
648     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
649     notification_emails:
650     - fenix-core@mozilla.com
651     expires: "2020-09-01"
652   prompt_displayed:
653     type: event
654     description: >
655       A user scanned a QR code, causing a confirmation prompt to display asking if they want to navigate to the page
656     bugs:
657     - https://github.com/mozilla-mobile/fenix/issues/1857
658     data_reviews:
659     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
660     notification_emails:
661     - fenix-core@mozilla.com
662     expires: "2020-09-01"
663   navigation_allowed:
664     type: event
665     description: >
666       A user tapped "allow" on the prompt, directing the user to the website scanned
667     bugs:
668     - https://github.com/mozilla-mobile/fenix/issues/1857
669     data_reviews:
670     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
671     notification_emails:
672     - fenix-core@mozilla.com
673     expires: "2020-09-01"
674   navigation_denied:
675     type: event
676     description: >
677       A user tapped "deny" on the prompt, putting the user back to the scanning view
678     bugs:
679     - https://github.com/mozilla-mobile/fenix/issues/1857
680     data_reviews:
681     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
682     notification_emails:
683     - fenix-core@mozilla.com
684     expires: "2020-09-01"
686 library:
687   opened:
688     type: event
689     description: >
690       A user opened the library
691     bugs:
692     - https://github.com/mozilla-mobile/fenix/issues/976
693     data_reviews:
694     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
695     notification_emails:
696     - fenix-core@mozilla.com
697     expires: "2020-09-01"
698   closed:
699     type: event
700     description: >
701       A user closed the library
702     bugs:
703     - https://github.com/mozilla-mobile/fenix/issues/976
704     data_reviews:
705     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
706     notification_emails:
707     - fenix-core@mozilla.com
708     expires: "2020-09-01"
709   selected_item:
710     type: event
711     description: >
712       A user selected a library item
713     extra_keys:
714       item:
715         description: "The library item the user selected"
716     bugs:
717     - https://github.com/mozilla-mobile/fenix/issues/976
718     data_reviews:
719     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
720     notification_emails:
721     - fenix-core@mozilla.com
722     expires: "2020-09-01"
724 error_page:
725   visited_error:
726     type: event
727     description: >
728       A user encountered an error page
729     extra_keys:
730       error_type:
731         description: "The error type of the error page encountered"
732     bugs:
733     - https://github.com/mozilla-mobile/fenix/issues/1242
734     data_reviews:
735     - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
736     notification_emails:
737     - fenix-core@mozilla.com
738     expires: "2020-09-01"
740 sync_auth:
741   opened:
742     type: event
743     description: >
744       A user opened the sync authentication page
745     bugs:
746     - https://github.com/mozilla-mobile/fenix/issues/1190
747     data_reviews:
748     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
749     notification_emails:
750     - fenix-core@mozilla.com
751     expires: "2020-09-01"
752   closed:
753     type: event
754     description: >
755       A user closed the sync page
756     bugs:
757     - https://github.com/mozilla-mobile/fenix/issues/1190
758     data_reviews:
759     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
760     notification_emails:
761     - fenix-core@mozilla.com
762     expires: "2020-09-01"
763   sign_in:
764     type: event
765     description: >
766       A user pressed the sign in button on the sync authentication page and was successfully signed in to FxA
767     bugs:
768     - https://github.com/mozilla-mobile/fenix/issues/1190
769     data_reviews:
770     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
771     notification_emails:
772     - fenix-core@mozilla.com
773     expires: "2020-09-01"
774   sign_out:
775     type: event
776     description: >
777       A user pressed the sign out button on the sync account page and was successfully signed out of FxA
778     bugs:
779       - https://github.com/mozilla-mobile/fenix/issues/1190
780     data_reviews:
781       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
782     notification_emails:
783       - fenix-core@mozilla.com
784     expires: "2020-09-01"
785   sign_up:
786     type: event
787     description: >
788       User registered a new Firefox Account, and was signed into it
789     bugs:
790       - https://github.com/mozilla-mobile/fenix/issues/4971
791     data_reviews:
792       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
793     notification_emails:
794       - fenix-core@mozilla.com
795     expires: "2020-09-01"
796   paired:
797     type: event
798     description: >
799       User signed into FxA by pairing with a different Firefox browser, using a QR code
800     bugs:
801       - https://github.com/mozilla-mobile/fenix/issues/4971
802     data_reviews:
803       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
804     notification_emails:
805       - fenix-core@mozilla.com
806     expires: "2020-09-01"
807   auto_login:
808     type: event
809     description: >
810       User signed into FxA via an account shared from another locally installed Mozilla application (e.g. Fennec)
811     bugs:
812       - https://github.com/mozilla-mobile/fenix/issues/4971
813     data_reviews:
814       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
815     notification_emails:
816       - fenix-core@mozilla.com
817     expires: "2020-09-01"
818   recovered:
819     type: event
820     description: >
821       Account manager automatically recovered FxA authentication state without direct user involvement
822     bugs:
823       - https://github.com/mozilla-mobile/fenix/issues/4971
824     data_reviews:
825       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
826     notification_emails:
827       - fenix-core@mozilla.com
828     expires: "2020-09-01"
829   other_external:
830     type: event
831     description: >
832       User authenticated via FxA using an unknown mechanism. "Known" mechanisms are currently sign-in, sign-up and pairing
833     bugs:
834       - https://github.com/mozilla-mobile/fenix/issues/4971
835     data_reviews:
836       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
837     notification_emails:
838       - fenix-core@mozilla.com
839     expires: "2020-09-01"
840   scan_pairing:
841     type: event
842     description: >
843       A user pressed the scan pairing button on the sync authentication page
844     bugs:
845     - https://github.com/mozilla-mobile/fenix/issues/1190
846     data_reviews:
847     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
848     notification_emails:
849     - fenix-core@mozilla.com
850     expires: "2020-09-01"
852 sync_account:
853   opened:
854     type: event
855     description: >
856       A user opened the sync account page
857     bugs:
858     - https://github.com/mozilla-mobile/fenix/issues/1190
859     data_reviews:
860     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
861     notification_emails:
862     - fenix-core@mozilla.com
863     expires: "2020-09-01"
864   closed:
865     type: event
866     description: >
867       A user closed the sync account page
868     bugs:
869     - https://github.com/mozilla-mobile/fenix/issues/1190
870     data_reviews:
871     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
872     notification_emails:
873     - fenix-core@mozilla.com
874     expires: "2020-09-01"
875   sync_now:
876     type: event
877     description: >
878       A user pressed the sync now button on the sync account page
879     bugs:
880     - https://github.com/mozilla-mobile/fenix/issues/1190
881     data_reviews:
882     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
883     notification_emails:
884     - fenix-core@mozilla.com
885     expires: "2020-09-01"
886   send_tab:
887     type: event
888     description: >
889       A user sent the current tab to another FxA device
890     bugs:
891       - https://github.com/mozilla-mobile/fenix/issues/4908
892     data_reviews:
893       - https://github.com/mozilla-mobile/fenix/pull/5106
894     notification_emails:
895       - fenix-core@mozilla.com
896     expires: "2020-09-01"
897   sign_in_to_send_tab:
898     type: event
899     description: >
900       A user pressed the "sign in to send tab" button inside the share tab menu
901     bugs:
902       - https://github.com/mozilla-mobile/fenix/issues/4908
903     data_reviews:
904       - https://github.com/mozilla-mobile/fenix/pull/5106
905     notification_emails:
906       - fenix-core@mozilla.com
907     expires: "2020-09-01"
909 history:
910   opened:
911     type: event
912     description: >
913       A user opened the history screen
914     bugs:
915       - https://github.com/mozilla-mobile/fenix/issues/2362
916     data_reviews:
917       - https://github.com/mozilla-mobile/fenix/pull/3940
918     notification_emails:
919       - fenix-core@mozilla.com
920     expires: "2020-09-01"
921   removed:
922     type: event
923     description: >
924       A user removed a history item
925     bugs:
926       - https://github.com/mozilla-mobile/fenix/issues/2362
927     data_reviews:
928       - https://github.com/mozilla-mobile/fenix/pull/3940
929     notification_emails:
930       - fenix-core@mozilla.com
931     expires: "2020-09-01"
932   removed_all:
933     type: event
934     description: >
935       A user removed all history items
936     bugs:
937       - https://github.com/mozilla-mobile/fenix/issues/2362
938     data_reviews:
939       - https://github.com/mozilla-mobile/fenix/pull/3940
940     notification_emails:
941       - fenix-core@mozilla.com
942     expires: "2020-09-01"
943   shared:
944     type: event
945     description: >
946       A user shared a history item
947     bugs:
948       - https://github.com/mozilla-mobile/fenix/issues/2362
949     data_reviews:
950       - https://github.com/mozilla-mobile/fenix/pull/3940
951     notification_emails:
952       - fenix-core@mozilla.com
953     expires: "2020-09-01"
954   opened_item:
955     type: event
956     description: >
957       A user opened a history item
958     bugs:
959       - https://github.com/mozilla-mobile/fenix/issues/2362
960     data_reviews:
961       - https://github.com/mozilla-mobile/fenix/pull/3940
962     notification_emails:
963       - fenix-core@mozilla.com
964     expires: "2020-09-01"
966 reader_mode:
967   available:
968     type: event
969     description: >
970       Reader mode is available for the current page
971     bugs:
972       - https://github.com/mozilla-mobile/fenix/issues/2267
973     data_reviews:
974       - https://github.com/mozilla-mobile/fenix/pull/3941
975     notification_emails:
976       - fenix-core@mozilla.com
977     expires: "2020-09-01"
978   opened:
979     type: event
980     description: >
981       A user opened reader mode
982     bugs:
983       - https://github.com/mozilla-mobile/fenix/issues/2267
984     data_reviews:
985       - https://github.com/mozilla-mobile/fenix/pull/3941
986     notification_emails:
987       - fenix-core@mozilla.com
988     expires: "2020-09-01"
989   closed:
990     type: event
991     description: >
992       A user closed reader mode
993     bugs:
994       - https://github.com/mozilla-mobile/fenix/issues/2267
995     data_reviews:
996       - https://github.com/mozilla-mobile/fenix/pull/4328
997     notification_emails:
998       - fenix-core@mozilla.com
999     expires: "2020-09-01"
1000   appearance:
1001     type: event
1002     description: >
1003       A user tapped the appearance button
1004     bugs:
1005       - https://github.com/mozilla-mobile/fenix/issues/2267
1006     data_reviews:
1007       - https://github.com/mozilla-mobile/fenix/pull/3941
1008     notification_emails:
1009       - fenix-core@mozilla.com
1010     expires: "2020-09-01"
1012 collections:
1013   renamed:
1014     type: event
1015     description: >
1016       A user renamed a collection
1017     bugs:
1018       - https://github.com/mozilla-mobile/fenix/issues/969
1019     data_reviews:
1020       - https://github.com/mozilla-mobile/fenix/pull/3935
1021     notification_emails:
1022       - fenix-core@mozilla.com
1023     expires: "2020-09-01"
1024   tab_restored:
1025     type: event
1026     description: >
1027       A user restored a tab from collection tab list
1028     bugs:
1029       - https://github.com/mozilla-mobile/fenix/issues/969
1030     data_reviews:
1031       - https://github.com/mozilla-mobile/fenix/pull/3935
1032     notification_emails:
1033       - fenix-core@mozilla.com
1034     expires: "2020-09-01"
1035   all_tabs_restored:
1036     type: event
1037     description: >
1038       A user tapped "open tabs" from collection menu
1039     bugs:
1040       - https://github.com/mozilla-mobile/fenix/issues/969
1041     data_reviews:
1042       - https://github.com/mozilla-mobile/fenix/pull/3935
1043     notification_emails:
1044       - fenix-core@mozilla.com
1045     expires: "2020-09-01"
1046   tab_removed:
1047     type: event
1048     description: >
1049       A user tapped remove tab from collection tab list
1050     bugs:
1051       - https://github.com/mozilla-mobile/fenix/issues/969
1052     data_reviews:
1053       - https://github.com/mozilla-mobile/fenix/pull/3935
1054     notification_emails:
1055       - fenix-core@mozilla.com
1056     expires: "2020-09-01"
1057   shared:
1058     type: event
1059     description: >
1060       A user tapped share collection
1061     bugs:
1062       - https://github.com/mozilla-mobile/fenix/issues/969
1063     data_reviews:
1064       - https://github.com/mozilla-mobile/fenix/pull/3935
1065     notification_emails:
1066       - fenix-core@mozilla.com
1067     expires: "2020-09-01"
1068   removed:
1069     type: event
1070     description: >
1071       A user tapped delete collection from collection menu
1072     bugs:
1073       - https://github.com/mozilla-mobile/fenix/issues/969
1074     data_reviews:
1075       - https://github.com/mozilla-mobile/fenix/pull/3935
1076     notification_emails:
1077       - fenix-core@mozilla.com
1078     expires: "2020-09-01"
1079   saved:
1080     type: event
1081     description: >
1082       A user saved a list of tabs to a new collection
1083     extra_keys:
1084       tabs_open:
1085         description: "The number of tabs open in the current session"
1086       tabs_selected:
1087         description: "The number of tabs added to the collection"
1088     bugs:
1089       - https://github.com/mozilla-mobile/fenix/issues/969
1090     data_reviews:
1091       - https://github.com/mozilla-mobile/fenix/pull/3935
1092     notification_emails:
1093       - fenix-core@mozilla.com
1094     expires: "2020-09-01"
1095   tabs_added:
1096     type: event
1097     description: >
1098       A user saved a list of tabs to an existing collection
1099     extra_keys:
1100       tabs_open:
1101         description: "The number of tabs open in the current session"
1102       tabs_selected:
1103         description: "The number of tabs added to the collection"
1104     bugs:
1105       - https://github.com/mozilla-mobile/fenix/issues/969
1106     data_reviews:
1107       - https://github.com/mozilla-mobile/fenix/pull/3935
1108     notification_emails:
1109       - fenix-core@mozilla.com
1110     expires: "2020-09-01"
1111   tab_select_opened:
1112     type: event
1113     description: >
1114       A user opened the select tabs screen (the first step of the collection creation flow)
1115     bugs:
1116       - https://github.com/mozilla-mobile/fenix/issues/969
1117     data_reviews:
1118       - https://github.com/mozilla-mobile/fenix/pull/3935
1119     notification_emails:
1120       - fenix-core@mozilla.com
1121     expires: "2020-09-01"
1122   add_tab_button:
1123     type: event
1124     description: >
1125       A user tapped the "add tab" button in the three dot menu of collections
1126     bugs:
1127       - https://github.com/mozilla-mobile/fenix/issues/969
1128     data_reviews:
1129       - https://github.com/mozilla-mobile/fenix/pull/4358
1130     notification_emails:
1131       - fenix-core@mozilla.com
1132     expires: "2020-09-01"
1133   long_press:
1134     type: event
1135     description: >
1136       A user long pressed on a tab, triggering the collection creation screen
1137     bugs:
1138       - https://github.com/mozilla-mobile/fenix/issues/969
1139     data_reviews:
1140       - https://github.com/mozilla-mobile/fenix/pull/4358
1141     notification_emails:
1142       - fenix-core@mozilla.com
1143     expires: "2020-09-01"
1144   save_button:
1145     type: event
1146     description: >
1147       A user pressed the "save to collection" button on either the home or browser screen, triggering the
1148       collection creation screen to open (tab_select_opened)
1149     bugs:
1150       - https://github.com/mozilla-mobile/fenix/issues/969
1151     data_reviews:
1152       - https://github.com/mozilla-mobile/fenix/pull/4358
1153     notification_emails:
1154       - fenix-core@mozilla.com
1155     expires: "2020-09-01"
1156     extra_keys:
1157       from_screen:
1158         description: >
1159           A string representing the screen from which the user pressed the save button.
1160           Currently one of: `browserMenu`, `homeMenu` or `home`
1161   rename_button:
1162     type: event
1163     description: >
1164       A user pressed the "rename collection" button in the three dot menu
1165     bugs:
1166       - https://github.com/mozilla-mobile/fenix/issues/969
1167     data_reviews:
1168       - https://github.com/mozilla-mobile/fenix/pull/4539
1169     notification_emails:
1170       - fenix-core@mozilla.com
1171     expires: "2020-09-01"
1173 search_widget:
1174   new_tab_button:
1175     type: event
1176     description: >
1177       A user pressed anywhere from the Firefox logo until the start of the microphone icon, opening a
1178       new tab search screen.
1179     bugs:
1180       - https://github.com/mozilla-mobile/fenix/issues/4457
1181     data_reviews:
1182       - https://github.com/mozilla-mobile/fenix/pull/4714
1183     notification_emails:
1184       - fenix-core@mozilla.com
1185     expires: "2020-09-01"
1186   voice_button:
1187     type: event
1188     description: >
1189       A user pressed the microphone icon, opening a new voice search screen.
1190     bugs:
1191       - https://github.com/mozilla-mobile/fenix/issues/4457
1192     data_reviews:
1193       - https://github.com/mozilla-mobile/fenix/pull/4714
1194     notification_emails:
1195       - fenix-core@mozilla.com
1196     expires: "2020-09-01"
1198 private_browsing_mode:
1199   garbage_icon:
1200     type: event
1201     description: >
1202       A user pressed the garbage can icon on the private browsing home page,
1203       deleting all private tabs.
1204     bugs:
1205       - https://github.com/mozilla-mobile/fenix/issues/4658
1206     data_reviews:
1207       - https://github.com/mozilla-mobile/fenix/pull/4968
1208     notification_emails:
1209       - fenix-core@mozilla.com
1210     expires: "2020-09-01"
1211   snackbar_undo:
1212     type: event
1213     description: >
1214       A user pressed the "undo" button in the snackbar that is shown when the garbage icon is
1215       tapped.
1216     bugs:
1217       - https://github.com/mozilla-mobile/fenix/issues/4658
1218     data_reviews:
1219       - https://github.com/mozilla-mobile/fenix/pull/4968
1220     notification_emails:
1221       - fenix-core@mozilla.com
1222     expires: "2020-09-01"
1223   notification_tapped:
1224     type: event
1225     description: >
1226       A user pressed the private browsing mode notification itself.
1227     bugs:
1228       - https://github.com/mozilla-mobile/fenix/issues/4658
1229     data_reviews:
1230       - https://github.com/mozilla-mobile/fenix/pull/4968
1231     notification_emails:
1232       - fenix-core@mozilla.com
1233     expires: "2020-09-01"
1234   notification_open:
1235     type: event
1236     description: >
1237       A user pressed the private browsing mode notification's "Open" button.
1238     bugs:
1239       - https://github.com/mozilla-mobile/fenix/issues/4658
1240     data_reviews:
1241       - https://github.com/mozilla-mobile/fenix/pull/4968
1242     notification_emails:
1243       - fenix-core@mozilla.com
1244     expires: "2020-09-01"
1245   notification_delete:
1246     type: event
1247     description: >
1248       A user pressed the private browsing mode notification's "Delete and Open" button.
1249     bugs:
1250       - https://github.com/mozilla-mobile/fenix/issues/4658
1251     data_reviews:
1252       - https://github.com/mozilla-mobile/fenix/pull/4968
1253     notification_emails:
1254       - fenix-core@mozilla.com
1255     expires: "2020-09-01"
1257 tracking_protection:
1258   exception_added:
1259     type: event
1260     description: >
1261       A user added a tracking protection exception through the TP toggle in the panel.
1262     bugs:
1263       - https://github.com/mozilla-mobile/fenix/issues/5312
1264     data_reviews:
1265       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1266     notification_emails:
1267       - fenix-core@mozilla.com
1268     expires: "2020-09-01"
1269   panel_settings:
1270     type: event
1271     description: >
1272       A user opened tracking protection settings from the panel.
1273     bugs:
1274       - https://github.com/mozilla-mobile/fenix/issues/5312
1275     data_reviews:
1276       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1277     notification_emails:
1278       - fenix-core@mozilla.com
1279     expires: "2020-09-01"
1280   etp_shield:
1281     type: event
1282     description: >
1283       A user pressed the tracking protection shield icon in toolbar.
1284     bugs:
1285       - https://github.com/mozilla-mobile/fenix/issues/5312
1286     data_reviews:
1287       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1288     notification_emails:
1289       - fenix-core@mozilla.com
1290     expires: "2020-09-01"
1291   etp_tracker_list:
1292     type: event
1293     description: >
1294       A user pressed into a list of categorized trackers in tracking protection panel.
1295     bugs:
1296       - https://github.com/mozilla-mobile/fenix/issues/5312
1297     data_reviews:
1298       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1299     notification_emails:
1300       - fenix-core@mozilla.com
1301     expires: "2020-09-01"
1302   etp_settings:
1303     type: event
1304     description: >
1305       A user opened tracking protection settings through settings.
1306     bugs:
1307       - https://github.com/mozilla-mobile/fenix/issues/5312
1308     data_reviews:
1309       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1310     notification_emails:
1311       - fenix-core@mozilla.com
1312     expires: "2020-09-01"
1313   etp_setting_changed:
1314     type: event
1315     description: >
1316       A user changed their tracking protection level setting to either strict or standard.
1317     extra_keys:
1318       etp_setting:
1319         description: "The new setting for ETP: strict, standard"
1320     bugs:
1321       - https://github.com/mozilla-mobile/fenix/issues/5312
1322     data_reviews:
1323       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1324     notification_emails:
1325       - fenix-core@mozilla.com
1326     expires: "2020-09-01"
1328 private_browsing_shortcut:
1329   create_shortcut:
1330     type: event
1331     description: >
1332       A user pressed the "Add private browsing shortcut" button in settings.
1333     bugs:
1334       - https://github.com/mozilla-mobile/fenix/issues/4658
1335     data_reviews:
1336       - https://github.com/mozilla-mobile/fenix/pull/5194
1337     notification_emails:
1338       - fenix-core@mozilla.com
1339     expires: "2020-09-01"
1340   cfr_add_shortcut:
1341     type: event
1342     description: >
1343       A user pressed the "Add shortcut" button when the contextual feature recommender appeared.
1344     bugs:
1345       - https://github.com/mozilla-mobile/fenix/issues/4658
1346     data_reviews:
1347       - https://github.com/mozilla-mobile/fenix/pull/5194
1348     notification_emails:
1349       - fenix-core@mozilla.com
1350     expires: "2020-09-01"
1351   cfr_cancel:
1352     type: event
1353     description: >
1354       A user pressed the "No thanks" button when the contextual feature recommender appeared.
1355     bugs:
1356       - https://github.com/mozilla-mobile/fenix/issues/4658
1357     data_reviews:
1358       - https://github.com/mozilla-mobile/fenix/pull/5194
1359     notification_emails:
1360       - fenix-core@mozilla.com
1361     expires: "2020-09-01"
1362   pinned_shortcut_priv:
1363     type: event
1364     description: >
1365       A user pressed the pinned private shortcut in Android home screen, opening up a new private search.
1366     bugs:
1367       - https://github.com/mozilla-mobile/fenix/issues/4658
1368     data_reviews:
1369       - https://github.com/mozilla-mobile/fenix/pull/5194
1370     notification_emails:
1371       - fenix-core@mozilla.com
1372     expires: "2020-09-01"
1373   static_shortcut_tab:
1374     type: event
1375     description: >
1376       A user pressed the long-press shortcut "Open new tab", opening up a new search.
1377     bugs:
1378       - https://github.com/mozilla-mobile/fenix/issues/4658
1379     data_reviews:
1380       - https://github.com/mozilla-mobile/fenix/pull/5194
1381     notification_emails:
1382       - fenix-core@mozilla.com
1383     expires: "2020-09-01"
1384   static_shortcut_priv:
1385     type: event
1386     description: >
1387       A user pressed the long-press shortcut "Open new private tab", opening up a new private search.
1388     bugs:
1389       - https://github.com/mozilla-mobile/fenix/issues/4658
1390     data_reviews:
1391       - https://github.com/mozilla-mobile/fenix/pull/5194
1392     notification_emails:
1393       - fenix-core@mozilla.com
1394     expires: "2020-09-01"
1396 tab:
1397   media_play:
1398     type: event
1399     description: >
1400       A user pressed the play icon on a tab from the home screen
1401     bugs:
1402       - https://github.com/mozilla-mobile/fenix/issues/5197
1403     data_reviews:
1404       - https://github.com/mozilla-mobile/fenix/pull/5266
1405     notification_emails:
1406       - fenix-core@mozilla.com
1407     expires: "2020-09-01"
1408     no_lint:
1409       - COMMON_PREFIX
1410   media_pause:
1411     type: event
1412     description: >
1413       A user pressed the pause icon on a tab from the home screen
1414     bugs:
1415       - https://github.com/mozilla-mobile/fenix/issues/5197
1416     data_reviews:
1417       - https://github.com/mozilla-mobile/fenix/pull/5266
1418     notification_emails:
1419       - fenix-core@mozilla.com
1420     expires: "2020-09-01"
1422 media_notification:
1423   play:
1424     type: event
1425     description: >
1426       A user pressed the play icon on the media notification
1427     bugs:
1428       - https://github.com/mozilla-mobile/fenix/issues/5197
1429     data_reviews:
1430       - https://github.com/mozilla-mobile/fenix/pull/5520
1431     notification_emails:
1432       - fenix-core@mozilla.com
1433     expires: "2020-09-01"
1434   pause:
1435     type: event
1436     description: >
1437       A user pressed the pause icon on the media notification
1438     bugs:
1439       - https://github.com/mozilla-mobile/fenix/issues/5197
1440     data_reviews:
1441       - https://github.com/mozilla-mobile/fenix/pull/5520
1442     notification_emails:
1443       - fenix-core@mozilla.com
1444     expires: "2020-09-01"
1446 media_state:
1447   play:
1448     type: event
1449     description: >
1450       Media started playing.
1451     bugs:
1452       - https://github.com/mozilla-mobile/fenix/issues/5705
1453     data_reviews:
1454       - https://github.com/mozilla-mobile/fenix/pull/6463
1455     notification_emails:
1456       - fenix-core@mozilla.com
1457     expires: "2020-09-01"
1458   pause:
1459     type: event
1460     description: >
1461       Media playback was paused.
1462     bugs:
1463       - https://github.com/mozilla-mobile/fenix/issues/5705
1464     data_reviews:
1465       - https://github.com/mozilla-mobile/fenix/pull/6463
1466     notification_emails:
1467       - fenix-core@mozilla.com
1468     expires: "2020-09-01"
1469   stop:
1470     type: event
1471     description: >
1472       Media playback has ended.
1473     bugs:
1474       - https://github.com/mozilla-mobile/fenix/issues/5705
1475     data_reviews:
1476       - https://github.com/mozilla-mobile/fenix/pull/6463
1477     notification_emails:
1478       - fenix-core@mozilla.com
1479     expires: "2020-09-01"
1481 logins:
1482   open_logins:
1483     type: event
1484     description: >
1485       A user accessed Logins in Settings
1486     bugs:
1487       - https://github.com/mozilla-mobile/fenix/issues/5586
1488     data_reviews:
1489       - https://github.com/mozilla-mobile/fenix/pull/6352
1490     notification_emails:
1491       - fenix-core@mozilla.com
1492     expires: "2020-09-01"
1493   open_individual_login:
1494     type: event
1495     description: >
1496       A user accessed an individual login in saved logins
1497     bugs:
1498       - https://github.com/mozilla-mobile/fenix/issues/5586
1499     data_reviews:
1500       - https://github.com/mozilla-mobile/fenix/pull/6352
1501     notification_emails:
1502       - fenix-core@mozilla.com
1503     expires: "2020-09-01"
1504   copy_login:
1505     type: event
1506     description: >
1507       A user copied a piece of a login in saved logins
1508     bugs:
1509       - https://github.com/mozilla-mobile/fenix/issues/5586
1510     data_reviews:
1511       - https://github.com/mozilla-mobile/fenix/pull/6352
1512     notification_emails:
1513       - fenix-core@mozilla.com
1514     expires: "2020-09-01"
1515   view_password_login:
1516     type: event
1517     description: >
1518       A user viewed a password in an individual saved login
1519     bugs:
1520       - https://github.com/mozilla-mobile/fenix/issues/5586
1521     data_reviews:
1522       - https://github.com/mozilla-mobile/fenix/pull/6352
1523     notification_emails:
1524       - fenix-core@mozilla.com
1525     expires: "2020-09-01"
1526   save_logins_setting_changed:
1527     type: event
1528     description: >
1529       A user changed their setting for asking to save logins
1530     extra_keys:
1531       setting:
1532         description: "The new setting for saving logins the user selected. Either `ask_to_save` or `never_save`"
1533     bugs:
1534       - https://github.com/mozilla-mobile/fenix/issues/5586
1535     data_reviews:
1536       - https://github.com/mozilla-mobile/fenix/pull/7767
1537     notification_emails:
1538       - fenix-core@mozilla.com
1539     expires: "2020-09-01"
1541 download_notification:
1542   resume:
1543     type: event
1544     description: >
1545       A user resumed a download in the download notification
1546     bugs:
1547       - https://github.com/mozilla-mobile/fenix/issues/5583
1548     data_reviews:
1549       - https://github.com/mozilla-mobile/fenix/pull/6554
1550     notification_emails:
1551       - fenix-core@mozilla.com
1552     expires: "2020-09-01"
1553   pause:
1554     type: event
1555     description: >
1556       A user paused a download in the download notification
1557     bugs:
1558       - https://github.com/mozilla-mobile/fenix/issues/5583
1559     data_reviews:
1560       - https://github.com/mozilla-mobile/fenix/pull/6554
1561     notification_emails:
1562       - fenix-core@mozilla.com
1563     expires: "2020-09-01"
1564   cancel:
1565     type: event
1566     description: >
1567       A user cancelled a download in the download notification
1568     bugs:
1569       - https://github.com/mozilla-mobile/fenix/issues/5583
1570     data_reviews:
1571       - https://github.com/mozilla-mobile/fenix/pull/6554
1572     notification_emails:
1573       - fenix-core@mozilla.com
1574     expires: "2020-09-01"
1575   try_again:
1576     type: event
1577     description: >
1578       A user tapped on try again when a download fails in the download notification
1579     bugs:
1580       - https://github.com/mozilla-mobile/fenix/issues/5583
1581     data_reviews:
1582       - https://github.com/mozilla-mobile/fenix/pull/6554
1583     notification_emails:
1584       - fenix-core@mozilla.com
1585     expires: "2020-09-01"
1586   open:
1587     type: event
1588     description: >
1589       A user opened a downloaded file in the download notification
1590     bugs:
1591       - https://github.com/mozilla-mobile/fenix/issues/5583
1592     data_reviews:
1593       - https://github.com/mozilla-mobile/fenix/pull/6554
1594     notification_emails:
1595       - fenix-core@mozilla.com
1596     expires: "2020-09-01"
1597   in_app_open:
1598     type: event
1599     description: >
1600       A user opened a downloaded file in the in-app notification link
1601     bugs:
1602       - https://github.com/mozilla-mobile/fenix/issues/5583
1603     data_reviews:
1604       - https://github.com/mozilla-mobile/fenix/pull/6554
1605     notification_emails:
1606       - fenix-core@mozilla.com
1607     expires: "2020-09-01"
1608   in_app_try_again:
1609     type: event
1610     description: >
1611       A user tapped on try again when a download fails in the in-app notification link
1612     bugs:
1613       - https://github.com/mozilla-mobile/fenix/issues/5583
1614     data_reviews:
1615       - https://github.com/mozilla-mobile/fenix/pull/6554
1616     notification_emails:
1617       - fenix-core@mozilla.com
1618     expires: "2020-09-01"
1620 user_specified_search_engines:
1621   custom_engine_added:
1622     type: event
1623     description: >
1624       A user added a new custom search engine
1625     bugs:
1626       - https://github.com/mozilla-mobile/fenix/issues/5884
1627     data_reviews:
1628       - https://github.com/mozilla-mobile/fenix/pull/6918
1629     notification_emails:
1630       - fenix-core@mozilla.com
1631     expires: "2020-09-01"
1632   custom_engine_deleted:
1633     type: event
1634     description: >
1635       A user deleted a custom search engine
1636     bugs:
1637       - https://github.com/mozilla-mobile/fenix/issues/5884
1638       - https://github.com/mozilla-mobile/fenix/issues/7881
1639     data_reviews:
1640       - https://github.com/mozilla-mobile/fenix/pull/6918
1641     notification_emails:
1642       - fenix-core@mozilla.com
1643     expires: "2020-09-01"
1645 search_suggestions:
1646   enable_in_private:
1647     type: event
1648     description: >
1649       A user enabled receiving search suggestions in private sessions
1650     bugs:
1651       - https://github.com/mozilla-mobile/fenix/issues/6070
1652     data_reviews:
1653       - https://github.com/mozilla-mobile/fenix/pull/6746
1654     notification_emails:
1655      - fenix-core@mozilla.com
1656     expires: "2020-09-01"
1658 top_sites:
1659   open_in_new_tab:
1660     type: event
1661     description: >
1662       A user opens a new tab based on a top site item
1663     bugs:
1664       - https://github.com/mozilla-mobile/fenix/issues/6757
1665     data_reviews:
1666       - https://github.com/mozilla-mobile/fenix/pull/7523
1667     notification_emails:
1668       - fenix-core@mozilla.com
1669     expires: "2020-09-01"
1670   open_in_private_tab:
1671     type: event
1672     description: >
1673       A user opens a new private tab based on a top site item
1674     bugs:
1675       - https://github.com/mozilla-mobile/fenix/issues/6757
1676     data_reviews:
1677       - https://github.com/mozilla-mobile/fenix/pull/7523
1678     notification_emails:
1679       - fenix-core@mozilla.com
1680     expires: "2020-09-01"
1681   remove:
1682     type: event
1683     description: >
1684       A user removes a top site item
1685     bugs:
1686       - https://github.com/mozilla-mobile/fenix/issues/6757
1687     data_reviews:
1688       - https://github.com/mozilla-mobile/fenix/pull/7523
1689     notification_emails:
1690       - fenix-core@mozilla.com
1691     expires: "2020-09-01"
1693 about_page:
1694   support_tapped:
1695     type: event
1696     description: >
1697       A user tapped on "Support" item from About page
1698     bugs:
1699       - https://github.com/mozilla-mobile/fenix/issues/6834
1700     data_reviews:
1701       - https://github.com/mozilla-mobile/fenix/pull/8047
1702     notification_emails:
1703       - fenix-core@mozilla.com
1704     expires: "2020-09-01"
1705   privacy_notice_tapped:
1706     type: event
1707     description: >
1708       A user tapped on "Privacy notice" item from About page
1709     bugs:
1710       - https://github.com/mozilla-mobile/fenix/issues/6834
1711     data_reviews:
1712       - https://github.com/mozilla-mobile/fenix/pull/8047
1713     notification_emails:
1714       - fenix-core@mozilla.com
1715     expires: "2020-09-01"
1716   rights_tapped:
1717     type: event
1718     description: >
1719       A user tapped on "Know your rights" item from About page
1720     bugs:
1721       - https://github.com/mozilla-mobile/fenix/issues/6834
1722     data_reviews:
1723       - https://github.com/mozilla-mobile/fenix/pull/8047
1724     notification_emails:
1725       - fenix-core@mozilla.com
1726     expires: "2020-09-01"
1727   licensing_tapped:
1728     type: event
1729     description: >
1730       A user tapped on "Licensing information" item from About page
1731     bugs:
1732       - https://github.com/mozilla-mobile/fenix/issues/6834
1733     data_reviews:
1734       - https://github.com/mozilla-mobile/fenix/pull/8047
1735     notification_emails:
1736       - fenix-core@mozilla.com
1737     expires: "2020-09-01"
1738   libraries_tapped:
1739     type: event
1740     description: >
1741       A user tapped on "Libraries that we use" item from About page
1742     bugs:
1743       - https://github.com/mozilla-mobile/fenix/issues/6834
1744     data_reviews:
1745       - https://github.com/mozilla-mobile/fenix/pull/8047
1746     notification_emails:
1747       - fenix-core@mozilla.com
1748     expires: "2020-09-01"
1750 app_theme:
1751   dark_theme_selected:
1752     type: event
1753     description: >
1754       A user selected Dark Theme
1755     extra_keys:
1756       source:
1757         description: "The source from where dark theme was selected. The source can be 'SETTINGS' or 'ONBOARDING'"
1758     bugs:
1759       - https://github.com/mozilla-mobile/fenix/issues/7289
1760     data_reviews:
1761       - https://github.com/mozilla-mobile/fenix/pull/7968
1762     notification_emails:
1763       - fenix-core@mozilla.com
1764     expires: "2020-09-01"