Skip to content

Commit

Permalink
PPro Promo June (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Jun 4, 2024
1 parent e4a1582 commit 372c2c4
Showing 1 changed file with 140 additions and 5 deletions.
145 changes: 140 additions & 5 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}
]
}

0 comments on commit 372c2c4

Please sign in to comment.