From bf19e4a3fd7736eb22593d66f5863de57aac0c66 Mon Sep 17 00:00:00 2001 From: ekager Date: Fri, 31 Jul 2020 15:28:06 -0400 Subject: [PATCH] For #11280 - Adds FxA Signed Up Leanplum Event --- .../fenix/components/metrics/LeanplumMetricsService.kt | 1 + docs/mma.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt b/app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt index 7fbeb1e1f..15b59c1c8 100644 --- a/app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt +++ b/app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt @@ -36,6 +36,7 @@ private val Event.name: String? is Event.InteractWithSearchURLArea -> "E_Interact_With_Search_URL_Area" is Event.CollectionSaved -> "E_Collection_Created" is Event.CollectionTabRestored -> "E_Collection_Tab_Opened" + is Event.SyncAuthSignUp -> "E_FxA_New_Signup" is Event.SyncAuthSignIn -> "E_Sign_In_FxA" is Event.SyncAuthSignOut -> "E_Sign_Out_FxA" is Event.ClearedPrivateData -> "E_Cleared_Private_Data" diff --git a/docs/mma.md b/docs/mma.md index 14d8e2be7..de12f9208 100644 --- a/docs/mma.md +++ b/docs/mma.md @@ -215,7 +215,12 @@ Here is the list of current Events sent, which can be found here in the code bas `E_Collection_Tab_Opened` The user opened a tab from a previously created collection #4626 - + + + `E_FxA_New_Signup` + The user completed the signup process to new FxA account + #4626 + `E_Sign_In_FxA` The user successfully signed in to FxA