# 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/.
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
no_lint:
- CATEGORY_GENERIC
events:
app_opened:
type: event
description: |
A user opened the app (from cold start, to the homescreen or browser)
extra_keys:
source:
description: |
The method used to open Fenix. Possible values are: `app_icon`,
`custom_tab` or `link`
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/968
-
https://github.com/mozilla-mobile/fenix/issues/10616
-
https://github.com/mozilla-mobile/fenix/issues/19923
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1917939
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
-
https://phabricator.services.mozilla.com/D222046
data_sensitivity:
- interaction
notification_emails:
- telemetry-client-dev@mozilla.com
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Performance
search_bar_tapped:
type: event
description: |
A user tapped the search bar
extra_keys:
source:
description: |
The view the user was on when they initiated the search (For example:
`Home` or `Browser`)
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/959
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Search
entered_url:
type: event
description: |
A user entered a url
extra_keys:
autocomplete:
description: |
A boolean that tells us whether the URL was autofilled by an
Autocomplete suggestion
type: boolean
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/959
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Search
performed_search:
type: event
description: |
A user performed a search
extra_keys:
source:
description: |
A string that tells us how the user performed the search. Possible
values are:
* default.action
* default.suggestion
* shortcut.action
* shortcut.suggestion
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/959
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
-
https://github.com/mozilla-mobile/fenix/pull/1677
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Search
browser_toolbar_action:
type: event
description: |
A browser toolbar item was tapped.
The name of the item that the user tapped is stored in extras with the
key `item`.
extra_keys:
item:
description: |
A string containing the name of the item the user tapped. These items
include:
back, back_long_press, custom_back, custom_back_long_press, forward,
forward_long_press, custom_forward, custom_forward_long_press, new_tab,
new_tab_long_press, tabs_tray, tabs_tray_long_press, menu_press.
type: string
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1937593
data_reviews:
-
https://phabricator.services.mozilla.com/D232243
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
browser_menu_action:
type: event
description: |
A browser menu item was tapped.
The name of the item that the user tapped is stored in extras with the
key `item`.
extra_keys:
item:
description: |
A string containing the name of the item the user tapped. These items
include:
add_bookmark, add_to_homescreen, add_to_top_sites, addon_details, addons_manager,
back, back_long_press, bookmark, bookmarks, desktop_view_off, desktop_view_on,
discover_more_extensions, web_extension_browser_action_clicked,
downloads, edit_bookmark, extensions_learn_more, extensions_submenu,
find_in_page, forward, forward_long_press, history, install_addon, new_tab,
new_private_tab, open_in_app, open_in_fenix, quit, reader_mode_appearance, reload,
remove_from_top_sites, save_submenu, save_to_collection, set_default_browser,
settings, share, stop, sync_account, tools_submenu, translate and print_content.
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/1024
-
https://github.com/mozilla-mobile/fenix/issues/19923
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1808689
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1836780
data_reviews:
-
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
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
-
https://github.com/mozilla-mobile/fenix/pull/27295
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
default_browser_changed:
type: event
description: |
Indicates the default browser was changed
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/18857
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
re_engagement_notif_tapped:
type: event
description: |
User tapped on the re-engagement notification
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/27949
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/27978
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
re_engagement_notif_shown:
type: event
description: |
Re-engagement notification was shown to the user
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/27949
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/27978
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
marketing_notification_allowed:
type: boolean
lifetime: application
description: |
True if marketing notifications are allowed, otherwise false.
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/27795
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/27797
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Notifications
toolbar_menu_visible:
type: event
description: |
The browser menu was displayed from toolbar menu
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/18855
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/18982#pullrequestreview-635098629
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21076#issuecomment-909237275
-
https://github.com/mozilla-mobile/fenix/pull/23802#issuecomment-1043255381
-
https://github.com/mozilla-mobile/fenix/pull/25405#issuecomment-1139058237
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
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
- baseline
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/17089
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/17935
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
no_lint:
- BASELINE_PING
metadata:
tags:
- PrivateBrowsing
preference_toggled:
type: event
description: |
A user toggled a boolean preference in settings
extra_keys:
preference_key:
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),
pref_key_sync_logins, pref_key_sync_bookmarks, pref_key_sync_history,
pref_key_show_voice_search,
and pref_key_show_search_suggestions_in_private.
type: string
enabled:
description: "Whether or not the preference is *now* enabled"
type: boolean
bugs:
-
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
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
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
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- technical
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Bookmarks
- History
- Logins
- PrivateBrowsing
- Search
whats_new_tapped:
type: event
description: |
A user opened the "what's new" page button
extra_keys:
source:
description: |
The view the user was on when they tapped on "what's new" page button (For example:
`HOME`, `ABOUT` or `MENU`)
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/5021
-
https://github.com/mozilla-mobile/fenix/issues/19923
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1809328
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/5090
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
-
https://github.com/mozilla-mobile/fenix/pull/27295
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
-
https://phabricator.services.mozilla.com/D227615
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
opened_link:
type: event
description: |
A user opened a link with Fenix
extra_keys:
mode:
description: |
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
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/5737
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/5975
-
https://github.com/mozilla-mobile/fenix/pull/13958#issuecomment-676857877
-
https://github.com/mozilla-mobile/fenix/pull/18143
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- PrivateBrowsing
opened_ext_pdf:
type: event
description: |
A user opened a PDF with Fenix from another app
extra_keys:
referrer_is_fenix:
description: |
If the PDF was opened from Fenix itself (for example from the Download notification)
type: boolean
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1871548
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/4940
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
- mcastelluccio@mozilla.com
- calixte@mozilla.com
- sylvestre@mozilla.com
expires: never
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
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/16727
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- SyncTabs
recently_closed_tabs_opened:
type: event
description: |
An event that indicates that the user
has accessed recently closed tabs list.
Deprecated in favor of "recently_closed_tabs.opened"
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/15366
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/16739
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Tabs
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
-
https://github.com/mozilla-mobile/fenix/issues/19923
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/16915
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- ContextMenu
browser_toolbar_home_tapped:
type: event
description: |
An event that indicates that a user has tapped
home button on browser toolbar.
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/19915
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/19936
-
https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
-
https://github.com/mozilla-mobile/fenix/pull/21316#issuecomment-944615938
-
https://github.com/mozilla-mobile/fenix/pull/27295
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
browser_toolbar_security_indicator_tapped:
type: event
description: |
An event that indicates that a user has tapped
the security indicator icon (at the start of the domain name).
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1869664
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/5019#issuecomment-1876329933
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
browser_toolbar_erase_tapped:
type: event
description: |
An event that indicates that a user has tapped
erase button on browser toolbar.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1859903
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/4151#issuecomment-1769519433
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
browser_toolbar_input_cleared:
type: event
description: |
A user pressed the circle cross icon, clearing the input in the toolbar.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1869664
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/5019#issuecomment-1876329933
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
browser_toolbar_qr_scan_tapped:
type: event
description: |
An event that indicates that a user has tapped
QR scan button on browser toolbar.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1862096
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1862096
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
browser_toolbar_qr_scan_completed:
type: event
description: |
An event that indicates that a QR code has been scanned successfully.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1869664
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/5019#issuecomment-1876329933
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
toolbar_tab_swipe:
type: event
description: |
A user swiped the toolbar to change the current tab.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1862096
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1862096
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Toolbar
tab_view_changed:
type: event
description: |
Indicates that the user has changed their tab view
settings, either from the default or by personal
preference.
extra_keys:
type:
description: |
A string containing the name of the tab view the user tapped.
These items include: list or grid.
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/19956
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/19959#issuecomment-882539619
-
https://github.com/mozilla-mobile/fenix/pull/24409
-
https://github.com/mozilla-mobile/fenix/pull/28709#issuecomment-1410276888
-
https://github.com/mozilla-mobile/firefox-android/pull/2597
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
save_to_pdf_tapped:
type: event
description: |
A user tapped the save to pdf option in the share sheet.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/3709
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/27257
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Sharing
save_to_pdf_failure:
type: event
description: |
A user tapped the save pdf but an error occurred
and the process failed.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
reason:
type: string
description: |
An error occurred while setting up for saving a PDF.
Default option is unknown, other options are no_settings_service, no_settings,
no_canonical_context, no_activity_context_delegate, no_activity_context,
no_print_delegate, and io_error.
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/27635
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/27661#issuecomment-1300505370
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Sharing
save_to_pdf_completed:
type: event
description: |
Saving to PDF successfully generated a PDF.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1829213#c4
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Sharing
print_failure:
type: event
description: |
A user tapped the print in the menu or share sheet but an error occurred
and the process failed.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
reason:
type: string
description: |
An error occurred while setting up for printing.
Default option is unknown, other options are no_settings_service, no_settings,
no_canonical_context, no_activity_context_delegate, no_activity_context,
no_print_delegate, and io_error.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
print_completed:
type: event
description: |
Printing from the share sheet or menu successfully completed.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c3
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
print_tapped:
type: event
description: |
A user tapped the print option in the menu or share sheet.
extra_keys:
source:
type: string
description: |
A string that indicates the type of document of pdf, non-pdf or unknown.
The default is unknown.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
share_menu_action:
type: event
description: |
A share menu item was tapped.
The name of the item that the user tapped is stored in extras with the
key `item`.
extra_keys:
item:
description: |
A string containing the name of the item the user tapped. These items
currently include: print
type: string
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517
data_reviews:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1837517#c5
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Sharing
share_to_app:
type: event
description: |
A user selected an app to share to from the share sheet.
extra_keys:
app_package:
description: |
Allowed package identifier for app or action (ex. 'org.mozilla.focus'
or 'com.android.bluetooth') the user selected. Any package identifiers
not in list are recorded as 'other'.
Currently allowed packages are:
'com.google.android.gm', 'com.microsoft.office.outlook',
'com.samsung.android.email.provider', 'com.facebook.katana',
'com.instagram.android', 'com.snapchat.android',
'com.google.android.keep', 'com.samsung.android.app.notes',
'com.microsoft.office.onenote', 'com.evernote',
'com.google.android.apps.messaging', 'com.facebook.orca',
'com.chating.messages.chat.fun', 'org.telegram.messenger',
'org.thoughtcrime.securesms', 'com.google.android.apps.dynamite',
'com.whatsapp', 'com.tencent.mm', 'com.Slack', 'com.discord',
'com.android.bluetooth', 'com.google.android.gms',
'org.mozilla.fenix.COPY_LINK_TO_CLIPBOARD
type: string
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/28033
data_reviews:
-
https://github.com/mozilla-mobile/fenix/pull/28118#issuecomment-1341620815
notification_emails:
- android-probes@mozilla.com
data_sensitivity:
- interaction
expires: never
metadata:
tags:
- Sharing
form_data_failure:
type: event
description: |
Form data retrieval from a tab failed.
bugs:
-
https://github.com/mozilla-mobile/fenix/issues/28280
data_reviews:
-
https://github.com/mozilla-mobile/fenix/issues/28280#issuecomment-1376040252
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
notification_emails:
- android-probes@mozilla.com
data_sensitivity:
- technical
expires: never
metadata:
tags:
- Performance
default_engine_selected:
type: event
description: |
A user selected a new default search engine to use
extra_keys:
engine:
type: string
description: |
The name of the default search engine the user selected as a string.
Custom search engine user created will have the name `Custom`.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1827686
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/1674
-
https://github.com/mozilla-mobile/firefox-android/pull/4039
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Search
first_session_ping_cancelled:
type: event
description: |
First session ping cancelled because Adjust metrics were empty.
bugs:
-
https://bugzilla.mozilla.org/show_bug.cgi?id=1875514
data_reviews:
-
https://github.com/mozilla-mobile/firefox-android/pull/5223
notification_emails:
- android-probes@mozilla.com
expires: never
translations:
action:
type: event
description: |
An area inside the translations feature was tapped.
The name of the translations area that the user tapped is stored in extras with the
key `item`.
extra_keys:
item:
description: |
A string containing the name of the item the user tapped. These items
include:
main_flow_toolbar, main_flow_browser, page_settings, global_settings,
global_lang_settings, global_site_settings, downloads, global_settings_from_prefere
nces
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1883968
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886851
- https://bugzilla.mozilla.org/show_bug.cgi?id=1890838
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1883968#c6
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886851#c8
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
offer_event:
type: event
description: |
The translations engine decided the user may be interested in a translation or that the user
should be offered a translation.
An "expected" event means the user is expected to want to translate and we should show the feature on the toolbar.
An "offer" event means we should popup the translations dialog.
extra_keys:
item:
description: |
A string containing the type of signal sent by the translations engine.
These signals include:
expected, offer
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886851
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886851#c8
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
translate_requested:
type: event
description: |
The user requested a translation of the page.
extra_keys:
to_language:
description: |
A string containing the BCP 47 that the user is translating the page to. Predefined based
on published translation models. For example, possible values are:
"en", "es", "fr", and all other translations engine "to" language codes.
type: string
from_language:
description: |
A string containing the BCP 47 that the user is translating the page from. Predefined based
on published translation models. For example, possible values are:
"en", "es", "fr", and all other translations engine "from" language codes.
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
translate_success:
type: event
description: |
The user requested a translation of the page and it completed successfully.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
translate_failed:
type: event
description: |
The user requested a translation of the page and it failed.
extra_keys:
error:
description: |
A string containing the name of the error that occurred. Possible values are predefined
in TranslationError and include:
unknown, unexpected-null, missing-session-coordinator, engine-not-supported, unknown-engine-support
could-not-translate, could-not-restore, could-not-determine-translation-download-size, could-not-load-languages,
could-not-load-settings, could-not-load-language-settings, could-not-load-never-translate-sites,
language-not-supported, model-could-not-retrieve, model-could-not-delete, model-could-not-download,
model-language-required, model-download-required
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
engine_supported:
type: event
description: |
The translations engine for translating pages is only supported on certain devices.
This probe indicates if the device supports the translations engine or not.
extra_keys:
support:
description: |
A string describing the support of the engine, either:
supported, unsupported,
type: string
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1886221#c3
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
splash_screen:
first_launch_extended:
type: event
description: |
The splash screen was shown for an extended period of time, providing more time
to download marketing and experiment data.
extra_keys:
data_fetched:
type: boolean
description: |
If the splash screen was closed due to data being fetched or due to the time running out.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1840315
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/2616
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- technical
notification_emails:
- android-probes@mozilla.com
expires: never
onboarding:
privacy_preferences_modal_crash_reporting_enabled:
type: event
description: The crash reporting preference value.
extra_keys:
value:
type: boolean
description: The crash reporting preference value.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933175
data_reviews:
- https://phabricator.services.mozilla.com/D230103
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
privacy_preferences_modal_usage_data_enabled:
type: event
description: The usage data preference value.
extra_keys:
value:
type: boolean
description: Whether the usage data option is enabled.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933175
data_reviews:
- https://phabricator.services.mozilla.com/D230103
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
privacy_preferences_modal_crash_reporting_learn_more:
type: event
description: The privacy preferences model usage data "learn more" link used".
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1943588
data_reviews:
- https://phabricator.services.mozilla.com/D235440
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
privacy_preferences_modal_usage_data_learn_more:
type: event
description: The privacy preferences model crash reporting "learn more" link used".
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1943588
data_reviews:
- https://phabricator.services.mozilla.com/D235440
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
syn_cfr_shown:
type: event
description: |
The Sync Onboarding CFR was shown to the user
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26489
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26507
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_cfr_implicit_dismissal:
type: event
description: |
The Sync Onboarding CFR was dismissed by the user by interacting
with the outside of the popup.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26489
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26507
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_cfr_explicit_dismissal:
type: event
description: |
The Sync Onboarding CFR was dismissed by the user by clicking on
the "X" button to close the popup.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26489
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26507
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- 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
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
- https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
- https://github.com/mozilla-mobile/fenix/pull/20517#pullrequestreview-718069041
- https://github.com/mozilla-mobile/fenix/pull/21038#issuecomment-906757301
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
welcome_card_impression:
type: event
description:
The welcome onboarding card was displayed to the user.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
welcome_close_clicked:
type: event
description:
The user clicked the `X` button from the welcome onboarding card.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
welcome_get_started_clicked:
type: event
description:
The user clicked the `Get started` button from the welcome onboarding
card.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_card_impression:
type: event
description:
The sync sign in onboarding card was displayed to the user.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_close_clicked:
type: event
description:
The user clicked the `X` button from the sync sign in onboarding card.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_sign_in_clicked:
type: event
description:
The user clicked the `Sign in` button from the sync sign in
onboarding card.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sync_skip_clicked:
type: event
description:
The user clicked the `Skip` button from the sign in onboarding card.
bugs:
- https://github.com/mozilla-mobile/fenix/issues/26551
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/26596
- https://github.com/mozilla-mobile/firefox-android/pull/3319
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
set_to_default_card:
type: event
description: |
User viewed onboarding set to default card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sign_in_card:
type: event
description: |
User viewed onboarding sign in card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
turn_on_notifications_card:
type: event
description: |
User viewed onboarding notification permission card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
add_ons_card:
type: event
description: |
User viewed the add-on onboarding card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1915873
data_reviews:
- https://phabricator.services.mozilla.com/D224615
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
terms_of_service_card:
type: event
description: |
User viewed the terms of service onboarding card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933253
data_reviews:
- https://phabricator.services.mozilla.com/D230140
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
terms_of_service_link_clicked:
type: event
description: |
User clicked the terms of service link on the onboarding card.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933253
data_reviews:
- https://phabricator.services.mozilla.com/D230140
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
terms_of_service_privacy_notice_link_clicked:
type: event
description: |
User clicked the privacy policy link on the terms of service onboarding card.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933253
data_reviews:
- https://phabricator.services.mozilla.com/D230140
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
terms_of_service_manage_link_clicked:
type: event
description: |
User clicked the manage link on the terms of service onboarding card.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933253
data_reviews:
- https://phabricator.services.mozilla.com/D230140
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
terms_of_service_accepted:
type: event
description: |
User clicked accept button on the terms of service onboarding card.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933253
data_reviews:
- https://phabricator.services.mozilla.com/D230140
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
add_on_installed:
type: event
description: |
User installed an add-on from the onboarding card.
extra_keys:
add_on_id:
type: string
description: |
The id of add-on that was installed.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1925327
data_reviews:
- https://phabricator.services.mozilla.com/D226033
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
add_ons_card_button_pressed:
type: event
description:
The user pressed the "start browsing" button from the add-ons onboarding card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1926243
- https://bugzilla.mozilla.org/show_bug.cgi?id=1926296
data_reviews:
- https://phabricator.services.mozilla.com/D226469
- https://phabricator.services.mozilla.com/D226633
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
toolbar_placement_card:
type: event
description: |
User viewed the toolbar placement onboarding card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1926956
data_sensitivity:
- interaction
data_reviews:
- https://phabricator.services.mozilla.com/D230299
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
theme_selection_card:
type: event
description: |
User viewed the pick a theme card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1926955
data_reviews:
- https://phabricator.services.mozilla.com/D229448
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
set_to_default:
type: event
description: |
User tapped on set to default button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
skip_default:
type: event
description: |
User tapped on skip set to default button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
sign_in:
type: event
description: |
User tapped on sign in button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
skip_sign_in:
type: event
description: |
User tapped on skip sign in button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
turn_on_notifications:
type: event
description: |
User tapped on turn on notifications button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
skip_turn_on_notifications:
type: event
description: |
User tapped on skip turn on notification button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1821726
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/1554
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
add_search_widget_card:
type: event
description: |
User viewed onboarding add search widget card.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/3310
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
add_search_widget:
type: event
description: |
User tapped on Add Firefox Widget in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/3310
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
skip_add_search_widget:
type: event
description: |
User tapped on skip add search widget button in onboarding.
extra_keys:
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1848960
data_reviews:
- https://github.com/mozilla-mobile/firefox-android/pull/3310
- https://github.com/mozilla-mobile/firefox-android/pull/4039
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never
metadata:
tags:
- Onboarding
select_toolbar_placement:
type: event
description: |
User selected a toolbar placement option and tapped on save button for picking toolbar placement in onboarding.
extra_keys:
toolbar_placement:
type: string
description: |
The type of toolbar placement selected (ie. top or bottom).
element_type:
type: string
description: |
Type of element that was viewed.
action:
type: string
description: |
Type of action taken by the user.
sequence_position:
type: string
description: |
Position of the onboarding card in the onboarding flow.
sequence_id:
type: string
description: |
Identifier for the sequence.
bugs:
--> --------------------
--> maximum size reached
--> --------------------