1
0
Fork 0
fenix/app/metrics.yaml

307 lines
8.5 KiB
YAML
Raw Normal View History

2019-03-22 07:05:28 +01: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/.
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
events:
app_opened:
type: event
description: >
A user opened the app
extra_keys:
2019-03-22 07:05:28 +01:00
source:
description: "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
bugs:
2019-03-19 22:58:49 +01:00
- 968
data_reviews:
2019-03-19 22:58:49 +01:00
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
notification_emails:
- telemetry-client-dev@mozilla.com
2019-03-22 07:05:28 +01:00
expires: "2020-03-01"
search_bar_tapped:
type: event
description: >
A user tapped the search bar
extra_keys:
2019-03-22 07:05:28 +01:00
source:
description: "The view the user was on when they initiated the search (For example: `Home` or `Browser`)"
bugs:
2019-03-19 22:58:49 +01:00
- 959
data_reviews:
2019-03-19 22:58:49 +01:00
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
notification_emails:
- telemetry-client-dev@mozilla.com
2019-03-22 07:05:28 +01:00
expires: "2020-03-01"
entered_url:
type: event
description: >
A user entered a url
extra_keys:
2019-03-22 07:05:28 +01:00
autocomplete:
description: "A boolean that tells us whether the URL was autofilled by an Autocomplete suggestion"
bugs:
2019-03-19 22:58:49 +01:00
- 959
data_reviews:
2019-03-19 22:58:49 +01:00
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
notification_emails:
- telemetry-client-dev@mozilla.com
2019-03-22 07:05:28 +01:00
expires: "2020-03-01"
performed_search:
type: event
description: >
A user performed a search
extra_keys:
2019-03-22 07:05:28 +01:00
search_suggestion:
description: "A boolean that tells us whether or not the search term was suggested by the Awesomebar"
2019-03-26 22:45:23 +01:00
search_shortcut:
description: "A boolean that tells us whether or not the search was conducted through a search shortcut"
bugs:
2019-03-19 22:58:49 +01:00
- 959
data_reviews:
2019-03-19 22:58:49 +01:00
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
notification_emails:
- telemetry-client-dev@mozilla.com
2019-03-22 07:05:28 +01:00
expires: "2020-03-01"
browser_menu_action:
type: event
description: >
A browser menu item was tapped
extra_keys:
item:
description: >
A 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
bugs:
- 1024
data_reviews:
- TBD
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
2019-03-26 22:45:23 +01:00
ss_menu_opened:
type: event
description: >
A user opened the search shortcut menu in the search view by pressing the shortcuts button
bugs:
- 793
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
ss_menu_closed:
type: event
description: >
A user closed the search shortcut menu in the search view by pressing the shortcuts button
bugs:
- 793
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
ss_selected:
type: event
description: >
A user selected a search shortcut engine to use
extra_keys:
engine:
description: "The name of the built-in search engine the user selected as a string"
bugs:
- 793
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1202#issuecomment-476870449
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
2019-03-27 02:36:58 +01:00
crash_reporter:
opened:
type: event
description: >
The crash reporter was displayed
bugs:
- 1040
data_reviews:
- TBD
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
closed:
type: event
description: >
The crash reporter was closed
extra_keys:
crash_submitted:
description: "A boolean that tells us whether or not the user submitted a crash report"
bugs:
- 1040
data_reviews:
- TBD
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
context_menu:
item_tapped:
type: event
description: >
A user tapped an item in the browsers context menu
extra_keys:
named:
description: >
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
```
bugs:
- 957
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
find_in_page:
opened:
type: event
description: >
A user opened the find in page UI
bugs:
- 1036
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
closed:
type: event
description: >
A user closed the find in page UI
bugs:
- 1036
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
next_result:
type: event
description: >
A user clicked the "next result" button
bugs:
- 1036
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
previous_result:
type: event
description: >
A user clicked the "previous result" button
bugs:
- 1036
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
searched_page:
type: event
description: >
A user searched the page
bugs:
- 1036
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1344#issuecomment-479285010
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
quick_action_sheet:
opened:
type: event
description: >
A user opened the quick action sheet UI
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
closed:
type: event
description: >
A user closed the quick action sheet UI
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
share_tapped:
type: event
description: >
A user tapped the share button
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
bookmark_tapped:
type: event
description: >
A user tapped the bookmark button
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
download_tapped:
type: event
description: >
A user tapped the download button
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
read_tapped:
type: event
description: >
A user tapped the read button
bugs:
- 1195
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/1362#issuecomment-479668466
notification_emails:
- telemetry-client-dev@mozilla.com
expires: "2020-03-01"
metrics:
default_browser:
type: boolean
description: >
Is Fenix the default browser?
send_in_pings:
- metrics
bugs:
2019-03-19 22:58:49 +01:00
- 960
data_reviews:
2019-03-19 22:58:49 +01:00
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
notification_emails:
- telemetry-client-dev@mozilla.com
2019-03-22 07:05:28 +01:00
expires: "2020-03-01"