[fenix] For https://github.com/mozilla-mobile/fenix/issues/865 - Documents the OpenedApp event

pull/600/head
Jeff Boek 5 years ago
parent dede4c593b
commit e8d1723889

@ -1,7 +1,13 @@
# Telemetry
Nightly versions of Fenix (build on Taskcluster) send a "baseline" ping to Mozilla's telemetry service.
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum to measure feature performance and engagement.
## Baseline ping
Fenix crates and tries to send a "baseline" ping when the app goes to the background. This baseline ping is defined by the [Glean](https://github.com/mozilla-mobile/android-components/tree/master/components/service/glean) component and [documented in the Android Components repository](https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/baseline.md).
Fenix creates and tries to send a "baseline" ping when the app goes to the background. This baseline ping is defined by the [Glean](https://github.com/mozilla-mobile/android-components/tree/master/components/service/glean) component and [documented in the Android Components repository](https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/baseline.md).
## Events
| Event | Glean Key | Leanplum Key | extras |
|-----------|-----------|--------------|--------|
| OpenedApp | | E_Opened_App | |
Loading…
Cancel
Save