Bug 1452173 - Add Leanplum documentation for Users Opting out of pocket in top sites; r?sdaswani draft
authorPetru Lingurar <petru.lingurar@softvision.ro>
Tue, 10 Apr 2018 11:39:42 +0300
changeset 779577 76f0f387eff3c009a3d703c335f41d4a76a459e1
parent 779502 83de58ddda2057f1cb949537f6b111e3b115ea3d
child 779795 be7753e250c288a17d31160b10eb1384373a89ac
child 780357 f019c56a766d31e745a74992cd576408f3815b9a
push id105810
push userplingurar@mozilla.com
push dateTue, 10 Apr 2018 08:41:00 +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: 7jjRzh2wfe5
mobile/android/docs/mma.rst
--- a/mobile/android/docs/mma.rst
+++ b/mobile/android/docs/mma.rst
@@ -59,16 +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
   }
   "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.