Skip to content

Commit

Permalink
Removes privacy pro for new installs promo (#88)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/0/1207912217243465/f

This PR removes the iOS Privacy Pro promotion for new installs
  • Loading branch information
amddg44 authored Jul 30, 2024
1 parent 7a6ccc8 commit d6449da
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 38,
"version": 39,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -59,24 +59,6 @@
"matchingRules": [
4
]
},
{
"id": "funnel_pro_ios_rmf_onboarding_levelup",
"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_iosrmf_onboarding_levelup"
}
},
"matchingRules": [
6
],
"exclusionRules": []
}
],
"rules": [
Expand Down Expand Up @@ -138,29 +120,6 @@
"min": "7.106.0.4"
}
}
},
{
"id": 6,
"attributes": {
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
},
"daysSinceInstalled": {
"min": 2,
"max": 10
},
"appVersion": {
"min": "7.124.0.1"
}
}
}
]
}

0 comments on commit d6449da

Please sign in to comment.