应用安全检测报告
应用安全检测报告,支持文件搜索、内容检索和AI代码分析
移动应用安全检测报告

BetterTogether v3.0.0
46
安全评分
安全基线评分
46/100
中风险
综合风险等级
风险等级评定
- A
- B
- C
- F
应用存在一定安全风险,建议优化
漏洞与安全项分布
7
高危
59
中危
4
信息
2
安全
隐私风险评估
10
第三方跟踪器
高隐私风险
检测到大量第三方跟踪器
检测结果分布
高危安全漏洞
7
中危安全漏洞
59
安全提示信息
4
已通过安全项
2
重点安全关注
0
高危安全漏洞 App 链接 assetlinks.json 文件未找到
[android:name=com.bettertogether.fitbit.FitbitActivity][android:host=https://www.bettertogether-app.com] App Link 资产验证 URL(https://www.bettertogether-app.com/.well-known/assetlinks.json)未找到或配置不正确。(状态码:406)。应用程序链接允许用户通过 Web URL 或电子邮件直接跳转到移动应用。如果 assetlinks.json 文件缺失或主机/域配置错误,恶意应用可劫持此类 URL,导致网络钓鱼攻击,泄露 URI 中的敏感信息(如 PII、OAuth 令牌、魔术链接/重置令牌等)。请务必通过托管 assetlinks.json 文件并在 Activity 的 intent-filter 中设置 [android:autoVerify="true"] 来完成 App Link 域名验证。
高危安全漏洞 SSL的不安全实现。信任所有证书或接受自签名证书是一个关键的安全漏洞。此应用程序易受MITM攻击
SSL的不安全实现。信任所有证书或接受自签名证书是一个关键的安全漏洞。此应用程序易受MITM攻击 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md#android-network-apis Files: com/mopub/network/CustomSSLSocketFactory.java, line(s) 9,10,3
高危安全漏洞 该文件是World Readable。任何应用程序都可以读取文件
该文件是World Readable。任何应用程序都可以读取文件 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#testing-local-storage-for-sensitive-data-mstg-storage-1-and-mstg-storage-2 Files: m9/f.java, line(s) 34
高危安全漏洞 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。
应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: e6/a.java, line(s) 45 ub/a.java, line(s) 52
高危安全漏洞 已启用远程WebView调试
已启用远程WebView调试 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04c-Tampering-and-Reverse-Engineering.md#debugging-and-tracing Files: com/onesignal/s5.java, line(s) 38,9
高危安全漏洞 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击
如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05h-Testing-Platform-Interaction.md#static-analysis-7 Files: com/mopub/common/privacy/ConsentDialogActivity.java, line(s) 66,7
高危安全漏洞 应用程序包含隐私跟踪程序
此应用程序有多个10隐私跟踪程序。跟踪器可以跟踪设备或用户,是终端用户的隐私问题。
中危安全漏洞 应用已启用明文网络流量
[android:usesCleartextTraffic=true] 应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。
中危安全漏洞 Activity (com.bettertogether.base.BaseActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.login.LoginActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.main.MainActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.sign_up.SignUpActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.confirmation.email.EmailConfirmationActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.account.create.OnBoardAccountActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.account.edit.EditAccountActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.account.edit.ViewAccountActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.password.reset.ResetPasswordActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.confirmation.CheckYourEmailActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.password.create.CreateNewPasswordActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.group.create.CreateGroupActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.group.edit.EditGroupActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.group.details.GroupDetailsActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.group.invite.InviteGroupActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.records.weight.WeightRecordActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.chat.view.ChatActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.questions.QuestionsActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.storyly.StorylyProfileActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.contact.ContactUsActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.intro.IntroActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.welcome.WelcomeActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.fitbit.FitbitActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.fitbit.FitbitAuthActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.subscription.SubscriptionPlansActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.subscription.SubscriptionPlansInAppActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.screens.trialEnd.TrialEndReminderActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.facebook.CustomTabActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.bettertogether.syncUserData.AlarmReceiver) 未受保护。
[android:exported=true] 检测到 Broadcast Receiver 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.bettertogether.healthConnect.HealthConnectPrivacyActivity) 受权限保护,但应检查权限保护级别。
Permission: android.permission.START_VIEW_PERMISSION_USAGE [android:exported=true] 检测到 Activity 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Activity (com.bettertogether.healthConnect.HealthConnectActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.onesignal.FCMBroadcastReceiver) 受权限保护,但应检查权限保护级别。
Permission: com.google.android.c2dm.permission.SEND [android:exported=true] 检测到 Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Activity (com.onesignal.NotificationOpenedActivityHMS) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.onesignal.NotificationDismissReceiver) 未受保护。
[android:exported=true] 检测到 Broadcast Receiver 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.onesignal.BootUpReceiver) 未受保护。
[android:exported=true] 检测到 Broadcast Receiver 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.onesignal.UpgradeReceiver) 未受保护。
[android:exported=true] 检测到 Broadcast Receiver 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.onesignal.NotificationOpenedReceiver) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Activity (com.onesignal.NotificationOpenedReceiverAndroid22AndOlder) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Service (androidx.work.impl.background.systemjob.SystemJobService) 受权限保护,但应检查权限保护级别。
Permission: android.permission.BIND_JOB_SERVICE [android:exported=true] 检测到 Service 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Broadcast Receiver (androidx.work.impl.diagnostics.DiagnosticsReceiver) 受权限保护,但应检查权限保护级别。
Permission: android.permission.DUMP [android:exported=true] 检测到 Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Service (androidx.health.platform.client.impl.sdkservice.HealthDataSdkService) 未受保护。
[android:exported=true] 检测到 Service 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Service (com.google.android.gms.auth.api.signin.RevocationBoundService) 受权限保护,但应检查权限保护级别。
Permission: com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION [android:exported=true] 检测到 Service 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Activity (com.google.android.gms.tagmanager.TagManagerPreviewActivity) 未受保护。
[android:exported=true] 检测到 Activity 已导出,未受任何权限保护,任意应用均可访问。
中危安全漏洞 Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) 受权限保护,但应检查权限保护级别。
Permission: com.google.android.c2dm.permission.SEND [android:exported=true] 检测到 Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护,但应检查权限保护级别。
Permission: android.permission.DUMP [android:exported=true] 检测到 Broadcast Receiver 已导出并受未在本应用定义的权限保护。请在权限定义处核查其保护级别。若为 normal 或 dangerous,恶意应用可申请并与组件交互;若为 signature,仅同证书签名应用可访问。
中危安全漏洞 高优先级 Intent(999) - {1} 个命中
[android:priority] 通过设置较高的 Intent 优先级,应用可覆盖其他请求,可能导致安全风险。
中危安全漏洞 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库
应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04h-Testing-Code-Quality.md#injection-flaws-mstg-arch-2-and-mstg-platform-2 Files: com/onesignal/e4.java, line(s) 6,7,8,9,10,268,269,388 g7/b.java, line(s) 4,5,62,109 si/c.java, line(s) 7,72 ti/g.java, line(s) 4,24 ti/m.java, line(s) 5,6,73 yf/j.java, line(s) 4,415 z9/j.java, line(s) 4,35 z9/o.java, line(s) 4,41
中危安全漏洞 SHA-1是已知存在哈希冲突的弱哈希
SHA-1是已知存在哈希冲突的弱哈希 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: com/mopub/common/util/Utils.java, line(s) 46 io/sentry/y2.java, line(s) 769 mc/d.java, line(s) 544 nl/f.java, line(s) 551 rl/b.java, line(s) 321 wm/b.java, line(s) 41
中危安全漏洞 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage Files: com/github/mikephil/charting/charts/Chart.java, line(s) 564,611 com/github/mikephil/charting/utils/FileUtils.java, line(s) 141,169
中危安全漏洞 应用程序使用不安全的随机数生成器
应用程序使用不安全的随机数生成器 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators Files: b6/r.java, line(s) 13 b6/w0.java, line(s) 4 br/a.java, line(s) 3 br/b.java, line(s) 3 br/c.java, line(s) 3 cn/i.java, line(s) 17 com/appsflyer/internal/AFb1bSDK.java, line(s) 17 com/bettertogether/screens/dashboard/DashboardFragment.java, line(s) 115 com/bettertogether/screens/splash/SplashActivity.java, line(s) 32 cr/a.java, line(s) 3 dn/b.java, line(s) 11 dn/g.java, line(s) 17 dn/l.java, line(s) 14 dp/d1.java, line(s) 30 dp/f1.java, line(s) 3 dp/r2.java, line(s) 11 ep/p.java, line(s) 39 fq/m.java, line(s) 8 ga/p0.java, line(s) 4 h/r0.java, line(s) 45 hg/d.java, line(s) 24 hk/a.java, line(s) 7 ih/o.java, line(s) 3 jh/j.java, line(s) 34 js/g.java, line(s) 10 js/k.java, line(s) 5 kp/s.java, line(s) 17 ls/q.java, line(s) 3 mq/b.java, line(s) 12 nc/c.java, line(s) 3 oc/a.java, line(s) 4 p0/e.java, line(s) 7 pl/t1.java, line(s) 8 rc/a.java, line(s) 3 rc/b.java, line(s) 3 x0/t.java, line(s) 9 y9/c0.java, line(s) 26 y9/i0.java, line(s) 18 yb/f.java, line(s) 9 z8/r.java, line(s) 52 z9/v.java, line(s) 4
中危安全漏洞 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等
文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#checking-memory-for-sensitive-data-mstg-storage-10 Files: com/adapty/internal/data/cache/CacheKeysKt.java, line(s) 9,17,39,40,41,42,43 com/adapty/internal/data/cloud/RequestFactory.java, line(s) 55 com/adapty/internal/utils/AnalyticsEventTypeAdapter.java, line(s) 28 com/adapty/ui/internal/utils/ConstsKt.java, line(s) 18 com/bettertogether/remote/model/common/subscription/UserReview.java, line(s) 82 com/bettertogether/remote/model/request/ChangePasswordRequest.java, line(s) 73 com/bettertogether/remote/model/request/CredentialsRequest.java, line(s) 90 com/bettertogether/subscription/SubscriptionRequest.java, line(s) 151 com/mopub/common/Constants.java, line(s) 65,66 com/mopub/common/DataKeys.java, line(s) 4,13,14,6,9,20,15,32,16,8,23,25,24,26,27,31,33,34 com/mopub/common/GpsHelper.java, line(s) 12 com/mopub/common/MoPubBrowser.java, line(s) 22 com/mopub/mobileads/BaseVideoPlayerActivity.java, line(s) 13 com/mopub/mobileads/GooglePlayServicesBanner.java, line(s) 20,21,22,23,24 com/mopub/mobileads/GooglePlayServicesInterstitial.java, line(s) 18,19,20,21,22 com/mopub/mobileads/GooglePlayServicesRewardedVideo.java, line(s) 24,25,26 com/mopub/nativeads/GooglePlayServicesNative.java, line(s) 19,20,21 com/onesignal/d5.java, line(s) 217 ep/l.java, line(s) 149 mg/j.java, line(s) 42 n0/n1.java, line(s) 25 og/f.java, line(s) 37 og/h0.java, line(s) 89 og/z.java, line(s) 81
中危安全漏洞 应用程序创建临时文件。敏感信息永远不应该被写进临时文件
应用程序创建临时文件。敏感信息永远不应该被写进临时文件 Files: com/bettertogether/screens/shop/imageAnalysis/ImageAnalysisActivity.java, line(s) 177 hf/g.java, line(s) 65 r6/f.java, line(s) 83 vm/b.java, line(s) 364 zc/u.java, line(s) 62,158
中危安全漏洞 MD5是已知存在哈希冲突的弱哈希
MD5是已知存在哈希冲突的弱哈希 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4 Files: ih/j0.java, line(s) 68 j9/x.java, line(s) 37 pl/c1.java, line(s) 261 rh/k.java, line(s) 113 zf/d.java, line(s) 33
中危安全漏洞 不安全的Web视图实现。可能存在WebView任意代码执行漏洞
不安全的Web视图实现。可能存在WebView任意代码执行漏洞 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05h-Testing-Platform-Interaction.md#testing-javascript-execution-in-webviews-mstg-platform-5 Files: com/onesignal/s5.java, line(s) 46,45
中危安全漏洞 此应用程序可能会请求root(超级用户)权限
此应用程序可能会请求root(超级用户)权限 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05j-Testing-Resiliency-Against-Reverse-Engineering.md#testing-root-detection-mstg-resilience-1 Files: io/sentry/android/core/internal/util/e.java, line(s) 32,32,32,32,32
中危安全漏洞 IP地址泄露
IP地址泄露 Files: com/mopub/mobileads/admob/BuildConfig.java, line(s) 13 e9/z.java, line(s) 14,15,11,12,16,17,10
中危安全漏洞 Firebase远程配置已启用
Firebase远程配置URL ( https://firebaseremoteconfig.googleapis.com/v1/projects/133079756978/namespaces/firebase:fetch?key=AIzaSyBQ1t4VgtEbfR3JnqOv5YIh4DGA2_5Fcs4 ) 已启用。请确保这些配置不包含敏感信息。响应内容如下所示: { "entries": { "Group_digit": "0-9", "Languages": "{\"languages\":[\"en\"]}", "Paywall_times": "1", "Paywall_times_test": "0", "Prompt": "{\"role\":\"Role: Please respond in the capacity of an accredited dietitian, nutritionist, or certified fitness coach to ensure the advice is professional and reliable. Please respond to the user's questions with empathy. Acknowledge the user's emotions with varied responses. Ensure that each reply starts differently to avoid repetition. Use empathetic and supportive phrases like 'That sounds challenging,' 'I'm here to help,' or 'I can see how that might be difficult.' These are just examples—please ensure to alternate between different expressions and avoid starting every response with the same phrase. Don’t start answering with 'I understand…'. For questions related to how to use the app (e.g., how to join groups, log weight, record steps, etc.), kindly direct the user to the Welcome story located at the top bar of the home screen, where the app's functionality is explained. Adding weight can be done once a challenge has started, and the app will guide the user on how to do this. However, for more detailed instructions and additional information, the Welcome story provides a comprehensive explanation.\",\"requirements\":\"Requirements: When relevant, use locally available ingredients and include dishes popular based on the person's location. In case the user specifically asks for meals, the reply should be based on reputable sources such as https://www.eatingwell.com/ or similar. Ensure that each meal and snack is balanced, nutritious, and appropriate for the user's dietary restrictions and activity level. Prioritize data and recommendations from peer-reviewed scientific research, government health guidelines, accredited nutritionists or dietitians, reputable culinary blogs, or well-known health and wellness publications. Provide concise responses focused solely on the user's question, without adding any additional information or advice beyond what is specifically requested. Keep replies as short as possible and on-topic, with a maximum length of 400 tokens. Don't add markdowns or other formatting signs like ** but make the text in the best readable format that can be used in mobile app text chat.\",\"user_profile\":{\"age\":\"Age:\",\"gender\":\"Gender:\",\"location\":\"Location:\",\"height\":\"Height:\",\"weight\":\"Weight:\",\"target_weight\":\"Target weight:\",\"days_to_group_end\":\"Time to target weight:\",\"dietary_restrictions\":\"Dietary restrictions or allergies:\",\"food_preferences\":\"Food preferences in terms of cuisines or dishes:\",\"user_diet\":\"The user's preferred diet(s):\",\"health_concerns\":\"Health concerns or medical conditions affecting nutrition:\"},\"post\":\"Make sure you carefully take into account all the above instructions and then answer the following question.\",\"post_question\":\"Please provide information based on the user's question and the provided details.\"}", "activity_to_steps": "[{\"Activity\":\"Aerobic dancing class\",\"EquivSteps\":127},{\"Activity\":\"שיעור ריקוד אירובי\",\"EquivSteps\":127},{\"Activity\":\"Aerobic fitness class\",\"EquivSteps\":181},{\"Activity\":\"שיעור כושר אירובי\",\"EquivSteps\":181},{\"Activity\":\"Aerobics, low impact\",\"EquivSteps\":125},{\"Activity\":\"Barre\",\"EquivSteps\":125},{\"Activity\":\"אימון בר\",\"EquivSteps\":125},{\"Activity\":\"Aerobics, step\",\"EquivSteps\":153},{\"Activity\":\"Auto repair (light to moderate) Min\",\"EquivSteps\":71},{\"Activity\":\"Auto repair (light to moderate) Max\",\"EquivSteps\":91},{\"Activity\":\"Backpack\",\"EquivSteps\":195},{\"Activity\":\"Sex\",\"EquivSteps\":100},{\"Activity\":\"Badminton (casual – competitive) Min\",\"EquivSteps\":131},{\"Activity\":\"Badminton (casual – competitive) Max\",\"EquivSteps\":203},{\"Activity\":\"Ballet\",\"EquivSteps\":120},{\"Activity\":\"בלט\",\"EquivSteps\":120},{\"Activity\":\"Baseball\",\"EquivSteps\":111},{\"Activity\":\"Basketball (shooting baskets)\",\"EquivSteps\":174},{\"Activity\":\"כדורסל (אימון קליעות)\",\"EquivSteps\":174},{\"Activity\":\"Basketball game\",\"EquivSteps\":242},{\"Activity\":\"משחק כדורסל\",\"EquivSteps\":242},{\"Activity\":\"Bicycling, leisurely\",\"EquivSteps\":116},{\"Activity\":\"רכיבה על אופניים, בקצב קל\",\"EquivSteps\":116},{\"Activity\":\"Basketball (playing by wheelchair)\",\"EquivSteps\":164},{\"Activity\":\"כדורסל (משחק בכיסאות גלגלים)\",\"EquivSteps\":164},{\"Activity\":\"Bicycling, easy pace\",\"EquivSteps\":130},{\"Activity\":\"Bicycling, moderate pace\",\"EquivSteps\":170},{\"Activity\":\"רכיבה על אופניים, בקצב בינוני\",\"EquivSteps\":170},{\"Activity\":\"Bicycling, vigorous pace\",\"EquivSteps\":200},{\"Activity\":\"רכיבה על אופניים, בקצב מהיר\",\"EquivSteps\":200},{\"Activity\":\"Boxing, non-competitive\",\"EquivSteps\":131},{\"Activity\":\"איגרוף, לא תחרותי\",\"EquivSteps\":131},{\"Activity\":\"Boxing, competitive\",\"EquivSteps\":222},{\"Activity\":\"איגרוף, תחרותי\",\"EquivSteps\":222},{\"Activity\":\"Bowl\",\"EquivSteps\":87},{\"Activity\":\"באולינג\",\"EquivSteps\":87},{\"Activity\":\"Calisthenics\",\"EquivSteps\":106},{\"Activity\":\"Canoe, light to moderate Min\",\"EquivSteps\":87},{\"Activity\":\"Canoe, light to moderate Max\",\"EquivSteps\":106},{\"Activity\":\"Circuit Training\",\"EquivSteps\":232},{\"Activity\":\"Climb (rock mountain)\",\"EquivSteps\":270},{\"Activity\":\"Croquet\",\"EquivSteps\":76},{\"Activity\":\"Cross-country skiing\",\"EquivSteps\":232},{\"Activity\":\"CrossFit\",\"EquivSteps\":243},{\"Activity\":\"קרוספיט\",\"EquivSteps\":243},{\"Activity\":\"Curling (sweeping)\",\"EquivSteps\":125},{\"Activity\":\"Dance (light to lively) Min\",\"EquivSteps\":109},{\"Activity\":\"ריקוד רגוע\",\"EquivSteps\":109},{\"Activity\":\"Dance (light to lively) Max\",\"EquivSteps\":131},{\"Activity\":\"ריקוד אינטנסיבי\",\"EquivSteps\":131},{\"Activity\":\"Downhill ski\",\"EquivSteps\":174},{\"Activity\":\"סקי במדרון\",\"EquivSteps\":174},{\"Activity\":\"Elliptical trainer\",\"EquivSteps\":203},{\"Activity\":\"מכשיר אליפטי\",\"EquivSteps\":203},{\"Activity\":\"Fencing\",\"EquivSteps\":182},{\"Activity\":\"Firewood carry stack\",\"EquivSteps\":145},{\"Activity\":\"Fishing\",\"EquivSteps\":91},{\"Activity\":\"Football Min\",\"EquivSteps\":199},{\"Activity\":\"Football Max\",\"EquivSteps\":260},{\"Activity\":\"Frisbee\",\"EquivSteps\":91},{\"Activity\":\"פריזבי\",\"EquivSteps\":91},{\"Activity\":\"Gardening(light)\",\"EquivSteps\":116},{\"Activity\":\"Gardening (heavy)\",\"EquivSteps\":174},{\"Activity\":\"Golf, no cart, carry clubs, 18 holes\",\"EquivSteps\":131},{\"Activity\":\"Handball\",\"EquivSteps\":180},{\"Activity\":\"כדוריד\",\"EquivSteps\":180},{\"Activity\":\"Hang laundry on line\",\"EquivSteps\":72},{\"Activity\":\"Hike, general\",\"EquivSteps\":172},{\"Activity\":\"Horseback ride\",\"EquivSteps\":116},{\"Activity\":\"רכיבה על סוסים\",\"EquivSteps\":116},{\"Activity\":\"Hockey (field ice)\",\"EquivSteps\":260},{\"Activity\":\"Horseshoes\",\"EquivSteps\":71},{\"Activity\":\"House garage cleaning\",\"EquivSteps\":101},{\"Activity\":\"Ice skate – slow\",\"EquivSteps\":84},{\"Activity\":\"Ice skate - moderate\",\"EquivSteps\":122},{\"Activity\":\"Ice skate - fast\",\"EquivSteps\":203},{\"Activity\":\"Judo Karate\",\"EquivSteps\":236},{\"Activity\":\"ג'ודו, קרטה\",\"EquivSteps\":236},{\"Activity\":\"Jump rope, fast\",\"EquivSteps\":300},{\"Activity\":\"קפיצת חבל מהירה\",\"EquivSteps\":300},{\"Activity\":\"Jump rope, moderate\",\"EquivSteps\":250},{\"Activity\":\"קפיצת חבל בקצב בינוני\",\"EquivSteps\":250},{\"Activity\":\"Kayak\",\"EquivSteps\":152},{\"Activity\":\"קיאק\",\"EquivSteps\":152},{\"Activity\":\"Kickboxing\",\"EquivSteps\":290},{\"Activity\":\"קיקבוקסינג\",\"EquivSteps\":290},{\"Activity\":\"Lacrosse\",\"EquivSteps\":242},{\"Activity\":\"Miniature golf\",\"EquivSteps\":91},{\"Activity\":\"Mop\",\"EquivSteps\":60},{\"Activity\":\"Mow lawn (push) – small lot\",\"EquivSteps\":160},{\"Activity\":\"Mow lawn (push) – large lot\",\"EquivSteps\":242},{\"Activity\":\"Nursing/Breastfeeding\",\"EquivSteps\":40},{\"Activity\":\"Orienteer\",\"EquivSteps\":260},{\"Activity\":\"Paint wall room Min\",\"EquivSteps\":78},{\"Activity\":\"Paint wall room Max\",\"EquivSteps\":131},{\"Activity\":\"Peloton Ride, easy pace\",\"EquivSteps\":130},{\"Activity\":\"רכיבה על אופני פלוטון, קצב קל\",\"EquivSteps\":130},{\"Activity\":\"Peloton Ride, moderate pace\",\"EquivSteps\":170},{\"Activity\":\"רכיבה על אופני פלוטון, קצב בינוני\",\"EquivSteps\":170},{\"Activity\":\"Peloton Ride, with arms class\",\"EquivSteps\":200},{\"Activity\":\"רכיבה על אופני פלוטון, כולל ידיים\",\"EquivSteps\":200},{\"Activity\":\"Pickleball (Doubles)\",\"EquivSteps\":140},{\"Activity\":\"Pickleball (Singles)\",\"EquivSteps\":156},{\"Activity\":\"Pilates\",\"EquivSteps\":101},{\"Activity\":\"פילאטיס\",\"EquivSteps\":91},{\"Activity\":\"פילאטיס מכשירים\",\"EquivSteps\":101},{\"Activity\":\"Ping pong\",\"EquivSteps\":116},{\"Activity\":\"פינג פונג\",\"EquivSteps\":116},{\"Activity\":\"Plant trees\",\"EquivSteps\":174},{\"Activity\":\"Plumbing task\",\"EquivSteps\":63},{\"Activity\":\"Polo\",\"EquivSteps\":325},{\"Activity\":\"Power lifting\",\"EquivSteps\":152},{\"Activity\":\"Punching bag\",\"EquivSteps\":116},{\"Activity\":\"שק איגרוף\",\"EquivSteps\":116},{\"Activity\":\"Push-ups\",\"EquivSteps\":87},{\"Activity\":\"פשיטות ידיים\",\"EquivSteps\":87},{\"Activity\":\"Racquetball\",\"EquivSteps\":174},{\"Activity\":\"Raking lawn\",\"EquivSteps\":100},{\"Activity\":\"Rock climbing\",\"EquivSteps\":325},{\"Activity\":\"Roller blade/skate\",\"EquivSteps\":200},{\"Activity\":\"רולר בלייד/סקייט\",\"EquivSteps\":200},{\"Activity\":\"Rowing\",\"EquivSteps\":166},{\"Activity\":\"Rugby\",\"EquivSteps\":290},{\"Activity\":\"רוגבי\",\"EquivSteps\":290},{\"Activity\":\"Run, 10 mph (6 min mile)\",\"EquivSteps\":463},{\"Activity\":\"ריצה, (6 דקות לקילומטר)\",\"EquivSteps\":463},{\"Activity\":\"Run, 8 mph (7.5 min mile)\",\"EquivSteps\":391},{\"Activity\":\"ריצה, (7.5 דקות לקילומטר)\",\"EquivSteps\":391},{\"Activity\":\"Run, 6 mph (10 min mile)\",\"EquivSteps\":290},{\"Activity\":\"ריצה, (10 דקות לקילומטר)\",\"EquivSteps\":290},{\"Activity\":\"Run, 5 mph (12 min mile)\",\"EquivSteps\":232},{\"Activity\":\"ריצה, (12 דקות לקילומטר)\",\"EquivSteps\":232},{\"Activity\":\"Scuba Diving\",\"EquivSteps\":203},{\"Activity\":\"Skateboard\",\"EquivSteps\":152},{\"Activity\":\"סקייטבורד\",\"EquivSteps\":152},{\"Activity\":\"Skeeball\",\"EquivSteps\":52},{\"Activity\":\"Skiing, light moderate\",\"EquivSteps\":109},{\"Activity\":\"סקי\",\"EquivSteps\":109},{\"Activity\":\"Skiing, cross-country\",\"EquivSteps\":114},{\"Activity\":\"Sledding\",\"EquivSteps\":158},{\"Activity\":\"Snow shovel\",\"EquivSteps\":174},{\"Activity\":\"Snowboard\",\"EquivSteps\":182},{\"Activity\":\"סנובורד\",\"EquivSteps\":182},{\"Activity\":\"Snowshoe\",\"EquivSteps\":181},{\"Activity\":\"Soccer, recreational\",\"EquivSteps\":145},{\"Activity\":\"כדורגל רגיל\",\"EquivSteps\":145},{\"Activity\":\"Soccer, competitive\",\"EquivSteps\":200},{\"Activity\":\"כדורגל תחרותי\",\"EquivSteps\":200},{\"Activity\":\"Softball\",\"EquivSteps\":145},{\"Activity\":\"סופטבול\",\"EquivSteps\":145},{\"Activity\":\"Spinning\",\"EquivSteps\":200},{\"Activity\":\"ספינינג\",\"EquivSteps\":200},{\"Activity\":\"Squash\",\"EquivSteps\":348},{\"Activity\":\"סקווש\",\"EquivSteps\":348},{\"Activity\":\"Stair climbing, machine\",\"EquivSteps\":200},{\"Activity\":\"טיפוס מדרגות, מכונה\",\"EquivSteps\":200},{\"Activity\":\"Stair climbing, down stairs\",\"EquivSteps\":71},{\"Activity\":\"Stair climbing, up stairs\",\"EquivSteps\":181},{\"Activity\":\"Stretch\",\"EquivSteps\":15},{\"Activity\":\"Surf\",\"EquivSteps\":91},{\"Activity\":\"גלישת גלים\",\"EquivSteps\":91},{\"Activity\":\"Swimming, backstroke\",\"EquivSteps\":181},{\"Activity\":\"שחיית גב\",\"EquivSteps\":181},{\"Activity\":\"Swimming, butterfly\",\"EquivSteps\":272},{\"Activity\":\"שחיית פרפר\",\"EquivSteps\":272},{\"Activity\":\"Swimming, freestyle\",\"EquivSteps\":181},{\"Activity\":\"שחייה בסגנון חופשי\",\"EquivSteps\":181},{\"Activity\":\"Swimming, leisure\",\"EquivSteps\":174},{\"Activity\":\"Swimming, treading water\",\"EquivSteps\":116},{\"Activity\":\"Tae Bo\",\"EquivSteps\":250},{\"Activity\":\"Tae Kwon Do\",\"EquivSteps\":290},{\"Activity\":\"טאי קוואן דו\",\"EquivSteps\":290},{\"Activity\":\"Tai Chi\",\"EquivSteps\":40},{\"Activity\":\"טאי צ'י\",\"EquivSteps\":40},{\"Activity\":\"Tennis\",\"EquivSteps\":232},{\"Activity\":\"טניס\",\"EquivSteps\":232},{\"Activity\":\"Trampoline\",\"EquivSteps\":101},{\"Activity\":\"Trim trees shrubs manually\",\"EquivSteps\":116},{\"Activity\":\"Vacuum house\",\"EquivSteps\":94},{\"Activity\":\"Volleyball (light to moderate) Min\",\"EquivSteps\":87},{\"Activity\":\"כדורעף\",\"EquivSteps\":87},{\"Activity\":\"כדורשת\",\"EquivSteps\":87},{\"Activity\":\"Volleyball (light to moderate) Max\",\"EquivSteps\":121},{\"Activity\":\"כדורעף חופים\",\"EquivSteps\":121},{\"Activity\":\"Walk slow\",\"EquivSteps\":68},{\"Activity\":\"הליכה איטית\",\"EquivSteps\":68},{\"Activity\":\"Walk moderate\",\"EquivSteps\":122},{\"Activity\":\"הליכה מתונה\",\"EquivSteps\":122},{\"Activity\":\"Walk fast\",\"EquivSteps\":197},{\"Activity\":\"הליכה מהירה\",\"EquivSteps\":197},{\"Activity\":\"Wash car (small to truck) Min\",\"EquivSteps\":71},{\"Activity\":\"Wash car (small to truck) Max\",\"EquivSteps\":87},{\"Activity\":\"Swimming, breaststroke 1.6kmph\",\"EquivSteps\":89},{\"Activity\":\"Swimming, breaststroke 3.2kmph\",\"EquivSteps\":178},{\"Activity\":\"Wash windows manually\",\"EquivSteps\":87},{\"Activity\":\"Water aerobics\",\"EquivSteps\":116},{\"Activity\":\"Water ski\",\"EquivSteps\":174},{\"Activity\":\"סקי מים\",\"EquivSteps\":174},{\"Activity\":\"Wax your car\",\"EquivSteps\":80},{\"Activity\":\"Weight lift, light\",\"EquivSteps\":67},{\"Activity\":\"Weight lift, moderate\",\"EquivSteps\":87},{\"Activity\":\"הרמת משקולות\",\"EquivSteps\":87},{\"Activity\":\"Weight lift, vigorous\",\"EquivSteps\":174},{\"Activity\":\"Wheelchair use (manual)\",\"EquivSteps\":101},{\"Activity\":\"Yard Work (light to moderate) Min\",\"EquivSteps\":89},{\"Activity\":\"Yard Work (light to moderate) Max\",\"EquivSteps\":145},{\"Activity\":\"Yoga (light to moderate) Min\",\"EquivSteps\":45},{\"Activity\":\"גמישות ומתיחות\",\"EquivSteps\":45},{\"Activity\":\"יוגה - רגוע\",\"EquivSteps\":45},{\"Activity\":\"Yoga (light to moderate) Max\",\"EquivSteps\":72},{\"Activity\":\"יוגה - מאמץ בינוני\",\"EquivSteps\":72},{\"Activity\":\"Treadmill\",\"EquivSteps\":196},{\"Activity\":\"הליכון\",\"EquivSteps\":196},{\"Activity\":\"Zumba\",\"EquivSteps\":148},{\"Activity\":\"HIIT (moderate)\",\"EquivSteps\":100},{\"Activity\":\"HIIT (intense)\",\"EquivSteps\":150},{\"Activity\":\"Wrestling moderate (practice drills, lighter sparring)\",\"EquivSteps\":150},{\"Activity\":\"Wrestling high-intensity (matches, intense sparring)\",\"EquivSteps\":200},{\"Activity\":\"זומבה\",\"EquivSteps\":148}]", "alwaysShowLongPaywall": "false", "api_params": "{\"model\":\"gpt-4o-mini\",\"max_tokens\":600,\"temperature\":0.7,\"free_messages\":5}", "banner_ad_chat_challenge_day_count": "1", "base_url": "https://api.luz2win.com", "base_url_debug": " http://10.0.100.115", "bmr_multiplier": "{\"multipliers\":{\"range1\":1.1,\"range2\":1.2,\"range3\":1.25,\"range4\":1.3,\"range5\":1.4}}", "create_challenge_button_text": "Create Challenge", "daily_tip_images": "{\"image_1\":{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_1.png\"},\"image_2\":{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_2.png\"}}", "daily_tip_images_1": "[{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_11.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_12.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_13.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_14.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_15.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_16.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_17.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_18.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_19.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_2.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_20.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_21.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_22.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_23.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_24.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_25.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_3.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_4.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_5.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_6.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_7.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_8.png\"},{\"link\":\"https://d376fyzjbo9nop.cloudfront.net//daily_tip_images/wellness_image_9.png\"}]", "donate_popup_message_de": "Wir sorgen uns um deine Gesundheit und dein Wohlbefinden, deshalb haben wir BetterTogether als KOSTENLOSE App erstellt, um dich zum Handeln zu motivieren.\\n\\nWenn du unsere App lohnend findest, belohne uns bitte mit einer Spende.\\nEs würde uns helfen, die App zu verbessern und dir ein noch größeres Erlebnis zu bieten.\\nDanke für dein Trinkgeld! \\n\\nDanke, dass du uns hilfst!\\ndas BetterTogether-App-Team", "donate_popup_message_en": "The BetterTogether-App was created as a FREE app to enable everyone to have access to a healthy way to manage their weight loss goals.\\n\\nTo keep BetterTogther-App generating the motivation and accountability you feel we need a simple $5 donation – just like a one-day morning coffee.\\n\\nIf you found our app rewarding in any way, please consider rewarding us back. \\n\\nYours,\\nThe BetterTogether App Team", "donate_popup_message_es": "Nos preocupamos por su salud y bienestar, por eso hemos creado BetterTogether como una aplicación GRATUITA para ayudarlo a estar motivado para tomar una acción. \\n\\nSi encuentra útil esta aplicación, le agradeceríamos amablemente su donación. \\n\\nNos ayudaría a mejorar la aplicación y le proporcionaría una experiencia aún mejor. \\n\\nGracias por tu consejo!", "donate_popup_message_fr": "Nous nous soucions de votre santé et de votre bien-être, c'est pourquoi nous avons créé BetterTogether en tant qu'application GRATUITE pour vous aider à être motivé à agir. \\n\\nSi vous trouvez cette application utile, nous apprécierions votre don. \\n\\nCela nous aiderait à améliorer l'application et à vous offrir une expérience encore plus grande. \\n\\nMerci pour votre conseil!", "donate_popup_message_he": "אכפת לנו מהבריאות והרווחה שלך, לכן יצרנו את BetterTogether כאפליקציה חינמית שתעזור לך להיות עם מוטיבציה לנקוט בפעולה. \\n\\n אם אתה מוצא את האפליקציה הזו שימושית, אנו נודה לך על תרומתך. \\n\\n זה יעזור לנו לשפר את האפליקציה ולספק לך חוויה גדולה עוד יותר. \\n\\n תודה על הטיפ שלך!", "donate_popup_message_zh": "我们制作BetterTogether这个免费app,去鼓励你行动起来,因为我们在乎你的健康和幸福。\\n\\n如何你觉得这个app好用的话,可以通过捐赠的方式回馈我们。\\n\\n这可以帮助我们改进app,并提供你更好的体验\\n感谢你的捐赠!\\n\\n感谢你的帮助\\n\\nBetterTogether-App团队.", "donate_popup_present_for_already_tipped": "true", "donate_popup_presenting_weeks": "54", "donate_popup_success_message_de": "Wir schätzen Ihren Tipp sehr! \\n\\nEs bedeutet uns sehr viel! \\nDankeschön!", "donate_popup_success_message_en": "We greatly appreciate your tip! \\n\\nIt means a lot to us! \\nThank you!", "donate_popup_success_message_es": "Apreciamos mucho tu consejo! \\n Significa mucho para nosotros! \\n\\n Gracias!", "donate_popup_success_message_fr": "Nous apprécions grandement votre pourboire! \\n\\n Cela signifie beaucoup pour nous! \\n merci!", "donate_popup_success_message_he": "אנו מעריכים מאוד את הטיפ שלך! \\n זה חשוב מאוד בשבילנו! \\n\\n תודה!", "donate_popup_success_message_zh": "我们非常感谢您的提示! \\n\\n这对我们很重要!\\n谢谢你!", "donate_popup_success_title_de": "Danke, dass Sie uns helfen!", "donate_popup_success_title_en": "Thanks for helping us!", "donate_popup_success_title_es": "Gracias por ayudarnos!", "donate_popup_success_title_fr": "Merci de nous aider!", "donate_popup_success_title_he": "תודה שעזרת לנו!", "donate_popup_success_title_zh": "谢谢你帮助我们!", "donate_popup_title_de": "Wir brauchen deine Hilfe Werde besser zusammen.", "donate_popup_title_en": "Are We Helping You Lose Weight?", "donate_popup_title_es": "Necesitamos que nos ayude a mejorar juntos.", "donate_popup_title_fr": "Nous avons besoin de vous pour nous aider à aller mieux ensemble.", "donate_popup_title_he": "אנחנו צריכים שתעזור לנו להשתפר ביחד.", "donate_popup_title_zh": "我们需要你的帮助 下载BetterTogether", "exclude_sources": "{\"sources\":[\"maccabi\",\"maccabi-invite-1\",\"maccabi-invite-2\",\"maccabi-invite-3\",\"maccabi-invite-4\"]}", "floor_default": "5", "group_id_ending_with_key": "{\"new_plan\":[1,2,3,4,5,6,7,8,9,0],\"default_plan\":\"Premium User\"}", "long_paywall_image": "https://d376fyzjbo9nop.cloudfront.net//paywall_images/before-after-shot-45-year1.webp", "main_pro_button_color_code": "D3E6FF", "main_pro_title_after_trial": "Unlock Pro Features", "main_pro_title_trial": "Unlock Pro Features", "marco_api_params": "{\"model\":\"gpt-4o-mini\",\"max_tokens\":600,\"temperature\":0.7,\"free_messages\":5}", "marco_exclude_sources": "{\"sources\":[\"maccabi11\",\"maccabi11-invite-1\",\"maccabi11-invite-2\"]}", "marco_prompt": "{\"role\":\"system\",\"content_image\":\"You are an AI nutrition assistant. The user will provide an image of a meal, and your task is to provide a short meal description in the user's language, in less than 20 tokens, along with calories, protein, carbs, and fat in a plain text JSON format. If the user provides a quantity (e.g., \\\"I ate 2\\\") or if the portion size in the image indicates a larger or smaller amount, you must adjust and multiply the nutritional values accordingly. Also, reflect the quantity in the description (e.g., '3 pieces'). The response must follow this exact JSON format: {\\\"description\\\": \\\"\\\", \\\"calories\\\": 0, \\\"protein\\\": 0, \\\"carbs\\\": 0, \\\"fat\\\": 0}. If the image does not depict food or cannot be analyzed, return {\\\"description\\\": \\\"\\\", \\\"calories\\\": 0, \\\"protein\\\": 0, \\\"carbs\\\": 0, \\\"fat\\\": 0}. The response must be plain text with no markdown or additional formatting. Only the JSON object should be returned.\",\"content_text\":\"You are an AI nutrition assistant. The user will describe a meal, and your task is to provide a short meal description in the user's language, in less than 20 tokens, along with calories, protein, carbs, and fat in a plain text JSON format. Regardless of input length, if the input is a known food item, treat it as a meal description. The 'description' field should mainly represent the user's input without any additional text, benefits, or adjectives. If the user provides a quantity or mentions portion sizes, you must adjust and multiply the nutritional values accordingly. The response must follow this exact JSON format: {\\\"description\\\": \\\"\\\", \\\"calories\\\": 0, \\\"protein\\\": 0, \\\"carbs\\\": 0, \\\"fat\\\": 0}. If the text does not describe food or cannot be analyzed, return {\\\"description\\\": \\\"\\\", \\\"calories\\\": 0, \\\"protein\\\": 0, \\\"carbs\\\": 0, \\\"fat\\\": 0}. Do not provide any additional text, explanations, or descriptions beyond this JSON object. The response must be plain text with no markdown or additional formatting. Only the JSON object should be returned.\"}", "marco_status": "true", "messages": "{\"opening\":\"Welcome <FirstName>,\\nI’m happy to help you with any wellness questions you may have.\\nWe can chat about weight loss, fitness, nutrition, and more.\\n\\n**Please note:** The information provided is for general informational purposes only and is not a substitute for professional medical advice. Always consult with a qualified healthcare provider for personalized advice.\\n\\nHow can I help you today?\",\"chat_limit\":\"I'm sorry, you've reached your 10 free messages limit.\\nTo continue the conversation and receive more personalized advice, please subscribe.\"}", "moments_sharing": "Full", "onboarding_Screens_Text": "{\"translations\":{\"en\":{\"screens\":[{\"screen_id\":1,\"title\":\"Welcome to BetterTogether\",\"sub_title\":\"Trusted by 300,000+ people\",\"content\":\"Next, let's hit your goals more effectively. Please answer a few questions to help craft your experience better.\"},{\"screen_id\":2,\"title\":\"Goals\",\"question\":\"What are your goals?\",\"sub_title\":\"Select up to 3 that are important to you, including one weight goal.\",\"answers\":[\"Lose weight\",\"Maintain weight\",\"Improve lifestyle\",\"Support friends or family\",\"Win prizes\",\"Engagement with colleagues\"]},{\"screen_id\":3,\"title\":\"Team\",\"question\":\"Tell us about your team\",\"sub_title\":\"Which of the below options best describes your challenge partners\",\"answers\":[\"I'll invite my friends or family\",\"Joining my friends or family\",\"Joining my company's challenge\",\"Joining my coach's group\",\"I'll do it myself\",\"Don't know yet\"]},{\"screen_id\":4,\"title\":\"Last one\",\"question\":\"Customize your experience\",\"sub_title\":\"These are just a few of the features we have for you. Select as many as you want.\",\"answers\":[\"Sync with my fitness tracker\",\"Water drinking reminder\",\"Daily tips\",\"Chat with my team\",\"Wellbeing advice\",\"Count my activities as steps\"]}]},\"fr\":{\"screens\":[{\"screen_id\":1,\"title\":\"Bienvenue sur BetterTogether\",\"sub_title\":\"300K+ on fait confiance\",\"content\":\"Passons maintenant à vos objectifs de manière plus efficace. Veuillez répondre à quelques questions pour améliorer votre expérience.\"},{\"screen_id\":2,\"title\":\"Objectifs\",\"question\":\"Quels sont vos objectifs ?\",\"sub_title\":\"Sélectionnez jusqu'à 3 objectifs importants pour vous, dont un objectif de poids.\",\"answers\":[\"Perdre du poids\",\"Maintenir le poids\",\"Améliorer son mode de vie\",\"Soutenir des amis ou la famille\",\"Gagner des prix\",\"Participer avec des collègues\"]},{\"screen_id\":3,\"title\":\"Équipe\",\"question\":\"Parlez-nous de votre équipe\",\"sub_title\":\"Quelle est la meilleure description de vos partenaires de défi ?\",\"answers\":[\"Inviter amis ou famille\",\"Rejoindre le groupe amis/famille\",\"Rejoindre le défi avec mes collègues\",\"Rejoindre un groupe coaché\",\"Je vais le faire seul(e)\",\"Je ne sais pas encore\"]},{\"screen_id\":4,\"title\":\"Dernier écran\",\"question\":\"Personnalisez votre expérience\",\"sub_title\":\"Voici quelques-unes des fonctionnalités que nous avons pour vous. Sélectionnez celles qui vous intéressent.\",\"answers\":[\"Synchronisez votre traqueur de fitness\",\"Rappel de consommation d'eau\",\"Conseils quotidiens\",\"Échanger des messages\",\"Conseils de bien-être des experts\",\"Convertir mes activités en pas\"]}]},\"es\":{\"screens\":[{\"screen_id\":1,\"title\":\"Bienvenido a BetterTogether\",\"sub_title\":\"Utilizado por 300K+ personas\",\"content\":\"Responda algunas preguntas para adaptar mejor su experiencia.\"},{\"screen_id\":2,\"title\":\"Objetivos\",\"question\":\"¿Cuáles son sus objetivos?\",\"sub_title\":\"Seleccione hasta 3 objetivos importantes para usted, incluyendo un objetivo de peso.\",\"answers\":[\"Perder peso\",\"Mantener el peso\",\"Mejorar el estilo de vida\",\"Apoyar a amigos o familiares\",\"Ganar premios\",\"Participar con colegas\"]},{\"screen_id\":3,\"title\":\"Equipo\",\"question\":\"Háblenos de su equipo\",\"sub_title\":\"Cuál de las siguientes opciones describe mejor a sus compañeros de desafío\",\"answers\":[\"Invitaré a mis amigos o familiares\",\"Unirme a mis amigos o familiares\",\"Unirme al desafío de mi empresa\",\"Unirme al grupo de mi entrenador\",\"Lo haré por mi cuenta\",\"Aún no lo sé\"]},{\"screen_id\":4,\"title\":\"Último\",\"question\":\"Personaliza tu experiencia\",\"sub_title\":\"Estas son solo algunas de las funciones que tenemos para ti. Selecciona las que desees.\",\"answers\":[\"Sincronizar tu app de fitness\",\"Recordatorios para beber agua\",\"Consejos diarios\",\"Chatear con mi equipo\",\"Consejos de bienestar\",\"Contar mis actividades como pasos\"]}]},\"de\":{\"screens\":[{\"screen_id\":1,\"title\":\"Willkommen bei BetterTogether\",\"sub_title\":\"Wird von 300K+ Personen\",\"content\":\"Bitte beantworten Sie einige Fragen, um Ihre Erfahrung zu verbessern.\"},{\"screen_id\":2,\"title\":\"Ziele\",\"question\":\"Was sind Ihre Ziele?\",\"sub_title\":\"Wählen Sie bis zu 3 Ziele aus, die Ihnen wichtig sind, einschließlich eines Gewichtsziels.\",\"answers\":[\"Gewicht verlieren\",\"Gewicht halten\",\"Lebensstil verbessern\",\"Freunde oder Familie unterstützen\",\"Preise gewinnen\",\"Mitarbeiterengagement\"]},{\"screen_id\":3,\"title\":\"Team\",\"question\":\"Erzählen Sie uns von Ihrem Team\",\"sub_title\":\"Welche der folgenden Optionen beschreibt Ihre Challenge-Partner am besten\",\"answers\":[\"Freunde/Familie einladen\",\"Freunden/Familie beitreten\",\"Unternehmen-Challenge beitreten\",\"Trainergruppe beitreten\",\"Ich mache es alleine\",\"Ich weiß es noch nicht\"]},{\"screen_id\":4,\"title\":\"Letzte Seite\",\"question\":\"Passe deine Erfahrung an\",\"sub_title\":\"Dies sind nur einige der Funktionen, die wir für dich haben. Wähle so viele wie du möchtest.\",\"answers\":[\"Sync mit Fitness Tracker\",\"Trinkwasser Erinnerungen\",\"Tägliche Tipps\",\"Chat mit meinem Team\",\"Wohlbefindenstipps\",\"Zähle meine Aktivitäten als Schritte\"]}]},\"he\":{\"screens\":[{\"screen_id\":1,\"title\":\"ברוכים הבאים ל-BetterTogether\",\"sub_title\":\"עם מעל ל-300,000 משתמשים\",\"content\":\"נתחיל עם הגדרת היעדים שלך באופן יעיל יותר. אנא ענה/י על כמה שאלות כדי לעזור לנו להתאים את החוויה שלך בצורה טובה יותר.\"},{\"screen_id\":2,\"title\":\"יעדים\",\"question\":\"מהם היעדים שלך?\",\"sub_title\":\"בחר/י את היעדים החשובים לך, כולל יעד משקל.\",\"answers\":[\"לרדת במשקל\",\"לשמור על המשקל\",\"לשפר את איכות החיים\",\"לתמוך בחברים או במשפחה\",\"לזכות בפרסים\",\"השתתפות עם עמיתים לעבודה\"]},{\"screen_id\":3,\"title\":\"הקבוצה\",\"question\":\"ספר/י לנו על הקבוצה שלך\",\"sub_title\":\"איזו אופציה מתוך הבאות מתארת בצורה הטובה ביותר את שותפי האתגר שלך\",\"answers\":[\"אני אזמין את החברים או המשפחה שלי\",\"אני מצטרף לחברים או למשפחה שלי\",\"אני מצטרף לאתגר של מקום העבודה שלי\",\"אני מצטרף לקבוצה של המאמן שלי\",\"אני אעשה את זה לבד\",\"עדיין לא ידוע\"]},{\"screen_id\":4,\"title\":\"שאלה אחרונה\",\"question\":\"התאמה אישית של החוויה שלך\",\"sub_title\":\"להלן כמה מהאפשרויות שיש לנו עבורך. בחר כמה שתרצה.\",\"answers\":[\"סנכרון עם מעקב הכושר שלי\",\"תזכורות לשתיית מים\",\"טיפים יומיים\",\"צ'אט עם הקבוצה שלי\",\"ייעוץ לאורח חיים בריא\",\"המרת פעילויות ספורט לצעדים\"]}]},\"zh-CN\":{\"screens\":[{\"screen_id\":1,\"title\":\"欢迎来到BetterTogether\",\"sub_title\":\"受到30万+人的信任\",\"content\":\"接下来,让我们更有效地实现您的目标。请回答一些问题,以帮助我们更好地定制您的体验。\"},{\"screen_id\":2,\"title\":\"目标\",\"question\":\"您的目标是什么?\",\"sub_title\":\"请选择最多3个对您来说重要的目标,包括一个减重目标。\",\"answers\":[\"减肥\",\"保持体重\",\"改善生活方式\",\"支持朋友或家人\",\"赢取奖品\",\"与同事一起参与\"]},{\"screen_id\":3,\"title\":\"团队\",\"question\":\"告诉我们关于您的团队\",\"sub_title\":\"以下哪个选项最能描述您的挑战伙伴\",\"answers\":[\"我会邀请我的朋友或家人\",\"加入我的朋友或家人\",\"加入我的公司挑战\",\"加入我的教练团队\",\"我自己来\",\"还不确定\"]},{\"screen_id\":4,\"title\":\"最后一步\",\"question\":\"定制您的体验\",\"sub_title\":\"以下是我们为您提供的一些功能。选择您感兴趣的功能。\",\"answers\":[\"与我的健身追踪器同步\",\"饮水提醒\",\"每日提示\",\"与我的团队聊天\",\"健康建议\",\"将我的活动计数为步数\"]}]}}}", "onboarding_filter": "{\"status\":[\"true\"],\"languages\":[\"en\"],\"countries\":[\"GB\",\"US\",\"CA\",\"IL\",\"AU\",\"ZA\",\"IE\",\"NZ\",\"IN\"],\"devices\":[\"Danny's 123\",\"Ran's 123\",\"Sukhpreet's 123\"]}", "partners_messages": "[{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources_to_show\":[{\"sources\":[\"trimdownclub-invite\",\"trimdownclub-invite-1\",\"lnkin-bt\",\"web-bt\",\"web-bt-invite-1\",\"web-bt-invite-2\",\"web-bt-invite-3\",\"web-bt-invite-4\",\"business\",\"business-invite\",\"business-invite-1\",\"business-invite-2\",\"business-invite-3\",\"business-invite-4\",\"business-invite-5\",\"StructureTone\",\"StructureTone-invite-1\",\"StructureTone-invite-2\",\"StructureTone-invite-3\",\"adoni\",\"adoni-invite-1\",\"adoni-invite-2\",\"adoni-invite-3\",\"Peloton\",\"Peloton-invite-1\",\"Peloton-invite-2\",\"Peloton-invite-3\",\"Peloton-invite-4\",\"integracare\",\"integracare-invite-1\",\"integracare-invite-2\",\"integracare-invite-3\",\"integracare-invite-4\",\"email\",\"Ari\",\"Ari-invite-1\",\"Pro\",\"Pro-invite-1\",\"Pro-invite-2\",\"Pro-invite-3\",\"Pro-invite-4\",\"Vivy\",\"Vivy-invite-1\",\"Vivy-invite-2\",\"Vivy-invite-3\",\"Embrace\",\"Embrace-invite-1\",\"Embrace-invite-2\",\"Embrace-invite-3\",\"Embrace-invite-4\",\"Fair\",\"Fair-invite-1\",\"Fair-invite-2\",\"Fair-invite-3\",\"Fair-invite-4\",\"bhmg\",\"bhmg-invite-1\",\"bhmg-invite-2\",\"ohm\",\"ohm-invite-1\",\"ohm-invite-2\",\"store\",\"store-invite\",\"store-invite-1\",\"store-invite-2\",\"store-invite-3\",\"store-invite-4\",\"store-invite-5\",\"store-invite-6\",\"store-invite-7\",\"store-invite-8\",\"social\",\"social-invite-1\",\"social-invite-2\",\"AppAdvice\",\"cury\"],\"positive_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_1\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Maintain your lead - Stick to a plan. {Build yours now.}\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName, השגת את המטרה השבועית שלך, עקוב אחר החלומות שלך, עבוד קשה, תרגל והתמיד.\"},{\"language\":\"es\",\"text\":\"FirstName, lograste tu objetivo semanal, sigue tus sueños, trabaja duro, practica y persevera.\"},{\"language\":\"zh\",\"text\":\"FirstName, 你实现了你的周目标,追梦,努力,实践,坚持。\"},{\"language\":\"de\",\"text\":\"FirstName, je hebt je wekelijkse doel bereikt, volg je dromen, werk hard, oefen en volhard.\"},{\"language\":\"fr\",\"text\":\"FirstName, vous avez atteint votre objectif hebdomadaire: poursuivez vos rêves, travaillez dur, entrainez-vous et persévérez.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_99\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיומיים שלנו יורדים במשקל ב 30% מהר יותר!!\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_2\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Join your friends to build your custom-made {weight loss plan.}\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName, השגת את המטרה השבועית שלך, המשך בעבודה הקשה עד שתהייה גאה בעצמך.\"},{\"language\":\"es\",\"text\":\"FirstName, lograste tu objetivo semanal, continúa tu arduo trabajo hasta que estés orgulloso de ti mismo.\"},{\"language\":\"zh\",\"text\":\"FirstName, 你达到了你每周的目标,继续努力,直到你为自己感到骄傲。\"},{\"language\":\"de\",\"text\":\"FirstName, je hebt je wekelijkse doel bereikt, ga door met je harde werk totdat je trots op jezelf bent.\"},{\"language\":\"fr\",\"text\":\"FirstName, vous avez atteint votre objectif hebdomadaire, continuez vos efforts jusqu’à ce que vous soyez fier de vous.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_3\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Your friends already have the plan. Maintain your lead and start {this plan.}\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName, השגת את המטרה השבועית שלך, היית חזק מספיק כדי להגיע רחוק כל כך. אתה חזק מספיק כדי להמשיך\"},{\"language\":\"es\",\"text\":\"FirstName, lograste tu objetivo semanal, su transformación puede inspirar a otros.\"},{\"language\":\"zh\",\"text\":\"FirstName, 你实现了你的周目标,你的转变可以激励别人。\"},{\"language\":\"de\",\"text\":\"FirstName, Sie haben Ihr Wochenziel erreicht, Ihre Transformation kann andere inspirieren.\"},{\"language\":\"fr\",\"text\":\"FirstName, vous avez atteint votre objectif hebdomadaire, votre changement peut en inspirer d'autres.\"}]}],\"neutral_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_4\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Excuses don't burn calories. {Get your plan here} and stay ahead of the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, תירוצים לא שורפים קלוריות\"},{\"language\":\"es\",\"text\":\"FirstName, o es solo el peso que pierdes, sino la vida que ganas.\"},{\"language\":\"zh\",\"text\":\"FirstName, 重要的不仅仅是减肥,而是你收获的生活。\"},{\"language\":\"de\",\"text\":\"FirstName, es ist nicht nur das Gewicht, das man verliert, sondern das Leben, das man gewinnt.\"},{\"language\":\"fr\",\"text\":\"FirstName, ce n'est pas seulement le poids que vous perdez, mais la vie que vous gagnez.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_89\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיומיים שלנו יורדים במשקל ב 30% מהר יותר!!\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_5\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's not just the weight you lose but the life you gain. {Get your plan here} and stay ahead of the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, זה הולך להיות מסע, להיכנס לכושר זה לא ספרינט.\"},{\"language\":\"es\",\"text\":\"FirstName, las excusas no queman calorías..\"},{\"language\":\"zh\",\"text\":\"FirstName, 借口不消耗卡路里。\"},{\"language\":\"de\",\"text\":\"FirstName, Ausreden verbrennen keine Kalorien\"},{\"language\":\"fr\",\"text\":\"FirstName, des excuse ! Ne brûlez pas de calories.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_6\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's going to be a journey. It's not a sprint to get in shape. {Get your plan here}.\"},{\"language\":\"he\",\"text\":\"FirstName, בכדי לגרום לחלומות להתגשם, זה דורש המון נחישות, מסירות, משמעת עצמית ומאמץ.\"},{\"language\":\"es\",\"text\":\"FirstName, va a ser un viaje. No es un sprint ponerse en forma.\"},{\"language\":\"zh\",\"text\":\"FirstName, 这将是长时间的作战。这不是为了塑性的冲刺。\"},{\"language\":\"de\",\"text\":\"FirstName, es wird eine Reise sein. Es ist kein Sprint, um in Form zu kommen. \"},{\"language\":\"fr\",\"text\":\"FirstName, ça va être un voyage. Ce n'est pas un sprint de se mettre en forme.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_8\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, there may be tough times, but the difficulties which you face will make you more determined. {Get your plan here}\"},{\"language\":\"he\",\"text\":\"FirstName, התקדמות קטנה בכל יום מסתכמת בתוצאות גדולות.\"},{\"language\":\"es\",\"text\":\"FirstName, si tienes 30 minutos para Facebook o instagram, puedes dedicar una hora para ejercitar.\"},{\"language\":\"zh\",\"text\":\"FirstName, 要有30分钟刷Facebook和Instagram,你就有1小时去健身房!\"},{\"language\":\"de\",\"text\":\"FirstName, Wenn du 30 Minuten für Facebook und Instagram hast, hast du 1 Stunde für das Fitnessstudio!.\"},{\"language\":\"fr\",\"text\":\"FirstName, si vous avez 30 minutes pour Facebook ou Instagram, vous pouvez les consacrer pour la gym.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_9\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, do something now; your future self will thank you later. {Get your plan here}.\"},{\"language\":\"he\",\"text\":\"FirstName, אם יש לך 30 דקות לפייסבוק או אינסטגרם אתה יכול להקדיש שעה אחת גם לאימון כושר!\"},{\"language\":\"es\",\"text\":\"FirstName, haz algo ahora; tu futuro ya te lo agradecerá más tarde.\"},{\"language\":\"zh\",\"text\":\"FirstName, 现在开始;未来你会感谢自己。\"},{\"language\":\"de\",\"text\":\"FirstName,Tu jetzt etwas; dein zukünftiges Selbst wird dir später danken\"},{\"language\":\"fr\",\"text\":\"FirstName, faites quelque chose maintenant; votre futur vous vous remerciera plus tard.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_10\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, a little progress each day adds up to big results. {Get your plan here}.\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, הימים הקשים הם שהופכים אותך לחזק יותר.\"},{\"language\":\"es\",\"text\":\"FirstName, puede haber momentos difíciles, pero las dificultades que enfrenta le harán más firme.\"},{\"language\":\"zh\",\"text\":\"FirstName, 为了实现梦想,需要极大的决心、投入、自律和努力。\"},{\"language\":\"de\",\"text\":\"FirstName, um Träume Wirklichkeit werden zu lassen, braucht es eine Menge Entschlossenheit, Hingabe, Selbstdisziplin und Anstrengung. \"},{\"language\":\"fr\",\"text\":\"FirstName, il peut y avoir des moments difficiles, mais les difficultés que vous rencontrez vous rendront plus déterminé.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_11\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, if you have 30 minutes for Facebook and Instagram you have 1 hour for the gym! {Get your plan}.\"},{\"language\":\"he\",\"text\":\"FirstName, עשה משהו עכשיו; האני העצמי העתידי שלך יודה לך על כך אחר כך.\"},{\"language\":\"es\",\"text\":\"FirstName, si tienes 30 minutos para Facebook o instagram, puedes dedicar una hora para ejercitar.\"},{\"language\":\"zh\",\"text\":\"FirstName, 每天进步一小步,日积月累一大步。\"},{\"language\":\"de\",\"text\":\"FirstName, ein kleiner Fortschritt jeden Tag summiert sich zu großen Ergebnissen.\"},{\"language\":\"fr\",\"text\":\"FirstName, un peu de progrès chaque jour donne de grands résultats\"}]}],\"negative_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_12\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Show them what you're made of. {Get your plan here} and stay ahead of the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, אף פעם לא מאוחר לשנות הרגלים ישנים.\"},{\"language\":\"es\",\"text\":\"FirstName, no lo olvide, los días difíciles son los que lo hacen más fuerte.\"},{\"language\":\"zh\",\"text\":\"FirstName, 别忘了,艰苦的日子才能让你更坚强。\"},{\"language\":\"de\",\"text\":\"FirstName, vergessen Sie nicht, dass die harten Tage Sie stärker machen.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas que ce sont les jours difficiles qui vous rendent plus fort.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_79\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיומיים שלנו יורדים במשקל ב 30% מהר יותר!!\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_13\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Don't lose your place! {Get your plan} and keep up your good work.\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, זה בסדר להיאבק, אבל זה לא בסדר לוותר על עצמך או על החלומות שלך.\"},{\"language\":\"es\",\"text\":\"FirstName, no lo olvide, si es importante para usted, encontrará una manera. Si no, encontrarás una excusa.\"},{\"language\":\"zh\",\"text\":\"FirstName, 不要忘了,如果它对你很重要,你会找到一个方法。如果不重要,你就会找到借口。\"},{\"language\":\"de\",\"text\":\"FirstName, Vergessen Sie nicht: Wenn es Ihnen wichtig ist, werden Sie einen Weg finden. Wenn nicht, werden Sie eine Ausrede finden.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas que si c'est important pour vous, vous trouverez un moyen. Sinon, vous trouverez une excuse.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_14\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Get your head in the game. Don't come in last. {Get your plan here}\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, אם יש לך 30 דקות לפייסבוק או אינסטגרם אתה יכול להקדיש שעה אחת גם לאימון כושר!\"},{\"language\":\"es\",\"text\":\" no lo olvide, su único límite es usted.\"},{\"language\":\"zh\",\"text\":\"FirstName, 记住,你唯一的极限就是你自己。\"},{\"language\":\"de\",\"text\":\"FirstName, denken Sie daran, dass Ihre einzige Grenze Sie selbst sind.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas, votre seule limite est vous même\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_15\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, They are inching up on you. Don't lose your game. {Get your plan here}\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, אל תפסיק עד שאתה גאה.\"},{\"language\":\"es\",\"text\":\"FirstName, no lo olvide, un pequeño progreso cada día se suma a grandes resultados.\"},{\"language\":\"zh\",\"text\":\"FirstName,别忘了,每天进步一点点,就会有大的收获。\"},{\"language\":\"de\",\"text\":\"FirstName, Vergessen Sie nicht, ein kleiner Fortschritt jeden Tag summiert sich zu großen Ergebnissen.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas, un petit progrès chaque jour donne de gros résultats.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_16\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, It's time to step up your game. Don't come in last. {Get your plan here}\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, אם אתה רוצה להיות בכושר, אתה צריך לוותר רק על דבר אחד: התירוצים שלך\"},{\"language\":\"es\",\"text\":\"FirstName, no lo olvide, la vida se trata de desafíos y cómo los enfrentamos.\"},{\"language\":\"zh\",\"text\":\"FirstName, 不要忘了,生活是关于挑战和我们如何处理它们。\"},{\"language\":\"de\",\"text\":\"FirstName, Vergessen Sie nicht, dass es im Leben um Herausforderungen geht und darum, wie wir mit ihnen umgehen.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas, la vie est faites de défis, et dépend de la façon dont nous les relevons.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_17\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Your friends are one-step ahead. {Build your plan} and win the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, תמיד תזכור, ברגע שאתה מאמין בעצמך וזה נעשה חלק מהתודעה שלך, אתה יכול לעשות את זה.\"},{\"language\":\"es\",\"text\":\"FirstName, Tno lo olvide, si quiere ponerse en forma, solo tiene que regalar una cosa. las excusas.\"},{\"language\":\"zh\",\"text\":\"FirstName, 别忘了,如果你想健身,你只能送出一样东西。你的借口。\"},{\"language\":\"de\",\"text\":\"FirstName, vergessen Sie nicht, wenn Sie fit werden wollen, müssen Sie nur eine Sache aufgeben. Deine Ausreden.\"},{\"language\":\"fr\",\"text\":\"FirstName, n'oubliez pas si vous voulez vous mettre en forme, vous ne devez abandonner qu’une chose: vos excuses\"}]}]},{\"sources\":[\"clalit\",\"clalit-invite-1\",\"clalit-invite-2\",\"maccabi\",\"maccabi-invite-1\",\"maccabi-invite-2\",\"maccabi-invite-3\",\"coburn\",\"coburn-invite-1\",\"coburn-invite-2\"],\"positive_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_1\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Maintain your lead - Stick to a plan.\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName על השגת המטרה השבועית! המשך המאמץ והתמדה יובילו אותך להגשמת החלומות.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_99\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people participating in daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיים יורדים במשקל ב-30% מהר יותר!\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_2\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Join your friends to build your custom-made\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName על השגת המטרה השבועית! התמדה בעבודה הקשה תוביל להשגת המטרות האישיות.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_3\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Your friends already have the plan. Maintain your lead and start\"},{\"language\":\"he\",\"text\":\"כל הכבוד FirstName על השגת המטרה השבועית! הראית כוח והתמדה כדי להגיע עד כאן, וכוחך יספיק להמשך הדרך.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is important to include half a plate of vegetables in every meal. It is recommended to vary the types of vegetables and aim for 5 colors per day.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד בכל ארוחה על כחצי צלחת ירקות. מומלץ לגוון בסוגי הירקות ולהקפיד על 5 צבעים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, you can eat vegetables raw, cooked, or steamed. It is recommended to consume the vegetable with its peel.\"},{\"language\":\"he\",\"text\":\"FirstName, ניתן לאכול ירקות חיים, מבושלים או מאודים. מומלץ לצרוך את הירק עם קליפתו.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, did you know? Hunger is sometimes mistaken for thirst. Have you had any water today?\"},{\"language\":\"he\",\"text\":\"FirstName, הידעת? תחושת רעב לעיתים מקורה בצמא. האם הקפדת על שתיית מים היום?\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's important to stay hydrated, measure your daily water intake, and incorporate a glass of water before indulging in snacks.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד על שתייה מרובה, למדוד את כמות השתייה היומית ולשלב כוס מים לפני שפונים לנשנושים.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is recommended to drink 2-3 liters of water per day.\"},{\"language\":\"he\",\"text\":\"FirstName, מומלץ לשתות 2-3 ליטרים של מים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, physical activity is an essential part of a healthy lifestyle.\"},{\"language\":\"he\",\"text\":\"FirstName, פעילות גופנית היא חלק חיוני מאורח חיים בריא.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's time to schedule time in your calendar for walking, dancing, fitness class, or any enjoyable and accessible activity for you.\"},{\"language\":\"he\",\"text\":\"FirstName, זה הזמן לשבץ ביומן זמן להליכה, ריקוד, שיעור עיצוב או כל פעילות מהנה ונגישה עבורך.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, international health organizations recommend 150 minutes of moderate-intensity aerobic activity per week, in addition to two strength training sessions.\"},{\"language\":\"he\",\"text\":\"FirstName, ארגוני הבריאות העולמיים ממליצים על פעילות אירובית של 150 דקות בשבוע בעצימות בינונית, בנוסף לשני אימוני כוח בשבוע.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, feeling stuck in your weight loss journey? Remember, it's a process, not a one-time project. Keep making lifestyle changes and focus on long-term success.\"},{\"language\":\"he\",\"text\":\"FirstName, אם התהליך של הירידה במשקל מרגיש מאתגר, זכרו שזה תהליך מתמשך ולא פרויקט חד-פעמי. המשך השינויים באורח החיים והתמקדות בהצלחה ארוכת טווח יובילו לתוצאות.\"}]}],\"neutral_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_4\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Excuses don't burn calories.\"},{\"language\":\"he\",\"text\":\"FirstName, תירוצים לא שורפים קלוריות.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_89\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיים יורדים במשקל ב-30% מהר יותר!\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_5\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's not just the weight you lose but the life you gain.\"},{\"language\":\"he\",\"text\":\"FirstName, זה לא רק המשקל שנעלם אלא החיים שמתמלאים מחדש.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_6\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's going to be a journey. It's not a sprint to get in shape.\"},{\"language\":\"he\",\"text\":\"FirstName, כדי לגרום לחלומות להתגשם, נדרשים נחישות, מסירות, משמעת עצמית ומאמץ.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_8\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, there may be tough times, but the difficulties which you face will make you more determined.\"},{\"language\":\"he\",\"text\":\"FirstName, התקדמות קטנה בכל יום מסתכמת בתוצאות גדולות.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_9\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, do something now; your future self will thank you later.\"},{\"language\":\"he\",\"text\":\"FirstName, אם יש לך 30 דקות לפייסבוק או אינסטגרם, תוכל/י להקדיש שעה אחת גם לאימון כושר!\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_10\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, a little progress each day adds up to big results.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב לזכור שהימים הקשים בתהליך הם שמחזקים אותנו.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_11\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, if you have 30 minutes for Facebook and Instagram you have 1 hour for the gym! \"},{\"language\":\"he\",\"text\":\"FirstName, עשו משהו עכשיו; העצמי העתידי שלכם יודה לכם על כך אחר כך.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is important to include half a plate of vegetables in every meal. It is recommended to vary the types of vegetables and aim for 5 colors per day.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד בכל ארוחה על כחצי צלחת ירקות. מומלץ לגוון בסוגי הירקות ולהקפיד על 5 צבעים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, you can eat vegetables raw, cooked, or steamed. It is recommended to consume the vegetable with its peel.\"},{\"language\":\"he\",\"text\":\"FirstName, ניתן לאכול ירקות חיים, מבושלים או מאודים. מומלץ לצרוך את הירק עם קליפתו.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, did you know? Hunger is sometimes mistaken for thirst. Have you had any water today?\"},{\"language\":\"he\",\"text\":\"FirstName, הידעת? תחושת רעב לעיתים מקורה בצמא. האם הקפדת על שתיית מים היום?\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's important to stay hydrated, measure your daily water intake, and incorporate a glass of water before indulging in snacks.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד על שתייה מרובה, למדוד את כמות השתייה היומית ולשלב כוס מים לפני שפונים לנשנושים.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is recommended to drink 2-3 liters of water per day.\"},{\"language\":\"he\",\"text\":\"FirstName, מומלץ לשתות 2-3 ליטרים של מים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, physical activity is an essential part of a healthy lifestyle.\"},{\"language\":\"he\",\"text\":\"FirstName, פעילות גופנית היא חלק חיוני מאורח חיים בריא.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's time to schedule time in your calendar for walking, dancing, fitness class, or any enjoyable and accessible activity for you.\"},{\"language\":\"he\",\"text\":\"FirstName, זה הזמן לשבץ ביומן זמן להליכה, ריקוד, שיעור עיצוב או כל פעילות מהנה ונגישה עבורך.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, international health organizations recommend 150 minutes of moderate-intensity aerobic activity per week, in addition to two strength training sessions.\"},{\"language\":\"he\",\"text\":\"FirstName, ארגוני הבריאות העולמיים ממליצים על פעילות אירובית של 150 דקות בשבוע בעצימות בינונית, בנוסף לשני אימוני כוח בשבוע.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, feeling stuck in your weight loss journey? Remember, it's a process, not a one-time project. Keep making lifestyle changes and focus on long-term success.\"},{\"language\":\"he\",\"text\":\"FirstName, אם התהליך של הירידה במשקל מרגיש מאתגר, חשוב לזכור שזה תהליך מתמשך ולא פרויקט חד-פעמי. המשך השינויים באורח החיים והתמקדות בהצלחה ארוכת טווח יובילו לתוצאות.\"}]}],\"negative_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_12\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Show them what you're made of and stay ahead of the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב לזכור שאף פעם לא מאוחר לשנות הרגלים ישנים.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_79\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, אנשים שמשתתפים באתגרים היומיומיים יורדים במשקל ב-30% מהר יותר!\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_13\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Don't lose your place! Keep up your good work.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב לזכור שזה בסדר להיאבק, אך לא לוותר על עצמך או על החלומות שלך.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_14\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Get your head in the game. Don't come in last.\"},{\"language\":\"he\",\"text\":\"FirstName, אם יש לך 30 דקות לפייסבוק או אינסטגרם, אפשר להקדיש שעה אחת גם לאימון כושר!\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_15\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, They are inching up on you. Don't lose your game.\"},{\"language\":\"he\",\"text\":\"FirstName, כל צעד קטן מקרב אל המטרה. חשוב להתמיד עד להרגשת גאווה לא רק במה שהושג, אלא גם בדרך שעשית.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_16\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, It's time to step up your game. Don't come in last.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב לזכור שאם רוצים להיות בכושר, יש לוותר רק על דבר אחד: התירוצים.\"}]},{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_17\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Your friends are one-step ahead. Build your plan and win the challenge.\"},{\"language\":\"he\",\"text\":\"FirstName, ברגע שמאמינים בעצמנו וזה הופך לחלק מהתודעה, אפשר לעשות זאת.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is important to include half a plate of vegetables in every meal. It is recommended to vary the types of vegetables and aim for 5 colors per day.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד בכל ארוחה על כחצי צלחת ירקות. מומלץ לגוון בסוגי הירקות ולהקפיד על 5 צבעים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, you can eat vegetables raw, cooked, or steamed. It is recommended to consume the vegetable with its peel.\"},{\"language\":\"he\",\"text\":\"FirstName, ניתן לאכול ירקות חיים, מבושלים או מאודים. מומלץ לצרוך את הירק עם קליפתו.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, did you know? Hunger is sometimes mistaken for thirst. Have you had any water today?\"},{\"language\":\"he\",\"text\":\"FirstName, הידעת? תחושת רעב לעיתים מקורה בצמא. האם הקפדת על שתיית מים היום?\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's important to stay hydrated, measure your daily water intake, and incorporate a glass of water before indulging in snacks.\"},{\"language\":\"he\",\"text\":\"FirstName, חשוב להקפיד על שתייה מרובה, למדוד את כמות השתייה היומית ולשלב כוס מים לפני שפונים לנשנושים.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it is recommended to drink 2-3 liters of water per day.\"},{\"language\":\"he\",\"text\":\"FirstName, מומלץ לשתות 2-3 ליטרים של מים ביום.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, physical activity is an essential part of a healthy lifestyle.\"},{\"language\":\"he\",\"text\":\"FirstName, פעילות גופנית היא חלק חיוני מאורח חיים בריא.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, it's time to schedule time in your calendar for walking, dancing, fitness class, or any enjoyable and accessible activity for you.\"},{\"language\":\"he\",\"text\":\"FirstName, זה הזמן לשבץ ביומן זמן להליכה, ריקוד, שיעור עיצוב או כל פעילות מהנה ונגישה עבורך.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, international health organizations recommend 150 minutes of moderate-intensity aerobic activity per week, in addition to two strength training sessions.\"},{\"language\":\"he\",\"text\":\"FirstName, ארגוני הבריאות העולמיים ממליצים על פעילות אירובית של 150 דקות בשבוע בעצימות בינונית, בנוסף לשני אימוני כוח בשבוע.\"}]},{\"link\":\"https://www.google.com\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, feeling stuck in your weight loss journey? Remember, it's a process, not a one-time project. Keep making lifestyle changes and focus on long-term success.\"},{\"language\":\"he\",\"text\":\"FirstName, אם התהליך של הירידה במשקל מרגיש מאתגר, חשוב לזכור שזה תהליך מתמשך ולא פרויקט חד-פעמי. המשך השינויים באורח החיים והתמקדות בהצלחה ארוכת טווח יובילו לתוצאות.\"}]}]},{\"sources\":[\"zumba\",\"zumba-invite\",\"zumba-invite-1\"],\"positive_messages\":[{\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Great job! Your Zumba progress is inspiring. Keep going!\"},{\"language\":\"es\",\"text\":\"FirstName, Gran trabajo! Tu progreso en Zumba es inspirador. Sigue adelante!\"}]}],\"neutral_messages\":[{\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Enjoy Zumba! Each session gets you closer to your goals.\"},{\"language\":\"es\",\"text\":\"FirstName, Disfruta Zumba. Cada sesión te acerca a tus metas.\"}]}],\"negative_messages\":[{\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, Stay positive! Keep up the Zumba—consistency is key!\"},{\"language\":\"es\",\"text\":\"FirstName, Mantente positivo! Sigue con Zumba—la consistencia es clave\"}]}]},{\"sources\":[\"Aba\",\"Aba-invite-1\",\"Aba-invite-2\"],\"positive_messages\":[{\"link\":\"https://www.maccabi4u.co.il/14786-160591-he/Maccabi.aspx\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, קבוצת {מכבי קל} נפתחת באיזורך ! מדי יום שני בערב, בבית הרופאים רום פתח תקווה\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]}],\"neutral_messages\":[{\"link\":\"https://www.maccabi4u.co.il/14786-160591-he/Maccabi.aspx\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, קבוצת {מכבי קל} נפתחת באיזורך ! מדי יום שני בערב, בבית הרופאים רום פתח תקווה\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]}],\"negative_messages\":[{\"link\":\"https://www.maccabi4u.co.il/14786-160591-he/Maccabi.aspx\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, people who are participating in our daily challenges lose weight 30% faster!\"},{\"language\":\"he\",\"text\":\"FirstName, קבוצת {מכבי קל} נפתחת באיזורך! מדי יום שני בערב, בבית הרופאים רום, פתח תקווה\"},{\"language\":\"es\",\"text\":\"FirstName, Las personas que participan en nuestros retos diarios pierden peso un 30% más rápido.\"},{\"language\":\"zh\",\"text\":\"FirstName, 参加我们日常挑战的人,减肥速度快30%!\"},{\"language\":\"de\",\"text\":\"FirstName, Menschen, die an unseren täglichen Herausforderungen teilnehmen, verlieren 30% schneller Gewicht!\"},{\"language\":\"fr\",\"text\":\"FirstName, les personnes qui participent à nos défis quotidiens perdent du poids 30% plus vite !\"}]}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources_to_show\":[{\"sources\":[\"dreamclub-invite\",\"dreamclub\"],\"positive_messages\":[{\"link\":\"https://dreamclub.it/fbtogther\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName don't let friends stay behind. {Get your plan here} to get ahead of the game.\"},{\"language\":\"es\",\"text\":\"FirstName trulala {Get your plan here} to get ahead of the game.\"}]}],\"neutral_messages\":[{\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_Motiv_7\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName, in order to make dreams come into reality, it takes an awful lot of determination, dedication, self-discipline, and effort. {Get your plan here}.\"},{\"language\":\"es\",\"text\":\"FirstName, para que los sueños se hagan realidad, se necesita mucha determinación, dedicación, autodisciplina y esfuerzo. {Consigue tu plan aquí}.\"}]},{\"link\":\"https://dreamclub.it/fbtogther\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName don't let friends stay behind. {Get your plan here} to get ahead of the game.\"},{\"language\":\"es\",\"text\":\"FirstName trulala {Get your plan here} to get ahead of the game.\"}]}],\"negative_messages\":[{\"link\":\"https://dreamclub.it/fbtogther\",\"translations\":[{\"language\":\"en\",\"text\":\"FirstName don't let friends stay behind. {Get your plan here} to get ahead of the game.\"},{\"language\":\"es\",\"text\":\"FirstName trulala {Get your plan here} to get ahead of the game.\"}]}]}]}]", "rate_us_timing": "{\"firstShow\":1,\"firstShowPro\":1,\"notNowReshowAfter\":3,\"likeReshowAfter\":1800,\"dislikeReshowAfter\":180,\"popupOption\":2}", "shop": "[{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us.no\",\"sources\":[\"trimdownclub\",\"trimdownclub-invite\",\"trimdownclub-invite-1\",\"lnkin-bt\",\"web-bt\",\"web-bt-invite-1\",\"web-bt-invite-2\",\"web-bt-invite-3\",\"web-bt-invite-4\",\"web-bt-invite-5\",\"store\",\"store-invite\",\"store-invite-1\",\"store-invite-2\",\"store-invite-3\",\"store-invite-4\",\"store-invite-5\",\"store-invite-6\",\"store-invite-7\",\"store-invite-8\",\"store-invite-9\",\"store-invite-10\",\"adoni\",\"adoni-invite-1\",\"adoni-invite-2\",\"adoni-invite-3\",\"StructureTone\",\"StructureTone-invite-1\",\"StructureTone-invite-2\",\"StructureTone-invite-3\",\"Ari\",\"Ari-invite-1\",\"Ari-invite-5\",\"ohm\",\"ohm-invite-1\",\"ohm-invite-2\",\"ohm-invite-3\",\"ohm-invite-4\",\"Fair\",\"Fair-invite-1\",\"Fair-invite-2\",\"Fair-invite-3\",\"Fair-invite-4\",\"integracare\",\"integracare-invite-1\",\"integracare-invite-2\",\"integracare-invite-3\",\"integracare-invite-4\",\"Pro\",\"Pro-invite-1\",\"Pro-invite-2\",\"Pro-invite-3\",\"Pro-invite-4\",\"Vivy\",\"Vivy-invite-1\",\"Vivy-invite-2\",\"Vivy-invite-3\",\"bhmg\",\"bhmg-invite-1\",\"bhmg-invite-2\",\"email\",\"business\",\"business-invite-1\",\"business-invite-2\",\"business-invite-3\",\"business-invite-4\",\"business-invite-5\",\"social\",\"social-invite-1\",\"social-invite-2\",\"AppAdvice\",\"ilana\",\"ilana-invite-1\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/TDC_02.jpg\",\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_TDC_02\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/TDC_03.jpg\",\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_TDC_03\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/TDC_04.jpg\",\"link\":\"https://www.tdcdiet.trimdownclub.com/startg.php?media=google&t=15&prm2=m200011&tid=bt&utm_campaign=BT_TDC_04\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://www.avantlink.com/gbi/18473/821533/15775/288965/image.jpg\",\"link\":\"https://www.avantlink.com/click.php?tt=ml&ti=821533&pw=288965&ctc=FitTrack\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/Renpho.jpg\",\"link\":\"https://shareasale.com/r.cfm?b=1423109&u=2407643&m=91611&urllink=&afftrack=\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://static.shareasale.com/image/98353/Subscribe1080x1080-01.png\",\"link\":\"https://shareasale.com/u.cfm?d=675858&m=98353&u=2407643&afftrack=\",\"text\":\" \"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://static.shareasale.com/image/29708/protein-teakit.jpg\",\"link\":\"https://shareasale.com/r.cfm?b=1087867&u=2407643&m=29708&urllink=&afftrack=\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us.no\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"trimdownclub\",\"trimdownclub-invite\",\"trimdownclub-invite-1\",\"lnkin-bt\",\"web-bt\",\"web-bt-invite-1\",\"web-bt-invite-2\",\"web-bt-invite-3\",\"web-bt-invite-4\",\"web-bt-invite-5\",\"store\",\"store-invite\",\"store-invite-1\",\"store-invite-2\",\"store-invite-3\",\"store-invite-4\",\"store-invite-5\",\"store-invite-6\",\"store-invite-7\",\"store-invite-8\",\"store-invite-9\",\"store-invite-10\",\"ylwd\",\"ylwd-invite-1\",\"ylwd-invite-2\",\"ylwd-invite-3\",\"custer\",\"Peloton\",\"Peloton-invite-1\",\"Peloton-invite-2\",\"Peloton-invite-3\",\"Peloton-invite-4\",\"integracare\",\"integracare-invite-1\",\"integracare-invite-2\",\"integracare-invite-3\",\"integracare-invite-4\",\"StructureTone\",\"StructureTone-invite-1\",\"StructureTone-invite-2\",\"StructureTone-invite-3\",\"Pro\",\"Pro-invite-1\",\"Pro-invite-2\",\"Pro-invite-3\",\"Pro-invite-4\",\"Vivy\",\"Vivy-invite-1\",\"Vivy-invite-2\",\"Vivy-invite-3\",\"compass\",\"compass-invite-1\",\"rechtien\",\"rechtien-invite-1\",\"rechtien-invite-2\",\"business\",\"business-invite-1\",\"business-invite-2\",\"business-invite-3\",\"business-invite-4\",\"business-invite-5\",\"social\",\"social-invite-1\",\"social-invite-2\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://www.avantlink.com/gbi/18473/821533/15775/288965/image.jpg\",\"link\":\"https://www.avantlink.com/click.php?tt=ml&ti=821533&pw=288965&ctc=FitTrack\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/Renpho.jpg\",\"link\":\"https://shareasale.com/r.cfm?b=1423109&u=2407643&m=91611&urllink=&afftrack=\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"zumba\",\"zumba-invite-1\",\"zumba-invite-2\",\"zumba-invite-3\",\"zumba-invite-4\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//stories/Zumba_Corset_Crop_Tank.png\",\"link\":\"https://www.zumbawear.com/products/zumba-corset-crop-tank\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//stories/Zumba_Fierce_Long_Sleeve_Top.png\",\"link\":\"https://www.zumbawear.com/products/zumba-fierce-long-sleeve-top\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//stories/Zumba_High_Waisted_Motto_Ankle_Leggings.png\",\"link\":\"https://www.zumbawear.com/products/zumba-high-waisted-motto-ankle-leggings\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//stories/Zumba_Corset_Crop_Tank_1.png\",\"link\":\"https://www.zumbawear.com/products/zumba-corset-crop-tank\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"lighter4\",\"lighter4-invite-1\",\"lighter4-invite-2\",\"lighter4-invite-3\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//L4L/L4L-Offer1.png\",\"link\":\"https://www.lighterforliferx.com/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//L4L/L4L-Offer2.png\",\"link\":\"https://www.lighterforliferx.com/\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"maccabi\",\"maccabi-invite-1\",\"maccabi-invite-2\",\"maccabi-invite-3\",\"maccabi-invite-4\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/maccabi3.png\",\"link\":\"https://blog.maccabi4u.co.il/%d7%9b%d7%9c%d7%9c%d7%99%d7%9d-%d7%9c%d7%a9%d7%9e%d7%99%d7%a8%d7%94-%d7%a2%d7%9c-%d7%94%d7%aa%d7%96%d7%95%d7%a0%d7%94-%d7%94%d7%99%d7%9d-%d7%aa%d7%99%d7%9b%d7%95%d7%a0%d7%99%d7%aa/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/chanucha.png\",\"link\":\"https://blog.maccabi4u.co.il/8-%d7%99%d7%9e%d7%99%d7%9d-8-%d7%98%d7%99%d7%a4%d7%99%d7%9d/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/intermidiate.png\",\"link\":\"https://blog.maccabi4u.co.il/%d7%a6%d7%95%d7%9d-%d7%9c%d7%a1%d7%99%d7%a8%d7%95%d7%92%d7%99%d7%9f-%d7%93%d7%99%d7%90%d7%98%d7%aa-8-%d7%94%d7%a9%d7%a2%d7%95%d7%aa/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/heart.png\",\"link\":\"https://blog.maccabi4u.co.il/%d7%aa%d7%96%d7%95%d7%a0%d7%94-%d7%9c%d7%91%d7%a8%d7%99%d7%90%d7%95%d7%aa-%d7%94%d7%9c%d7%91/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/protein-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/protein/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/elderly-diet-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/elderly/diet/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/emotional_eating-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/emotional_eating/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/essential_minerals-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/essential_minerals/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/exercise-at-all-ages-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/exercise/exercise-at-all-ages/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/irritable_bowel_syndrome-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/irritable_bowel_syndrome/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/menopause_nutrition-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/menopause_nutrition/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/omega3-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/omega3/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/soothing_foods-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/healthy-and-tasty/soothing_foods/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//maccabi/walking-1.png\",\"link\":\"https://www.maccabi4u.co.il/new/maccabi_circles/exercise/walking/\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"clalit\",\"clalit-invite-1\",\"clalit-invite-2\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/clalit1.png\",\"link\":\"https://www.clalit.co.il/he/medical/surgery/Pages/post_bariatric_guidelines.aspx\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/clalit2.png\",\"link\":\"https://www.clalit.co.il/he/lifestyle/nutrition/Pages/food_for_bariatric_surgery.aspx\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"sources\":[\"Aba\",\"Aba-invite-1\",\"Aba-invite-2\",\"wco\",\"wco-invite-1\",\"wco-invite-2\"],\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/maccabi_1.jpg\",\"link\":\"https://cubes-il.co.il/\",\"text\":\" \"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/maccabi_2.jpg\",\"link\":\"https://cubes-il.co.il/\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"any\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/member-bring-memeber.png\",\"link\":\"https://cubes-il.co.il/\",\"text\":\"\"}]}]},{\"android_package\":\"com.bettertogether.dev\",\"ios_bundle\":\"com.bettertogetherlosingweight.dev\",\"items\":[{\"gender\":\"any\",\"content\":[{\"language\":\"en\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/shop.png\",\"link\":\"https://smarturl.it/fbtogther\",\"text\":\"\"},{\"language\":\"es\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/shop.png\",\"link\":\"https://smarturl.it/fbtogther\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"en\",\"image\":\"https://www.tqlkg.com/image-100119283-14041993\",\"link\":\"https://www.jdoqocy.com/click-100119283-14041993\",\"text\":\"\"},{\"language\":\"es\",\"image\":\"https://www.tqlkg.com/image-100119283-14041993\",\"link\":\"https://www.jdoqocy.com/click-100119283-14041993\",\"text\":\"\"},{\"language\":\"fr\",\"image\":\"https://www.tqlkg.com/image-100119283-14041993\",\"link\":\"https://www.jdoqocy.com/click-100119283-14041993\",\"text\":\"\"},{\"language\":\"de\",\"image\":\"https://www.tqlkg.com/image-100119283-14041993\",\"link\":\"https://www.jdoqocy.com/click-100119283-14041993\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"en\",\"image\":\"https://www.awltovhc.com/image-100119283-13872050\",\"link\":\"https://www.kqzyfj.com/click-100119283-13872050\",\"text\":\"\"},{\"language\":\"es\",\"image\":\"https://www.awltovhc.com/image-100119283-13872050\",\"link\":\"https://www.kqzyfj.com/click-100119283-13872050\",\"text\":\"\"},{\"language\":\"fr\",\"image\":\"https://www.awltovhc.com/image-100119283-13872050\",\"link\":\"https://www.kqzyfj.com/click-100119283-13872050\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"en\",\"image\":\"https://static.shareasale.com/image/98353/Subscribe1080x1080-01.png\",\"link\":\"https://shareasale.com/u.cfm?d=675858&m=98353&u=2407643&afftrack=\",\"text\":\" \"},{\"language\":\"es\",\"image\":\"https://static.shareasale.com/image/98353/Subscribe1080x1080-01.png\",\"link\":\"https://shareasale.com/u.cfm?d=675858&m=98353&u=2407643&afftrack=\",\"text\":\"\"},{\"language\":\"fr\",\"image\":\"https://static.shareasale.com/image/98353/Subscribe1080x1080-01.png\",\"link\":\"https://shareasale.com/u.cfm?d=675858&m=98353&u=2407643&afftrack=\",\"text\":\"\"}]},{\"gender\":\"any\",\"content\":[{\"language\":\"en\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/shop_1.png\",\"link\":\"https://smarturl.it/fbtogther/\",\"text\":\"\"},{\"language\":\"es\",\"image\":\"https://d376fyzjbo9nop.cloudfront.net/shop_tab/shop_1.png\",\"link\":\"https://smarturl.it/fbtogther/\",\"text\":\"\"}]}]}]", "showGroupOnboarding": "true", "show_followUp_paywall": "false", "show_food_log": "{\"status\":\"true\",\"title\":\"Food Log - Calorie Counting\",\"translations\":{\"en\":\"Food Log - Calorie Counting\",\"sp\":\"Registro de Alimentos\",\"fr\":\"Journal Alimentaire\",\"de\":\"Ernährungsprotokoll\",\"he\":\"יומן אכילה - ספירת קלוריות\",\"zh-CN\":\"食物日志 - 热量计算\"},\"icon\":\"camera\"}", "show_paywall_to_new_users_without_group": "true", "show_subscription_paywalls_withAdapty": "true", "splash": "[{\"android_package\":\"com.bettertogether.us\",\"ios_bundle\":\"com.bettertogetherlosingweight.us\",\"items\":[{\"sources\":[\"adoni\",\"adoni-invite-1\",\"adoni-invite-2\",\"adoni-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/adoni1.png\"}]},{\"sources\":[\"reshet\",\"reshet-invite-1\",\"reshet-invite-2\",\"reshet-invite-3\",\"reshet-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/Reshet13Logo.png\"}]},{\"sources\":[\"ajax\",\"ajax-invite-1\",\"ajax-invite-2\",\"ajax-invite-3\",\"ajax-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/ajax.png\"}]},{\"sources\":[\"stsw\",\"stsw-invite-1\",\"stsw-invite-2\",\"stsw-invite-3\",\"stsw-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/StructureToneSW.jpg\"}]},{\"sources\":[\"andersen\",\"andersen-invite-1\",\"andersen-invite-2\",\"andersen-invite-3\",\"andersen-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/andersen_logo.png\"}]},{\"sources\":[\"pavarini\",\"pavarini-invite-1\",\"pavarini-invite-2\",\"pavarini-invite-3\",\"pavarini-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/Pavarini_LOGO.png\"}]},{\"sources\":[\"megan\",\"megan-invite-1\",\"megan-invite-2\",\"megan-invite-3\",\"megan-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/megan_logo.png\"}]},{\"sources\":[\"zumba\",\"zumba-invite-1\",\"zumba-invite-2\",\"zumba-invite-3\",\"zumba-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/zumba.png\"}]},{\"sources\":[\"delta\",\"delta-invite-1\",\"delta-invite-2\",\"delta-invite-3\",\"delta-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/delta.jpg\"}]},{\"sources\":[\"Aba\",\"Aba-invite-1\",\"Aba-invite-2\",\"Aba-invite-3\",\"Aba-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/maccabi-logo.png\"}]},{\"sources\":[\"Ari\",\"Ari-invite-1\",\"Ari-invite-2\",\"Ari-invite-3\",\"Ari-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/Ari.png\"}]},{\"sources\":[\"ylwd\",\"ylwd-invite-1\",\"ylwd-invite-2\",\"ylwd-invite-3\",\"ylwd-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/YLWD.png\"}]},{\"sources\":[\"bhmg\",\"bhmg-invite-1\",\"bhmg-invite-2\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/BHMG.png\"}]},{\"sources\":[\"maccabi\",\"maccabi-invite-1\",\"maccabi-invite-2\",\"maccabi-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/maccabi-logo.png\"}]},{\"sources\":[\"Pro\",\"Pro-invite-1\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/BT-Logo-with-tagline.png\"}]},{\"sources\":[\"coburn\",\"coburn-invite-1\",\"coburn-invite-2\",\"coburn-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/coburn_place.png\"}]},{\"sources\":[\"clalit\",\"clalit-invite-1\",\"clalit-invite-2\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/clalit_logo1.png\"}]},{\"sources\":[\"StructureTone\",\"StructureTone-invite-1\",\"StructureTone-invite-2\",\"StructureTone-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/StructureTone.png\"}]},{\"sources\":[\"rechtien\",\"rechtien-invite-1\",\"rechtien-invite-2\",\"rechtien-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/rechtien.png\"}]},{\"sources\":[\"cory\",\"cory-invite-1\",\"cory-invite-2\",\"cory-invite-3\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/cory.jpg\"}]},{\"sources\":[\"raanana\",\"raanana-invite-1\",\"raanana-invite-2\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/Raanana.jpg\"}]},{\"sources\":[\"integracare\",\"integracare-invite-1\",\"integracare-invite-2\",\"integracare-invite-3\",\"integracare-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/IntegraCare-logo.png\"}]},{\"sources\":[\"custer\",\"custer-invite-1\",\"custer-invite-2\",\"custer-invite-3\",\"custer-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/custer.png\"}]},{\"sources\":[\"its\",\"its-invite-1\",\"its-invite-2\",\"its-invite-3\",\"its-invite-4\"],\"content\":[{\"language\":\"any\",\"logo\":\"https://d376fyzjbo9nop.cloudfront.net//corporate_logos/itserve-logo.jpg\"}]},{\"sources\":[\"test-invite-1\"],\"content\":[{\"language\":\"en\",\"logo\":\"https://upload.wikimedia.org/wikipedia/commons/thumb/8/84/Apple_Computer_Logo_rainbow.svg/1200px-Apple_Computer_Logo_rainbow.svg.png\"},{\"language\":\"es\",\"logo\":\"https://image.freepik.com/free-vector/fitness-gym-logo-premium-vector_144543-140.jpg\"},{\"language\":\"fr\",\"logo\":\"https://image.freepik.com/free-vector/fitness-gym-logo-premium-vector_144543-140.jpg\"}]}]}]", "status": "true", "step_default": "5000", "subscription_block_bmi": "true", "subscription_block_daily_tips": "true", "subscription_block_floors": "true", "subscription_block_glasses": "true", "subscription_block_starting_from_Date": "2021-08-20", "subscription_block_starting_from_Date_Android": "2022-01-01", "subscription_block_steps": "true", "subscription_block_total_progress": "true", "subscription_modal_reminders_config": "{\"sevenDaysAfter\":7,\"fourteenDaysAfter\":14,\"twentyOneDays\":21,\"every14Days\":14,\"every21Days\":21,\"numberOfTotalDaysToBlockFrom\":14}", "subscription_promotional_text": "{\"afterGroupCreatedOrJoined\":{\"en\":\"BetterTogether Basic is free forever\\nEnjoy all Pro Features free for 14 days\\nNo credit card needed\",\"fr\":\"BetterTogether est gratuit pour toujours\\nProfitez de toutes les fonctionnalités Pro gratuitement pendant 14 jours\\nAucune carte de crédit nécessaire\",\"he\":\"כל השידרוגים פתוחים חינם למשך 14 יום\",\"es\":\"BetterTogether es gratis para siempre\\nDisfrute de todas las funciones profesionales gratis durante 14 días\\nNo se necesita tarjeta de crédito\",\"zh\":\"BetterTogether 永远免费\\n免费享受所有专业功能 14 天\\n无需信用卡\",\"de\":\"BetterTogether ist für immer kostenlos\\nGenießen Sie alle Pro-Funktionen 14 Tage lang kostenlos\\nKeine Kreditkarte erforderlich\"},\"afterSevenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends in a few days\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine dans quelques jours\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת בעוד מספר ימים\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de las funciones profesionales finaliza en unos días\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用在几天后结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion von Pro Features endet in wenigen Tagen\"},\"afterFourteenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends today\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine aujourd'hui\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת היום\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de funciones profesionales finaliza hoy\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用今天结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion der Pro-Funktionen endet heute\"},\"afterTwentyOneDaysAlert\":{\"en\":\"Subscribe now to continue enjoying all Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"everyFourteenDaysAlert\":{\"en\":\"Subscribe now to enjoy again from all the Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"checkList\":{\"one\":{\"en\":\"Daily Fitness Tracking (Steps, Water, Floors)\",\"fr\":\"Suivi quotidien des réalisations (étapes, eau, sols)\",\"he\":\"מעקב אחר הישגים יומיים (צעדים, מים, קומות)\",\"es\":\"Seguimiento de logros diarios (pasos, agua, suelos)\",\"zh\":\"每日成就跟踪(步骤、水、楼层)\",\"de\":\"Tägliche Erfolgsverfolgung (Schritte, Wasser, Etagen)\"},\"two\":{\"en\":\"Daily Well-being Tips\",\"fr\":\"Conseils bien-être au quotidien\",\"he\":\"טיפים יומיים\",\"es\":\"Consejos diarios de bienestar\",\"zh\":\"每日健康小贴士\",\"de\":\"Tägliche Wellness-Tipps\"},\"three\":{\"en\":\"No Distractions - 100% Ad-Free\",\"fr\":\"Aucune distraction - 100% sans publicité\",\"he\":\"ללא הסחות דעת - 100% ללא מודעות\",\"es\":\"Sin distracciones - 100% sin publicidad\",\"zh\":\"没有干扰 - 100% 无广告\",\"de\":\"Keine Ablenkungen - 100% werbefrei\"}},\"thankYouMessage\":{\"en\":\"Thank you for your purchase\",\"fr\":\"Merci pour votre achat\",\"he\":\"תודה על רכישתך\",\"es\":\"Gracias por su compra\",\"zh\":\"感谢您的购买\",\"de\":\"Danke für Ihren Einkauf\"}}", "subscription_promotional_text_android": "{\"choosePlan\":{\"en\":\"CHOOSE A PLAN\",\"fr\":\"CHOISISSEZ UN PLAN\",\"he\":\"בחר תוכנית\",\"es\":\"ELIGE UN PLAN\",\"zh\":\"选择一个计划\",\"de\":\"WÄHLEN SIE EINEN PLAN\"},\"mostPopular\":{\"en\":\"Most Popular\",\"fr\":\"Le plus populaire\",\"he\":\"הפופולארי ביותר\",\"es\":\"Más popular\",\"zh\":\"最受欢迎\",\"de\":\"Am beliebtesten\"},\"afterGroupCreatedOrJoinedTitle\":{\"en\":\"Premium Access\",\"fr\":\"Accès Premium\",\"he\":\"תוכנית פרימיום\",\"es\":\"Acceso Premium\",\"zh\":\"高级访问\",\"de\":\"Premium-Zugang\"},\"afterGroupCreatedOrJoinedText1\":{\"en\":\"Select your plan and gain access to the Pro features\",\"fr\":\"Sélectionnez votre forfait et accédez aux fonctionnalités Pro\",\"he\":\"בחר את התוכנית שלך וקבל גישה לתכונות ה-Pro\",\"es\":\"Seleccione su plan y obtenga acceso a las funciones Pro\",\"zh\":\"选择您的计划并访问 Pro 功能\",\"de\":\"Wählen Sie Ihren Plan und erhalten Sie Zugriff auf die Pro-Funktionen\"},\"afterGroupCreatedOrJoinedText2\":{\"en\":\"Daily fitness tracking, daily well-being tips, 100% Ad-Free\",\"fr\":\"Suivi quotidien de la condition physique, conseils bien-être quotidiens, 100% sans publicité\",\"he\":\"מעקב כושר יומי, טיפים יומיים, 100% ללא פרסומות\",\"es\":\"Seguimiento diario del estado físico, consejos diarios de bienestar, 100% sin publicidad\",\"zh\":\"每日健身追踪、每日健康提示、100% 无广告\",\"de\":\"Tägliches Fitness-Tracking, tägliche Wellness-Tipps, 100% werbefrei\"},\"afterGroupCreatedOrJoinedTitleReviews\":{\"en\":\"User Reviews\",\"fr\":\"Avis des utilisateurs\",\"he\":\"חוות דעת משתמשים\",\"es\":\"Opiniones de los usuarios\",\"zh\":\"用户评论\",\"de\":\"Benutzerbewertung\"},\"afterGroupCreatedOrJoinedTextReviews\":{\"en\":\"Hear what our users have to say about BetterTogether-App\",\"fr\":\"Écoutez ce que nos utilisateurs ont à dire sur BetterTogether-App\",\"he\":\"ראו מה יש למשתמשים שלנו לומר על BetterTogether-App\",\"es\":\"Escucha lo que nuestras usuarios tienen que decir sobre BetterTogether-App\",\"zh\":\"听听我们的用户对 BetterTogether-App 的评价\",\"de\":\"Hören Sie, was unsere Benutzer über die BetterTogether-App sagen\"},\"afterGroupCreatedOrJoinedButton\":{\"en\":\"Try Free and Subscribe\",\"fr\":\"Essayez gratuitement et abonnez-vous\",\"he\":\"נסה בחינם והירשם\",\"es\":\"Pruébelo gratis y suscríbase\",\"zh\":\"免费试用并订阅\",\"de\":\"Kostenlos testen und abonnieren\"},\"afterGroupCreatedOrJoinedBottomText\":{\"en\":\"No thanks, start Pro features 14 days trial\",\"fr\":\"Non merci, démarrez les fonctionnalités Pro pendant 14 jours d'essai\",\"he\":\"לא תודה, התחל Pro כולל ניסיון של 14 יום\",\"es\":\"No, gracias, inicie las funciones Pro 14 días de prueba\",\"zh\":\"不,谢谢,开始 Pro 功能 14 天试用\",\"de\":\"Nein danke, start Pro bietet eine 14-tägige Testversion\"},\"afterFourteenDaysAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterFourteenDaysAlertText\":{\"en\":\"Your free 14 days trial has %@ days left\\nSubscribe now to keep full access to the Pro features\",\"fr\":\"Il vous reste %@ jour à votre essai gratuit de 14 jours. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\"ל-14 ימי הניסיון החינמיים שלך נותרו @% יום. הירשם כעת לחברות כדי לשמור על גישה מלאה לתכונות המקצועניות\",\"es\":\"A su prueba gratuita de 14 días le queda %@ día. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期还剩 %@ 天。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion hat noch %@ Tag. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"everyTwoWeeksAlertText\":{\"en\":\"Your free 14 days trial is over\\nSubscribe to membership now to keep full access to the Pro features\",\"fr\":\"Votre essai gratuit de 14 jours est terminé. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\" ימי הניסיון בחינם שלך הסתיימו. הירשם כעת למנוי כדי לשמור על גישה מלאה ל PRO\",\"es\":\"Su prueba gratuita de 14 días ha terminado. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期已结束。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion ist vorbei. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"everyTwoWeeksAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterFourteenDaysAlertButton\":{\"en\":\"Subscribe\",\"fr\":\"S'abonner\",\"he\":\"הירשם\",\"es\":\"Suscribir\",\"zh\":\"订阅\",\"de\":\"Abonnieren\"},\"afterFourteenDaysAlertBottomText\":{\"en\":\"No thanks, remove my Pro features\",\"fr\":\"Non merci, supprimer mes fonctionnalités Pro\",\"he\":\"לא תודה, הסר את תכונות ה-Pro שלי\",\"es\":\"No gracias, elimine mis funciones Pro\",\"zh\":\"不,谢谢,删除我的 Pro 功能\",\"de\":\"Nein danke, entferne meine Pro-Funktionen\"},\"afterTwentyOneDaysAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterTwentyOneDaysAlertText\":{\"en\":\"Your free 14 days trial is over. Subscribe to membership now to keep full access to the Pro features\",\"fr\":\"Votre essai gratuit de 14 jours est terminé. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\" ימי הניסיון בחינם שלך הסתיימו. הירשם כעת למנוי כדי לשמור על גישה מלאה ל PRO\",\"es\":\"Su prueba gratuita de 14 días ha terminado. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期已结束。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion ist vorbei. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"afterTwentyOneDaysAlertButton\":{\"en\":\"Subscribe\",\"fr\":\"S'abonner\",\"he\":\"הירשם\",\"es\":\"Suscribir\",\"zh\":\"订阅\",\"de\":\"Abonnieren\"},\"afterTwentyOneDaysAlertBottomText\":{\"en\":\"No thanks\",\"fr\":\"Non merci\",\"he\":\"לא תודה\",\"es\":\"No, gracias\",\"zh\":\"不,谢谢\",\"de\":\"Nein danke\"},\"userReviews\":[{\"userName\":{\"en\":\"LilNancyL\",\"fr\":\"LilNancyL\",\"he\":\"LilNancyL\",\"es\":\"LilNancyL\",\"zh\":\"LilNancyL\",\"de\":\"LilNancyL\"},\"rating\":\"5\",\"review\":{\"en\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"fr\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"he\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"es\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"zh\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"de\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\"}},{\"userName\":{\"en\":\"Skeute\",\"fr\":\"Skeute\",\"he\":\"Skeute\",\"es\":\"Skeute\",\"zh\":\"Skeute\",\"de\":\"Skeute\"},\"rating\":\"5\",\"review\":{\"en\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"fr\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"he\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"es\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"zh\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"de\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\"}},{\"userName\":{\"en\":\"Tonya HCD\",\"fr\":\"Tonya HCD\",\"he\":\"Tonya HCD\",\"es\":\"Tonya HCD\",\"zh\":\"Tonya HCD\",\"de\":\"Tonya HCD\"},\"rating\":\"5\",\"review\":{\"en\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"fr\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"he\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"es\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"zh\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"de\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\"}}],\"subscription_plans\":{\"planYearly\":{\"plan\":{\"en\":\"$2.92 / Month ($34.99 / Year)\",\"fr\":\"$2.92 / Mois ($34.99 / Année)\",\"he\":\"$2.92 / חודש ($34.99 / שנה)\",\"es\":\"$2.92 / Mes ($34.99 / Año)\",\"zh\":\"$2.92 / 月 ($34.99 / 年)\",\"de\":\"$2.92 / Monat ($34.99 / Jahr)\"},\"description\":{\"en\":\"14 day trial, billed yearly, cancel any time\",\"fr\":\"Essai de 14 jours, facturé annuellement, annulez à tout moment\",\"he\":\"ניסיון של 14 יום, מחויב מדי שנה, בטל בכל עת\",\"es\":\"Prueba de 14 días, facturada anualmente, cancela en cualquier momento\",\"zh\":\"14 天试用,按年计费,随时取消\",\"de\":\"14 Tage Testversion, jährliche Abrechnung, jederzeit kündbar\"},\"popularPlan\":true,\"productId\":\"com.bettertogetherlosingweight.us.annually2\"},\"planMonthly\":{\"plan\":{\"en\":\"$4.99 / Month ($59 / Year)\",\"fr\":\"$4.99 / Mois ($59 / Année)\",\"he\":\"$4.99 / חודש ($59 / שנה)\",\"es\":\"$4.99 / Mes ($59 / Año)\",\"zh\":\"$4.99 / 月 ($59 / 年)\",\"de\":\"$4.99 / Monat ($59 / Jahr)\"},\"description\":{\"en\":\"14 day trial, billed monthly, cancel any time\",\"fr\":\"Essai de 14 jours, facturé mensuellement, annulez à tout moment\",\"he\":\"ניסיון של 14 יום, מחויב מדי חודש, בטל בכל עת\",\"es\":\"Prueba de 14 días, facturada mensualmente, cancela en cualquier momento\",\"zh\":\"14 天试用,按月计费,随时取消\",\"de\":\"14 Tage Testversion, monatliche Abrechnung, jederzeit kündbar\"},\"popularPlan\":false,\"productId\":\"com.bettertogetherlosingweight.us.monthly2\"},\"planWeekly\":{\"plan\":{\"en\":\"$19.99 / 12 weeks\",\"fr\":\"$19.99 / 12 semaines\",\"he\":\"$19.99 / 12 שבועות\",\"es\":\"$19.99 / 12 semanas\",\"zh\":\"$19.99 / 12 周\",\"de\":\"$19.99 / 12 Wochen\"},\"description\":{\"en\":\"One time payment, Pay as you go\",\"fr\":\"Paiement unique, Pay as you go\",\"he\":\"תשלום חד פעמי\",\"es\":\"Pago único, pago por uso\",\"zh\":\"一次付款,即付即用\",\"de\":\"Einmalige Zahlung, Pay as you go\"},\"popularPlan\":false,\"durationInWeeks\":12,\"productId\":\"com.bettertogetherlosingweight.us.12weeks\"},\"billedAnnually\":{\"en\":\"Billed annually, Cancel any time\",\"fr\":\"Facturé annuellement, annulez à tout moment\",\"he\":\"מחויב מדי שנה, בטל בכל עת\",\"es\":\"Facturado anualmente, cancele en cualquier momento\",\"zh\":\"每年计费,随时取消\",\"de\":\"Jährliche Abrechnung, jederzeit kündbar\"},\"billedMonthly\":{\"en\":\"Billed monthly, Cancel any time\",\"fr\":\"Facturé mensuellement, annulez à tout moment\",\"he\":\"מחויב מדי חודש, בטל בכל עת\",\"es\":\"Facturado mensualmente, cancele en cualquier momento\",\"zh\":\"按月计费,随时取消\",\"de\":\"Monatlich abgerechnet, jederzeit kündbar\"},\"billedOneTime\":{\"en\":\"One time payment, Pay as you go\",\"fr\":\"Paiement unique, Pay as you go\",\"he\":\"תשלום חד פעמי\",\"es\":\"Pago único, pago por uso\",\"zh\":\"一次付款,即付即用\",\"de\":\"Einmalige Zahlung, Pay as you go\"},\"model_screen\":{\"billedAnnually1\":{\"en\":\"Billed annually, Cancel any time\",\"fr\":\"Facturé annuellement, annulez à tout moment\",\"he\":\"מחויב מדי שנה, בטל בכל עת\",\"es\":\"Facturado anualmente, cancele en cualquier momento\",\"zh\":\"每年计费,随时取消\",\"de\":\"Jährliche Abrechnung, jederzeit kündbar\"},\"billedMonthly1\":{\"en\":\"Billed monthly, Cancel any time\",\"fr\":\"Facturé mensuellement, annulez à tout moment\",\"he\":\"מחויב מדי חודש, בטל בכל עת\",\"es\":\"Facturado mensualmente, cancele en cualquier momento\",\"zh\":\"按月计费,随时取消\",\"de\":\"Monatlich abgerechnet, jederzeit kündbar\"}}},\"afterGroupCreatedOrJoined\":{\"en\":\"BetterTogether Basic is free forever\\nEnjoy all Pro Features free for 14 days\\nNo credit card needed\",\"fr\":\"BetterTogether est gratuit pour toujours\\nProfitez de toutes les fonctionnalités Pro gratuitement pendant 14 jours\\nAucune carte de crédit nécessaire\",\"he\":\"כל השידרוגים פתוחים חינם למשך 14 יום\",\"es\":\"BetterTogether es gratis para siempre\\nDisfrute de todas las funciones profesionales gratis durante 14 días\\nNo se necesita tarjeta de crédito\",\"zh\":\"BetterTogether 永远免费\\n免费享受所有专业功能 14 天\\n无需信用卡\",\"de\":\"BetterTogether ist für immer kostenlos\\nGenießen Sie alle Pro-Funktionen 14 Tage lang kostenlos\\nKeine Kreditkarte erforderlich\"},\"afterSevenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends in a few days\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine dans quelques jours\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת בעוד מספר ימים\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de las funciones profesionales finaliza en unos días\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用在几天后结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion von Pro Features endet in wenigen Tagen\"},\"afterFourteenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends today\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine aujourd'hui\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת היום\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de funciones profesionales finaliza hoy\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用今天结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion der Pro-Funktionen endet heute\"},\"afterTwentyOneDaysAlert\":{\"en\":\"Subscribe now to continue enjoying all Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"everyFourteenDaysAlert\":{\"en\":\"Subscribe now to enjoy again from all the Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"checkList\":{\"one\":{\"en\":\"Daily Fitness Tracking (Steps, Water, Floors)\",\"fr\":\"Suivi quotidien des réalisations (étapes, eau, sols)\",\"he\":\"מעקב אחר הישגים יומיים (צעדים, מים, קומות)\",\"es\":\"Seguimiento de logros diarios (pasos, agua, suelos)\",\"zh\":\"每日成就跟踪(步骤、水、楼层)\",\"de\":\"Tägliche Erfolgsverfolgung (Schritte, Wasser, Etagen)\"},\"two\":{\"en\":\"Daily Well-being Tips\",\"fr\":\"Conseils bien-être au quotidien\",\"he\":\"טיפים יומיים\",\"es\":\"Consejos diarios de bienestar\",\"zh\":\"每日健康小贴士\",\"de\":\"Tägliche Wellness-Tipps\"},\"three\":{\"en\":\"No Distractions - 100% Ad-Free\",\"fr\":\"Aucune distraction - 100% sans publicité\",\"he\":\"ללא הסחות דעת - 100% ללא מודעות\",\"es\":\"Sin distracciones - 100% sin publicidad\",\"zh\":\"没有干扰 - 100% 无广告\",\"de\":\"Keine Ablenkungen - 100% werbefrei\"}},\"thankYouMessage\":{\"en\":\"Thank you for your purchase\",\"fr\":\"Merci pour votre achat\",\"he\":\"תודה על רכישתך\",\"es\":\"Gracias por su compra\",\"zh\":\"感谢您的购买\",\"de\":\"Danke für Ihren Einkauf\"}}", "subscription_promotional_text_new": "{\"choosePlan\":{\"en\":\"CHOOSE A PLAN\",\"fr\":\"CHOISISSEZ UN PLAN\",\"he\":\"בחר תוכנית\",\"es\":\"ELIGE UN PLAN\",\"zh\":\"选择一个计划\",\"de\":\"WÄHLEN SIE EINEN PLAN\"},\"mostPopular\":{\"en\":\"Most Popular\",\"fr\":\"Le plus populaire\",\"he\":\"הפופולארי ביותר\",\"es\":\"Más popular\",\"zh\":\"最受欢迎\",\"de\":\"Am beliebtesten\"},\"afterGroupCreatedOrJoinedTitle\":{\"en\":\"Premium Access\",\"fr\":\"Accès Premium\",\"he\":\"תוכנית פרימיום\",\"es\":\"Acceso Premium\",\"zh\":\"高级访问\",\"de\":\"Premium-Zugang\"},\"afterGroupCreatedOrJoinedText1\":{\"en\":\"Select your plan and gain access to the Pro features\",\"fr\":\"Sélectionnez votre forfait et accédez aux fonctionnalités Pro\",\"he\":\"בחר את התוכנית שלך וקבל גישה לתכונות ה-Pro\",\"es\":\"Seleccione su plan y obtenga acceso a las funciones Pro\",\"zh\":\"选择您的计划并访问 Pro 功能\",\"de\":\"Wählen Sie Ihren Plan und erhalten Sie Zugriff auf die Pro-Funktionen\"},\"afterGroupCreatedOrJoinedText2\":{\"en\":\"Daily fitness tracking, daily well-being tips, 100% Ad-Free\",\"fr\":\"Suivi quotidien de la condition physique, conseils bien-être quotidiens, 100% sans publicité\",\"he\":\"מעקב כושר יומי, טיפים יומיים, 100% ללא פרסומות\",\"es\":\"Seguimiento diario del estado físico, consejos diarios de bienestar, 100% sin publicidad\",\"zh\":\"每日健身追踪、每日健康提示、100% 无广告\",\"de\":\"Tägliches Fitness-Tracking, tägliche Wellness-Tipps, 100% werbefrei\"},\"afterGroupCreatedOrJoinedTitleReviews\":{\"en\":\"User Reviews\",\"fr\":\"Avis des utilisateurs\",\"he\":\"חוות דעת משתמשים\",\"es\":\"Opiniones de los usuarios\",\"zh\":\"用户评论\",\"de\":\"Benutzerbewertung\"},\"afterGroupCreatedOrJoinedTextReviews\":{\"en\":\"Hear what our users have to say about BetterTogether-App\",\"fr\":\"Écoutez ce que nos utilisateurs ont à dire sur BetterTogether-App\",\"he\":\"ראו מה יש למשתמשים שלנו לומר על BetterTogether-App\",\"es\":\"Escucha lo que nuestras usuarios tienen que decir sobre BetterTogether-App\",\"zh\":\"听听我们的用户对 BetterTogether-App 的评价\",\"de\":\"Hören Sie, was unsere Benutzer über die BetterTogether-App sagen\"},\"afterGroupCreatedOrJoinedButton\":{\"en\":\"Try Free and Subscribe\",\"fr\":\"Essayez gratuitement et abonnez-vous\",\"he\":\"נסה בחינם והירשם\",\"es\":\"Pruébelo gratis y suscríbase\",\"zh\":\"免费试用并订阅\",\"de\":\"Kostenlos testen und abonnieren\"},\"afterGroupCreatedOrJoinedBottomText\":{\"en\":\"No thanks, start Pro features 14 days trial\",\"fr\":\"Non merci, démarrez les fonctionnalités Pro pendant 14 jours d'essai\",\"he\":\"לא תודה, התחל Pro כולל ניסיון של 14 יום\",\"es\":\"No, gracias, inicie las funciones Pro 14 días de prueba\",\"zh\":\"不,谢谢,开始 Pro 功能 14 天试用\",\"de\":\"Nein danke, start Pro bietet eine 14-tägige Testversion\"},\"afterFourteenDaysAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterFourteenDaysAlertText\":{\"en\":\"Your free 14 days trial has %@ days left \\nSubscribe now to keep full access to the Pro features\",\"fr\":\"Il vous reste %@ jour à votre essai gratuit de 14 jours. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\"ל-14 ימי הניסיון החינמיים שלך נותרו @% יום. הירשם כעת לחברות כדי לשמור על גישה מלאה לתכונות המקצועניות\",\"es\":\"A su prueba gratuita de 14 días le queda %@ día. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期还剩 %@ 天。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion hat noch %@ Tag. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"everyTwoWeeksAlertText\":{\"en\":\"Your free 14 days trial is over \\nSubscribe to membership now to keep full access to the Pro features\",\"fr\":\"Votre essai gratuit de 14 jours est terminé. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\" ימי הניסיון בחינם שלך הסתיימו. הירשם כעת למנוי כדי לשמור על גישה מלאה ל PRO\",\"es\":\"Su prueba gratuita de 14 días ha terminado. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期已结束。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion ist vorbei. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"everyTwoWeeksAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterFourteenDaysAlertButton\":{\"en\":\"Subscribe\",\"fr\":\"S'abonner\",\"he\":\"הירשם\",\"es\":\"Suscribir\",\"zh\":\"订阅\",\"de\":\"Abonnieren\"},\"afterFourteenDaysAlertBottomText\":{\"en\":\"No thanks, remove my Pro features\",\"fr\":\"Non merci, supprimer mes fonctionnalités Pro\",\"he\":\"לא תודה, הסר את תכונות ה-Pro שלי\",\"es\":\"No gracias, elimine mis funciones Pro\",\"zh\":\"不,谢谢,删除我的 Pro 功能\",\"de\":\"Nein danke, entferne meine Pro-Funktionen\"},\"afterTwentyOneDaysAlertTitle\":{\"en\":\"Don't miss out!\",\"fr\":\"Ne manquez pas!\",\"he\":\"אל תפספסו!\",\"es\":\"No te lo pierdas!\",\"zh\":\"不要错过!\",\"de\":\"Nicht verpassen!\"},\"afterTwentyOneDaysAlertText\":{\"en\":\"Your free 14 days trial is over. \\nSubscribe to membership now to keep full access to the Pro features\",\"fr\":\"Votre essai gratuit de 14 jours est terminé. Abonnez-vous maintenant pour conserver un accès complet aux fonctionnalités Pro\",\"he\":\" ימי הניסיון בחינם שלך הסתיימו. הירשם כעת למנוי כדי לשמור על גישה מלאה ל PRO\",\"es\":\"Su prueba gratuita de 14 días ha terminado. Suscríbase a la membresía ahora para mantener el acceso completo a las funciones Pro\",\"zh\":\"您的 14 天免费试用期已结束。 立即订阅会员资格以保持对 Pro 功能的完全访问权限\",\"de\":\"Ihre kostenlose 14-tägige Testversion ist vorbei. Abonnieren Sie jetzt die Mitgliedschaft, um vollen Zugriff auf die Pro-Funktionen zu behalten\"},\"afterTwentyOneDaysAlertButton\":{\"en\":\"Subscribe\",\"fr\":\"S'abonner\",\"he\":\"הירשם\",\"es\":\"Suscribir\",\"zh\":\"订阅\",\"de\":\"Abonnieren\"},\"afterTwentyOneDaysAlertBottomText\":{\"en\":\"No thanks\",\"fr\":\"Non merci\",\"he\":\"לא תודה\",\"es\":\"No, gracias\",\"zh\":\"不,谢谢\",\"de\":\"Nein danke\"},\"userReviews\":[{\"userName\":{\"en\":\"LilNancyL\",\"fr\":\"User 1\",\"he\":\"User 1\",\"es\":\"User 1\",\"zh\":\"User 1\",\"de\":\"User 1\"},\"rating\":\"5\",\"review\":{\"en\":\"Love it! Works great! Keeping my friends and I motivated during our weight loss journey!\",\"fr\":\"Better together app user feedback review 1\",\"he\":\"Better together app user feedback review 1\",\"es\":\"Better together app user feedback review 1\",\"zh\":\"Better together app user feedback review 1\",\"de\":\"Better together app user feedback review 1\"}},{\"userName\":{\"en\":\"Skeute\",\"fr\":\"User 2\",\"he\":\"User 2\",\"es\":\"User 2\",\"zh\":\"User 2\",\"de\":\"User 2\"},\"rating\":\"5\",\"review\":{\"en\":\"Better Together is a great app for our office weight loss contest. Very easy to see everyone’s progress and badges keep you wanted to do more.\",\"fr\":\"Better together app user feedback review 2\",\"he\":\"Better together app user feedback review 2\",\"es\":\"Better together app user feedback review 2\",\"zh\":\"Better together app user feedback review 2\",\"de\":\"Better together app user feedback review 2\"}},{\"userName\":{\"en\":\"Tonya HCD\",\"fr\":\"User 3\",\"he\":\"User 3\",\"es\":\"User 3\",\"zh\":\"User 3\",\"de\":\"User 3\"},\"rating\":\"5\",\"review\":{\"en\":\"This app is amazing! I am very pleased! Carry on with your weight loss...Yas Yas!!!\",\"fr\":\"Better together app user feedback review 3\",\"he\":\"Better together app user feedback review 3\",\"es\":\"Better together app user feedback review 3\",\"zh\":\"Better together app user feedback review 3\",\"de\":\"Better together app user feedback review 3\"}}],\"subscription_plans\":{\"planYearly\":{\"plan\":{\"en\":\"$2.92 / Month ($34.99 / Year)\",\"fr\":\"$2.92 / Mois ($34.99 / Année)\",\"he\":\"$2.92 / חודש ($34.99 / שנה)\",\"es\":\"$2.92 / Mes ($34.99 / Año)\",\"zh\":\"$2.92 / 月 ($34.99 / 年)\",\"de\":\"$2.92 / Monat ($34.99 / Jahr)\"},\"description\":{\"en\":\"14 day trial, billed yearly, cancel any time\",\"fr\":\"Essai de 14 jours, facturé annuellement, annulez à tout moment\",\"he\":\"ניסיון של 14 יום, מחויב מדי שנה, בטל בכל עת\",\"es\":\"Prueba de 14 días, facturada anualmente, cancela en cualquier momento\",\"zh\":\"14 天试用,按年计费,随时取消\",\"de\":\"14 Tage Testversion, jährliche Abrechnung, jederzeit kündbar\"},\"popularPlan\":true,\"productId\":\"com.bettertogetherlosingweight.us.annually2\"},\"planMonthly\":{\"plan\":{\"en\":\"$4.99 / Month ($59 / Year)\",\"fr\":\"$4.99 / Mois ($59 / Année)\",\"he\":\"$4.99 / חודש ($59 / שנה)\",\"es\":\"$4.99 / Mes ($59 / Año)\",\"zh\":\"$4.99 / 月 ($59 / 年)\",\"de\":\"$4.99 / Monat ($59 / Jahr)\"},\"description\":{\"en\":\"14 day trial, billed monthly, cancel any time\",\"fr\":\"Essai de 14 jours, facturé mensuellement, annulez à tout moment\",\"he\":\"ניסיון של 14 יום, מחויב מדי חודש, בטל בכל עת\",\"es\":\"Prueba de 14 días, facturada mensualmente, cancela en cualquier momento\",\"zh\":\"14 天试用,按月计费,随时取消\",\"de\":\"14 Tage Testversion, monatliche Abrechnung, jederzeit kündbar\"},\"popularPlan\":false,\"productId\":\"com.bettertogetherlosingweight.us.monthly2\"},\"planWeekly\":{\"plan\":{\"en\":\"$19.99 / 12 weeks\",\"fr\":\"$19.99 / 12 semaines\",\"he\":\"$19.99 / 12 שבועות\",\"es\":\"$19.99 / 12 semanas\",\"zh\":\"$19.99 / 12 周\",\"de\":\"$19.99 / 12 Wochen\"},\"description\":{\"en\":\"One time payment, Pay as you go\",\"fr\":\"Paiement unique, Pay as you go\",\"he\":\"תשלום חד פעמי\",\"es\":\"Pago único, pago por uso\",\"zh\":\"一次付款,即付即用\",\"de\":\"Einmalige Zahlung, Pay as you go\"},\"popularPlan\":false,\"durationInWeeks\":12,\"productId\":\"com.bettertogetherlosingweight.us.12weeks\"},\"billedAnnually\":{\"en\":\"Billed annually, Cancel any time\",\"fr\":\"Facturé annuellement, annulez à tout moment\",\"he\":\"מחויב מדי שנה, בטל בכל עת\",\"es\":\"Facturado anualmente, cancele en cualquier momento\",\"zh\":\"每年计费,随时取消\",\"de\":\"Jährliche Abrechnung, jederzeit kündbar\"},\"billedMonthly\":{\"en\":\"Billed monthly, Cancel any time\",\"fr\":\"Facturé mensuellement, annulez à tout moment\",\"he\":\"מחויב מדי חודש, בטל בכל עת\",\"es\":\"Facturado mensualmente, cancele en cualquier momento\",\"zh\":\"按月计费,随时取消\",\"de\":\"Monatlich abgerechnet, jederzeit kündbar\"},\"billedOneTime\":{\"en\":\"One time payment, Pay as you go\",\"fr\":\"Paiement unique, Pay as you go\",\"he\":\"תשלום חד פעמי\",\"es\":\"Pago único, pago por uso\",\"zh\":\"一次付款,即付即用\",\"de\":\"Einmalige Zahlung, Pay as you go\"},\"model_screen\":{\"billedAnnually1\":{\"en\":\"Billed annually, Cancel any time\",\"fr\":\"Facturé annuellement, annulez à tout moment\",\"he\":\"מחויב מדי שנה, בטל בכל עת\",\"es\":\"Facturado anualmente, cancele en cualquier momento\",\"zh\":\"每年计费,随时取消\",\"de\":\"Jährliche Abrechnung, jederzeit kündbar\"},\"billedMonthly1\":{\"en\":\"Billed monthly, Cancel any time\",\"fr\":\"Facturé mensuellement, annulez à tout moment\",\"he\":\"מחויב מדי חודש, בטל בכל עת\",\"es\":\"Facturado mensualmente, cancele en cualquier momento\",\"zh\":\"按月计费,随时取消\",\"de\":\"Monatlich abgerechnet, jederzeit kündbar\"}}},\"afterGroupCreatedOrJoined\":{\"en\":\"BetterTogether Basic is free forever\\nEnjoy all Pro Features free for 14 days\\nNo credit card needed\",\"fr\":\"BetterTogether est gratuit pour toujours\\nProfitez de toutes les fonctionnalités Pro gratuitement pendant 14 jours\\nAucune carte de crédit nécessaire\",\"he\":\"כל השידרוגים פתוחים חינם למשך 14 יום\",\"es\":\"BetterTogether es gratis para siempre\\nDisfrute de todas las funciones profesionales gratis durante 14 días\\nNo se necesita tarjeta de crédito\",\"zh\":\"BetterTogether 永远免费\\n免费享受所有专业功能 14 天\\n无需信用卡\",\"de\":\"BetterTogether ist für immer kostenlos\\nGenießen Sie alle Pro-Funktionen 14 Tage lang kostenlos\\nKeine Kreditkarte erforderlich\"},\"afterSevenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends in a few days\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine dans quelques jours\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת בעוד מספר ימים\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de las funciones profesionales finaliza en unos días\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用在几天后结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion von Pro Features endet in wenigen Tagen\"},\"afterFourteenDaysAlert\":{\"en\":\"BetterTogether Basic is free forever\\nPro Features trial ends today\\nDon't miss out!\",\"fr\":\"BetterTogether est gratuit pour toujours\\nL'essai des fonctionnalités Pro se termine aujourd'hui\",\"he\":\"תקופת הניסיון של השידרוגים מסתיימת היום\",\"es\":\"BetterTogether es gratis para siempre\\nLa prueba de funciones profesionales finaliza hoy\",\"zh\":\"BetterTogether 永远免费\\n专业功能试用今天结束\",\"de\":\"BetterTogether ist für immer kostenlos\\nDie Testversion der Pro-Funktionen endet heute\"},\"afterTwentyOneDaysAlert\":{\"en\":\"Subscribe now to continue enjoying all Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"everyFourteenDaysAlert\":{\"en\":\"Subscribe now to enjoy again from all the Pro features\\nDon't give up on your well-being!\",\"fr\":\"Abonnez-vous maintenant pour profiter de toutes les fonctionnalités Pro\",\"he\":\"הירשם עכשיו כדי ליהנות מכל השידרוגים\",\"es\":\"Suscríbete ahora para disfrutar de todas las funciones profesionales\",\"zh\":\"立即订阅以享受所有专业功能\",\"de\":\"Jetzt abonnieren, um alle Profifunktionen zu genießen\"},\"checkList\":{\"one\":{\"en\":\"Daily Fitness Tracking (Steps, Water, Floors)\",\"fr\":\"Suivi quotidien des réalisations (étapes, eau, sols)\",\"he\":\"מעקב אחר הישגים יומיים (צעדים, מים, קומות)\",\"es\":\"Seguimiento de logros diarios (pasos, agua, suelos)\",\"zh\":\"每日成就跟踪(步骤、水、楼层)\",\"de\":\"Tägliche Erfolgsverfolgung (Schritte, Wasser, Etagen)\"},\"two\":{\"en\":\"Daily Well-being Tips\",\"fr\":\"Conseils bien-être au quotidien\",\"he\":\"טיפים יומיים\",\"es\":\"Consejos diarios de bienestar\",\"zh\":\"每日健康小贴士\",\"de\":\"Tägliche Wellness-Tipps\"},\"three\":{\"en\":\"No Distractions - 100% Ad-Free\",\"fr\":\"Aucune distraction - 100% sans publicité\",\"he\":\"ללא הסחות דעת - 100% ללא מודעות\",\"es\":\"Sin distracciones - 100% sin publicidad\",\"zh\":\"没有干扰 - 100% 无广告\",\"de\":\"Keine Ablenkungen - 100% werbefrei\"}},\"thankYouMessage\":{\"en\":\"Thank you for your purchase\",\"fr\":\"Merci pour votre achat\",\"he\":\"תודה על רכישתך\",\"es\":\"Gracias por su compra\",\"zh\":\"感谢您的购买\",\"de\":\"Danke für Ihren Einkauf\"}}", "subscription_should_remember_if_showed": "true", "subscription_trial_reminders_config": "{\"subscription_modal_reminders_config\":[{\"group_ending\":[],\"options\":{\"sevenDaysAfter\":7,\"fourteenDaysAfter\":14,\"twentyOneDays\":21,\"every14Days\":14,\"every21Days\":21,\"numberOfTotalDaysToBlockFrom\":14}},{\"group_ending\":[],\"options\":{\"sevenDaysAfter\":0,\"fourteenDaysAfter\":7,\"twentyOneDays\":14,\"every14Days\":7,\"every21Days\":7,\"numberOfTotalDaysToBlockFrom\":7}}]}", "terms_of_use": "https://www.bettertogether-app.com/terms-and-conditions-of-use", "test_devices": "Danny's 123,Ran's 123,Sukhpreet's 123", "useAppsFlyerForDynamicLinks": "true", "water_default": "5" }, "state": "UPDATE", "templateVersion": "1101" }
中危安全漏洞 此应用可能包含硬编码机密信息
从应用程序中识别出以下机密确保这些不是机密或私人信息 AdMob广告平台的=> "com.google.android.gms.ads.APPLICATION_ID" : "ca-app-pub-7371364009592949~1334696653" "com.google.firebase.crashlytics.mapping_file_id" : "1d4d0e482d074a66a2316eb9c8e85e07" "facebook_app_id" : "1053543338398292" "facebook_client_token" : "64ba45dbab7dafe580a0ea4f508a8c0f" "firebase_database_url" : "https://bettertogether-production.firebaseio.com" "google_api_key" : "AIzaSyBQ1t4VgtEbfR3JnqOv5YIh4DGA2_5Fcs4" "google_app_id" : "1:133079756978:android:00ee69afe20720fd41d9ab" "google_crash_reporting_api_key" : "AIzaSyBQ1t4VgtEbfR3JnqOv5YIh4DGA2_5Fcs4" "password_txt" : "Password" "password_txt" : "Passwort" "password_txt" : "Clave" "password_txt" : "Clave" 0000016742C00BDA259000000168CE0F13200000016588840DCE7118A0002FBF1C31C3275D78 5eb5a37e-b458-11e3-ac11-000c2940e62c a4b7452e2ed8f5f191058ca7bbfd26b0d3214bfc 470fa2b4ae81cd56ecbcda9735803434cec591fa E3F9E1E0CF99D0E56A055BA65E241B3399F7CEA524326B0CDD6EC1327ED0FDC1 51c5550b08714889d64102bbe3c56af9 df6b721c8b4d3b6eb44c861d4415007e5a35fc95 cc2751449a350f668590264ed76692694a80308a eyJhY2NfaWQiOjU2NjQsImFwcF9pZCI6MTMwMzEsImluc19pZCI6MTQxNTJ9 bef56d37-bf41-439e-bf64-6af2ce06c1dc 69243f1c9baef84a9a3f67095e36acf2 258EAFA5-E914-47DA-95CA-C5AB0DC85B11 edef8ba9-79d6-4ace-a3c8-27dcd51d21ed 1234567890123456789012345678901234 FFE391E0EA186D0734ED601E4E70E3224B7309D48E2075BAC46D8C667EAE7212 FBA3AF4E7757D9016E953FB3EE4671CA2BD9AF725F9A53D52ED4A38EAAA08901 UghtK3K22lVat5CCjrr6gL7C8yZxFzbQ 8a3c4b262d721acd49a4bf97d5213199c86fa2b9 fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg cfc10ccaf0724c4cbc6122cf51421f03 b2f7f966-d8cc-11e4-bed1-df8f05be55ba 2607ca53f0d769ddc997f3e05fef45c3 2438bce1ddb7bd026d5ff89f598b3b5e5bb824b3 c682b8144a8dd52bc1ad63 c103703e120ae8cc73c9248622f3cd1e 9b8f518b086098de3d77736f9458a3d2f6f95a37 Vn3kj4pUblROi2S+QfRRL9nhsaO2uoHQg6+dpEtxdTE= c56fb7d591ba6704df047fd98f535372fea00211 Q++VNfEHfhN0TrC4UHO2MvnFC4Y6x2a2OPOJIHWbBu0= 3BAF59A2E5331C30675FAB35FF5FFF0D116142D3D4664F1C3CB804068B40614F
安全提示信息 应用程序记录日志信息,不得记录敏感信息
应用程序记录日志信息,不得记录敏感信息 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs Files: a1/e.java, line(s) 22 a7/l.java, line(s) 194,264,266 a7/n.java, line(s) 32 a7/q.java, line(s) 82,171 a7/r.java, line(s) 57,71 a7/x.java, line(s) 132 ak/c.java, line(s) 33,34 al/e.java, line(s) 19 al/g.java, line(s) 130,154,57 b4/c.java, line(s) 35,55 bb/r.java, line(s) 415,416 bh/h.java, line(s) 300,29,214 bk/g.java, line(s) 24,32,33 bk/j.java, line(s) 92,117,91,116 c3/g.java, line(s) 43,48 c3/i.java, line(s) 53 c3/j.java, line(s) 54,267 c3/n.java, line(s) 49,52 c3/o.java, line(s) 25 c3/p.java, line(s) 41 c3/q.java, line(s) 35 ca/a.java, line(s) 68,70 cf/d.java, line(s) 133,132 cf/f.java, line(s) 177,178 ch/d.java, line(s) 25,56,26,57 ch/e.java, line(s) 39,40 ch/j.java, line(s) 39,40 cn/a.java, line(s) 47,51,45 cn/b.java, line(s) 95 com/adapty/internal/utils/DefaultLogHandler.java, line(s) 82,107,146,171,178,203,114,139 com/appsflyer/internal/AFg1aSDK.java, line(s) 62,108,77,66,72,70 com/bettertogether/screens/dashboard/DashboardFragment.java, line(s) 1389,1809 com/bettertogether/screens/group/details/GroupDetailsActivity.java, line(s) 697 com/bettertogether/screens/main/MainActivity.java, line(s) 268 com/github/mikephil/charting/charts/BarChart.java, line(s) 59 com/github/mikephil/charting/charts/BarLineChartBase.java, line(s) 216,219,503,509,627,666 com/github/mikephil/charting/charts/Chart.java, line(s) 334,461,535,539,635,832,543 com/github/mikephil/charting/charts/CombinedChart.java, line(s) 105 com/github/mikephil/charting/charts/HorizontalBarChart.java, line(s) 111,68,71 com/github/mikephil/charting/charts/PieRadarChartBase.java, line(s) 190 com/github/mikephil/charting/components/AxisBase.java, line(s) 52 com/github/mikephil/charting/data/ChartData.java, line(s) 54 com/github/mikephil/charting/data/CombinedData.java, line(s) 175,196,208 com/github/mikephil/charting/data/LineDataSet.java, line(s) 177,185 com/github/mikephil/charting/data/PieEntry.java, line(s) 24,36 com/github/mikephil/charting/listener/BarLineChartTouchListener.java, line(s) 217 com/github/mikephil/charting/renderer/CombinedChartRenderer.java, line(s) 126 com/github/mikephil/charting/renderer/ScatterChartRenderer.java, line(s) 51 com/github/mikephil/charting/utils/FileUtils.java, line(s) 33,52,65,92,118,132,163,174,185 com/github/mikephil/charting/utils/Utils.java, line(s) 63,78,253 com/mopub/common/DiskLruCache.java, line(s) 317 com/mopub/common/MoPub.java, line(s) 111 com/mopub/common/SdkConfiguration.java, line(s) 32 com/mopub/common/logging/MoPubDefaultLogger.java, line(s) 24,26 com/mopub/common/privacy/MoPubIdentifier.java, line(s) 71 com/mopub/mobileads/MoPubFullscreenActivity.java, line(s) 28 com/mopub/mraid/MraidController.java, line(s) 373 com/mopub/volley/CacheDispatcher.java, line(s) 90,78 com/mopub/volley/NetworkDispatcher.java, line(s) 58,85 com/mopub/volley/VolleyLog.java, line(s) 39,43,63,10,49,54,59,67 com/mopub/volley/a.java, line(s) 27,39,61,51,82 com/mopub/volley/toolbox/BasicNetwork.java, line(s) 110,192,132,143 com/mopub/volley/toolbox/DiskBasedCache.java, line(s) 121,154,171,181,249,261,274,197,110,130 com/mopub/volley/toolbox/HttpHeaderParser.java, line(s) 103 com/mopub/volley/toolbox/ImageRequest.java, line(s) 86 com/mopub/volley/toolbox/JsonRequest.java, line(s) 47 com/onesignal/JobIntentService$JobServiceEngineImpl.java, line(s) 33,36,74 com/onesignal/m3.java, line(s) 623 com/onesignal/y3.java, line(s) 674,680,694,676,672,678 com/pairip/SignatureCheck.java, line(s) 33 com/pairip/VMRunner.java, line(s) 49,56,91,158,185,190,195 com/pairip/licensecheck/LicenseActivity.java, line(s) 93,71 com/pairip/licensecheck/LicenseClient.java, line(s) 80,93,124,141,171,199,190,115 d3/c.java, line(s) 29,32,35,71,73,75,110,116 d5/a.java, line(s) 29 d7/e.java, line(s) 82 df/c.java, line(s) 403,402 dn/a.java, line(s) 52,57,99 dn/b.java, line(s) 118,75 dn/h.java, line(s) 47 e/g.java, line(s) 117,124 e6/p.java, line(s) 130 et/b.java, line(s) 35,53 f3/n.java, line(s) 22 f5/e.java, line(s) 35 f7/c.java, line(s) 41,47 fe/h.java, line(s) 85 fe/k.java, line(s) 415 fe/q.java, line(s) 192 fi/b.java, line(s) 93,164,101,110,92,100,109,242,243 g3/g.java, line(s) 264 g7/f.java, line(s) 49,155 gi/l.java, line(s) 119 gs/d.java, line(s) 40 h/e.java, line(s) 515 h/e0.java, line(s) 86 h/f0.java, line(s) 36,53,175,209,35,174,208 h/j0.java, line(s) 498,982,984,986,584,649,652 h/k.java, line(s) 89,94 h/r0.java, line(s) 168,201,106 h/t.java, line(s) 39 h7/a.java, line(s) 60 hd/a.java, line(s) 161,133 hl/d.java, line(s) 30 hl/h.java, line(s) 58 i8/f.java, line(s) 174,201,210,194,196,213,219,222,173,200 id/k.java, line(s) 56,100 ih/c.java, line(s) 79,84,89 ih/o0.java, line(s) 201,204,209 j3/a1.java, line(s) 213,183,212 j3/a2.java, line(s) 77,93,68 j3/b.java, line(s) 80 j3/n.java, line(s) 46,53 j3/o0.java, line(s) 74 j3/u.java, line(s) 31,44,91,153,192,209,233 j3/v1.java, line(s) 31 j3/w1.java, line(s) 32,44,51,60 j5/b.java, line(s) 84,89,96,100,115,123 j6/m.java, line(s) 60,72,59,71 j6/o.java, line(s) 105 j6/p.java, line(s) 154 j6/v.java, line(s) 106,165,171,177 je/a.java, line(s) 21,30 jh/h.java, line(s) 134 jh/i.java, line(s) 145 jh/j.java, line(s) 168 jh/o.java, line(s) 794,798,802 jh/w.java, line(s) 125,144 js/d.java, line(s) 134 js/g.java, line(s) 257,270 js/j.java, line(s) 118 k/i.java, line(s) 68,105,117,127 k/j.java, line(s) 165 k5/e0.java, line(s) 111,249 k5/k.java, line(s) 50,106 k5/s.java, line(s) 162 k5/z.java, line(s) 41 kc/p.java, line(s) 186,185 kg/d.java, line(s) 75,106,125,134,76,126,107,135 kg/e.java, line(s) 168 kh/a.java, line(s) 85,54 l6/c.java, line(s) 118,299,306 l6/f.java, line(s) 684 lg/d.java, line(s) 183,210,180,209 lg/e.java, line(s) 101,121,138,100,120,137 lh/d.java, line(s) 358,367,590,357,342,350,364 m5/b.java, line(s) 59,44 m5/e.java, line(s) 27 m5/g0.java, line(s) 441 m6/b.java, line(s) 43,55 m6/l.java, line(s) 46 mc/d.java, line(s) 377 md/a.java, line(s) 202 mh/k.java, line(s) 68,89,104 mn/l.java, line(s) 673,452,687,697 n0/g2.java, line(s) 349 ng/c.java, line(s) 61,60 nh/g.java, line(s) 95,324 o3/b.java, line(s) 40 o6/n.java, line(s) 299,220 o6/q.java, line(s) 68 og/b0.java, line(s) 89 og/j0.java, line(s) 43,44 og/n.java, line(s) 540,130,183,539,361 og/o.java, line(s) 45,46 og/s.java, line(s) 10,49 oj/b.java, line(s) 176 p3/q.java, line(s) 17,16 pg/g.java, line(s) 60,140,61,141 pg/h.java, line(s) 86,120,154,165,55,58,64,85,96,99,109,119,122,153,164,56,65,75,97,110 pj/c.java, line(s) 323 pl/c1.java, line(s) 529,528,534,535,540 pm/n.java, line(s) 33,36 po/g.java, line(s) 37,42,26 q6/f.java, line(s) 12,43 q6/g1.java, line(s) 115,20 q6/h1.java, line(s) 102,19 q6/i1.java, line(s) 14,22,38,34 q6/j.java, line(s) 114 q6/k1.java, line(s) 104,258,262,268,126,129,23 q6/o0.java, line(s) 101,111,127,193,226,239,254,294,316,337,347,367,405,427,441,470,472 q6/r0.java, line(s) 38,451 qh/b.java, line(s) 298,285 qk/a.java, line(s) 185,205,210 qk/c.java, line(s) 31,49,59 qk/d.java, line(s) 65 qo/b.java, line(s) 100 r6/b.java, line(s) 64,146,207,209,31,38,40,46,127,129,140,143,34,42,48,60,70,86,104,136,176 r6/f.java, line(s) 40,51,53,84,100,173,196,201,203,212,217,263,265,279,324,77,188,260,267,293,303,328,347 rh/c.java, line(s) 645 rh/j.java, line(s) 67 rh/k.java, line(s) 148 rh/m.java, line(s) 166,164,156,160,168 rj/c.java, line(s) 92,126 rl/b.java, line(s) 334,329 s3/c.java, line(s) 224 s6/a0.java, line(s) 44,203 s6/b.java, line(s) 96,115 s6/m.java, line(s) 57 s6/n.java, line(s) 188,296 s6/q.java, line(s) 477 s6/t.java, line(s) 189,234,232 sg/e0.java, line(s) 189,188 sg/f.java, line(s) 53,52 sg/h.java, line(s) 101,100 sg/i.java, line(s) 419,412,418 sg/z.java, line(s) 70,71 sh/f.java, line(s) 504 si/c.java, line(s) 99,98 sj/a.java, line(s) 31 t5/l.java, line(s) 23,32,41,73,84,97,107 th/a.java, line(s) 135,204 u2/d.java, line(s) 366,375 u2/f.java, line(s) 51 u2/g.java, line(s) 79 u2/i.java, line(s) 314,329,335 u2/m.java, line(s) 406,583,590,591,592,600,651,439,442,502 u5/l.java, line(s) 225 u6/d.java, line(s) 64,126,162 u6/e.java, line(s) 50 u6/j.java, line(s) 88,88,99,149,122,133 u8/b.java, line(s) 20,30 ug/b.java, line(s) 59,60 uh/b.java, line(s) 43 uj/g.java, line(s) 116 v/p0.java, line(s) 139 v5/i.java, line(s) 284 v5/u.java, line(s) 58,69,97 vc/c.java, line(s) 78 vg/a0.java, line(s) 47,56,63,48,57,64,65,66,69 vg/c.java, line(s) 29,30 vg/i.java, line(s) 21,26,22,29 vg/n.java, line(s) 71,81,95,105,127,137,165,172,179,183,186,189,221,229,70,80,92,104,126,136,160,171,178,182,185,188,218,226 vg/w.java, line(s) 57,63,69,75,81,88,94,108,117,58,64,70,76,82,89,95,118,109 vh/a.java, line(s) 417,423,412,462,379,385 vl/e.java, line(s) 39,52,69,88 vm/b.java, line(s) 529 vm/d.java, line(s) 124,301 w1/p0.java, line(s) 313 w1/q0.java, line(s) 596 w3/o.java, line(s) 168 w5/a.java, line(s) 70 w9/l.java, line(s) 47,53,63,69 wl/g.java, line(s) 19 wm/b.java, line(s) 34,45 x5/a.java, line(s) 95,123 x5/c.java, line(s) 174,417 x5/j.java, line(s) 501,508,245,251,270,277,281,290,302,307,312,320,327,339,344,349,360,367,382,389,393,424 x8/g.java, line(s) 73 x8/t.java, line(s) 36,40,8,45 xg/a.java, line(s) 48,130,147,153,158,56,131,148,154,159 xg/i.java, line(s) 45,46 xm/c.java, line(s) 231,239,84,89,223,225 xr/c.java, line(s) 75 y2/m0.java, line(s) 50,81,87,110,213,223,245,253,46,80,86,109,212,222,244,252,65,90,123,202 y2/u0.java, line(s) 30 y4/c.java, line(s) 107 y4/e.java, line(s) 21,22 y4/f.java, line(s) 122,123 y8/e.java, line(s) 92,80,108 y8/h.java, line(s) 43 yb/e0.java, line(s) 60 yf/j.java, line(s) 318 z2/f.java, line(s) 21 z2/h.java, line(s) 99 z3/b.java, line(s) 140 z3/f.java, line(s) 165,270,276,338,410,482,545,559,607,673,714,717,744,755,762,851,68,183,312,317,457,793,801 z8/l.java, line(s) 18 zg/b.java, line(s) 34,56,35,57 zg/i.java, line(s) 52,53 zg/j.java, line(s) 198,199,210 zg/l.java, line(s) 40,47,41,48 zi/c.java, line(s) 41
安全提示信息 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它
此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04b-Mobile-App-Security-Testing.md#clipboard Files: fs/d.java, line(s) 6,280,282
安全提示信息 应用程序可以写入应用程序目录。敏感信息应加密
应用程序可以写入应用程序目录。敏感信息应加密 Files: gi/q.java, line(s) 56,56 ih/a.java, line(s) 12,12 ih/i.java, line(s) 12,12 ih/i0.java, line(s) 12,12 ih/o0.java, line(s) 129,129 ph/h.java, line(s) 232,232 vh/b.java, line(s) 88,88
安全提示信息 应用与Firebase数据库通信
该应用与位于 https://bettertogether-production.firebaseio.com 的 Firebase 数据库进行通信
已通过安全项 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击
此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md#testing-custom-certificate-stores-and-certificate-pinning-mstg-network-4 Files: c2/z.java, line(s) 155,168,155,168 fs/e.java, line(s) 78,76,75 fs/h.java, line(s) 89,78,87,103,86,86,88 fs/m.java, line(s) 78,76,75,75 fs/n.java, line(s) 118,105,116,115,115 qd/c.java, line(s) 194,209,194,209
已通过安全项 此应用程序可能具有Root检测功能
此应用程序可能具有Root检测功能 https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05j-Testing-Resiliency-Against-Reverse-Engineering.md#testing-root-detection-mstg-resilience-1 Files: ak/c.java, line(s) 46 io/sentry/android/core/internal/util/e.java, line(s) 31,31,31,31,31,31 nl/f.java, line(s) 281,281,282
综合安全基线评分总结

BetterTogether v3.0.0
Android APK
46
综合安全评分
中风险