3.2 KiB
3.2 KiB
Metrics
This document enumerates the metrics collected by this project using the Glean SDK. This project may depend on other projects which also collect metrics. This means you might have to go searching through the dependency tree to get a full picture of everything collected by this project.
Pings
events
This is a built-in ping that is assembled out of the box by the Glean SDK.
See the Glean SDK documentation for the events
ping.
All Glean pings contain built-in metrics in the ping_info
and client_info
sections.
In addition to those built-in metrics, the following metrics are added to the ping:
Name | Type | Description | Data reviews | Extras | Expiration | Data Sensitivity |
---|---|---|---|---|---|---|
messaging.malformed | event | A message was malformed. | mozilla-mobile/fenix/issues/24224, mozilla-mobile/firefox-android#1101 |
|
never | 2 |
messaging.message_clicked | event | A message was clicked by the user. | mozilla-mobile/fenix/issues/24224, mozilla-mobile/firefox-android#1101 |
|
never | 2 |
messaging.message_dismissed | event | A message was dismissed by the user. | mozilla-mobile/fenix/issues/24224, mozilla-mobile/firefox-android#1101 |
|
never | 2 |
messaging.message_expired | event | A message maxDisplayCount has been surpassed. | mozilla-mobile/fenix/issues/24224, mozilla-mobile/firefox-android#1101 |
|
never | 2 |
messaging.message_shown | event | A message was shown to the user. | mozilla-mobile/fenix#24426, mozilla-mobile/firefox-android#1101 |
|
never | 2 |
Data categories are defined here.