Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #981 - Adds link to mma.md to telemetry.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed Jun 14, 2019
1 parent 45b096c commit 3b84839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.leanplum.annotations.Parser
import com.leanplum.internal.LeanplumInternal
import org.mozilla.fenix.BuildConfig
import org.mozilla.fenix.utils.Settings
import java.util.*
import java.util.UUID

private val Event.name: String?
get() = when (this) {
Expand Down
9 changes: 2 additions & 7 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,5 @@ Fenix sends event pings that allows us to measure feature performance. These are

Fenix sends an activation ping once, at startup. Further documentation can be found in the [`activation` ping](activation.md) docs.

## 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`)
## Leanplum
See [here](https://github.com/mozilla-mobile/fenix/blob/master/docs/mma.md) for details on Leanplum usage in Firefox Preview.

0 comments on commit 3b84839

Please sign in to comment.