1
0
Fork 0
fenix/docs/telemetry.md

27 lines
1.4 KiB
Markdown
Raw Normal View History

# Telemetry
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum to measure feature performance and engagement.
## Baseline ping
2019-04-04 00:49:19 +02:00
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/blob/master/components/service/glean/docs/pings/pings.md) component and [documented in the Android Components repository](https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/pings/baseline.md).
2019-03-19 22:58:49 +01:00
## Metrics ping
Fenix creates and tries to send a "baseline" ping. It is defined inside the [`metrics.yaml`](https://github.com/mozilla-mobile/fenix/blob/master/app/metrics.yaml) file. This ping includes things like wether or not Fenix is currently the default browser.
## Events
2019-03-22 07:05:28 +01:00
Fenix sends event pings that allows us to measure feature performance. These are defined inside the [`metrics.yaml`](https://github.com/mozilla-mobile/fenix/blob/master/app/metrics.yaml) file.
## Activation
Fenix sends an activation ping once, at startup. Further documentation can be found in the [`activation` ping](activation.md) docs.
2019-03-22 07:05:28 +01:00
## Leanplum Events
| Event | Leanplum Key | extras |
|-----------------|---------------|-----------------------|
| OpenedApp | E_Opened_App | source* |
* `source`: The method used to open Fenix (For exmaple: `app_icon`, `custom_tab` or `link`)