[fenix] Use new API for ETP Exceptions
[gecko.git] / mobile / android / fenix / app / metrics.yaml
blobcb5fd6a35fc2afe5bad47be4218f125b938cc189
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/issue/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-03-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/issue/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-03-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/issue/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-03-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/issue/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-03-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     bugs:
86     - https://github.com/mozilla-mobile/fenix/issue/1024
87     data_reviews:
88     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
89     - https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
90     notification_emails:
91     - fenix-core@mozilla.com
92     expires: "2020-03-01"
93   total_uri_count:
94     type: counter
95     description: >
96       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.
97     send_in_pings:
98     - baseline
99     bugs:
100     - https://github.com/mozilla-mobile/fenix/issue/1301
101     data_reviews:
102     - https://github.com/mozilla-mobile/fenix/pull/1785
103     notification_emails:
104     - fenix-core@mozilla.com
105     expires: "2020-03-01"
106   preference_toggled:
107     type: event
108     description: >
109       A user toggled a preference switch in settings
110     extra_keys:
111       preference_key:
112         description: "The preference key for the switch preference the user toggled. We currently track:
113           show_search_suggestions, remote_debugging, telemetry, tracking_protection, search_bookmarks,
114           search_browsing_history, show_clipboard_suggestions, show_search_shortcuts, and open_links_in_a_private_tab"
115       enabled:
116         description: "Whether or not the preference is *now* enabled"
117     bugs:
118     - https://github.com/mozilla-mobile/fenix/issue/975
119     - https://github.com/mozilla-mobile/fenix/issue/5094
120     - https://github.com/mozilla-mobile/fenix/issues/5737
121     data_reviews:
122     - https://github.com/mozilla-mobile/fenix/pull/1896
123     - https://github.com/mozilla-mobile/fenix/pull/5704
124     - https://github.com/mozilla-mobile/fenix/pull/5886
125     - https://github.com/mozilla-mobile/fenix/pull/5975
126     notification_emails:
127     - fenix-core@mozilla.com
128     expires: "2020-03-01"
129   whats_new_tapped:
130     type: event
131     description: >
132         A user opened the "what's new" page button
133     extra_keys:
134       source:
135         description: "The location from which the user selected the what's new button. Either 'about' or 'home'"
136     bugs:
137       - https://github.com/mozilla-mobile/fenix/issue/5021
138     data_reviews:
139       - https://github.com/mozilla-mobile/fenix/pull/5090
140     notification_emails:
141       - fenix-core@mozilla.com
142     expires: "2020-03-01"
143   opened_link:
144     type: event
145     description: >
146         A user opened a link with Fenix
147     extra_keys:
148       mode:
149         description: "The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'"
150     bugs:
151      - https://github.com/mozilla-mobile/fenix/issue/5737
152     data_reviews:
153       - https://github.com/mozilla-mobile/fenix/pull/5975
154     notification_emails:
155       - fenix-core@mozilla.com
156     expires: "2020-03-01"
158 search_shortcuts:
159   selected:
160     type: event
161     description: >
162       A user selected a search shortcut engine to use
163     extra_keys:
164       engine:
165         description: "The name of the built-in search engine the user selected as a string"
166     bugs:
167       - https://github.com/mozilla-mobile/fenix/issue/793
168     data_reviews:
169       - https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
170     notification_emails:
171       - fenix-core@mozilla.com
172     expires: "2020-03-01"
174 crash_reporter:
175   opened:
176     type: event
177     description: >
178       The crash reporter was displayed
179     bugs:
180     - https://github.com/mozilla-mobile/fenix/issue/1040
181     data_reviews:
182     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
183     notification_emails:
184     - fenix-core@mozilla.com
185     expires: "2020-03-01"
186   closed:
187     type: event
188     description: >
189       The crash reporter was closed
190     extra_keys:
191       crash_submitted:
192         description: "A boolean that tells us whether or not the user submitted a crash report"
193     bugs:
194     - https://github.com/mozilla-mobile/fenix/issue/1040
195     data_reviews:
196     - https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
197     notification_emails:
198     - fenix-core@mozilla.com
199     expires: "2020-03-01"
201 context_menu:
202   item_tapped:
203     type: event
204     description: >
205       A user tapped an item in the browsers context menu
206     extra_keys:
207       named:
208         description: >
209           The name of the item that was tapped. Available items are
210           ```
211           open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
212           save_image, share_link, copy_link, copy_image_location
213           ```
214     bugs:
215     - https://github.com/mozilla-mobile/fenix/issue/957
216     data_reviews:
217     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
218     notification_emails:
219     - fenix-core@mozilla.com
220     expires: "2020-03-01"
222 find_in_page:
223   opened:
224     type: event
225     description: >
226       A user opened the find in page UI
227     bugs:
228     - https://github.com/mozilla-mobile/fenix/issue/1036
229     data_reviews:
230     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
231     notification_emails:
232     - fenix-core@mozilla.com
233     expires: "2020-03-01"
234   closed:
235     type: event
236     description: >
237       A user closed the find in page UI
238     bugs:
239     - https://github.com/mozilla-mobile/fenix/issue/1036
240     data_reviews:
241     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
242     notification_emails:
243     - fenix-core@mozilla.com
244     expires: "2020-03-01"
245   next_result:
246     type: event
247     description: >
248       A user clicked the "next result" button
249     bugs:
250     - https://github.com/mozilla-mobile/fenix/issue/1036
251     data_reviews:
252     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
253     notification_emails:
254     - fenix-core@mozilla.com
255     expires: "2020-03-01"
256   previous_result:
257     type: event
258     description: >
259       A user clicked the "previous result" button
260     bugs:
261     - https://github.com/mozilla-mobile/fenix/issue/1036
262     data_reviews:
263     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
264     notification_emails:
265     - fenix-core@mozilla.com
266     expires: "2020-03-01"
267   searched_page:
268     type: event
269     description: >
270       A user searched the page
271     bugs:
272     - https://github.com/mozilla-mobile/fenix/issue/1036
273     data_reviews:
274     - https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
275     notification_emails:
276     - fenix-core@mozilla.com
277     expires: "2020-03-01"
279 quick_action_sheet:
280   opened:
281     type: event
282     description: >
283       A user opened the quick action sheet UI
284     bugs:
285     - https://github.com/mozilla-mobile/fenix/issue/1195
286     data_reviews:
287     - https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
288     notification_emails:
289     - fenix-core@mozilla.com
290     expires: "2020-03-01"
291   closed:
292     type: event
293     description: >
294       A user closed the quick action sheet UI
295     bugs:
296     - https://github.com/mozilla-mobile/fenix/issue/1195
297     data_reviews:
298     - https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
299     notification_emails:
300     - fenix-core@mozilla.com
301     expires: "2020-03-01"
302   share_tapped:
303     type: event
304     description: >
305       A user tapped the share button
306     bugs:
307     - https://github.com/mozilla-mobile/fenix/issue/1195
308     data_reviews:
309     - https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
310     notification_emails:
311     - fenix-core@mozilla.com
312     expires: "2020-03-01"
313   bookmark_tapped:
314     type: event
315     description: >
316       A user tapped the bookmark button
317     bugs:
318     - https://github.com/mozilla-mobile/fenix/issue/1195
319     data_reviews:
320     - https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
321     notification_emails:
322     - fenix-core@mozilla.com
323     expires: "2020-03-01"
324   download_tapped:
325     type: event
326     description: >
327       A user tapped the download button
328     bugs:
329     - https://github.com/mozilla-mobile/fenix/issue/1195
330     data_reviews:
331     - https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
332     notification_emails:
333     - fenix-core@mozilla.com
334     expires: "2020-03-01"
335   open_app_tapped:
336     type: event
337     description: >
338       A user tapped the open in app button
339     bugs:
340       - https://github.com/mozilla-mobile/fenix/issue/1195
341     data_reviews:
342       - https://github.com/mozilla-mobile/fenix/pull/4629
343     notification_emails:
344       - fenix-core@mozilla.com
345     expires: "2020-03-01"
347 metrics:
348   default_browser:
349     type: boolean
350     lifetime: application
351     description: >
352       Is Fenix the default browser?
353     send_in_pings:
354     - metrics
355     bugs:
356     - https://github.com/mozilla-mobile/fenix/issue/960
357     data_reviews:
358     - https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
359     notification_emails:
360     - fenix-core@mozilla.com
361     expires: "2020-03-01"
362   search_count:
363     type: labeled_counter
364     description: >
365       The labels for this counter are `<search-engine-name>.<source>`.
367       If the search engine is bundled with Fenix `search-engine-name` will be the name of the search engine. If it's a
368       custom search engine (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value will be `custom`.
370       `source` will either be `action` or `suggestion`
371     send_in_pings:
372     - metrics
373     - baseline
374     bugs:
375     - https://github.com/mozilla-mobile/fenix/issue/1158
376     data_reviews:
377     - https://github.com/mozilla-mobile/fenix/pull/1677
378     - https://github.com/mozilla-mobile/fenix/pull/5216
379     notification_emails:
380     - fenix-core@mozilla.com
381     expires: "2020-03-01"
382   mozilla_products:
383     type: string_list
384     lifetime: application
385     description: >
386       A list of all the Mozilla products installed on device. We currently scan for: Firefox, Firefox Beta,
387        Firefox Aurora, Firefox Nightly, Firefox Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug,
388        Fenix, Focus, and Lockwise.
389     send_in_pings:
390     - metrics
391     bugs:
392     - https://github.com/mozilla-mobile/fenix/issue/1192
393     data_reviews:
394     - https://github.com/mozilla-mobile/fenix/pull/1953/
395     - https://github.com/mozilla-mobile/fenix/pull/5216
396     notification_emails:
397     - fenix-core@mozilla.com
398     expires: "2020-03-01"
399   default_moz_browser:
400     type: string
401     lifetime: application
402     description: >
403       The name of the default browser on device if and only if it's a Mozilla owned product
404     send_in_pings:
405     - metrics
406     bugs:
407     - https://github.com/mozilla-mobile/fenix/issue/1192
408     data_reviews:
409     - https://github.com/mozilla-mobile/fenix/pull/1953/
410     - https://github.com/mozilla-mobile/fenix/pull/5216
411     notification_emails:
412     - fenix-core@mozilla.com
413     expires: "2020-03-01"
414   adjust_campaign:
415     type: string
416     lifetime: application
417     description: >
418       A string containing the Adjust campaign ID from which the user installed Fenix. This will not
419       send on the first session the user runs. If the install is organic, this will be empty.
420     send_in_pings:
421       - metrics
422     bugs:
423       - https://github.com/mozilla-mobile/fenix/issue/1298
424     data_reviews:
425       - https://github.com/mozilla-mobile/fenix/pull/5579
426     notification_emails:
427       - fenix-core@mozilla.com
428     expires: "2020-03-01"
429   total_uri_count:
430     type: string
431     lifetime: application
432     description: >
433       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.
434     send_in_pings:
435       - metrics
436     bugs:
437       - https://github.com/mozilla-mobile/fenix/issue/4456
438     data_reviews:
439       - https://github.com/mozilla-mobile/fenix/pull/TODO
440     notification_emails:
441       - fenix-core@mozilla.com
442     expires: "2020-03-01"
445 search.default_engine:
446   code:
447     type: string
448     lifetime: application
449     description: >
450       If the search engine is pre-loaded with Fenix this value
451       will be the search engine identifier. If it's a custom search engine
452       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
453       value will be "custom"
454     send_in_pings:
455     - metrics
456     bugs:
457     - https://github.com/mozilla-mobile/fenix/issue/800
458     data_reviews:
459     - https://github.com/mozilla-mobile/fenix/pull/1606
460     - https://github.com/mozilla-mobile/fenix/pull/5216
461     notification_emails:
462     - fenix-core@mozilla.com
463     expires: "2020-03-01"
464   name:
465     type: string
466     lifetime: application
467     description: >
468       If the search engine is pre-loaded with Fenix this value
469       will be the search engine name. If it's a custom search engine
470       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
471       value will be "custom"
472     send_in_pings:
473     - metrics
474     bugs:
475     - https://github.com/mozilla-mobile/fenix/issue/800
476     data_reviews:
477     - https://github.com/mozilla-mobile/fenix/pull/1606
478     - https://github.com/mozilla-mobile/fenix/pull/5216
479     notification_emails:
480     - fenix-core@mozilla.com
481     expires: "2020-03-01"
482   submission_url:
483     type: string
484     lifetime: application
485     description: >
486       If the search engine is pre-loaded with Fenix this value
487       will be he base URL we use to build the search query for the search engine.
488       For example: https://mysearchengine.com/?query=%s. If it's a custom search engine
489       (defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
490       value will be "custom"
491     send_in_pings:
492     - metrics
493     bugs:
494     - https://github.com/mozilla-mobile/fenix/issue/800
495     data_reviews:
496     - https://github.com/mozilla-mobile/fenix/pull/1606
497     - https://github.com/mozilla-mobile/fenix/pull/5216
498     notification_emails:
499     - fenix-core@mozilla.com
500     expires: "2020-03-01"
502 bookmarks_management:
503   open_in_new_tab:
504     type: event
505     description: >
506       A user opened a bookmark in a new tab.
507     bugs:
508     - https://github.com/mozilla-mobile/fenix/issue/974
509     data_reviews:
510     - https://github.com/mozilla-mobile/fenix/pull/1708
511     notification_emails:
512     - fenix-core@mozilla.com
513     expires: "2020-03-01"
514   open_in_new_tabs:
515     type: event
516     description: >
517       A user opened multiple bookmarks at once in new tabs.
518     bugs:
519     - https://github.com/mozilla-mobile/fenix/issue/974
520     data_reviews:
521     - https://github.com/mozilla-mobile/fenix/pull/1708
522     notification_emails:
523     - fenix-core@mozilla.com
524     expires: "2020-03-01"
525   open_in_private_tab:
526     type: event
527     description: >
528       A user opened a bookmark in a new private tab.
529     bugs:
530     - https://github.com/mozilla-mobile/fenix/issue/974
531     data_reviews:
532     - https://github.com/mozilla-mobile/fenix/pull/1708
533     notification_emails:
534     - fenix-core@mozilla.com
535     expires: "2020-03-01"
536   open_in_private_tabs:
537     type: event
538     description: >
539       A user opened multiple bookmarks at once in new private tabs.
540     bugs:
541     - https://github.com/mozilla-mobile/fenix/issue/974
542     data_reviews:
543     - https://github.com/mozilla-mobile/fenix/pull/1708
544     notification_emails:
545     - fenix-core@mozilla.com
546     expires: "2020-03-01"
547   edited:
548     type: event
549     description: >
550       A user edited the title and/or URL of an existing bookmark.
551     bugs:
552     - https://github.com/mozilla-mobile/fenix/issue/974
553     data_reviews:
554     - https://github.com/mozilla-mobile/fenix/pull/1708
555     notification_emails:
556     - fenix-core@mozilla.com
557     expires: "2020-03-01"
558   moved:
559     type: event
560     description: >
561       A user moved an existing bookmark or folder to another folder.
562     bugs:
563     - https://github.com/mozilla-mobile/fenix/issue/974
564     data_reviews:
565     - https://github.com/mozilla-mobile/fenix/pull/1708
566     notification_emails:
567     - fenix-core@mozilla.com
568     expires: "2020-03-01"
569   removed:
570     type: event
571     description: >
572       A user removed a bookmark item.
573     bugs:
574     - https://github.com/mozilla-mobile/fenix/issue/974
575     data_reviews:
576     - https://github.com/mozilla-mobile/fenix/pull/1708
577     notification_emails:
578     - fenix-core@mozilla.com
579     expires: "2020-03-01"
580   multi_removed:
581     type: event
582     description: >
583       A user removed multiple bookmarks at once.
584     bugs:
585     - https://github.com/mozilla-mobile/fenix/issue/974
586     data_reviews:
587     - https://github.com/mozilla-mobile/fenix/pull/1708
588     notification_emails:
589     - fenix-core@mozilla.com
590     expires: "2020-03-01"
591   shared:
592     type: event
593     description: >
594       A user shared a bookmark.
595     bugs:
596     - https://github.com/mozilla-mobile/fenix/issue/974
597     data_reviews:
598     - https://github.com/mozilla-mobile/fenix/pull/1708
599     notification_emails:
600     - fenix-core@mozilla.com
601     expires: "2020-03-01"
602   copied:
603     type: event
604     description: >
605       A user copied a bookmark.
606     bugs:
607     - https://github.com/mozilla-mobile/fenix/issue/974
608     data_reviews:
609     - https://github.com/mozilla-mobile/fenix/pull/1708
610     notification_emails:
611     - fenix-core@mozilla.com
612     expires: "2020-03-01"
613   folder_add:
614     type: event
615     description: >
616       A user added a new bookmark folder.
617     bugs:
618     - https://github.com/mozilla-mobile/fenix/issue/974
619     data_reviews:
620     - https://github.com/mozilla-mobile/fenix/pull/1708
621     notification_emails:
622     - fenix-core@mozilla.com
623     expires: "2020-03-01"
624   folder_remove:
625     type: event
626     description: >
627       A user removed a bookmark folder.
628     bugs:
629       - https://github.com/mozilla-mobile/fenix/issue/3174
630     data_reviews:
631       - https://github.com/mozilla-mobile/fenix/pull/3724
632     notification_emails:
633       - fenix-core@mozilla.com
634     expires: "2020-03-01"
636 custom_tab:
637   closed:
638     type: event
639     description: >
640       A user closed the custom tab
641     bugs:
642     - https://github.com/mozilla-mobile/fenix/issue/977
643     data_reviews:
644     - https://github.com/mozilla-mobile/fenix/pull/1697
645     notification_emails:
646     - fenix-core@mozilla.com
647     expires: "2020-03-01"
648   action_button:
649     type: event
650     description: >
651       A user pressed the action button provided by the launching app
652     bugs:
653     - https://github.com/mozilla-mobile/fenix/issue/977
654     data_reviews:
655     - https://github.com/mozilla-mobile/fenix/pull/1697
656     notification_emails:
657     - fenix-core@mozilla.com
658     expires: "2020-03-01"
659   menu:
660     type: event
661     description: >
662       A user opened the custom tabs menu
663     bugs:
664     - https://github.com/mozilla-mobile/fenix/issue/977
665     data_reviews:
666     - https://github.com/mozilla-mobile/fenix/pull/1697
667     notification_emails:
668     - fenix-core@mozilla.com
669     expires: "2020-03-01"
671 activation:
672   identifier:
673     type: string
674     lifetime: ping
675     description: >
676       A hashed and salted version of the Google Advertising ID from the device.
677       This will never be sent in a ping that also contains the client_id.
678     send_in_pings:
679     - activation
680     bugs:
681     - https://bugzilla.mozilla.org/1538011
682     - https://bugzilla.mozilla.org/1501822
683     data_reviews:
684     - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
685     notification_emails:
686     - fenix-core@mozilla.com
687     expires: "2020-03-01"
689   activation_id:
690     type: uuid
691     lifetime: user
692     description: >
693       An alternate identifier, not correlated with the client_id, generated once
694       and only sent with the activation ping.
695     send_in_pings:
696     - activation
697     bugs:
698     - https://bugzilla.mozilla.org/1538011
699     data_reviews:
700     - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
701     notification_emails:
702     - fenix-core@mozilla.com
703     expires: "2020-03-01"
705 qr_scanner:
706   opened:
707     type: event
708     description: >
709       A user opened the QR scanner
710     bugs:
711     - https://github.com/mozilla-mobile/fenix/issue/1857
712     data_reviews:
713     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
714     notification_emails:
715     - fenix-core@mozilla.com
716     expires: "2020-03-01"
717   prompt_displayed:
718     type: event
719     description: >
720       A user scanned a QR code, causing a confirmation prompt to display asking if they want to navigate to the page
721     bugs:
722     - https://github.com/mozilla-mobile/fenix/issue/1857
723     data_reviews:
724     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
725     notification_emails:
726     - fenix-core@mozilla.com
727     expires: "2020-03-01"
728   navigation_allowed:
729     type: event
730     description: >
731       A user tapped "allow" on the prompt, directing the user to the website scanned
732     bugs:
733     - https://github.com/mozilla-mobile/fenix/issue/1857
734     data_reviews:
735     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
736     notification_emails:
737     - fenix-core@mozilla.com
738     expires: "2020-03-01"
739   navigation_denied:
740     type: event
741     description: >
742       A user tapped "deny" on the prompt, putting the user back to the scanning view
743     bugs:
744     - https://github.com/mozilla-mobile/fenix/issue/1857
745     data_reviews:
746     - https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
747     notification_emails:
748     - fenix-core@mozilla.com
749     expires: "2020-03-01"
751 library:
752   opened:
753     type: event
754     description: >
755       A user opened the library
756     bugs:
757     - https://github.com/mozilla-mobile/fenix/issue/976
758     data_reviews:
759     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
760     notification_emails:
761     - fenix-core@mozilla.com
762     expires: "2020-03-01"
763   closed:
764     type: event
765     description: >
766       A user closed the library
767     bugs:
768     - https://github.com/mozilla-mobile/fenix/issue/976
769     data_reviews:
770     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
771     notification_emails:
772     - fenix-core@mozilla.com
773     expires: "2020-03-01"
774   selected_item:
775     type: event
776     description: >
777       A user selected a library item
778     extra_keys:
779       item:
780         description: "The library item the user selected"
781     bugs:
782     - https://github.com/mozilla-mobile/fenix/issue/976
783     data_reviews:
784     - https://github.com/mozilla-mobile/fenix/pull/2538#issuecomment-492830242
785     notification_emails:
786     - fenix-core@mozilla.com
787     expires: "2020-03-01"
789 error_page:
790   visited_error:
791     type: event
792     description: >
793       A user encountered an error page
794     extra_keys:
795       error_type:
796         description: "The error type of the error page encountered"
797     bugs:
798     - https://github.com/mozilla-mobile/fenix/issue/1242
799     data_reviews:
800     - https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
801     notification_emails:
802     - fenix-core@mozilla.com
803     expires: "2020-03-01"
805 sync_auth:
806   opened:
807     type: event
808     description: >
809       A user opened the sync authentication page
810     bugs:
811     - https://github.com/mozilla-mobile/fenix/issue/1190
812     data_reviews:
813     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
814     notification_emails:
815     - fenix-core@mozilla.com
816     expires: "2020-03-01"
817   closed:
818     type: event
819     description: >
820       A user closed the sync page
821     bugs:
822     - https://github.com/mozilla-mobile/fenix/issue/1190
823     data_reviews:
824     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
825     notification_emails:
826     - fenix-core@mozilla.com
827     expires: "2020-03-01"
828   sign_in:
829     type: event
830     description: >
831       A user pressed the sign in button on the sync authentication page and was successfully signed in to FxA
832     bugs:
833     - https://github.com/mozilla-mobile/fenix/issue/1190
834     data_reviews:
835     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
836     notification_emails:
837     - fenix-core@mozilla.com
838     expires: "2020-03-01"
839   sign_out:
840     type: event
841     description: >
842       A user pressed the sign out button on the sync account page and was successfully signed out of FxA
843     bugs:
844       - https://github.com/mozilla-mobile/fenix/issue/1190
845     data_reviews:
846       - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
847     notification_emails:
848       - fenix-core@mozilla.com
849     expires: "2020-03-01"
850   sign_up:
851     type: event
852     description: >
853       User registered a new Firefox Account, and was signed into it
854     bugs:
855       - https://github.com/mozilla-mobile/fenix/issue/4971
856     data_reviews:
857       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
858     notification_emails:
859       - fenix-core@mozilla.com
860     expires: "2020-03-01"
861   paired:
862     type: event
863     description: >
864       User signed into FxA by pairing with a different Firefox browser, using a QR code
865     bugs:
866       - https://github.com/mozilla-mobile/fenix/issue/4971
867     data_reviews:
868       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
869     notification_emails:
870       - fenix-core@mozilla.com
871     expires: "2020-03-01"
872   auto_login:
873     type: event
874     description: >
875       User signed into FxA via an account shared from another locally installed Mozilla application (e.g. Fennec)
876     bugs:
877       - https://github.com/mozilla-mobile/fenix/issue/4971
878     data_reviews:
879       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
880     notification_emails:
881       - fenix-core@mozilla.com
882     expires: "2020-03-01"
883   recovered:
884     type: event
885     description: >
886       Account manager automatically recovered FxA authentication state without direct user involvement
887     bugs:
888       - https://github.com/mozilla-mobile/fenix/issue/4971
889     data_reviews:
890       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
891     notification_emails:
892       - fenix-core@mozilla.com
893     expires: "2020-03-01"
894   other_external:
895     type: event
896     description: >
897       User authenticated via FxA using an unknown mechanism. "Known" mechanisms are currently sign-in, sign-up and pairing
898     bugs:
899       - https://github.com/mozilla-mobile/fenix/issue/4971
900     data_reviews:
901       - https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
902     notification_emails:
903       - fenix-core@mozilla.com
904     expires: "2020-03-01"
905   scan_pairing:
906     type: event
907     description: >
908       A user pressed the scan pairing button on the sync authentication page
909     bugs:
910     - https://github.com/mozilla-mobile/fenix/issue/1190
911     data_reviews:
912     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
913     notification_emails:
914     - fenix-core@mozilla.com
915     expires: "2020-03-01"
917 sync_account:
918   opened:
919     type: event
920     description: >
921       A user opened the sync account page
922     bugs:
923     - https://github.com/mozilla-mobile/fenix/issue/1190
924     data_reviews:
925     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
926     notification_emails:
927     - fenix-core@mozilla.com
928     expires: "2020-03-01"
929   closed:
930     type: event
931     description: >
932       A user closed the sync account page
933     bugs:
934     - https://github.com/mozilla-mobile/fenix/issue/1190
935     data_reviews:
936     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
937     notification_emails:
938     - fenix-core@mozilla.com
939     expires: "2020-03-01"
940   sync_now:
941     type: event
942     description: >
943       A user pressed the sync now button on the sync account page
944     bugs:
945     - https://github.com/mozilla-mobile/fenix/issue/1190
946     data_reviews:
947     - https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
948     notification_emails:
949     - fenix-core@mozilla.com
950     expires: "2020-03-01"
951   send_tab:
952     type: event
953     description: >
954       A user sent the current tab to another FxA device
955     bugs:
956       - https://github.com/mozilla-mobile/fenix/issue/4908
957     data_reviews:
958       - https://github.com/mozilla-mobile/fenix/pull/5106
959     notification_emails:
960       - fenix-core@mozilla.com
961     expires: "2020-03-01"
962   sign_in_to_send_tab:
963     type: event
964     description: >
965       A user pressed the "sign in to send tab" button inside the share tab menu
966     bugs:
967       - https://github.com/mozilla-mobile/fenix/issue/4908
968     data_reviews:
969       - https://github.com/mozilla-mobile/fenix/pull/5106
970     notification_emails:
971       - fenix-core@mozilla.com
972     expires: "2020-03-01"
974 history:
975   opened:
976     type: event
977     description: >
978       A user opened the history screen
979     bugs:
980       - https://github.com/mozilla-mobile/fenix/issue/2362
981     data_reviews:
982       - https://github.com/mozilla-mobile/fenix/pull/3940
983     notification_emails:
984       - fenix-core@mozilla.com
985     expires: "2020-03-01"
986   removed:
987     type: event
988     description: >
989       A user removed a history item
990     bugs:
991       - https://github.com/mozilla-mobile/fenix/issue/2362
992     data_reviews:
993       - https://github.com/mozilla-mobile/fenix/pull/3940
994     notification_emails:
995       - fenix-core@mozilla.com
996     expires: "2020-03-01"
997   removed_all:
998     type: event
999     description: >
1000       A user removed all history items
1001     bugs:
1002       - https://github.com/mozilla-mobile/fenix/issue/2362
1003     data_reviews:
1004       - https://github.com/mozilla-mobile/fenix/pull/3940
1005     notification_emails:
1006       - fenix-core@mozilla.com
1007     expires: "2020-03-01"
1008   shared:
1009     type: event
1010     description: >
1011       A user shared a history item
1012     bugs:
1013       - https://github.com/mozilla-mobile/fenix/issue/2362
1014     data_reviews:
1015       - https://github.com/mozilla-mobile/fenix/pull/3940
1016     notification_emails:
1017       - fenix-core@mozilla.com
1018     expires: "2020-03-01"
1019   opened_item:
1020     type: event
1021     description: >
1022       A user opened a history item
1023     bugs:
1024       - https://github.com/mozilla-mobile/fenix/issue/2362
1025     data_reviews:
1026       - https://github.com/mozilla-mobile/fenix/pull/3940
1027     notification_emails:
1028       - fenix-core@mozilla.com
1029     expires: "2020-03-01"
1031 reader_mode:
1032   available:
1033     type: event
1034     description: >
1035       Reader mode is available for the current page
1036     bugs:
1037       - https://github.com/mozilla-mobile/fenix/issue/2267
1038     data_reviews:
1039       - https://github.com/mozilla-mobile/fenix/pull/3941
1040     notification_emails:
1041       - fenix-core@mozilla.com
1042     expires: "2020-03-01"
1043   opened:
1044     type: event
1045     description: >
1046       A user opened reader mode
1047     bugs:
1048       - https://github.com/mozilla-mobile/fenix/issue/2267
1049     data_reviews:
1050       - https://github.com/mozilla-mobile/fenix/pull/3941
1051     notification_emails:
1052       - fenix-core@mozilla.com
1053     expires: "2020-03-01"
1054   closed:
1055     type: event
1056     description: >
1057       A user closed reader mode
1058     bugs:
1059       - https://github.com/mozilla-mobile/fenix/issue/2267
1060     data_reviews:
1061       - https://github.com/mozilla-mobile/fenix/pull/4328
1062     notification_emails:
1063       - fenix-core@mozilla.com
1064     expires: "2020-03-01"
1065   appearance:
1066     type: event
1067     description: >
1068       A user tapped the appearance button
1069     bugs:
1070       - https://github.com/mozilla-mobile/fenix/issue/2267
1071     data_reviews:
1072       - https://github.com/mozilla-mobile/fenix/pull/3941
1073     notification_emails:
1074       - fenix-core@mozilla.com
1075     expires: "2020-03-01"
1077 collections:
1078   renamed:
1079     type: event
1080     description: >
1081       A user renamed a collection
1082     bugs:
1083       - https://github.com/mozilla-mobile/fenix/issue/969
1084     data_reviews:
1085       - https://github.com/mozilla-mobile/fenix/pull/3935
1086     notification_emails:
1087       - fenix-core@mozilla.com
1088     expires: "2020-03-01"
1089   tab_restored:
1090     type: event
1091     description: >
1092       A user restored a tab from collection tab list
1093     bugs:
1094       - https://github.com/mozilla-mobile/fenix/issue/969
1095     data_reviews:
1096       - https://github.com/mozilla-mobile/fenix/pull/3935
1097     notification_emails:
1098       - fenix-core@mozilla.com
1099     expires: "2020-03-01"
1100   all_tabs_restored:
1101     type: event
1102     description: >
1103       A user tapped "open tabs" from collection menu
1104     bugs:
1105       - https://github.com/mozilla-mobile/fenix/issue/969
1106     data_reviews:
1107       - https://github.com/mozilla-mobile/fenix/pull/3935
1108     notification_emails:
1109       - fenix-core@mozilla.com
1110     expires: "2020-03-01"
1111   tab_removed:
1112     type: event
1113     description: >
1114       A user tapped remove tab from collection tab list
1115     bugs:
1116       - https://github.com/mozilla-mobile/fenix/issue/969
1117     data_reviews:
1118       - https://github.com/mozilla-mobile/fenix/pull/3935
1119     notification_emails:
1120       - fenix-core@mozilla.com
1121     expires: "2020-03-01"
1122   shared:
1123     type: event
1124     description: >
1125       A user tapped share collection
1126     bugs:
1127       - https://github.com/mozilla-mobile/fenix/issue/969
1128     data_reviews:
1129       - https://github.com/mozilla-mobile/fenix/pull/3935
1130     notification_emails:
1131       - fenix-core@mozilla.com
1132     expires: "2020-03-01"
1133   removed:
1134     type: event
1135     description: >
1136       A user tapped delete collection from collection menu
1137     bugs:
1138       - https://github.com/mozilla-mobile/fenix/issue/969
1139     data_reviews:
1140       - https://github.com/mozilla-mobile/fenix/pull/3935
1141     notification_emails:
1142       - fenix-core@mozilla.com
1143     expires: "2020-03-01"
1144   saved:
1145     type: event
1146     description: >
1147       A user saved a list of tabs to a new collection
1148     extra_keys:
1149       tabs_open:
1150         description: "The number of tabs open in the current session"
1151       tabs_selected:
1152         description: "The number of tabs added to the collection"
1153     bugs:
1154       - https://github.com/mozilla-mobile/fenix/issue/969
1155     data_reviews:
1156       - https://github.com/mozilla-mobile/fenix/pull/3935
1157     notification_emails:
1158       - fenix-core@mozilla.com
1159     expires: "2020-03-01"
1160   tabs_added:
1161     type: event
1162     description: >
1163       A user saved a list of tabs to an existing collection
1164     extra_keys:
1165       tabs_open:
1166         description: "The number of tabs open in the current session"
1167       tabs_selected:
1168         description: "The number of tabs added to the collection"
1169     bugs:
1170       - https://github.com/mozilla-mobile/fenix/issue/969
1171     data_reviews:
1172       - https://github.com/mozilla-mobile/fenix/pull/3935
1173     notification_emails:
1174       - fenix-core@mozilla.com
1175     expires: "2020-03-01"
1176   tab_select_opened:
1177     type: event
1178     description: >
1179       A user opened the select tabs screen (the first step of the collection creation flow)
1180     bugs:
1181       - https://github.com/mozilla-mobile/fenix/issue/969
1182     data_reviews:
1183       - https://github.com/mozilla-mobile/fenix/pull/3935
1184     notification_emails:
1185       - fenix-core@mozilla.com
1186     expires: "2020-03-01"
1187   add_tab_button:
1188     type: event
1189     description: >
1190       A user tapped the "add tab" button in the three dot menu of collections
1191     bugs:
1192       - https://github.com/mozilla-mobile/fenix/issue/969
1193     data_reviews:
1194       - https://github.com/mozilla-mobile/fenix/pull/4358
1195     notification_emails:
1196       - fenix-core@mozilla.com
1197     expires: "2020-03-01"
1198   long_press:
1199     type: event
1200     description: >
1201       A user long pressed on a tab, triggering the collection creation screen
1202     bugs:
1203       - https://github.com/mozilla-mobile/fenix/issue/969
1204     data_reviews:
1205       - https://github.com/mozilla-mobile/fenix/pull/4358
1206     notification_emails:
1207       - fenix-core@mozilla.com
1208     expires: "2020-03-01"
1209   save_button:
1210     type: event
1211     description: >
1212       A user pressed the "save to collection" button on either the home or browser screen, triggering the
1213       collection creation screen to open (tab_select_opened)
1214     bugs:
1215       - https://github.com/mozilla-mobile/fenix/issue/969
1216     data_reviews:
1217       - https://github.com/mozilla-mobile/fenix/pull/4358
1218     notification_emails:
1219       - fenix-core@mozilla.com
1220     expires: "2020-03-01"
1221     extra_keys:
1222       from_screen:
1223         description: >
1224           A string representing the screen from which the user pressed the save button.
1225           Currently one of: `browserMenu`, `homeMenu` or `home`
1226   rename_button:
1227     type: event
1228     description: >
1229       A user pressed the "rename collection" button in the three dot menu
1230     bugs:
1231       - https://github.com/mozilla-mobile/fenix/issue/969
1232     data_reviews:
1233       - https://github.com/mozilla-mobile/fenix/pull/4539
1234     notification_emails:
1235       - fenix-core@mozilla.com
1236     expires: "2020-03-01"
1238 search_widget:
1239   new_tab_button:
1240     type: event
1241     description: >
1242       A user pressed anywhere from the Firefox logo until the start of the microphone icon, opening a
1243       new tab search screen.
1244     bugs:
1245       - https://github.com/mozilla-mobile/fenix/issue/4457
1246     data_reviews:
1247       - https://github.com/mozilla-mobile/fenix/pull/4714
1248     notification_emails:
1249       - fenix-core@mozilla.com
1250     expires: "2020-03-01"
1251   voice_button:
1252     type: event
1253     description: >
1254       A user pressed the microphone icon, opening a new voice search screen.
1255     bugs:
1256       - https://github.com/mozilla-mobile/fenix/issue/4457
1257     data_reviews:
1258       - https://github.com/mozilla-mobile/fenix/pull/4714
1259     notification_emails:
1260       - fenix-core@mozilla.com
1261     expires: "2020-03-01"
1263 private_browsing_mode:
1264   garbage_icon:
1265     type: event
1266     description: >
1267       A user pressed the garbage can icon on the private browsing home page,
1268       deleting all private tabs.
1269     bugs:
1270       - https://github.com/mozilla-mobile/fenix/issue/4658
1271     data_reviews:
1272       - https://github.com/mozilla-mobile/fenix/pull/4968
1273     notification_emails:
1274       - fenix-core@mozilla.com
1275     expires: "2020-03-01"
1276   snackbar_undo:
1277     type: event
1278     description: >
1279       A user pressed the "undo" button in the snackbar that is shown when the garbage icon is
1280       tapped.
1281     bugs:
1282       - https://github.com/mozilla-mobile/fenix/issue/4658
1283     data_reviews:
1284       - https://github.com/mozilla-mobile/fenix/pull/4968
1285     notification_emails:
1286       - fenix-core@mozilla.com
1287     expires: "2020-03-01"
1288   notification_tapped:
1289     type: event
1290     description: >
1291       A user pressed the private browsing mode notification itself.
1292     bugs:
1293       - https://github.com/mozilla-mobile/fenix/issue/4658
1294     data_reviews:
1295       - https://github.com/mozilla-mobile/fenix/pull/4968
1296     notification_emails:
1297       - fenix-core@mozilla.com
1298     expires: "2020-03-01"
1299   notification_open:
1300     type: event
1301     description: >
1302       A user pressed the private browsing mode notification's "Open" button.
1303     bugs:
1304       - https://github.com/mozilla-mobile/fenix/issue/4658
1305     data_reviews:
1306       - https://github.com/mozilla-mobile/fenix/pull/4968
1307     notification_emails:
1308       - fenix-core@mozilla.com
1309     expires: "2020-03-01"
1310   notification_delete:
1311     type: event
1312     description: >
1313       A user pressed the private browsing mode notification's "Delete and Open" button.
1314     bugs:
1315       - https://github.com/mozilla-mobile/fenix/issue/4658
1316     data_reviews:
1317       - https://github.com/mozilla-mobile/fenix/pull/4968
1318     notification_emails:
1319       - fenix-core@mozilla.com
1320     expires: "2020-03-01"
1322 tracking_protection:
1323   exception_added:
1324     type: event
1325     description: >
1326       A user added a tracking protection exception through the TP toggle in the panel.
1327     bugs:
1328       - https://github.com/mozilla-mobile/fenix/issue/5312
1329     data_reviews:
1330       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1331     notification_emails:
1332       - fenix-core@mozilla.com
1333     expires: "2020-03-01"
1334   panel_settings:
1335     type: event
1336     description: >
1337       A user opened tracking protection settings from the panel.
1338     bugs:
1339       - https://github.com/mozilla-mobile/fenix/issue/5312
1340     data_reviews:
1341       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1342     notification_emails:
1343       - fenix-core@mozilla.com
1344     expires: "2020-03-01"
1345   etp_shield:
1346     type: event
1347     description: >
1348       A user pressed the tracking protection shield icon in toolbar.
1349     bugs:
1350       - https://github.com/mozilla-mobile/fenix/issue/5312
1351     data_reviews:
1352       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1353     notification_emails:
1354       - fenix-core@mozilla.com
1355     expires: "2020-03-01"
1356   etp_tracker_list:
1357     type: event
1358     description: >
1359       A user pressed into a list of categorized trackers in tracking protection panel.
1360     bugs:
1361       - https://github.com/mozilla-mobile/fenix/issue/5312
1362     data_reviews:
1363       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1364     notification_emails:
1365       - fenix-core@mozilla.com
1366     expires: "2020-03-01"
1367   etp_settings:
1368     type: event
1369     description: >
1370       A user opened tracking protection settings through settings.
1371     bugs:
1372       - https://github.com/mozilla-mobile/fenix/issue/5312
1373     data_reviews:
1374       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1375     notification_emails:
1376       - fenix-core@mozilla.com
1377     expires: "2020-03-01"
1378   etp_setting_changed:
1379     type: event
1380     description: >
1381       A user changed their tracking protection level setting to either strict or standard.
1382     extra_keys:
1383       etp_setting:
1384         description: "The new setting for ETP: strict, standard"
1385     bugs:
1386       - https://github.com/mozilla-mobile/fenix/issue/5312
1387     data_reviews:
1388       - https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
1389     notification_emails:
1390       - fenix-core@mozilla.com
1391     expires: "2020-03-01"
1393 private_browsing_shortcut:
1394   create_shortcut:
1395     type: event
1396     description: >
1397       A user pressed the "Add private browsing shortcut" button in settings.
1398     bugs:
1399       - https://github.com/mozilla-mobile/fenix/issue/4658
1400     data_reviews:
1401       - https://github.com/mozilla-mobile/fenix/pull/5194
1402     notification_emails:
1403       - fenix-core@mozilla.com
1404     expires: "2020-03-01"
1405   cfr_add_shortcut:
1406     type: event
1407     description: >
1408       A user pressed the "Add shortcut" button when the contextual feature recommender appeared.
1409     bugs:
1410       - https://github.com/mozilla-mobile/fenix/issue/4658
1411     data_reviews:
1412       - https://github.com/mozilla-mobile/fenix/pull/5194
1413     notification_emails:
1414       - fenix-core@mozilla.com
1415     expires: "2020-03-01"
1416   cfr_cancel:
1417     type: event
1418     description: >
1419       A user pressed the "No thanks" button when the contextual feature recommender appeared.
1420     bugs:
1421       - https://github.com/mozilla-mobile/fenix/issue/4658
1422     data_reviews:
1423       - https://github.com/mozilla-mobile/fenix/pull/5194
1424     notification_emails:
1425       - fenix-core@mozilla.com
1426     expires: "2020-03-01"
1427   pinned_shortcut_priv:
1428     type: event
1429     description: >
1430       A user pressed the pinned private shortcut in Android home screen, opening up a new private search.
1431     bugs:
1432       - https://github.com/mozilla-mobile/fenix/issue/4658
1433     data_reviews:
1434       - https://github.com/mozilla-mobile/fenix/pull/5194
1435     notification_emails:
1436       - fenix-core@mozilla.com
1437     expires: "2020-03-01"
1438   static_shortcut_tab:
1439     type: event
1440     description: >
1441       A user pressed the long-press shortcut "Open new tab", opening up a new search.
1442     bugs:
1443       - https://github.com/mozilla-mobile/fenix/issue/4658
1444     data_reviews:
1445       - https://github.com/mozilla-mobile/fenix/pull/5194
1446     notification_emails:
1447       - fenix-core@mozilla.com
1448     expires: "2020-03-01"
1449   static_shortcut_priv:
1450     type: event
1451     description: >
1452       A user pressed the long-press shortcut "Open new private tab", opening up a new private search.
1453     bugs:
1454       - https://github.com/mozilla-mobile/fenix/issue/4658
1455     data_reviews:
1456       - https://github.com/mozilla-mobile/fenix/pull/5194
1457     notification_emails:
1458       - fenix-core@mozilla.com
1459     expires: "2020-03-01"
1461 tab:
1462   media_play:
1463     type: event
1464     description: >
1465       A user pressed the play icon on a tab from the home screen
1466     bugs:
1467       - https://github.com/mozilla-mobile/fenix/issue/5197
1468     data_reviews:
1469       - https://github.com/mozilla-mobile/fenix/pull/5266
1470     notification_emails:
1471       - fenix-core@mozilla.com
1472     expires: "2020-03-01"
1473     no_lint:
1474       - COMMON_PREFIX
1476   media_pause:
1477     type: event
1478     description: >
1479       A user pressed the pause icon on a tab from the home screen
1480     bugs:
1481       - https://github.com/mozilla-mobile/fenix/issue/5197
1482     data_reviews:
1483       - https://github.com/mozilla-mobile/fenix/pull/5266
1484     notification_emails:
1485       - fenix-core@mozilla.com
1486     expires: "2020-03-01"
1488 media_notification:
1489   play:
1490     type: event
1491     description: >
1492       A user pressed the play icon on the media notification
1493     bugs:
1494       - https://github.com/mozilla-mobile/fenix/issue/5197
1495     data_reviews:
1496       - https://github.com/mozilla-mobile/fenix/pull/5520
1497     notification_emails:
1498       - fenix-core@mozilla.com
1499     expires: "2020-03-01"
1500   pause:
1501     type: event
1502     description: >
1503       A user pressed the pause icon on the media notification
1504     bugs:
1505       - https://github.com/mozilla-mobile/fenix/issue/5197
1506     data_reviews:
1507       - https://github.com/mozilla-mobile/fenix/pull/5520
1508     notification_emails:
1509       - fenix-core@mozilla.com
1510     expires: "2020-03-01"
1512 experiments.metrics:
1513   active_experiment:
1514     type: string
1515     description: >
1516       Records the branch name of the active experiment, if the client is enrolled in the
1517       `fenix-test-2019-08-05` experiment. This is intended to validate that the service-experiments
1518       library properly matches clients to experiments and can take action based on a multi-branched
1519       experiment. This is done by recording the experiment branch name in this string metric which
1520       allows the experiment to be transparent and unobtrusive to the user.
1521     bugs:
1522       - https://bugzilla.mozilla.org/1543986
1523     data_reviews:
1524       - https://bugzilla.mozilla.org/show_bug.cgi?id=1543986#c4
1525     notification_emails:
1526       - mcooper@mozilla.com
1527     expires: 2019-11-01