1
0
Fork 0
fenix/docs/metrics.md

17 KiB

Pings

Events

key type description data deview extras expires
app_opened event A user opened the app link
sourceThe method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`
2020-03-01
search_bar_tapped event A user tapped the search bar link
sourceThe view the user was on when they initiated the search (For example: `Home` or `Browser`)
2020-03-01
entered_url event A user entered a url link
autocompleteA boolean that tells us whether the URL was autofilled by an Autocomplete suggestion
2020-03-01
performed_search event A user performed a search link
description

A string that tells us how the user performed the search. Possible values are:

  • default.action
  • default.suggestion
  • shortcut.action
  • shortcut.suggestion
2020-03-01
browser_menu_action event A browser menu item was tapped link
itemA string containing the name of the item the user tapped. These items include: Settings, Library, Help, Desktop Site toggle on/off, Find in Page, New Tab, Private Tab, Share, Report Site Issue, Back/Forward button, Reload Button
2020-03-01
ss_menu_opened event A user opened the search shortcut menu in the search view by pressing the shortcuts button link 2020-03-01
ss_menu_closed event A user closed the search shortcut menu in the search view by pressing the shortcuts button link 2020-03-01
ss_selected event A user selected a search shortcut engine to use link
engineThe name of the built-in search engine the user selected as a string
2020-03-01
total_uri_count counter A counter of URIs visited by the user in the current session, including page reloads. This does not include background page requests and URIs from embedded pages or private browsing. link 2020-03-01
preference_toggled event A user toggled a preference switch in settings link
preference_keyThe preference key for the switch preference the user toggled. We currently track: leakcanary, make_default_browser, show_search_suggestions, show_visited_sites_bookmarks, remote_debugging, telemetry, tracking_protection
enabledWhether or not the preference is now enabled
2020-03-01

crash_reporter

key type description data deview extras expires
opened event The crash reporter was displayed link 2020-03-01
closed event The crash reporter was closed link
crash_submittedA boolean that tells us whether or not the user submitted a crash report
2020-03-01

context_menu

key type description data deview extras expires
item_tapped event A user tapped an item in the browsers context menu link
named The name of the item that was tapped. Available items are ``` open_in_new_tab, open_in_private_tab, open_image_in_new_tab, save_image, share_link, copy_link, copy_image_location ```
2020-03-01

find_in_page

key type description data deview extras expires
opened event A user opened the find in page UI link 2020-03-01
closed event A user closed the find in page UI link 2020-03-01
next_result event A user clicked the "next result" button link 2020-03-01
previous_result event A user clicked the "previous result" button link 2020-03-01
searched_page event A user searched the page link 2020-03-01

quick_action_sheet

key type description data deview extras expires
opened event A user opened the quick action sheet UI link 2020-03-01
closed event A user closed the quick action sheet UI link 2020-03-01
share_tapped event A user tapped the share button link 2020-03-01
bookmark_tapped event A user tapped the bookmark button link 2020-03-01
download_tapped event A user tapped the download button link 2020-03-01
read_tapped event A user tapped the read button link 2020-03-01

bookmarks_management

key type description data deview extras expires
open_in_new_tab event A user opened a bookmark in a new tab. link 2020-03-01
open_in_new_tabs event A user opened multiple bookmarks at once in new tabs. link 2020-03-01
open_in_private_tab event A user opened a bookmark in a new private tab. link 2020-03-01
open_in_private_tabs event A user opened multiple bookmarks at once in new private tabs. link 2020-03-01
edited event A user edited the title and/or URL of an existing bookmark. link 2020-03-01
moved event A user moved an existing bookmark or folder to another folder. link 2020-03-01
removed event A user removed a bookmark item. link 2020-03-01
multi_removed event A user removed multiple bookmarks at once. link 2020-03-01
shared event A user shared a bookmark. link 2020-03-01
copied event A user copied a bookmark. link 2020-03-01
folder_add event A user added a new bookmark folder. link 2020-03-01

custom_tab

key type description data deview extras expires
closed event A user closed the custom tab link 2020-03-01
action_button event A user pressed the action button provided by the launching app link 2020-03-01
menu event A user opened the custom tabs menu link 2020-03-01

qr_scanner

key type description data deview extras expires
opened event A user opened the QR scanner link 2020-03-01
prompt_displayed event A user scanned a QR code, causing a confirmation prompt to display asking if they want to navigate to the page link 2020-03-01
navigation_allowed event A user tapped "allow" on the prompt, directing the user to the website scanned link 2020-03-01
navigation_denied event A user tapped "deny" on the prompt, putting the user back to the scanning view link 2020-03-01

qr_scanner

key type description data deview extras expires
opened event A user opened the library link 2020-03-01
closed event A user closed the library link 2020-03-01
selected_item event A user selected a library item link
itemThe library item the user selected
2020-03-01

Metrics