mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
74 lines
1.7 KiB
YAML
74 lines
1.7 KiB
YAML
# This file defines the metrics that are recorded by glean telemetry. They are
|
|
# automatically converted to Kotlin code at build time using the `glean_parser`
|
|
# PyPI package.
|
|
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
|
|
|
|
events:
|
|
app_opened:
|
|
type: event
|
|
description: >
|
|
A user opened the app
|
|
extra_keys:
|
|
source: "The source from which the app was opened"
|
|
bugs:
|
|
- 123456789
|
|
data_reviews:
|
|
- N/A
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: never
|
|
search_bar_tapped:
|
|
type: event
|
|
description: >
|
|
A user tapped the search bar
|
|
extra_keys:
|
|
source: "The source from which the search bar was tapped"
|
|
bugs:
|
|
- 123456789
|
|
data_reviews:
|
|
- N/A
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: never
|
|
entered_url:
|
|
type: event
|
|
description: >
|
|
A user entered a url
|
|
extra_keys:
|
|
autocomplete: "The url was filled by the autocomplete"
|
|
bugs:
|
|
- 123456789
|
|
data_reviews:
|
|
- N/A
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: never
|
|
performed_search:
|
|
type: event
|
|
description: >
|
|
A user performed a search
|
|
extra_keys:
|
|
search_suggestion: "The search was initiated from a search suggestion"
|
|
bugs:
|
|
- 123456789
|
|
data_reviews:
|
|
- N/A
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: never
|
|
|
|
metrics:
|
|
default_browser:
|
|
type: boolean
|
|
description: >
|
|
Is Fenix the default browser?
|
|
send_in_pings:
|
|
- metrics
|
|
bugs:
|
|
- 123456789
|
|
data_reviews:
|
|
- N/A
|
|
notification_emails:
|
|
- telemetry-client-dev@mozilla.com
|
|
expires: never |