2019-03-22 06:05:28 +00:00
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2020-04-15 17:04:27 +00:00
|
|
|
|
---
|
2019-03-18 20:30:25 +00:00
|
|
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
|
|
|
|
|
|
2019-09-24 19:54:59 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- CATEGORY_GENERIC
|
|
|
|
|
|
2019-03-18 21:32:03 +00:00
|
|
|
|
events:
|
|
|
|
|
app_opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-18 21:54:36 +00:00
|
|
|
|
A user opened the app
|
2019-03-18 21:32:03 +00:00
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
|
source:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The method used to open Fenix. Possible values are: `app_icon`,
|
|
|
|
|
`custom_tab` or `link`
|
2019-03-18 21:32:03 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/968
|
2019-03-18 21:32:03 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 21:32:03 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- telemetry-client-dev@mozilla.com
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-18 21:54:36 +00:00
|
|
|
|
search_bar_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-18 21:54:36 +00:00
|
|
|
|
A user tapped the search bar
|
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
|
source:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The view the user was on when they initiated the search (For example:
|
|
|
|
|
`Home` or `Browser`)
|
2019-03-18 21:54:36 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/959
|
2019-03-18 21:54:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 21:54:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-18 23:09:27 +00:00
|
|
|
|
entered_url:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-18 23:09:27 +00:00
|
|
|
|
A user entered a url
|
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
|
autocomplete:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A boolean that tells us whether the URL was autofilled by an
|
|
|
|
|
Autocomplete suggestion
|
2019-03-18 23:09:27 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/959
|
2019-03-18 23:09:27 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 23:09:27 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-18 23:09:27 +00:00
|
|
|
|
performed_search:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-18 23:09:27 +00:00
|
|
|
|
A user performed a search
|
|
|
|
|
extra_keys:
|
2019-04-16 23:31:35 +00:00
|
|
|
|
source:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string that tells us how the user performed the search. Possible
|
|
|
|
|
values are:
|
|
|
|
|
|
2019-05-31 23:17:49 +00:00
|
|
|
|
* default.action
|
|
|
|
|
* default.suggestion
|
|
|
|
|
* shortcut.action
|
|
|
|
|
* shortcut.suggestion
|
2019-03-18 23:09:27 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/959
|
2019-03-18 23:09:27 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1677
|
2019-03-18 23:09:27 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-27 02:08:16 +00:00
|
|
|
|
browser_menu_action:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-27 02:08:16 +00:00
|
|
|
|
A browser menu item was tapped
|
|
|
|
|
extra_keys:
|
|
|
|
|
item:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string containing the name of the item the user tapped. These items
|
|
|
|
|
include:
|
|
|
|
|
|
2020-05-08 14:45:42 +00:00
|
|
|
|
Settings, Help, Desktop Site toggle on/off, Find in Page,
|
2020-04-15 17:04:27 +00:00
|
|
|
|
New Tab, Private Tab, Share, Report Site Issue, Back/Forward button,
|
|
|
|
|
Reload Button, Quit, Reader Mode On, Reader Mode Off, Open In app,
|
2020-05-08 14:45:42 +00:00
|
|
|
|
Add To Top Sites, Add-ons Manager, Bookmarks, History
|
2019-03-27 02:08:16 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1024
|
2019-03-27 02:08:16 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5098#issuecomment-529658996
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6310
|
2019-03-27 02:08:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-19 22:25:48 +00:00
|
|
|
|
total_uri_count:
|
|
|
|
|
type: counter
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
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
|
2020-04-30 14:46:26 +00:00
|
|
|
|
embedded pages or private browsing but may be incremented without user
|
|
|
|
|
interaction by website scripts that programmatically redirect to a new
|
|
|
|
|
location.
|
2019-08-19 22:25:48 +00:00
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-03-26 21:45:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1301
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4456
|
2019-03-26 21:45:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1785
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8314
|
2019-03-26 21:45:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-19 22:25:48 +00:00
|
|
|
|
preference_toggled:
|
2019-03-26 21:45:23 +00:00
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-12 23:55:36 +00:00
|
|
|
|
A user toggled a boolean preference in settings
|
2019-08-19 22:25:48 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
preference_key:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The preference key for the boolean (true/false) preference the user
|
|
|
|
|
toggled.
|
|
|
|
|
|
|
|
|
|
We currently track: show_search_suggestions, remote_debugging,
|
|
|
|
|
telemetry, tracking_protection, search_bookmarks,
|
|
|
|
|
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),
|
2020-01-16 17:50:27 +00:00
|
|
|
|
pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
|
2020-04-15 17:04:27 +00:00
|
|
|
|
and pref_key_show_search_suggestions_in_private.
|
2019-08-19 22:25:48 +00:00
|
|
|
|
enabled:
|
|
|
|
|
description: "Whether or not the preference is *now* enabled"
|
2019-03-26 21:45:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/975
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5094
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5737
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6396
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6070
|
2019-03-26 21:45:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1896
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5704
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5886
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5975
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6352
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6601
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6746
|
2019-03-26 21:45:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-03 17:17:52 +00:00
|
|
|
|
whats_new_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-03 17:17:52 +00:00
|
|
|
|
A user opened the "what's new" page button
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5021
|
2019-09-03 17:17:52 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5090
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-10-25 00:16:49 +00:00
|
|
|
|
opened_link:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user opened a link with Fenix
|
2019-10-25 00:16:49 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
mode:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'.
|
2019-10-25 00:16:49 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5737
|
2019-10-25 00:16:49 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5975
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-19 22:25:48 +00:00
|
|
|
|
|
|
|
|
|
search_shortcuts:
|
|
|
|
|
selected:
|
2019-06-10 20:56:12 +00:00
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-19 22:25:48 +00:00
|
|
|
|
A user selected a search shortcut engine to use
|
2019-06-10 20:56:12 +00:00
|
|
|
|
extra_keys:
|
2019-08-19 22:25:48 +00:00
|
|
|
|
engine:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The name of the built-in search engine the user selected as a string
|
2019-06-10 20:56:12 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/793
|
2019-06-10 20:56:12 +00:00
|
|
|
|
data_reviews:
|
2019-08-19 22:25:48 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
|
2019-06-10 20:56:12 +00:00
|
|
|
|
notification_emails:
|
2019-08-19 22:25:48 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-18 21:32:03 +00:00
|
|
|
|
|
2019-11-26 00:43:32 +00:00
|
|
|
|
toolbar_settings:
|
|
|
|
|
changed_position:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-26 00:43:32 +00:00
|
|
|
|
The user selected a new position for the toolbar
|
|
|
|
|
extra_keys:
|
|
|
|
|
position:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the new position of the toolbar TOP or BOTTOM
|
2019-11-26 00:43:32 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6054
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6608
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-26 00:43:32 +00:00
|
|
|
|
|
2019-03-27 01:36:58 +00:00
|
|
|
|
crash_reporter:
|
2019-05-24 15:25:00 +00:00
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
The crash reporter was displayed
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1040
|
2019-05-24 15:25:00 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-24 15:25:00 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
The crash reporter was closed
|
|
|
|
|
extra_keys:
|
|
|
|
|
crash_submitted:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A boolean that tells us whether or not the user submitted a crash
|
|
|
|
|
report
|
2019-05-24 15:25:00 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1040
|
2019-05-24 15:25:00 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1214#issue-264756708
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-03-27 01:36:58 +00:00
|
|
|
|
|
2019-04-03 01:18:14 +00:00
|
|
|
|
context_menu:
|
|
|
|
|
item_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-03 01:18:14 +00:00
|
|
|
|
A user tapped an item in the browsers context menu
|
|
|
|
|
extra_keys:
|
|
|
|
|
named:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The name of the item that was tapped. Available items are:
|
|
|
|
|
|
2019-04-03 01:18:14 +00:00
|
|
|
|
```
|
|
|
|
|
open_in_new_tab, open_in_private_tab, open_image_in_new_tab,
|
|
|
|
|
save_image, share_link, copy_link, copy_image_location
|
|
|
|
|
```
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/957
|
2019-04-03 01:18:14 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
|
2019-04-03 01:18:14 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-03 01:18:14 +00:00
|
|
|
|
|
2019-04-02 23:47:11 +00:00
|
|
|
|
find_in_page:
|
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-02 23:47:11 +00:00
|
|
|
|
A user opened the find in page UI
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1036
|
2019-04-02 23:47:11 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-02 23:47:11 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-02 23:47:11 +00:00
|
|
|
|
A user closed the find in page UI
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1036
|
2019-04-02 23:47:11 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-02 23:47:11 +00:00
|
|
|
|
searched_page:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-02 23:47:11 +00:00
|
|
|
|
A user searched the page
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1036
|
2019-04-02 23:47:11 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-02 23:47:11 +00:00
|
|
|
|
|
2019-03-18 20:30:25 +00:00
|
|
|
|
metrics:
|
|
|
|
|
default_browser:
|
|
|
|
|
type: boolean
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-03-18 20:30:25 +00:00
|
|
|
|
Is Fenix the default browser?
|
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-03-18 20:30:25 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/960
|
2019-03-18 20:30:25 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 20:30:25 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-03-31 18:27:10 +00:00
|
|
|
|
top_sites_count:
|
|
|
|
|
type: counter
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-03-31 18:27:10 +00:00
|
|
|
|
A counter that indicates how many top sites a user has
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8125
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9556
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
has_top_sites:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-03-31 18:27:10 +00:00
|
|
|
|
A boolean that indicates if the user has top sites
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8125
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9556
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2019-04-16 23:31:35 +00:00
|
|
|
|
search_count:
|
|
|
|
|
type: labeled_counter
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-31 23:17:49 +00:00
|
|
|
|
The labels for this counter are `<search-engine-name>.<source>`.
|
2019-04-16 23:31:35 +00:00
|
|
|
|
|
2020-04-15 17:04:27 +00:00
|
|
|
|
If the search engine is bundled with Fenix `search-engine-name` will be
|
|
|
|
|
the name of the search engine. If it's a custom search engine (defined:
|
|
|
|
|
https://github.com/mozilla-mobile/fenix/issues/1607) the value will be
|
|
|
|
|
`custom`.
|
2019-04-16 23:31:35 +00:00
|
|
|
|
|
2020-04-15 17:04:27 +00:00
|
|
|
|
`source` will be: `action`, `suggestion`, `widget` or `shortcut`
|
|
|
|
|
(depending on the source from which the search started). Also added the
|
|
|
|
|
`other` option for the source but it should never enter on this case.
|
2019-04-16 23:31:35 +00:00
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-16 23:31:35 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1158
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6556
|
2019-04-16 23:31:35 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1677
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7310
|
2019-04-16 23:31:35 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-25 19:33:15 +00:00
|
|
|
|
mozilla_products:
|
|
|
|
|
type: string_list
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A list of all the Mozilla products installed on device. We currently scan
|
|
|
|
|
for: Firefox, Firefox Beta, Firefox Aurora, Firefox Nightly, Firefox
|
|
|
|
|
Fdroid, Firefox Lite, Reference Browser, Reference Browser Debug, Fenix,
|
|
|
|
|
Focus, and Lockwise.
|
2019-04-25 19:33:15 +00:00
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-25 19:33:15 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1192
|
2019-04-25 19:33:15 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1953/
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
2019-04-25 19:33:15 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-25 19:33:15 +00:00
|
|
|
|
default_moz_browser:
|
|
|
|
|
type: string
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The name of the default browser on device if and only if it's a Mozilla
|
|
|
|
|
owned product
|
2019-04-25 19:33:15 +00:00
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-25 19:33:15 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1192
|
2019-04-25 19:33:15 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1953/
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
2019-04-25 19:33:15 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-27 15:56:33 +00:00
|
|
|
|
adjust_campaign:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string containing the Adjust campaign ID from which the user installed
|
|
|
|
|
Fenix. This will not send on the first session the user runs. If the
|
|
|
|
|
install is organic, this will be empty.
|
2019-09-27 15:56:33 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1298
|
2020-03-20 17:06:55 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9136
|
2019-09-27 15:56:33 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5579
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-03-20 17:06:55 +00:00
|
|
|
|
adjust_ad_group:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string containing the Adjust ad group ID from which the user installed
|
|
|
|
|
Fenix. This will not send on the first session the user runs. If the
|
|
|
|
|
install is organic, this will be empty.
|
2020-03-20 17:06:55 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1298
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9136
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9253
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
adjust_creative:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string containing the Adjust creative ID from which the user installed
|
|
|
|
|
Fenix. This will not send on the first session the user runs. If the
|
|
|
|
|
install is organic, this will be empty.
|
2020-03-20 17:06:55 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1298
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9136
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9253
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
adjust_network:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string containing the Adjust network ID from which the user installed
|
|
|
|
|
Fenix. This will not send on the first session the user runs. If the
|
|
|
|
|
install is organic, this will be empty.
|
2020-03-20 17:06:55 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1298
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9136
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9253
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
|
2019-11-26 00:43:32 +00:00
|
|
|
|
toolbar_position:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-26 00:43:32 +00:00
|
|
|
|
A string that indicates the new position of the toolbar TOP or BOTTOM
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6054
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6608
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-27 15:56:33 +00:00
|
|
|
|
|
2019-04-12 19:57:11 +00:00
|
|
|
|
|
2019-04-12 20:25:16 +00:00
|
|
|
|
search.default_engine:
|
|
|
|
|
code:
|
|
|
|
|
type: string
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-12 20:25:16 +00:00
|
|
|
|
If the search engine is pre-loaded with Fenix this value
|
|
|
|
|
will be the search engine identifier. If it's a custom search engine
|
|
|
|
|
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
|
|
|
|
|
value will be "custom"
|
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-12 20:25:16 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/800
|
2019-04-12 20:25:16 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1606
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-12 20:25:16 +00:00
|
|
|
|
name:
|
|
|
|
|
type: string
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-12 20:25:16 +00:00
|
|
|
|
If the search engine is pre-loaded with Fenix this value
|
|
|
|
|
will be the search engine name. If it's a custom search engine
|
|
|
|
|
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the
|
|
|
|
|
value will be "custom"
|
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-12 20:25:16 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/800
|
2019-04-12 20:25:16 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1606
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-12 20:25:16 +00:00
|
|
|
|
submission_url:
|
|
|
|
|
type: string
|
2019-07-18 21:35:34 +00:00
|
|
|
|
lifetime: application
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
If the search engine is pre-loaded with Fenix this value will be he base
|
|
|
|
|
URL we use to build the search query for the search engine. For example:
|
|
|
|
|
https://mysearchengine.com/?query=%s. If it's a custom search engine
|
|
|
|
|
(defined: https://github.com/mozilla-mobile/fenix/issues/1607) the value
|
|
|
|
|
will be "custom"
|
2019-04-12 20:25:16 +00:00
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- metrics
|
2019-04-12 20:25:16 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/800
|
2019-04-12 20:25:16 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1606
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5216
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 18:13:48 +00:00
|
|
|
|
|
2019-04-17 17:37:36 +00:00
|
|
|
|
bookmarks_management:
|
|
|
|
|
open_in_new_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user opened a bookmark in a new tab.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
open_in_new_tabs:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user opened multiple bookmarks at once in new tabs.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
open_in_private_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user opened a bookmark in a new private tab.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
open_in_private_tabs:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user opened multiple bookmarks at once in new private tabs.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
edited:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user edited the title and/or URL of an existing bookmark.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
moved:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user moved an existing bookmark or folder to another folder.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user removed a bookmark item.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
multi_removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user removed multiple bookmarks at once.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
shared:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user shared a bookmark.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
copied:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user copied a bookmark.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
folder_add:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 17:37:36 +00:00
|
|
|
|
A user added a new bookmark folder.
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/974
|
2019-04-17 17:37:36 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1708
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-02 15:41:20 +00:00
|
|
|
|
folder_remove:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-02 15:41:20 +00:00
|
|
|
|
A user removed a bookmark folder.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/3174
|
2019-07-02 15:41:20 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3724
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 17:37:36 +00:00
|
|
|
|
|
2019-04-17 18:13:48 +00:00
|
|
|
|
custom_tab:
|
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 18:13:48 +00:00
|
|
|
|
A user closed the custom tab
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/977
|
2019-04-17 18:13:48 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1697
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 18:13:48 +00:00
|
|
|
|
action_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 18:13:48 +00:00
|
|
|
|
A user pressed the action button provided by the launching app
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/977
|
2019-04-17 18:13:48 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1697
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-17 18:13:48 +00:00
|
|
|
|
menu:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-04-17 18:13:48 +00:00
|
|
|
|
A user opened the custom tabs menu
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/977
|
2019-04-17 18:13:48 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1697
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-04-26 15:42:20 +00:00
|
|
|
|
|
2019-05-03 14:40:22 +00:00
|
|
|
|
activation:
|
|
|
|
|
identifier:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: ping
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A hashed and salted version of the Google Advertising ID from the device.
|
2019-05-03 14:40:22 +00:00
|
|
|
|
This will never be sent in a ping that also contains the client_id.
|
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- activation
|
2019-05-03 14:40:22 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://bugzilla.mozilla.org/1538011
|
|
|
|
|
- https://bugzilla.mozilla.org/1501822
|
2019-05-03 14:40:22 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
|
2019-05-03 14:40:22 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-03 14:40:22 +00:00
|
|
|
|
activation_id:
|
|
|
|
|
type: uuid
|
|
|
|
|
lifetime: user
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-03 14:40:22 +00:00
|
|
|
|
An alternate identifier, not correlated with the client_id, generated once
|
|
|
|
|
and only sent with the activation ping.
|
|
|
|
|
send_in_pings:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- activation
|
2019-05-03 14:40:22 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://bugzilla.mozilla.org/1538011
|
2019-05-03 14:40:22 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
|
2019-05-03 14:40:22 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-04-15 17:04:27 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- USER_LIFETIME_EXPIRATION
|
2019-05-15 17:01:26 +00:00
|
|
|
|
|
|
|
|
|
qr_scanner:
|
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-15 17:01:26 +00:00
|
|
|
|
A user opened the QR scanner
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1857
|
2019-05-15 17:01:26 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
|
2019-05-15 17:01:26 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-15 17:01:26 +00:00
|
|
|
|
prompt_displayed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user scanned a QR code, causing a confirmation prompt to display asking
|
|
|
|
|
if they want to navigate to the page
|
2019-05-15 17:01:26 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1857
|
2019-05-15 17:01:26 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
|
2019-05-15 17:01:26 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-15 17:01:26 +00:00
|
|
|
|
navigation_allowed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user tapped "allow" on the prompt, directing the user to the website
|
|
|
|
|
scanned
|
2019-05-15 17:01:26 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1857
|
2019-05-15 17:01:26 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
|
2019-05-15 17:01:26 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-15 17:01:26 +00:00
|
|
|
|
navigation_denied:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user tapped "deny" on the prompt, putting the user back to the scanning
|
|
|
|
|
view
|
2019-05-15 17:01:26 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1857
|
2019-05-15 17:01:26 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2524#issuecomment-492739967
|
2019-05-15 17:01:26 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-15 21:26:21 +00:00
|
|
|
|
|
2019-05-14 21:17:58 +00:00
|
|
|
|
error_page:
|
|
|
|
|
visited_error:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-14 21:17:58 +00:00
|
|
|
|
A user encountered an error page
|
|
|
|
|
extra_keys:
|
|
|
|
|
error_type:
|
|
|
|
|
description: "The error type of the error page encountered"
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1242
|
2019-05-14 21:17:58 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2491#issuecomment-492414486
|
2019-05-14 21:17:58 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-22 17:43:23 +00:00
|
|
|
|
|
2019-05-24 15:25:00 +00:00
|
|
|
|
sync_auth:
|
2019-05-22 17:43:23 +00:00
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
A user opened the sync authentication page
|
2019-05-22 17:43:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-22 17:43:23 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-22 17:43:23 +00:00
|
|
|
|
A user closed the sync page
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-04-09 20:20:59 +00:00
|
|
|
|
use_email:
|
|
|
|
|
type: event
|
2020-04-20 15:47:32 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user chose to use their email to sign in instead of scanning a QR code,
|
|
|
|
|
counterpart to "scan_pairing"
|
2020-04-09 20:20:59 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
use_email_problem:
|
|
|
|
|
type: event
|
2020-04-20 15:47:32 +00:00
|
|
|
|
description: |
|
2020-04-09 20:20:59 +00:00
|
|
|
|
A user chose to use their email to sign in after an account problem
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9835#pullrequestreview-398641844
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2019-05-22 17:43:23 +00:00
|
|
|
|
sign_in:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the sign in button on the sync authentication page and was
|
|
|
|
|
successfully signed in to FxA
|
2019-05-22 17:43:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-14 20:48:45 +00:00
|
|
|
|
sign_out:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the sign out button on the sync account page and was
|
|
|
|
|
successfully signed out of FxA
|
2019-08-14 20:48:45 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-08-14 20:48:45 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
sign_up:
|
2019-05-22 17:43:23 +00:00
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-22 23:56:13 +00:00
|
|
|
|
User registered a new Firefox Account, and was signed into it
|
2019-05-22 17:43:23 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4971
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2019-08-22 23:56:13 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2019-08-22 23:56:13 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
paired:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
User signed into FxA by pairing with a different Firefox browser, using a
|
|
|
|
|
QR code
|
2019-08-22 23:56:13 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4971
|
2019-08-22 23:56:13 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
auto_login:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
User signed into FxA via an account shared from another locally installed
|
|
|
|
|
Mozilla application (e.g. Fennec)
|
2019-08-22 23:56:13 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4971
|
2019-08-22 23:56:13 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
recovered:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
Account manager automatically recovered FxA authentication state without
|
|
|
|
|
direct user involvement
|
2019-08-22 23:56:13 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4971
|
2019-08-22 23:56:13 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
other_external:
|
2019-05-22 17:43:23 +00:00
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
User authenticated via FxA using an unknown mechanism. "Known" mechanisms
|
|
|
|
|
are currently sign-in, sign-up and pairing
|
2019-08-22 23:56:13 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4971
|
2019-08-22 23:56:13 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4931#issuecomment-529740300
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-22 23:56:13 +00:00
|
|
|
|
scan_pairing:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-22 23:56:13 +00:00
|
|
|
|
A user pressed the scan pairing button on the sync authentication page
|
2019-05-24 15:25:00 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-24 15:25:00 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-24 15:25:00 +00:00
|
|
|
|
|
|
|
|
|
sync_account:
|
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
A user opened the sync account page
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-24 15:25:00 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-24 15:25:00 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
A user closed the sync account page
|
2019-05-22 17:43:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-05-22 17:43:23 +00:00
|
|
|
|
sync_now:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-05-24 15:25:00 +00:00
|
|
|
|
A user pressed the sync now button on the sync account page
|
2019-05-22 17:43:23 +00:00
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/1190
|
2019-05-22 17:43:23 +00:00
|
|
|
|
data_reviews:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/2745#issuecomment-494918532
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-03 20:14:27 +00:00
|
|
|
|
send_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-03 20:14:27 +00:00
|
|
|
|
A user sent the current tab to another FxA device
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4908
|
2019-09-03 20:14:27 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5106
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-03 20:14:27 +00:00
|
|
|
|
sign_in_to_send_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-03 20:14:27 +00:00
|
|
|
|
A user pressed the "sign in to send tab" button inside the share tab menu
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4908
|
2019-09-03 20:14:27 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5106
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-16 19:21:03 +00:00
|
|
|
|
|
|
|
|
|
history:
|
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A user opened the history screen
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2362
|
2019-07-16 19:21:03 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3940
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-16 19:21:03 +00:00
|
|
|
|
removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A user removed a history item
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2362
|
2019-07-16 19:21:03 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3940
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-16 19:21:03 +00:00
|
|
|
|
removed_all:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A user removed all history items
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2362
|
2019-07-16 19:21:03 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3940
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-16 19:21:03 +00:00
|
|
|
|
shared:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A user shared a history item
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2362
|
2019-07-16 19:21:03 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3940
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-16 19:21:03 +00:00
|
|
|
|
opened_item:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-16 19:21:03 +00:00
|
|
|
|
A user opened a history item
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2362
|
2019-07-16 19:21:03 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3940
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-14 17:07:41 +00:00
|
|
|
|
|
2020-04-22 21:29:43 +00:00
|
|
|
|
tip:
|
|
|
|
|
displayed:
|
|
|
|
|
type: event
|
2020-04-20 15:47:32 +00:00
|
|
|
|
description: |
|
2020-04-22 21:29:43 +00:00
|
|
|
|
The tip was displayed
|
|
|
|
|
extra_keys:
|
|
|
|
|
identifier:
|
|
|
|
|
description: "The identifier of the tip displayed"
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9328
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9836
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
pressed:
|
|
|
|
|
type: event
|
2020-04-20 15:47:32 +00:00
|
|
|
|
description: |
|
2020-04-22 21:29:43 +00:00
|
|
|
|
The tip's button was pressed
|
|
|
|
|
extra_keys:
|
|
|
|
|
identifier:
|
|
|
|
|
description: "The identifier of the tip the action was taken on"
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9328
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9836
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-20 15:47:32 +00:00
|
|
|
|
description: |
|
2020-04-22 21:29:43 +00:00
|
|
|
|
The tip was closed
|
|
|
|
|
extra_keys:
|
|
|
|
|
identifier:
|
|
|
|
|
description: "The identifier of the tip closed"
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9328
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9836
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
|
2019-07-18 22:17:15 +00:00
|
|
|
|
reader_mode:
|
|
|
|
|
available:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 22:17:15 +00:00
|
|
|
|
Reader mode is available for the current page
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2267
|
2019-07-18 22:17:15 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3941
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 22:17:15 +00:00
|
|
|
|
opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 22:17:15 +00:00
|
|
|
|
A user opened reader mode
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2267
|
2019-07-18 22:17:15 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3941
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-01 00:58:37 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-01 00:58:37 +00:00
|
|
|
|
A user closed reader mode
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2267
|
2019-08-01 00:58:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4328
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 22:17:15 +00:00
|
|
|
|
appearance:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 22:17:15 +00:00
|
|
|
|
A user tapped the appearance button
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/2267
|
2019-07-18 22:17:15 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3941
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
|
|
|
|
|
collections:
|
|
|
|
|
renamed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user renamed a collection
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
tab_restored:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user restored a tab from collection tab list
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
all_tabs_restored:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user tapped "open tabs" from collection menu
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
tab_removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user tapped remove tab from collection tab list
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
shared:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user tapped share collection
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user tapped delete collection from collection menu
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
saved:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user saved a list of tabs to a new collection
|
|
|
|
|
extra_keys:
|
|
|
|
|
tabs_open:
|
|
|
|
|
description: "The number of tabs open in the current session"
|
|
|
|
|
tabs_selected:
|
|
|
|
|
description: "The number of tabs added to the collection"
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
tabs_added:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-07-18 23:05:42 +00:00
|
|
|
|
A user saved a list of tabs to an existing collection
|
|
|
|
|
extra_keys:
|
|
|
|
|
tabs_open:
|
|
|
|
|
description: "The number of tabs open in the current session"
|
|
|
|
|
tabs_selected:
|
|
|
|
|
description: "The number of tabs added to the collection"
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
tab_select_opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user opened the select tabs screen (the first step of the collection
|
|
|
|
|
creation flow)
|
2019-07-18 23:05:42 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-07-18 23:05:42 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/3935
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-01 00:07:41 +00:00
|
|
|
|
add_tab_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-01 00:07:41 +00:00
|
|
|
|
A user tapped the "add tab" button in the three dot menu of collections
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-08-01 00:07:41 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4358
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-01 00:07:41 +00:00
|
|
|
|
long_press:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-01 00:07:41 +00:00
|
|
|
|
A user long pressed on a tab, triggering the collection creation screen
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-08-01 00:07:41 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4358
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-01 00:07:41 +00:00
|
|
|
|
save_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the "save to collection" button on either the home or
|
|
|
|
|
browser screen, triggering the collection creation screen to open
|
|
|
|
|
(tab_select_opened)
|
2019-08-01 00:07:41 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-08-01 00:07:41 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4358
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-01 00:07:41 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
from_screen:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string representing the screen from which the user pressed the save
|
|
|
|
|
button. Currently one of: `browserMenu`, `homeMenu` or `home`
|
2019-08-07 23:05:20 +00:00
|
|
|
|
rename_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-07 23:05:20 +00:00
|
|
|
|
A user pressed the "rename collection" button in the three dot menu
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/969
|
2019-08-07 23:05:20 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4539
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-14 17:07:41 +00:00
|
|
|
|
|
2019-08-14 18:39:54 +00:00
|
|
|
|
search_widget:
|
|
|
|
|
new_tab_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed anywhere from the Firefox logo until the start of the
|
|
|
|
|
microphone icon, opening a new tab search screen.
|
2019-08-14 18:39:54 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4457
|
2019-08-14 18:39:54 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4714
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-14 18:39:54 +00:00
|
|
|
|
voice_button:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-14 18:39:54 +00:00
|
|
|
|
A user pressed the microphone icon, opening a new voice search screen.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4457
|
2019-08-14 18:39:54 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4714
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-14 18:39:54 +00:00
|
|
|
|
|
2019-08-28 21:41:37 +00:00
|
|
|
|
private_browsing_mode:
|
|
|
|
|
garbage_icon:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-28 21:41:37 +00:00
|
|
|
|
A user pressed the garbage can icon on the private browsing home page,
|
|
|
|
|
deleting all private tabs.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-08-28 21:41:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
snackbar_undo:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the "undo" button in the snackbar that is shown when the
|
|
|
|
|
garbage icon is tapped.
|
2019-08-28 21:41:37 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-08-28 21:41:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
notification_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-28 21:41:37 +00:00
|
|
|
|
A user pressed the private browsing mode notification itself.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-08-28 21:41:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
notification_open:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-08-28 21:41:37 +00:00
|
|
|
|
A user pressed the private browsing mode notification's "Open" button.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-08-28 21:41:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
notification_delete:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the private browsing mode notification's "Delete and Open"
|
|
|
|
|
button.
|
2019-08-28 21:41:37 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-08-28 21:41:37 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/4968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
|
2019-09-18 19:59:30 +00:00
|
|
|
|
tracking_protection:
|
|
|
|
|
exception_added:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user added a tracking protection exception through the TP toggle in the
|
|
|
|
|
panel.
|
2019-09-18 19:59:30 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
panel_settings:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-18 19:59:30 +00:00
|
|
|
|
A user opened tracking protection settings from the panel.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
etp_shield:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-18 19:59:30 +00:00
|
|
|
|
A user pressed the tracking protection shield icon in toolbar.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
etp_tracker_list:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed into a list of categorized trackers in tracking protection
|
|
|
|
|
panel.
|
2019-09-18 19:59:30 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
etp_settings:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-18 19:59:30 +00:00
|
|
|
|
A user opened tracking protection settings through settings.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
etp_setting_changed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user changed their tracking protection level setting to either strict or
|
|
|
|
|
standard.
|
2019-09-18 19:59:30 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
etp_setting:
|
|
|
|
|
description: "The new setting for ETP: strict, standard"
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5312
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
|
2019-09-10 16:42:46 +00:00
|
|
|
|
private_browsing_shortcut:
|
|
|
|
|
create_shortcut:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-10 16:42:46 +00:00
|
|
|
|
A user pressed the "Add private browsing shortcut" button in settings.
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
cfr_add_shortcut:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the "Add shortcut" button when the contextual feature
|
|
|
|
|
recommender appeared.
|
2019-09-10 16:42:46 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
cfr_cancel:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the "No thanks" button when the contextual feature
|
|
|
|
|
recommender appeared.
|
2019-09-10 16:42:46 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
pinned_shortcut_priv:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the pinned private shortcut in Android home screen, opening
|
|
|
|
|
up a new private search.
|
2019-09-10 16:42:46 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
static_shortcut_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the long-press shortcut "Open new tab", opening up a new
|
|
|
|
|
search.
|
2019-09-10 16:42:46 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
static_shortcut_priv:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user pressed the long-press shortcut "Open new private tab", opening up
|
|
|
|
|
a new private search.
|
2019-09-10 16:42:46 +00:00
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/4658
|
2019-09-10 16:42:46 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5194
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-10 16:42:46 +00:00
|
|
|
|
|
2019-09-20 21:49:27 +00:00
|
|
|
|
tab:
|
|
|
|
|
media_play:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-20 21:49:27 +00:00
|
|
|
|
A user pressed the play icon on a tab from the home screen
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5197
|
2019-09-20 21:49:27 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5266
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-24 19:54:59 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- COMMON_PREFIX
|
2019-09-20 21:49:27 +00:00
|
|
|
|
media_pause:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-20 21:49:27 +00:00
|
|
|
|
A user pressed the pause icon on a tab from the home screen
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5197
|
2019-09-20 21:49:27 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5266
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-20 21:49:27 +00:00
|
|
|
|
|
2019-09-27 15:02:29 +00:00
|
|
|
|
media_notification:
|
|
|
|
|
play:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-27 15:02:29 +00:00
|
|
|
|
A user pressed the play icon on the media notification
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5197
|
2019-09-27 15:02:29 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5520
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-27 15:02:29 +00:00
|
|
|
|
pause:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-09-27 15:02:29 +00:00
|
|
|
|
A user pressed the pause icon on the media notification
|
|
|
|
|
bugs:
|
2019-11-26 00:43:32 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5197
|
2019-09-27 15:02:29 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5520
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-09-27 15:02:29 +00:00
|
|
|
|
|
2019-11-13 01:24:30 +00:00
|
|
|
|
media_state:
|
|
|
|
|
play:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-13 01:24:30 +00:00
|
|
|
|
Media started playing.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5705
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6463
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-13 01:24:30 +00:00
|
|
|
|
pause:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-13 01:24:30 +00:00
|
|
|
|
Media playback was paused.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5705
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6463
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-13 01:24:30 +00:00
|
|
|
|
stop:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-13 01:24:30 +00:00
|
|
|
|
Media playback has ended.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5705
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6463
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-13 01:24:30 +00:00
|
|
|
|
|
2019-11-12 23:55:36 +00:00
|
|
|
|
logins:
|
|
|
|
|
open_logins:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-12 23:55:36 +00:00
|
|
|
|
A user accessed Logins in Settings
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6352
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-12 23:55:36 +00:00
|
|
|
|
open_individual_login:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-12 23:55:36 +00:00
|
|
|
|
A user accessed an individual login in saved logins
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6352
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-12 23:55:36 +00:00
|
|
|
|
copy_login:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-12 23:55:36 +00:00
|
|
|
|
A user copied a piece of a login in saved logins
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6352
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-12 23:55:36 +00:00
|
|
|
|
view_password_login:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-12 23:55:36 +00:00
|
|
|
|
A user viewed a password in an individual saved login
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6352
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-01-16 17:50:27 +00:00
|
|
|
|
save_logins_setting_changed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-01-16 17:50:27 +00:00
|
|
|
|
A user changed their setting for asking to save logins
|
|
|
|
|
extra_keys:
|
|
|
|
|
setting:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The new setting for saving logins the user selected. Either
|
|
|
|
|
`ask_to_save` or `never_save`
|
2020-01-16 17:50:27 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5586
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7767
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
|
|
|
|
|
download_notification:
|
|
|
|
|
resume:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-11 23:38:06 +00:00
|
|
|
|
A user resumed a download in the download notification
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
pause:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-11 23:38:06 +00:00
|
|
|
|
A user paused a download in the download notification
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
cancel:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-11 23:38:06 +00:00
|
|
|
|
A user cancelled a download in the download notification
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
try_again:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user tapped on try again when a download fails in the download
|
|
|
|
|
notification
|
2019-11-11 23:38:06 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
open:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-11 23:38:06 +00:00
|
|
|
|
A user opened a downloaded file in the download notification
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
in_app_open:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-11 23:38:06 +00:00
|
|
|
|
A user opened a downloaded file in the in-app notification link
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-11 23:38:06 +00:00
|
|
|
|
in_app_try_again:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
A user tapped on try again when a download fails in the in-app
|
|
|
|
|
notification link
|
2019-11-11 23:38:06 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5583
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6554
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-11-22 08:29:14 +00:00
|
|
|
|
|
2019-12-03 13:54:57 +00:00
|
|
|
|
user_specified_search_engines:
|
|
|
|
|
custom_engine_added:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-12-03 13:54:57 +00:00
|
|
|
|
A user added a new custom search engine
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5884
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6918
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-04-15 17:04:27 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- COMMON_PREFIX
|
2019-12-03 13:54:57 +00:00
|
|
|
|
custom_engine_deleted:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-12-03 13:54:57 +00:00
|
|
|
|
A user deleted a custom search engine
|
|
|
|
|
bugs:
|
2020-01-23 11:56:52 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/5884
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7881
|
2019-12-03 13:54:57 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6918
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2019-12-03 13:54:57 +00:00
|
|
|
|
|
2019-11-22 08:29:14 +00:00
|
|
|
|
search_suggestions:
|
|
|
|
|
enable_in_private:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2019-11-22 08:29:14 +00:00
|
|
|
|
A user enabled receiving search suggestions in private sessions
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6070
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/6746
|
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-01-17 23:13:20 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-01-07 20:06:27 +00:00
|
|
|
|
|
|
|
|
|
top_sites:
|
|
|
|
|
open_in_new_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-01-07 20:06:27 +00:00
|
|
|
|
A user opens a new tab based on a top site item
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6757
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7523
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
open_in_private_tab:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-01-07 20:06:27 +00:00
|
|
|
|
A user opens a new private tab based on a top site item
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6757
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7523
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
remove:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-01-07 20:06:27 +00:00
|
|
|
|
A user removes a top site item
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6757
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7523
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-02-03 13:17:49 +00:00
|
|
|
|
|
|
|
|
|
about_page:
|
|
|
|
|
support_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-03 13:17:49 +00:00
|
|
|
|
A user tapped on "Support" item from About page
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8047
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
privacy_notice_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-03 13:17:49 +00:00
|
|
|
|
A user tapped on "Privacy notice" item from About page
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8047
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
rights_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-03 13:17:49 +00:00
|
|
|
|
A user tapped on "Know your rights" item from About page
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8047
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
licensing_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-03 13:17:49 +00:00
|
|
|
|
A user tapped on "Licensing information" item from About page
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8047
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
libraries_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-03 13:17:49 +00:00
|
|
|
|
A user tapped on "Libraries that we use" item from About page
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6834
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8047
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-01-29 09:52:56 +00:00
|
|
|
|
|
|
|
|
|
app_theme:
|
|
|
|
|
dark_theme_selected:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-01-29 09:52:56 +00:00
|
|
|
|
A user selected Dark Theme
|
|
|
|
|
extra_keys:
|
|
|
|
|
source:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The source from where dark theme was selected. The source can be
|
|
|
|
|
'SETTINGS' or 'ONBOARDING'
|
2020-01-29 09:52:56 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7289
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/7968
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-02-14 04:08:05 +00:00
|
|
|
|
|
|
|
|
|
pocket:
|
|
|
|
|
pocket_top_site_clicked:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 04:08:05 +00:00
|
|
|
|
A user clicked on the trending Pocket top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8126
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8098
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-04-15 17:04:27 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- COMMON_PREFIX
|
|
|
|
|
|
2020-02-14 04:08:05 +00:00
|
|
|
|
pocket_top_site_removed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 04:08:05 +00:00
|
|
|
|
A user removed the trending Pocket top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8126
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8098
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
|
|
|
|
|
installation:
|
|
|
|
|
campaign:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- installation
|
|
|
|
|
description: |
|
|
|
|
|
The name of the campaign that is responsible for this installation.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
network:
|
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- installation
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 22:09:14 +00:00
|
|
|
|
The name of the Network that sourced this installation.
|
2020-02-04 10:52:10 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
|
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
adgroup:
|
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- installation
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 22:09:14 +00:00
|
|
|
|
The name of the AdGroup that was used to source this installation.
|
2020-02-04 10:52:10 +00:00
|
|
|
|
bugs:
|
2020-02-14 22:09:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586480836
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
creative:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- installation
|
|
|
|
|
type: string
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 22:09:14 +00:00
|
|
|
|
The identifier of the creative material that the user interacted with.
|
2020-02-04 10:52:10 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
|
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
timestamp:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- installation
|
2020-02-14 22:09:14 +00:00
|
|
|
|
type: datetime
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-02-14 22:09:14 +00:00
|
|
|
|
The date and time of the installation.
|
2020-02-04 10:52:10 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
|
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-02-06 13:48:21 +00:00
|
|
|
|
expires: "2020-09-01"
|
2020-04-02 17:12:31 +00:00
|
|
|
|
|
2020-04-08 12:51:07 +00:00
|
|
|
|
browser.search:
|
2020-05-12 18:52:58 +00:00
|
|
|
|
with_ads:
|
|
|
|
|
type: labeled_counter
|
|
|
|
|
description: |
|
|
|
|
|
Records counts of SERP pages with adverts displayed.
|
|
|
|
|
The key format is ‘<provider-name>’.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6558
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10112
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
ad_clicks:
|
|
|
|
|
type: labeled_counter
|
|
|
|
|
description: |
|
|
|
|
|
Records clicks of adverts on SERP pages.
|
|
|
|
|
The key format is ‘<provider-name>’.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6558
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10112
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
in_content:
|
|
|
|
|
type: labeled_counter
|
|
|
|
|
description: |
|
|
|
|
|
Records the type of interaction a user has on SERP pages.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6557
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10167
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-04-08 12:51:07 +00:00
|
|
|
|
|
2020-04-02 17:12:31 +00:00
|
|
|
|
addons:
|
|
|
|
|
open_addons_in_settings:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-04-02 17:12:31 +00:00
|
|
|
|
A user accessed "Add-ons" from the Settings
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6174
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8318
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
open_addon_in_toolbar_menu:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-04-02 17:12:31 +00:00
|
|
|
|
A user interacted with an installed add-on in the toolbar menu
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6174
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8318
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
has_installed_addons:
|
|
|
|
|
type: boolean
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-04-02 17:12:31 +00:00
|
|
|
|
Whether or not the user has installed add-ons on the device.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6174
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8318
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
|
|
|
|
has_enabled_addons:
|
|
|
|
|
type: boolean
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-04-02 17:12:31 +00:00
|
|
|
|
Whether or not the user has enabled add-ons on the device.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6174
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8318
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2020-09-01"
|
2020-03-31 22:56:32 +00:00
|
|
|
|
|
|
|
|
|
startup.timeline:
|
|
|
|
|
framework_start:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: timespan
|
|
|
|
|
time_unit: nanosecond
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The duration the Android framework takes to start before letting us run
|
|
|
|
|
code in `*Application.init`. This is calculated from `appInitTimestamp -
|
|
|
|
|
processStartTimestamp`. `processStartTimestamp` is derived from the clock
|
|
|
|
|
tick time unit, which is expected to be less granular than nanoseconds.
|
|
|
|
|
Therefore, we convert and round our timestamps to clock ticks before
|
|
|
|
|
computing the difference and convert back to nanoseconds to report.
|
2020-03-31 22:56:32 +00:00
|
|
|
|
|
2020-04-15 17:04:27 +00:00
|
|
|
|
For debugging purposes, `clock_ticks_per_second`, which may vary between
|
|
|
|
|
devices, is also reported as a metric
|
2020-03-31 22:56:32 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-04-15 18:13:36 +00:00
|
|
|
|
expires: "2020-07-15"
|
2020-03-31 22:56:32 +00:00
|
|
|
|
framework_start_error:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: boolean
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
An error when attempting to record `framework_start` - the application
|
|
|
|
|
init timestamp returned a negative value - which is likely indicative of a
|
|
|
|
|
bug in the implementation.
|
2020-03-31 22:56:32 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-04-15 18:13:36 +00:00
|
|
|
|
expires: "2020-07-15"
|
2020-03-31 22:56:32 +00:00
|
|
|
|
clock_ticks_per_second:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: counter
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The number of clock tick time units that occur in one second on this
|
|
|
|
|
particular device. This value is expected to be used in conjunction with
|
|
|
|
|
the `framework_start` metric.
|
2020-03-31 22:56:32 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-04-15 18:13:36 +00:00
|
|
|
|
expires: "2020-07-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
|
|
|
|
|
perf.awesomebar:
|
|
|
|
|
history_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a history awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
bookmark_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a bookmarks awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
search_engine_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a search engine awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
session_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a session awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
synced_tabs_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a synced tabs awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
clipboard_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a clipboard awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|
|
|
|
|
shortcuts_suggestions:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: >
|
|
|
|
|
Duration of a shortcuts awesomebar suggestion query.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/4992
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10276#pullrequestreview-411101979
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
|
|
|
|
expires: "2020-09-15"
|