-
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.
Privacy pro Onboarding promo June (#68)
Asana: https://app.asana.com/0/0/1207546055898908/f Test: - Check requirements in https://app.asana.com/0/0/1207546055898908/f - Use staging endpoint (you can enable it in internal RMF settings) - Ensure copies are correct (validate config) - Ensure URLs are correct (validate config) - For testing, you will need to hardcode some values in the codebase (e.g: ppro eligible to return true, days since installed 3) - Ensure a user will see at least 1 message but only 1 (if you interact with one, you won't see another) --------- Co-authored-by: nalcalag <[email protected]>
- Loading branch information
1 parent
a298926
commit dfbe2dc
Showing
2 changed files
with
225 additions
and
25 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,5 +1,216 @@ | ||
{ | ||
"version": 22, | ||
"messages": [], | ||
"rules": [] | ||
"version": 23, | ||
"messages": [ | ||
{ | ||
"id": "funnel_pro_androidrmf_onboarding_levelup", | ||
"content": { | ||
"messageType": "big_single_action", | ||
"titleText": "Level up your privacy!", | ||
"descriptionText": "Boost your privacy with our fast and secure VPN plus 2 more new protections.", | ||
"placeholder": "DDGAnnounce", | ||
"primaryActionText": "Get Privacy Pro", | ||
"primaryAction": { | ||
"type": "url", | ||
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_levelup" | ||
} | ||
}, | ||
"matchingRules": [ | ||
1 | ||
], | ||
"exclusionRules": [ | ||
5 | ||
] | ||
}, | ||
{ | ||
"id": "funnel_pro_androidrmf_onboarding_likelove", | ||
"content": { | ||
"messageType": "big_single_action", | ||
"titleText": "Like DuckDuckGo? You’ll love Privacy Pro!", | ||
"descriptionText": "Get 3-in-1 protection with Privacy Pro. Includes a fast & secure VPN + 2 more new protections, all for $9.99/mo.", | ||
"placeholder": "DDGAnnounce", | ||
"primaryActionText": "Learn More", | ||
"primaryAction": { | ||
"type": "url", | ||
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_likelove" | ||
} | ||
}, | ||
"matchingRules": [ | ||
2 | ||
], | ||
"exclusionRules": [ | ||
5 | ||
] | ||
}, | ||
{ | ||
"id": "funnel_pro_androidrmf_onboarding_moreprivacy", | ||
"content": { | ||
"messageType": "big_single_action", | ||
"titleText": "Get more privacy with Privacy Pro!", | ||
"descriptionText": "Fast & secure VPN.<br/>Restore your identity if it’s ever stolen.<br/>Remove personal info from sites that sell it.<br/>All for $9.99/month.", | ||
"placeholder": "DDGAnnounce", | ||
"primaryActionText": "Learn More", | ||
"primaryAction": { | ||
"type": "url", | ||
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_moreprivacy" | ||
} | ||
}, | ||
"matchingRules": [ | ||
3 | ||
], | ||
"exclusionRules": [ | ||
5 | ||
] | ||
}, | ||
{ | ||
"id": "funnel_pro_androidrmf_onboarding_boost", | ||
"content": { | ||
"messageType": "big_single_action", | ||
"titleText": "NEW! Boost your privacy with Privacy Pro", | ||
"descriptionText": "Get 3 new ways to expand your privacy with our VPN, Personal Information Removal, and Identity Theft Restoration, all for $9.99/mo.", | ||
"placeholder": "DDGAnnounce", | ||
"primaryActionText": "Learn More", | ||
"primaryAction": { | ||
"type": "url", | ||
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_boost" | ||
} | ||
}, | ||
"matchingRules": [ | ||
4 | ||
], | ||
"exclusionRules": [ | ||
5 | ||
] | ||
} | ||
], | ||
"rules": [ | ||
{ | ||
"id": 1, | ||
"targetPercentile": { | ||
"before": 0.25 | ||
}, | ||
"attributes": { | ||
"pproEligible": { | ||
"value": true | ||
}, | ||
"pproSubscriber": { | ||
"value": false | ||
}, | ||
"atpOnboarded": { | ||
"value": false | ||
}, | ||
"locale": { | ||
"value": [ | ||
"en-US" | ||
] | ||
}, | ||
"appVersion": { | ||
"min": "5.200.1" | ||
}, | ||
"daysSinceInstalled": { | ||
"value": 3 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": 2, | ||
"targetPercentile": { | ||
"before": 0.33 | ||
}, | ||
"attributes": { | ||
"pproEligible": { | ||
"value": true | ||
}, | ||
"pproSubscriber": { | ||
"value": false | ||
}, | ||
"atpOnboarded": { | ||
"value": false | ||
}, | ||
"locale": { | ||
"value": [ | ||
"en-US" | ||
] | ||
}, | ||
"appVersion": { | ||
"min": "5.200.1" | ||
}, | ||
"daysSinceInstalled": { | ||
"value": 3 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": 3, | ||
"targetPercentile": { | ||
"before": 0.5 | ||
}, | ||
"attributes": { | ||
"pproEligible": { | ||
"value": true | ||
}, | ||
"pproSubscriber": { | ||
"value": false | ||
}, | ||
"atpOnboarded": { | ||
"value": false | ||
}, | ||
"locale": { | ||
"value": [ | ||
"en-US" | ||
] | ||
}, | ||
"appVersion": { | ||
"min": "5.200.1" | ||
}, | ||
"daysSinceInstalled": { | ||
"value": 3 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": 4, | ||
"targetPercentile": { | ||
"before": 1 | ||
}, | ||
"attributes": { | ||
"pproEligible": { | ||
"value": true | ||
}, | ||
"pproSubscriber": { | ||
"value": false | ||
}, | ||
"atpOnboarded": { | ||
"value": false | ||
}, | ||
"locale": { | ||
"value": [ | ||
"en-US" | ||
] | ||
}, | ||
"appVersion": { | ||
"min": "5.200.1" | ||
}, | ||
"daysSinceInstalled": { | ||
"value": 3 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": 5, | ||
"attributes": { | ||
"interactedWithMessage": { | ||
"value": [ | ||
"funnel_pro_androidrmf_onboarding_levelup", | ||
"funnel_pro_androidrmf_onboarding_likelove", | ||
"funnel_pro_androidrmf_onboarding_moreprivacy", | ||
"funnel_pro_androidrmf_onboarding_boost", | ||
"funnel_pro_android_apptp_likelove", | ||
"funnel_pro_android_apptp_vpnworks", | ||
"funnel_pro_android_apptp_threeinone", | ||
"funnel_pro_android_apptp_beyondapptp" | ||
] | ||
} | ||
} | ||
} | ||
] | ||
} |
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