Skip to content

Commit

Permalink
New Privacy pro promo for installs between 1 and 2 days (#92)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1207619243206445/1207957884250329/f

This PR is a repeat of July promo, except targets users 1-2 days after install
  • Loading branch information
amddg44 authored Aug 5, 2024
1 parent 143efec commit 52d4a3c
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 40,
"version": 41,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -59,6 +59,24 @@
"matchingRules": [
4
]
},
{
"id": "funnel_pro_iosrmf_onboarding_levelup",
"content": {
"messageType": "big_single_action",
"titleText": "Level up your privacy!",
"descriptionText": "Boost your privacy with our fast & secure VPN + 2 more new protections.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_iosrmf_onboarding_levelup"
}
},
"matchingRules": [
5
],
"exclusionRules": []
}
],
"rules": [
Expand Down Expand Up @@ -120,6 +138,29 @@
"min": "7.106.0.4"
}
}
},
{
"id": 5,
"attributes": {
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
},
"daysSinceInstalled": {
"min": 1,
"max": 2
},
"appVersion": {
"min": "7.124.0.1"
}
}
}
]
}

0 comments on commit 52d4a3c

Please sign in to comment.