Source code
Revision control
Copy as Markdown
Other Tools
# 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
# 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.
---
messaging:
message_shown:
type: event
description: |
A message was shown to the user.
extra_keys:
message_key:
description: The id of the message
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
- cgordon@mozilla.com
data_sensitivity:
- interaction
expires: never
message_dismissed:
type: event
description: |
A message was dismissed by the user.
extra_keys:
message_key:
description: The id of the message
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
- cgordon@mozilla.com
data_sensitivity:
- interaction
expires: never
message_clicked:
type: event
description: |
A message was clicked by the user.
extra_keys:
message_key:
description: The id of the message
type: string
action_uuid:
description: The uuid of the action
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
- cgordon@mozilla.com
data_sensitivity:
- interaction
expires: never
message_expired:
type: event
description: |
A message maxDisplayCount has been surpassed.
extra_keys:
message_key:
description: The id of the message
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
- cgordon@mozilla.com
data_sensitivity:
- interaction
expires: never
malformed:
type: event
description: |
A message was malformed.
extra_keys:
message_key:
description: The id of the message
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
- cgordon@mozilla.com
data_sensitivity:
- interaction
expires: never
# Microsurvey
microsurvey:
shown:
type: event
description: |
The survey surface was shown and visible.
extra_keys:
survey_id:
description: The id of the survey.
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
data_sensitivity:
- interaction
expires: never
privacy_notice_tapped:
type: event
description: |
Records that the user tapped on the privacy notice.
extra_keys:
survey_id:
description: The id of the survey.
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
data_sensitivity:
- interaction
expires: never
dismiss_button_tapped:
type: event
description: |
Records that the user tapped on the close button to dismiss the survey.
extra_keys:
survey_id:
description: The id of the survey.
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
data_sensitivity:
- interaction
expires: never
confirmation_shown:
type: event
description: |
Records that the confirmation message in the survey has been viewed by the user.
extra_keys:
survey_id:
description: The id of the survey.
type: string
bugs:
data_reviews:
notification_emails:
- android-probes@mozilla.com
expires: never
submit_button_tapped:
type: event
description: User response data for a micro survey.
extra_keys:
survey_id:
description: The id of the survey.
type: string
user_selection:
description: |
The users selected option. For example, possible values are:
"Very satisfied", "satisfied", "neutral", "dissatisfied" and "Very dissatisfied".
type: string
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: never