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/.
|
|
|
|
|
2019-03-18 20:30:25 +00:00
|
|
|
|
|
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
|
|
|
|
|
2019-03-18 21:32:03 +00:00
|
|
|
events:
|
|
|
|
app_opened:
|
|
|
|
type: event
|
|
|
|
description: >
|
2019-03-18 21:54:36 +00:00
|
|
|
A user opened the app
|
2019-03-18 21:32:03 +00:00
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
source:
|
|
|
|
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:
|
2019-03-19 21:58:49 +00:00
|
|
|
- 968
|
2019-03-18 21:32:03 +00:00
|
|
|
data_reviews:
|
2019-03-19 21:58:49 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 21:32:03 +00:00
|
|
|
notification_emails:
|
|
|
|
- telemetry-client-dev@mozilla.com
|
2019-03-22 06:05:28 +00:00
|
|
|
expires: "2020-03-01"
|
2019-03-18 21:54:36 +00:00
|
|
|
search_bar_tapped:
|
|
|
|
type: event
|
|
|
|
description: >
|
|
|
|
A user tapped the search bar
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
source:
|
|
|
|
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:
|
2019-03-19 21:58:49 +00:00
|
|
|
- 959
|
2019-03-18 21:54:36 +00:00
|
|
|
data_reviews:
|
2019-03-19 21:58:49 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 21:54:36 +00:00
|
|
|
notification_emails:
|
|
|
|
- telemetry-client-dev@mozilla.com
|
2019-03-22 06:05:28 +00:00
|
|
|
expires: "2020-03-01"
|
2019-03-18 23:09:27 +00:00
|
|
|
entered_url:
|
|
|
|
type: event
|
|
|
|
description: >
|
|
|
|
A user entered a url
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
autocomplete:
|
|
|
|
description: "A boolean that tells us whether the URL was autofilled by an Autocomplete suggestion"
|
2019-03-18 23:09:27 +00:00
|
|
|
bugs:
|
2019-03-19 21:58:49 +00:00
|
|
|
- 959
|
2019-03-18 23:09:27 +00:00
|
|
|
data_reviews:
|
2019-03-19 21:58:49 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 23:09:27 +00:00
|
|
|
notification_emails:
|
|
|
|
- telemetry-client-dev@mozilla.com
|
2019-03-22 06:05:28 +00:00
|
|
|
expires: "2020-03-01"
|
2019-03-18 23:09:27 +00:00
|
|
|
performed_search:
|
|
|
|
type: event
|
|
|
|
description: >
|
|
|
|
A user performed a search
|
|
|
|
extra_keys:
|
2019-03-22 06:05:28 +00:00
|
|
|
search_suggestion:
|
|
|
|
description: "A boolean that tells us whether or not the search term was suggested by the Awesomebar"
|
2019-03-18 23:09:27 +00:00
|
|
|
bugs:
|
2019-03-19 21:58:49 +00:00
|
|
|
- 959
|
2019-03-18 23:09:27 +00:00
|
|
|
data_reviews:
|
2019-03-19 21:58:49 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 23:09:27 +00:00
|
|
|
notification_emails:
|
|
|
|
- telemetry-client-dev@mozilla.com
|
2019-03-22 06:05:28 +00:00
|
|
|
expires: "2020-03-01"
|
2019-03-18 21:32:03 +00:00
|
|
|
|
2019-03-18 20:30:25 +00:00
|
|
|
metrics:
|
|
|
|
default_browser:
|
|
|
|
type: boolean
|
|
|
|
description: >
|
|
|
|
Is Fenix the default browser?
|
|
|
|
send_in_pings:
|
|
|
|
- metrics
|
|
|
|
bugs:
|
2019-03-19 21:58:49 +00:00
|
|
|
- 960
|
2019-03-18 20:30:25 +00:00
|
|
|
data_reviews:
|
2019-03-19 21:58:49 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1067#issuecomment-474598673
|
2019-03-18 20:30:25 +00:00
|
|
|
notification_emails:
|
|
|
|
- telemetry-client-dev@mozilla.com
|
2019-03-22 06:05:28 +00:00
|
|
|
expires: "2020-03-01"
|