From ecf21081af66cbd11cd07b1a2877210c5087f575 Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Tue, 12 Mar 2019 16:06:36 -0700 Subject: [PATCH] For #865 - Documents the OpenedApp event --- docs/telemetry.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/telemetry.md b/docs/telemetry.md index a9585b582..8f06202ea 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -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). \ No newline at end of file +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 | | \ No newline at end of file