mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
117 lines
3.5 KiB
YAML
117 lines
3.5 KiB
YAML
# 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:
|
|
source:
|
|
description: "The method used to open Fenix. Possible values are: `app_icon`, `custom_tab` or `link`"
|
|
bugs:
|
|
- 968
|
|
data_reviews:
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: "2020-03-01"
|
|
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`)"
|
|
bugs:
|
|
- 959
|
|
data_reviews:
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: "2020-03-01"
|
|
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"
|
|
bugs:
|
|
- 959
|
|
data_reviews:
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: "2020-03-01"
|
|
performed_search:
|
|
type: event
|
|
description: >
|
|
A user performed a search
|
|
extra_keys:
|
|
search_suggestion:
|
|
description: "A boolean that tells us whether or not the search term was suggested by the Awesomebar"
|
|
search_shortcut:
|
|
description: "A boolean that tells us whether or not the search was conducted through a search shortcut"
|
|
bugs:
|
|
- 959
|
|
data_reviews:
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: "2020-03-01"
|
|
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"
|
|
|
|
metrics:
|
|
default_browser:
|
|
type: boolean
|
|
description: >
|
|
Is Fenix the default browser?
|
|
send_in_pings:
|
|
- metrics
|
|
bugs:
|
|
- 960
|
|
data_reviews:
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: "2020-03-01" |