Bug 1374889 - Update Leanplum document for Focus/Klar installation, Sync,Default Browser user attribute. r?liuche draft
authorNevin Chen <cnevinchen@gmail.com>
Wed, 28 Jun 2017 14:05:40 -0700
changeset 606685 737c77b5fb87c344bea066d299cb55e13d36126e
parent 606684 8785ccbc6bfcecaf92f55d1b1ba73a78ea598b5d
child 606686 4f2da14f0581bf1e37dc8893ef4d673916db91e7
child 607174 8f9484e6de4531dad2c4acd3b93c02c8cbf8c191
push id67774
push userbmo:cnevinchen@gmail.com
push dateTue, 11 Jul 2017 08:35:59 +0000
reviewersliuche
bugs1374889
milestone56.0a1
Bug 1374889 - Update Leanplum document for Focus/Klar installation, Sync,Default Browser user attribute. r?liuche MozReview-Commit-ID: GF9fXkps60D
mobile/android/docs/mma.rst
--- a/mobile/android/docs/mma.rst
+++ b/mobile/android/docs/mma.rst
@@ -55,18 +55,21 @@ following parameters::
   "event" -> "Launch"                   // Used when an event is triggered. e.g. E_Saved_Bookmark.
   "info" -> ""                          // Used when an event is triggered. Basic context associated with the event.
   "value" -> 0.0                        // Used when an event is triggered. Value of that event.
   "messageId" -> 5111602214338560       // Used when an event is triggered. The ID of the message.
 
   // Sent when the app starts
   "action" -> "start"                   // start: Leanplum SDK starts. heartbeat
   "userAttributes" -> "{                // A set of key-value pairs used to describe the user.
-    "focus" -> true                     // If Focus for Android is installed.
-  }"
+    "Focus Installed" -> true           // If Focus for Android is installed.
+    "Klar Installed" -> true            // If Klar for Android is installed.
+    "Signed In Sync" -> true            // If the user has signed in to Mozilla account.
+    "Default Browser" -> true           // If the user has set Fennec as default browser.
+  }
   "appId" -> "app_6Ao...."              // Leanplum App ID.
   "clientKey" -> "dev_srwDUNZR...."     // Leanplum client access key.
   "systemName" -> "Android OS"          // Fixed String in SDK.
   "locale" -> "zh_TW"                   // System Locale.
   "timezone" -> "Asia/Taipei"           // System Timezone.
   "versionName" -> "55.0a1"             // Fennec version.
   "systemVersion" -> "7.1.2"            // System version.
   "deviceModel" -> "Google Pixel"       // System device model.