Bug 1452173 - Add Leanplum documentation for Users Opting out of pocket in top sites; r?sdaswani draft
authorPetru Lingurar <petru.lingurar@softvision.ro>
Wed, 11 Apr 2018 13:03:22 +0300
changeset 780357 f019c56a766d31e745a74992cd576408f3815b9a
parent 779577 76f0f387eff3c009a3d703c335f41d4a76a459e1
push id105979
push userplingurar@mozilla.com
push dateWed, 11 Apr 2018 10:06:34 +0000
reviewerssdaswani
bugs1452173, 1445799
milestone61.0a1
Bug 1452173 - Add Leanplum documentation for Users Opting out of pocket in top sites; r?sdaswani Make mention of the new LeanPlum user attribute introduced as per Bug 1445799 MozReview-Commit-ID: GeuXCTfKZod
mobile/android/docs/mma.rst
--- a/mobile/android/docs/mma.rst
+++ b/mobile/android/docs/mma.rst
@@ -59,17 +59,17 @@ following parameters::
   // 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 Installed" -> true           // If Focus for Android is installed.
     "Klar Installed" -> true            // If Klar for Android is installed.
     "Pocket Installed" -> true          // If Pocket 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.
-    "Pocket in Top Sites" -> true       // If Top Sites home panel contain websites recommended by Pocket
+    "Pocket in Top Sites" -> true       // If Pocket recommendations for Top Sites home panel are enabled (by default or through user action)
   }
   "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.