From 372c2c434cdd5d5fca7b39b97b565484ce1db8ee Mon Sep 17 00:00:00 2001 From: Cristian Monforte Date: Tue, 4 Jun 2024 13:27:25 +0200 Subject: [PATCH] PPro Promo June (#65) Asana: https://app.asana.com/0/10125252356626/1207387819198340/f --- live/android-config/android-config.json | 145 +++++++++++++++++++++++- 1 file changed, 140 insertions(+), 5 deletions(-) diff --git a/live/android-config/android-config.json b/live/android-config/android-config.json index f8a2b53..d4f543c 100644 --- a/live/android-config/android-config.json +++ b/live/android-config/android-config.json @@ -1,6 +1,141 @@ - { - "version": 19, - "messages": [], - "rules": [] -} + "version": 20, + "messages": [ + { + "id": "funnel_pro_android_apptp_likelove", + "content": { + "messageType": "big_single_action", + "titleText": "NEW! Privacy Pro Subscription", + "descriptionText": "Get 3 new privacy protections, including our fast, simple, no-log VPN, all for $9.99/mo.", + "placeholder": "DDGAnnounce", + "primaryActionText": "Learn More", + "primaryAction": { + "type": "url", + "value": "https://duckduckgo.com/pro?origin=funnel_pro_android_apptp_likelove" + } + }, + "matchingRules": [ + 1 + ], + "exclusionRules": [ + 2 + ] + }, + { + "id": "funnel_pro_android_apptp_vpnworks", + "content": { + "messageType": "big_single_action", + "titleText": "Get the only VPN that works with App Tracking Protection!", + "descriptionText": "Our fast and secure VPN works seamlessly with App Tracking Protection. Get it + 2 other new services with Privacy Pro for $9.99/mo.", + "placeholder": "DDGAnnounce", + "primaryActionText": "Learn More", + "primaryAction": { + "type": "url", + "value": "https://duckduckgo.com/pro?origin=funnel_pro_android_apptp_vpnworks" + } + }, + "matchingRules": [ + 1 + ], + "exclusionRules": [ + 2 + ] + }, + { + "id": "funnel_pro_android_apptp_threeinone", + "content": { + "messageType": "big_single_action", + "titleText": "Combat more than app trackers with our new 3-in-1 subscription.", + "descriptionText": "Keep blocking app trackers, plus combat snooping ISPs, personal data brokers, and identity thieves with Privacy Pro for $9.99/mo.", + "placeholder": "DDGAnnounce", + "primaryActionText": "Learn More", + "primaryAction": { + "type": "url", + "value": "https://duckduckgo.com/pro?origin=funnel_pro_android_apptp_threeinone" + } + }, + "matchingRules": [ + 1 + ], + "exclusionRules": [ + 2 + ] + }, + { + "id": "funnel_pro_android_apptp_beyondapptp", + "content": { + "messageType": "big_single_action", + "titleText": "NEW! Privacy Pro Subscription", + "descriptionText": "Go beyond App Tracking Protection to better protect your device.", + "placeholder": "DDGAnnounce", + "primaryActionText": "Get Privacy Pro", + "primaryAction": { + "type": "url", + "value": "https://duckduckgo.com/pro?origin=funnel_pro_android_apptp_beyondapptp" + } + }, + "matchingRules": [ + 1 + ], + "exclusionRules": [ + 2 + ] + } + ], + "rules": [ + { + "id": 1, + "targetPercentile": { + "before": 0.1 + }, + "attributes": { + "pproEligible": { + "value": true + }, + "pproSubscriber": { + "value": false + }, + "atpOnboarded": { + "value": true + }, + "locale": { + "value": [ + "en-AU", + "en-BZ", + "en-CA", + "en-cb", + "en-GB", + "en-IE", + "en-IN", + "en-JM", + "en-MT", + "en-MY", + "en-NZ", + "en-PH", + "en-SG", + "en-TT", + "en-US", + "en-ZA", + "en-ZW" + ] + }, + "appVersion": { + "min": "5.200.1" + } + } + }, + { + "id": 2, + "attributes": { + "interactedWithMessage": { + "value": [ + "funnel_pro_android_apptp_likelove", + "funnel_pro_android_apptp_vpnworks", + "funnel_pro_android_apptp_threeinone", + "funnel_pro_android_apptp_beyondapptp" + ] + } + } + } + ] +} \ No newline at end of file