Skip to content

Commit

Permalink
Remove ppro onboarding part2 promo (#89)
Browse files Browse the repository at this point in the history
Asana: https://app.asana.com/0/1207619243206445/1207546055898912/f

How to test:

- from any internal build
- go to settings, remote messaging framework, and enable staging
- fire button or force a restart
- ensure app opens correct
  • Loading branch information
cmonfortep authored Jul 29, 2024
1 parent 44b64d5 commit 7a6ccc8
Showing 1 changed file with 1 addition and 139 deletions.
140 changes: 1 addition & 139 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,6 @@
{
"version": 31,
"version": 32,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_a",
"content": {
"messageType": "big_single_action",
"titleText": "Level up your privacy!",
"descriptionText": "Boost privacy with our fast & secure VPN + 2 more premium protections.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_a"
}
},
"matchingRules": [
1
],
"exclusionRules": [
4
]
},
{
"id": "funnel_pro_androidrmf_onboarding_b",
"content": {
"messageType": "big_single_action",
"titleText": "Level up your privacy!",
"descriptionText": "Boost privacy with our fast & secure VPN + 2 more premium protections.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_b"
}
},
"matchingRules": [
2
],
"exclusionRules": [
4
]
},
{
"id": "funnel_pro_androidrmf_onboarding_c",
"content": {
"messageType": "big_single_action",
"titleText": "Level up your privacy!",
"descriptionText": "Boost privacy with our fast & secure VPN + 2 more premium protections.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_onboarding_c"
}
},
"matchingRules": [
3
],
"exclusionRules": [
4
]
},
{
"id": "android_privacy_pro_exit_survey_1",
"content": {
Expand Down Expand Up @@ -126,84 +66,6 @@
}
],
"rules": [
{
"id": 1,
"attributes": {
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"atpOnboarded": {
"value": false
},
"locale": {
"value": [
"en-US"
]
},
"appVersion": {
"min": "5.200.1"
},
"daysSinceInstalled": {
"min": 1,
"max": 2
}
}
},
{
"id": 2,
"attributes": {
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"atpOnboarded": {
"value": false
},
"locale": {
"value": [
"en-US"
]
},
"appVersion": {
"min": "5.200.1"
},
"daysSinceInstalled": {
"min": 3,
"max": 5
}
}
},
{
"id": 3,
"attributes": {
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"atpOnboarded": {
"value": false
},
"locale": {
"value": [
"en-US"
]
},
"appVersion": {
"min": "5.200.1"
},
"daysSinceInstalled": {
"min": 6,
"max": 9
}
}
},
{
"id": 4,
"attributes": {
Expand Down

0 comments on commit 7a6ccc8

Please sign in to comment.