Skip to content

Commit

Permalink
Remove PPro june onboarding promo (#82)
Browse files Browse the repository at this point in the history
Asana task: https://app.asana.com/0/1207619243206445/1207546055898908/f

Removes PPro Onboarding June promo
  • Loading branch information
cmonfortep authored Jul 8, 2024
1 parent 3667ef0 commit 2dbd029
Showing 1 changed file with 1 addition and 214 deletions.
215 changes: 1 addition & 214 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,86 +1,6 @@
{
"version": 26,
"version": 27,
"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
]
},
{
"id": "android_privacy_pro_exit_survey_1",
"content": {
Expand Down Expand Up @@ -126,139 +46,6 @@
}
],
"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": {
"min": 2,
"max": 10
}
}
},
{
"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": {
"min": 2,
"max": 10
}
}
},
{
"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": {
"min": 2,
"max": 10
}
}
},
{
"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": {
"min": 2,
"max": 10
}
}
},
{
"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"
]
}
}
},
{
"id": 6,
"attributes": {
Expand Down

0 comments on commit 2dbd029

Please sign in to comment.