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:
|
2020-06-29 22:15:12 +00:00
|
|
|
|
app_opened_all_startup:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened the app to the HomeActivity. The HomeActivity
|
|
|
|
|
encompasses the home screen, browser screen, settings screen,
|
|
|
|
|
collections and other screens in the nav_graph.
|
|
|
|
|
This differs from the app_opened probe because it measures all
|
|
|
|
|
startups, not just cold startup. Note: There is a short gap
|
|
|
|
|
between the time application goes into background and the time
|
|
|
|
|
android reports the application going into the background.
|
2020-08-27 06:14:13 +00:00
|
|
|
|
Note: This metric does not record souce when app opened from
|
|
|
|
|
task switcher: open application -> press home button -> open
|
|
|
|
|
recent tasks -> choose fenix. In this case will report
|
|
|
|
|
[source = unknown, type = hot, has_saved_instance_state = false].
|
2020-06-29 22:15:12 +00:00
|
|
|
|
extra_keys:
|
2020-08-27 06:14:13 +00:00
|
|
|
|
type:
|
|
|
|
|
description: |
|
|
|
|
|
the startup type for opening fenix. the application and HomeActivity
|
|
|
|
|
either needs to be created or started again. possible values are
|
|
|
|
|
`cold`, `warm`, `hot` or `error`. Error is for impossible cases.
|
|
|
|
|
Please file a bug if you see the error case.
|
|
|
|
|
app created AND HomeActivity created = cold
|
|
|
|
|
app started AND HomeActivity created = warm
|
|
|
|
|
app started AND HomeActivity started = hot
|
|
|
|
|
app created AND HomeActivity started = error
|
2020-08-28 05:57:39 +00:00
|
|
|
|
Some applications such as gmail launches the default browser in the
|
|
|
|
|
background. So when we eventually click a link, browser is already
|
|
|
|
|
started in the background. This means that custom_tab will mostly
|
|
|
|
|
report `warm` startup type.
|
2020-06-29 22:15:12 +00:00
|
|
|
|
source:
|
|
|
|
|
description: |
|
|
|
|
|
The method used to open Fenix. Possible values are `app_icon`,
|
2020-08-27 06:14:13 +00:00
|
|
|
|
`custom_tab`, `link` or `unknown`. unknown is for startup sources
|
|
|
|
|
where we can't pinpoint the cause. One UNKNOWN case is the app
|
|
|
|
|
switcher where we don't know what variables to check to ensure this
|
|
|
|
|
startup wasn't caused by something else.
|
|
|
|
|
has_saved_instance_state:
|
|
|
|
|
description: |
|
|
|
|
|
boolean value whether or not startup type has a savedInstance.
|
|
|
|
|
using savedInstance, HomeActivity's previous state can be restored.
|
|
|
|
|
This is an optional key since it is not applicable to all the cases.
|
|
|
|
|
for example, when we are doing a hot start up, we cant have a
|
|
|
|
|
savedInstanceState therefore we report only [APP_ICON, HOT] instead
|
|
|
|
|
of [APP_ICON, HOT, false].
|
2020-10-01 19:00:30 +00:00
|
|
|
|
first_frame_pre_draw_nanos:
|
2020-08-28 05:57:39 +00:00
|
|
|
|
description: |
|
2020-10-01 19:00:30 +00:00
|
|
|
|
the number of nanoseconds the application took to launch. This is the
|
2020-08-28 05:57:39 +00:00
|
|
|
|
time difference between application launch(user pressing app_icon,
|
|
|
|
|
launching a link) and until the first view is about to be drawn
|
|
|
|
|
on the screen. If the time is not captured, this extra key will
|
|
|
|
|
not be reported.
|
2020-06-29 22:15:12 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11830
|
2020-08-27 06:14:13 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/12573
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13494
|
2020-10-01 20:00:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10069
|
2020-06-29 22:15:12 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12114#pullrequestreview-445245341
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-27 06:14:13 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13494#pullrequestreview-474050499
|
2020-10-01 20:00:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15605#issuecomment-702365594
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-29 22:15:12 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- esmyth@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-06-01"
|
2020-06-27 00:38:08 +00:00
|
|
|
|
app_received_intent:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The system received an Intent for the HomeActivity. An intent
|
|
|
|
|
is received an external entity wants to the app to display
|
|
|
|
|
content. Intents can be received when the app is closed – at
|
|
|
|
|
which point the app will be opened – or when the app is
|
|
|
|
|
already opened – at which point the already open app will make
|
|
|
|
|
changes such as loading a url. This can be used loosely as a
|
|
|
|
|
heuristic for when the user requested to open the app. The
|
|
|
|
|
HomeActivity encompasses the home screen and browser screen but
|
|
|
|
|
may include other screens. This differs from the app_opened
|
|
|
|
|
probe because it measures all startups, not just cold startup.
|
|
|
|
|
extra_keys:
|
|
|
|
|
source:
|
|
|
|
|
description: |
|
|
|
|
|
The method used to open Fenix. Possible values are `app_icon`,
|
|
|
|
|
`custom_tab`, `link` or `unknown`
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11830
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11940/
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-06-27 00:38:08 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- esmyth@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-06-01"
|
2019-03-18 21:32:03 +00:00
|
|
|
|
app_opened:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-06-03 01:32:19 +00:00
|
|
|
|
A user opened the app (from cold start, to the homescreen or browser)
|
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
|
2020-06-03 01:32:19 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10616
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
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-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-18 21:54:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-18 23:09:27 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-18 23:09:27 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-27 02:08:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-26 21:45:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-01"
|
2021-02-19 15:37:07 +00:00
|
|
|
|
normal_and_private_uri_count:
|
|
|
|
|
type: counter
|
|
|
|
|
description: |
|
|
|
|
|
A counter of URIs visited by the user in the current session, including
|
|
|
|
|
page reloads. This includes private browsing. This does not include
|
|
|
|
|
background page requests and URIs from embedded pages but may be
|
|
|
|
|
incremented without user interaction by website scripts that
|
|
|
|
|
programmatically redirect to a new location.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17089
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17935
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2022-08-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-05-20 21:35:57 +00:00
|
|
|
|
pref_key_show_voice_search,
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-03-26 21:45:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-06-01"
|
2019-09-03 17:17:52 +00:00
|
|
|
|
whats_new_tapped:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-10-06 17:24:14 +00:00
|
|
|
|
A user opened the "what's new" page button
|
2019-09-03 17:17:52 +00:00
|
|
|
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-03 17:17:52 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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: |
|
2020-08-24 21:35:39 +00:00
|
|
|
|
The mode the link was opened in. Either 'PRIVATE' or 'NORMAL'. N.B.:
|
|
|
|
|
this probe may be incorrectly implemented: see
|
|
|
|
|
https://github.com/mozilla-mobile/fenix/issues/14133
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-10-25 00:16:49 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-06-12 19:28:38 +00:00
|
|
|
|
tab_counter_menu_action:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
A tab counter menu item was tapped
|
|
|
|
|
extra_keys:
|
|
|
|
|
item:
|
|
|
|
|
description: |
|
|
|
|
|
A string containing the name of the item the user tapped. These items
|
|
|
|
|
are:
|
|
|
|
|
|
|
|
|
|
New tab, New private tab, Close tab
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11442
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11533
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-12 19:28:38 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-11-24 10:27:28 +00:00
|
|
|
|
synced_tab_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: >
|
|
|
|
|
An event that indicates that a synced tab was opened.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15369
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16727
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-05-10"
|
2020-11-25 11:53:56 +00:00
|
|
|
|
recently_closed_tabs_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
An event that indicates that the user
|
|
|
|
|
has accessed recently closed tabs list.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15366
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16739
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-05-10"
|
2020-12-08 11:00:00 +00:00
|
|
|
|
copy_url_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
An event that indicates that a user has selected
|
|
|
|
|
copy option when long pressing on url bar.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16827
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16915
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-05-10"
|
|
|
|
|
|
2020-06-25 18:21:31 +00:00
|
|
|
|
onboarding:
|
|
|
|
|
fxa_auto_signin:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The onboarding automatic sign in card was tapped.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
fxa_manual_signin:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The onboarding manual sign in card was tapped.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
privacy_notice:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The onboarding privacy notice card was tapped.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
pref_toggled_private_browsing:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The private browsing preference was selected from the onboarding card.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
pref_toggled_toolbar_position:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The toolbar position preference was chosen from the onboarding card.
|
|
|
|
|
extra_keys:
|
|
|
|
|
position:
|
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the position of the toolbar TOP or BOTTOM.
|
|
|
|
|
Default: BOTTOM
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
pref_toggled_tracking_prot:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The tracking protection preference was chosen from the onboarding card.
|
|
|
|
|
extra_keys:
|
2020-06-26 21:12:18 +00:00
|
|
|
|
setting:
|
2020-06-25 18:21:31 +00:00
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the Tracking Protection policy STANDARD
|
|
|
|
|
or STRICT. Default: Toggle ON, STANDARD
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
pref_toggled_theme_picker:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The device theme was chosen using the theme picker onboarding card.
|
|
|
|
|
extra_keys:
|
|
|
|
|
theme:
|
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the theme LIGHT, DARK, or FOLLOW DEVICE.
|
|
|
|
|
Default: FOLLOW DEVICE
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
finish:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
The user taps starts browsing and ends the onboarding experience.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10824
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11867
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:21:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-25 18:21:31 +00:00
|
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2019-06-10 20:56:12 +00:00
|
|
|
|
notification_emails:
|
2019-08-19 22:25:48 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:30:12 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-26 00:43:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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,
|
2020-11-12 18:14:59 +00:00
|
|
|
|
save_image, share_link, copy_link, copy_image_location, share_image
|
2019-04-03 01:18:14 +00:00
|
|
|
|
```
|
|
|
|
|
bugs:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/957
|
2020-11-12 18:14:59 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16076
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-11-12 18:14:59 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16076#issuecomment-726216734
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-03 01:18:14 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2019-04-03 01:18:14 +00:00
|
|
|
|
|
2020-07-29 00:22:05 +00:00
|
|
|
|
login_dialog:
|
|
|
|
|
displayed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The login dialog prompt was displayed
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9730
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13050
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-29 00:22:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-29 00:22:05 +00:00
|
|
|
|
cancelled:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The login dialog prompt was cancelled
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9730
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13050
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-29 00:22:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-29 00:22:05 +00:00
|
|
|
|
saved:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The login dialog prompt "save" button was pressed
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9730
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13050
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-29 00:22:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-29 00:22:05 +00:00
|
|
|
|
never_save:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The login dialog prompt "never save" button was pressed
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9730
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13050
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-29 00:22:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-29 00:22:05 +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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-02 23:47:11 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-03-18 20:30:25 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:39:35 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-12-10 14:36:05 +00:00
|
|
|
|
distribution_id:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A string containing the distribution identifier. This is currently used
|
|
|
|
|
to identify installs from Mozilla Online.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16075
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16075
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: never
|
2020-12-15 16:30:24 +00:00
|
|
|
|
mobile_bookmarks_count:
|
|
|
|
|
type: counter
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A counter that indicates how many bookmarks a user has in the mobile
|
|
|
|
|
folder. This value will only be set if the user has at least *one*
|
|
|
|
|
bookmark. If they have 0, this ping will not get sent, resulting in
|
|
|
|
|
a null value. To disambiguate between a failed `mobile_bookmarks_count`
|
|
|
|
|
ping and 0 bookmarks, please see `has_mobile_bookmarks`.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16941
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
has_mobile_bookmarks:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A boolean that indicates if the user has bookmarks in the mobile folder
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16941
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
desktop_bookmarks_count:
|
|
|
|
|
type: counter
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A counter that indicates how many bookmarks a user has in the desktop
|
|
|
|
|
folder. This value will only be set if the user has at least *one*
|
|
|
|
|
bookmark. If they have 0, this ping will not get sent, resulting in a
|
|
|
|
|
null value. To disambiguate between a failed `desktop_bookmarks_count`
|
|
|
|
|
ping and 0 bookmarks, please see `has_desktop_bookmarks`.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16941
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
has_desktop_bookmarks:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A boolean that indicates if the user has bookmarks in the desktop folder
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16941
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16942#issuecomment-742794701
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-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-05-22 20:10:09 +00:00
|
|
|
|
A counter that indicates how many top sites a user has. This value will
|
|
|
|
|
only be set if the user has at least *one* top site. If they have 0,
|
|
|
|
|
this ping will not get sent, resulting in a null value. To disambiguate
|
|
|
|
|
between a failed `top_sites_count` ping and 0 top sites, please see
|
|
|
|
|
`has_top_sites`.
|
2020-03-31 18:27:10 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8125
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9556
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-03-31 18:27:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-03-31 18:27:10 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-03-31 18:27:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 00:35:52 +00:00
|
|
|
|
recently_used_pwa_count:
|
|
|
|
|
type: counter
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A counter that indicates how many PWAs a user has recently used.
|
|
|
|
|
Threshold for "recency" set in HomeActivity#PWA_RECENTLY_USED_THRESHOLD.
|
|
|
|
|
Currently we are not told by the OS when a PWA is removed by the user,
|
|
|
|
|
so we use the "recently used" heuristic to judge how many PWAs are still
|
|
|
|
|
active, as a proxy for "installed". This value will only be set if the
|
|
|
|
|
user has at least *one* recently used PWA. If they have 0, this metric
|
|
|
|
|
will not be sent, resulting in a null value during analysis on the
|
|
|
|
|
server-side. To disambiguate between a failed `recently_used_pwa_count`
|
|
|
|
|
metric and 0 recent PWAs, please see `has_recent_pwas`.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11909
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 00:35:52 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 00:35:52 +00:00
|
|
|
|
has_recent_pwas:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A boolean that indicates if the user has recently used PWAs.
|
|
|
|
|
See recently_used_pwa_count for the actual count.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11909
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11982#pullrequestreview-437963817
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 00:35:52 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-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
|
|
|
|
|
2021-02-11 16:31:01 +00:00
|
|
|
|
`source` will be: `action`, `suggestion`, `widget`, `shortcut`, `topsite`
|
2020-04-15 17:04:27 +00:00
|
|
|
|
(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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-16 23:31:35 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:42:29 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-25 19:33:15 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:39:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-25 19:33:15 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:39:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
2019-09-27 15:56:33 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-03-20 17:06:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-03-20 17:06:55 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-03-20 17:06:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-03-20 17:06:55 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-03-20 17:06:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-26 00:43:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:42:29 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-10-06 17:24:14 +00:00
|
|
|
|
close_tab_setting:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the setting for tab closing:
|
|
|
|
|
MANUAL, ONE_DAY, ONE_WEEK, ONE_MONTH
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
tab_view_setting:
|
|
|
|
|
type: string
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A string that indicates the setting for tab view:
|
|
|
|
|
GRID, LIST
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
2020-05-27 17:58:34 +00:00
|
|
|
|
search_widget_installed:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
Whether or not the search widget is installed
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9488
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10958
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-27 17:58:34 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:42:29 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-27 00:15:43 +00:00
|
|
|
|
tabs_open_count:
|
|
|
|
|
type: counter
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A counter that indicates how many NORMAL tabs a user has open. This
|
|
|
|
|
value will only be set if the user has at least *one* open tab. If they
|
|
|
|
|
have 0, this ping will not get sent, resulting in a null value. To
|
|
|
|
|
disambiguate between a failed `tabs_open_count` ping and 0 open tabs,
|
|
|
|
|
please see `has_open_tabs`.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11479
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12024
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-27 00:15:43 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-27 00:15:43 +00:00
|
|
|
|
has_open_tabs:
|
|
|
|
|
type: boolean
|
|
|
|
|
lifetime: application
|
|
|
|
|
description: |
|
|
|
|
|
A boolean that indicates if the user has any open NORMAL tabs.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11479
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12024
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-27 00:15:43 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:41:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2019-04-12 19:57:11 +00:00
|
|
|
|
|
2020-06-02 21:15:20 +00:00
|
|
|
|
preferences:
|
|
|
|
|
show_search_suggestions:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has search suggestions enabled
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
remote_debugging:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has remote debugging enabled
|
|
|
|
|
default: false
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
telemetry:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has telemetry enabled. Note we should
|
|
|
|
|
never receive a "false" value for this since telemetry would
|
|
|
|
|
not send in that case.
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
tracking_protection:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
What type of enhanced tracking protection the user has enabled.
|
|
|
|
|
"standard," "strict," "custom," or "" (if disabled)
|
|
|
|
|
default: "standard"
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
search_bookmarks:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled bookmark search suggestions
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
search_browsing_history:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled browsing history suggestions.
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
show_clipboard_suggestions:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled clipboard search suggestions.
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
show_search_shortcuts:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled search shortcuts.
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
open_links_in_a_private_tab:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled open links in a private tab.
|
|
|
|
|
default: false
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
sync:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user is signed into FxA
|
|
|
|
|
default: false
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
sync_items:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
The list of items the user has chosen to sync with FxA.
|
|
|
|
|
default: "" if the user is signed out. Otherwise defaults to
|
|
|
|
|
whatever is set in their FxA account. New accounts set:
|
|
|
|
|
[bookmarks, history, passwords, tabs]
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
show_voice_search:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled the voice search button.
|
|
|
|
|
default: true
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
search_suggestions_private:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has enabled showing search suggestions
|
|
|
|
|
in private mode.
|
|
|
|
|
default: false (we prompt the user, asking them to make a selection)
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
toolbar_position:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
The position of the toolbar
|
|
|
|
|
default: bottom (defaults to top if the user has accessibility services)
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +00:00
|
|
|
|
accessibility_services:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has touch exploration or switch services enabled.
|
|
|
|
|
These are built into the Android OS, not Fenix prefs.
|
|
|
|
|
default: ""
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11211
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-02 21:15:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-10 19:40:36 +00:00
|
|
|
|
open_links_in_app:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
Whether or not the user has the open links in apps feature enabled.
|
|
|
|
|
default: false
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11446
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-10 19:40:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:45:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-10 19:40:36 +00:00
|
|
|
|
theme:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: >
|
|
|
|
|
The theme the user has enabled. "light," "dark," "system," or "battery"
|
|
|
|
|
default: "system" for API 28+, else "light"
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11118
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11446
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-10 19:40:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-02 21:15:20 +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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-04-12 20:25:16 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:47:46 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 17:37:36 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-02 15:41:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-04-17 18:13:48 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- highly_sensitive
|
2019-05-03 14:40:22 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- highly_sensitive
|
2019-05-03 14:40:22 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-04-15 17:04:27 +00:00
|
|
|
|
no_lint:
|
|
|
|
|
- USER_LIFETIME_EXPIRATION
|
2019-05-15 17:01:26 +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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-14 21:17:58 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-09 20:20:59 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-04-09 20:20:59 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-09 20:20:59 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-14 20:48:45 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2019-08-22 23:56:13 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-08-22 23:56:13 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-08-22 23:56:13 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-08-22 23:56:13 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-24 15:25:00 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-05-22 17:43:23 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-03 20:14:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-03 20:14:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:31:35 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-16 19:21:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-16 19:21:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-16 19:21:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-16 19:21:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-16 19:21:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-22 21:29:43 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-04-22 21:29:43 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-22 21:29:43 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-04-22 21:29:43 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-22 21:29:43 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-04-22 21:29:43 +00:00
|
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-18 22:17:15 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-18 22:17:15 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-01 00:58:37 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-07-18 22:17:15 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:21:14 +00:00
|
|
|
|
expires: "2021-08-01"
|
2019-07-18 23:05:42 +00:00
|
|
|
|
|
2021-01-25 21:25:56 +00:00
|
|
|
|
tabs_tray.cfr:
|
|
|
|
|
dismiss:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user dismisses the tabs tray CFR.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16485
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17442
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
go_to_settings:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user selects the CFR option to navigate to settings.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16485
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17442
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16485#issuecomment-759641324
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
|
2020-06-26 23:37:07 +00:00
|
|
|
|
tabs_tray:
|
|
|
|
|
opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened the tabs tray
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
closed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user closed the tabs tray
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
opened_existing_tab:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened an existing tab
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
closed_existing_tab:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user closed an existing tab
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
private_mode_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user switched to private mode
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
normal_mode_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user switched to normal mode
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
new_tab_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened a new tab
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
new_private_tab_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened a new private tab
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
menu_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened three three dot menu in the tabs tray
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
save_to_collection:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
2020-11-11 01:26:41 +00:00
|
|
|
|
A user tapped the save to collection button in the tabs tray
|
2020-06-26 23:37:07 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
share_all_tabs:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user tapped the share all tabs button in the
|
|
|
|
|
three dot menu within the tabs tray
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
close_all_tabs:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user tapped the close all tabs button in the
|
|
|
|
|
three dot menu within the tabs tray
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11273
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12036
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-26 23:37:07 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-06-26 23:37:07 +00:00
|
|
|
|
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-07-18 23:05:42 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-01 00:07:41 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-01 00:07:41 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-01 00:07:41 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-07 23:05:20 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-14 18:39:54 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:30:12 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-27 17:58:34 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:30:12 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-27 17:58:34 +00:00
|
|
|
|
|
2019-08-28 21:41:37 +00:00
|
|
|
|
private_browsing_mode:
|
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-28 21:41:37 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-08-28 21:41:37 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-01"
|
2019-08-28 21:41:37 +00:00
|
|
|
|
|
2020-06-25 18:24:55 +00:00
|
|
|
|
contextual_hint.tracking_protection:
|
|
|
|
|
display:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The enhanced tracking protection contextual hint was
|
|
|
|
|
displayed.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9625
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11923
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:24:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-06-25 18:24:55 +00:00
|
|
|
|
dismiss:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The enhanced tracking protection contextual hint was
|
|
|
|
|
dismissed
|
|
|
|
|
by pressing the close button
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9625
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11923
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:24:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-06-25 18:24:55 +00:00
|
|
|
|
outside_tap:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The user tapped outside of the etp contextual hint
|
|
|
|
|
(which has no effect).
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9625
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11923
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:24:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-06-25 18:24:55 +00:00
|
|
|
|
inside_tap:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The user tapped inside of the etp contextual hint
|
|
|
|
|
(which brings up the etp panel for this site).
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/9625
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11923
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-06-25 18:24:55 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-06-25 18:24:55 +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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2019-09-18 19:59:30 +00:00
|
|
|
|
etp_setting_changed:
|
|
|
|
|
type: event
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-06-09 17:44:04 +00:00
|
|
|
|
A user changed their tracking protection level setting to either strict,
|
|
|
|
|
standard, or custom.
|
2019-09-18 19:59:30 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
etp_setting:
|
2020-06-09 17:44:04 +00:00
|
|
|
|
description: "The new setting for ETP: strict, standard, custom"
|
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
|
2020-06-09 17:44:04 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11063
|
2019-09-18 19:59:30 +00:00
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/5414#issuecomment-532847188
|
2020-06-09 17:44:04 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11383
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-18 19:59:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-10 16:42:46 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:28:17 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-20 21:49:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-20 21:49:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:33:04 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-27 15:02:29 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-09-27 15:02:29 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-13 01:24:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-13 01:24:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-13 01:24:30 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-12-15 12:46:15 +00:00
|
|
|
|
fullscreen:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
Video set to fullscreen.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15368
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16833
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
picture_in_picture:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
Video set to picture in picture mode.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15368
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16833
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-12 23:55:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-12 23:55:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-12 23:55:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-12 23:55:36 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-01-16 17:50:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-16 22:08:04 +00:00
|
|
|
|
open_login_editor:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user entered the edit screen for an individual saved login
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10173
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11208
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-16 22:08:04 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-16 22:08:04 +00:00
|
|
|
|
delete_saved_login:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user confirms delete of a saved login
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10173
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11208
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-16 22:08:04 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-16 22:08:04 +00:00
|
|
|
|
save_edited_login:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user saves changes made to an individual login
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10173
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11208
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-16 22:08:04 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:25:00 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-11-11 23:38:06 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2019-11-22 08:29:14 +00:00
|
|
|
|
|
2020-12-15 06:39:22 +00:00
|
|
|
|
downloads_misc:
|
|
|
|
|
download_added:
|
|
|
|
|
type: event
|
|
|
|
|
description:
|
|
|
|
|
A counter for how many times something is downloaded in the app.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11578
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16730
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-04-01"
|
|
|
|
|
|
2020-12-15 07:14:20 +00:00
|
|
|
|
downloads_management:
|
|
|
|
|
downloads_screen_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: >
|
|
|
|
|
A counter for the number of times users access the "Downloads" folder
|
|
|
|
|
inside the app.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15367
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16728
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-04-01"
|
|
|
|
|
|
|
|
|
|
item_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: >
|
|
|
|
|
A counter for how often a user tap to opens a download from inside the
|
|
|
|
|
"Downloads" folder.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15367
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16728
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-04-01"
|
|
|
|
|
|
|
|
|
|
item_deleted:
|
|
|
|
|
type: event
|
|
|
|
|
description: >
|
|
|
|
|
A counter for how often a user deletes one / more downloads at a time.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15367
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16728
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-04-01"
|
|
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-12-03 13:54:57 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:36:22 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2019-12-03 13:54:57 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:36:22 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2019-11-22 08:29:14 +00:00
|
|
|
|
notification_emails:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:30:12 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-01-07 20:06:27 +00:00
|
|
|
|
|
2020-05-20 21:35:57 +00:00
|
|
|
|
voice_search:
|
|
|
|
|
tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user selected the voice search button on the search screen.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10465
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10785
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-20 21:35:57 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:36:22 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-20 21:35:57 +00:00
|
|
|
|
|
2020-01-07 20:06:27 +00:00
|
|
|
|
top_sites:
|
2020-05-22 20:10:09 +00:00
|
|
|
|
open_default:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened a default top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8125
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10752
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-22 20:10:09 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2021-02-05 17:06:32 +00:00
|
|
|
|
open_google_search_attribution:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened the google top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17418
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17637
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
2020-09-16 14:14:06 +00:00
|
|
|
|
open_frecency:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened a frecency top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/14565
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15136
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-09-16 14:14:06 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-09-16 14:14:06 +00:00
|
|
|
|
open_pinned:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user opened a pinned top site
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/14565
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15136
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-09-16 14:14:06 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-09-16 14:14:06 +00:00
|
|
|
|
swipe_carousel:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user swiped to change the page of the top sites carousel
|
|
|
|
|
extra_keys:
|
|
|
|
|
page:
|
|
|
|
|
description: |
|
|
|
|
|
The page number the carousel is now on
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/14565
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15136
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-09-16 14:14:06 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-09-16 14:14:06 +00:00
|
|
|
|
long_press:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user long pressed on a top site
|
|
|
|
|
extra_keys:
|
|
|
|
|
type:
|
|
|
|
|
description: |
|
|
|
|
|
The type of top site. Options are: "FRECENCY," "DEFAULT," or "PINNED."
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/14565
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15136
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-09-16 14:14:06 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-01-07 20:06:27 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-01-07 20:06:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-01-07 20:06:27 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-01-07 20:06:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-01-07 20:06:27 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-01-07 20:06:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:34:54 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-02-03 13:17:49 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-02-03 13:17:49 +00:00
|
|
|
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-02-03 13:17:49 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-01-29 09:52:56 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-31 16:39:39 +00:00
|
|
|
|
expires: "2021-04-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-02-14 04:08:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-02-14 04:08:05 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:26:30 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
|
2020-06-25 17:06:26 +00:00
|
|
|
|
first_session:
|
2020-02-04 10:52:10 +00:00
|
|
|
|
campaign:
|
2020-04-15 17:04:27 +00:00
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
2020-06-25 17:06:26 +00:00
|
|
|
|
- first-session
|
2020-04-15 17:04:27 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-04-15 17:04:27 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:37:28 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
network:
|
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
2020-06-25 17:06:26 +00:00
|
|
|
|
- first-session
|
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-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:37:28 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
adgroup:
|
|
|
|
|
type: string
|
|
|
|
|
send_in_pings:
|
2020-06-25 17:06:26 +00:00
|
|
|
|
- first-session
|
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-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:37:28 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
creative:
|
|
|
|
|
send_in_pings:
|
2020-06-25 17:06:26 +00:00
|
|
|
|
- first-session
|
2020-02-04 10:52:10 +00:00
|
|
|
|
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-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:37:28 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-02-04 10:52:10 +00:00
|
|
|
|
timestamp:
|
|
|
|
|
send_in_pings:
|
2020-06-25 17:06:26 +00:00
|
|
|
|
- first-session
|
2020-02-14 22:09:14 +00:00
|
|
|
|
type: datetime
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
2020-05-22 21:17:47 +00:00
|
|
|
|
The Glean generated date and time of the installation. This is
|
|
|
|
|
unique per app install, though the rest of the data in this
|
|
|
|
|
ping is from Adjust and will remain static across installs.
|
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-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-02-04 10:52:10 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:37:28 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-12 18:52:58 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-12 18:52:58 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-12 18:52:58 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-12 18:52:58 +00:00
|
|
|
|
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
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-12 18:52:58 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-10-06 01:38:45 +00:00
|
|
|
|
expires: "2021-08-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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-02 17:12:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-04-02 17:12:31 +00:00
|
|
|
|
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
|
2020-05-30 06:12:03 +00:00
|
|
|
|
extra_keys:
|
|
|
|
|
addon_id:
|
|
|
|
|
description: |
|
|
|
|
|
The id of the add-on that was interacted with in the toolbar menu
|
2020-04-02 17:12:31 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/6174
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8318
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-02 17:12:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-04-02 17:12:31 +00:00
|
|
|
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-02 17:12:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-04-02 17:12:31 +00:00
|
|
|
|
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
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-04-02 17:12:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-05-30 06:12:03 +00:00
|
|
|
|
installed_addons:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: |
|
|
|
|
|
A list of all installed add-ons on the device.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8920
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11080
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-30 06:12:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-05-30 06:12:03 +00:00
|
|
|
|
enabled_addons:
|
|
|
|
|
type: string_list
|
|
|
|
|
description: |
|
|
|
|
|
A list of all enabled add-ons on the device.
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8920
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11080
|
2020-08-25 17:45:02 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-05-30 06:12:03 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2021-04-01"
|
2020-03-31 22:56:32 +00:00
|
|
|
|
|
|
|
|
|
startup.timeline:
|
2021-02-18 04:13:45 +00:00
|
|
|
|
framework_primary:
|
2020-03-31 22:56:32 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: timespan
|
2021-02-18 04:13:45 +00:00
|
|
|
|
time_unit: millisecond
|
2020-04-15 17:04:27 +00:00
|
|
|
|
description: |
|
|
|
|
|
The duration the Android framework takes to start before letting us run
|
2021-02-24 20:18:12 +00:00
|
|
|
|
code in `*Application.init` when this device has
|
|
|
|
|
`clock_ticks_per_second_v2` equal to 100: if it's not equal to 100, then
|
|
|
|
|
this value is captured in `framework_secondary`. We split this into two
|
|
|
|
|
metrics to make it easier to analyze in GLAM. We split on 100 because
|
|
|
|
|
when we did our initial brief analysis -
|
|
|
|
|
https://sql.telemetry.mozilla.org/queries/75591 - the results for clocks
|
|
|
|
|
ticks were overwhelmingly 100.
|
2021-02-18 04:13:45 +00:00
|
|
|
|
|
|
|
|
|
The duration is calculated from `appInitTimestamp -
|
2020-04-15 17:04:27 +00:00
|
|
|
|
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
|
|
|
|
|
2021-02-24 20:18:12 +00:00
|
|
|
|
For debugging purposes, `clock_ticks_per_second_v2`, 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
|
2021-02-18 04:13:45 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17972
|
2020-03-31 22:56:32 +00:00
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2021-02-18 04:13:45 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/18043#issue-575389284
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
framework_secondary:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: timespan
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: |
|
|
|
|
|
The duration the Android framework takes to start before letting us run
|
2021-02-24 20:18:12 +00:00
|
|
|
|
code in `*Application.init` when this device has
|
|
|
|
|
`clock_ticks_per_second_v2` not equal to 100. For more details on this
|
|
|
|
|
metric, see `framework_primary`
|
2021-02-18 04:13:45 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17972
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/18043#issue-575389284
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-10-06 01:48:55 +00:00
|
|
|
|
expires: "2021-08-01"
|
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: |
|
2021-02-18 04:13:45 +00:00
|
|
|
|
An error when attempting to record `framework_primary/secondary` - 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-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-10-06 01:48:55 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-07 11:59:24 +00:00
|
|
|
|
framework_start_read_error:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
|
|
|
|
type: boolean
|
|
|
|
|
description: |
|
|
|
|
|
An error when attempting to read stats from /proc pseudo-filesystem -
|
|
|
|
|
privacy managers can block access to reading these files -
|
|
|
|
|
the application will catch a file reading exception.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10434
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/10481
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
2020-05-07 11:59:24 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-10-06 01:48:55 +00:00
|
|
|
|
expires: "2021-08-01"
|
2021-02-24 20:18:12 +00:00
|
|
|
|
clock_ticks_per_second_v2:
|
2020-03-31 22:56:32 +00:00
|
|
|
|
send_in_pings:
|
|
|
|
|
- startup-timeline
|
2021-02-24 20:18:12 +00:00
|
|
|
|
type: quantity
|
|
|
|
|
unit: clock ticks per second
|
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
|
2021-02-24 20:18:12 +00:00
|
|
|
|
the `framework_primary/secondary` metrics.
|
2020-03-31 22:56:32 +00:00
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/8803
|
2021-02-24 20:18:12 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/18157
|
2020-03-31 22:56:32 +00:00
|
|
|
|
data_reviews:
|
2020-04-16 23:15:35 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/9788#pullrequestreview-394228626
|
2020-10-06 01:58:14 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
|
2021-02-24 20:18:12 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/18158#issue-579593943
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
2020-03-31 22:56:32 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2020-10-06 01:48:55 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
|
2021-02-11 23:19:26 +00:00
|
|
|
|
perf.startup:
|
|
|
|
|
application_on_create:
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: |
|
|
|
|
|
The duration of `FenixApplication.onCreate` in the main process.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17969
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
|
|
|
|
expires: "2021-08-11"
|
|
|
|
|
home_activity_on_create:
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: |
|
|
|
|
|
The duration of `HomeActivity.onCreate`.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/17969
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17973#issue-572183889
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
|
|
|
|
expires: "2021-08-11"
|
|
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-05-13 21:10:23 +00:00
|
|
|
|
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
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-05-13 21:10:23 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- gkruglov@mozilla.com
|
2020-08-25 17:45:02 +00:00
|
|
|
|
expires: "2020-11-15"
|
2020-07-28 21:18:48 +00:00
|
|
|
|
|
|
|
|
|
autoplay:
|
|
|
|
|
visited_setting:
|
|
|
|
|
type: event
|
|
|
|
|
description: A user visited the autoplay settings screen
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11579
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-28 21:18:48 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-28 21:18:48 +00:00
|
|
|
|
setting_changed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user changed their autoplay setting to either block_cellular,
|
|
|
|
|
block_audio, or block_all.
|
|
|
|
|
extra_keys:
|
|
|
|
|
autoplay_setting:
|
|
|
|
|
description: |
|
|
|
|
|
The new setting for autoplay: block_cellular,
|
|
|
|
|
block_audio, or block_all.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11579
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/13041#issuecomment-665777411
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-07-28 21:18:48 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
2021-02-02 18:27:10 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-21 22:28:02 +00:00
|
|
|
|
|
|
|
|
|
storage.stats:
|
|
|
|
|
query_stats_duration:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: timing_distribution
|
|
|
|
|
description: >
|
|
|
|
|
How long it took to query the device for the StorageStats that contain the
|
|
|
|
|
file size information. The docs say it may be expensive so we want to
|
|
|
|
|
ensure it's not too expensive. This value is only available on Android
|
|
|
|
|
8+.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/12802
|
|
|
|
|
data_reviews:
|
2020-07-31 22:14:54 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
|
2021-01-29 22:52:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-07-21 22:28:02 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2021-01-29 22:52:56 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-21 22:28:02 +00:00
|
|
|
|
app_bytes:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: memory_distribution
|
|
|
|
|
description: >
|
|
|
|
|
The size of the app's APK and related files as installed: this is expected
|
|
|
|
|
to be larger than download size. This is the output of
|
|
|
|
|
[StorageStats.getAppBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getAppBytes())
|
|
|
|
|
so see that for details. This value is only available on Android 8+. A
|
|
|
|
|
similar value may be available on the Google Play dashboard: we can use
|
|
|
|
|
this value to see if that value is reliable enough.
|
|
|
|
|
memory_unit: byte
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/12802
|
|
|
|
|
data_reviews:
|
2020-07-31 22:14:54 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
|
2021-01-29 22:52:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-07-21 22:28:02 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2021-01-29 22:52:56 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-21 22:28:02 +00:00
|
|
|
|
cache_bytes:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: memory_distribution
|
|
|
|
|
description: >
|
|
|
|
|
The size of all cached data in the app. This is the output of
|
|
|
|
|
[StorageStats.getCacheBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getCacheBytes())
|
|
|
|
|
so see that for details. This value is only available on Android 8+.
|
|
|
|
|
memory_unit: byte
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/12802
|
|
|
|
|
data_reviews:
|
2020-07-31 22:14:54 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
|
2021-01-29 22:52:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-07-21 22:28:02 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2021-01-29 22:52:56 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-07-21 22:28:02 +00:00
|
|
|
|
data_dir_bytes:
|
|
|
|
|
send_in_pings:
|
|
|
|
|
- metrics
|
|
|
|
|
type: memory_distribution
|
|
|
|
|
description: >
|
|
|
|
|
The size of all data minus `cache_bytes`. This is the output of
|
|
|
|
|
[StorageStats.getDataBytes](https://developer.android.com/reference/android/app/usage/StorageStats#getDataBytes())
|
|
|
|
|
except we subtract the value of `cache_bytes` so the cache is not measured
|
|
|
|
|
redundantly; see that method for details. This value is only available on
|
|
|
|
|
Android 8+.
|
|
|
|
|
memory_unit: byte
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/12802
|
|
|
|
|
data_reviews:
|
2020-07-31 22:14:54 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/12876#issuecomment-666770732
|
2021-01-29 22:52:56 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17704#issue-564299127
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
- interaction
|
2020-07-21 22:28:02 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- perf-android-fe@mozilla.com
|
|
|
|
|
- mcomella@mozilla.com
|
2021-01-29 22:52:56 +00:00
|
|
|
|
expires: "2021-08-01"
|
2020-08-03 18:59:31 +00:00
|
|
|
|
|
|
|
|
|
progressive_web_app:
|
|
|
|
|
homescreen_tap:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user taps on PWA homescreen icon
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10261
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11859
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-08-03 18:59:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
|
|
|
|
install_tap:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user installs a PWA. Could be a shortcut or added to homescreen.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10261
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11859
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-08-03 18:59:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
|
|
|
|
foreground:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user brings the PWA into the foreground.
|
|
|
|
|
extra_keys:
|
|
|
|
|
time_ms:
|
|
|
|
|
description: |
|
|
|
|
|
The current time in ms when the PWA was brought to the foreground.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10261
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11859
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-08-03 18:59:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
|
|
|
|
background:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
A user puts the PWA into the background.
|
|
|
|
|
extra_keys:
|
|
|
|
|
time_ms:
|
|
|
|
|
description: |
|
|
|
|
|
The current time in ms when the PWA was backgrounded.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/10261
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/11859
|
2020-08-10 13:11:42 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
2020-08-03 18:59:31 +00:00
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- erichards@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
2020-08-29 20:39:38 +00:00
|
|
|
|
|
|
|
|
|
master_password:
|
|
|
|
|
displayed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The master password migration dialog was displayed
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
|
|
|
|
migration:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
Logins were successfully migrated using a master password.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/14468#issuecomment-684114534
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-03-01"
|
2020-10-06 17:24:14 +00:00
|
|
|
|
|
|
|
|
|
tabs:
|
|
|
|
|
setting_opened:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The tab settings were opened.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/15347#issue-707408975
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/15811#issuecomment-706402952
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
2021-01-04 14:28:01 +00:00
|
|
|
|
|
2021-01-29 08:14:32 +00:00
|
|
|
|
banner_open_in_app:
|
|
|
|
|
displayed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
Open in App banner was shown.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16828
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17049
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
dismissed:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
User tapped 'dismiss' on Open in App banner.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16828
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17049
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
go_to_settings:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
User tapped 'go to settings' on Open in App banner.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/16828
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17049
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|
|
|
|
|
|
2021-01-04 14:28:01 +00:00
|
|
|
|
contextual_menu:
|
|
|
|
|
copy_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The context menu's 'copy' option was used.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11580
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16968
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-06-01"
|
|
|
|
|
search_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The context menu's 'search' option was used.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11580
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16968
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-06-01"
|
|
|
|
|
select_all_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The context menu's 'select all' option was used.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11580
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16968
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-06-01"
|
|
|
|
|
share_tapped:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The context menu's 'share' option was used.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/11580
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/16968
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-06-01"
|
2021-02-05 09:54:23 +00:00
|
|
|
|
|
2021-02-22 17:46:39 +00:00
|
|
|
|
engine_tab:
|
|
|
|
|
kills:
|
2021-02-05 09:54:23 +00:00
|
|
|
|
type: labeled_counter
|
|
|
|
|
labels:
|
|
|
|
|
- foreground
|
|
|
|
|
- background
|
|
|
|
|
description: |
|
|
|
|
|
How often was the content process of a foreground (selected) or
|
|
|
|
|
background tab killed.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/9366
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17864
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- skaspari@mozilla.com
|
|
|
|
|
expires: "2021-12-31"
|
|
|
|
|
kill_foreground_age:
|
2021-02-22 17:46:39 +00:00
|
|
|
|
type: timing_distribution
|
2021-02-05 09:54:23 +00:00
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: |
|
|
|
|
|
Measures the age of the engine session of a foreground (selected) tab
|
|
|
|
|
at the time its content process got killed.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/9366
|
|
|
|
|
data_reviews:
|
2021-03-02 14:55:11 +00:00
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17864
|
2021-02-05 09:54:23 +00:00
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- skaspari@mozilla.com
|
|
|
|
|
expires: "2021-12-31"
|
|
|
|
|
kill_background_age:
|
2021-02-22 17:46:39 +00:00
|
|
|
|
type: timing_distribution
|
2021-02-05 09:54:23 +00:00
|
|
|
|
time_unit: millisecond
|
|
|
|
|
description: |
|
|
|
|
|
Measures the age of the engine session of a background tab at the
|
|
|
|
|
time its content process got killed.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/android-components/issues/9366
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/17864
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- technical
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
- skaspari@mozilla.com
|
|
|
|
|
expires: "2021-12-31"
|
2021-03-08 20:21:00 +00:00
|
|
|
|
|
|
|
|
|
synced_tabs:
|
|
|
|
|
synced_tabs_suggestion_clicked:
|
|
|
|
|
type: event
|
|
|
|
|
description: |
|
|
|
|
|
The synced tab suggestion in awesomebar was clicked.
|
|
|
|
|
bugs:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/18163
|
|
|
|
|
data_reviews:
|
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/18172
|
|
|
|
|
data_sensitivity:
|
|
|
|
|
- interaction
|
|
|
|
|
notification_emails:
|
|
|
|
|
- fenix-core@mozilla.com
|
|
|
|
|
expires: "2021-08-01"
|