Skip to content

Commit

Permalink
Reapply "New message for privacy pro promotion with origin" (#127)
Browse files Browse the repository at this point in the history
Reverts #125

This PR re-enables the PPro promotion with origin message, but with an increased minimum app version.
  • Loading branch information
samsymons authored Dec 13, 2024
1 parent 439f1e2 commit 79906a3
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 50,
"version": 51,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -44,6 +44,23 @@
3
]
},
{
"id": "funnel_pro_iosrmf_announcement",
"content": {
"messageType": "big_single_action",
"titleText": "Enjoy peace of mind with our VPN!",
"descriptionText": "Boost protection with a fast, secure VPN + 2 more premium services.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_iosrmf_announcement"
}
},
"matchingRules": [
5
]
},
{
"id": "ddg_ios_survey_1",
"content": {
Expand Down Expand Up @@ -127,6 +144,23 @@
"min": "7.124.0.1"
}
}
},
{
"id": 5,
"attributes": {
"pproSubscriber": {
"value": false
},
"pproEligible": {
"value": true
},
"locale": {
"value": ["en-US"]
},
"appVersion": {
"min": "7.149.0.2"
}
}
}
]
}

0 comments on commit 79906a3

Please sign in to comment.