-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4a1582
commit 372c2c4
Showing
1 changed file
with
140 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} |