Skip to content

Commit

Permalink
PPro July promo part 2 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Jul 15, 2024
1 parent f99a1ed commit ac065c9
Showing 1 changed file with 159 additions and 1 deletion.
160 changes: 159 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,66 @@
{
"version": 29,
"version": 30,
"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 @@ -46,6 +106,104 @@
}
],
"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": {
"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",
"funnel_pro_androidrmf_onboarding_a",
"funnel_pro_androidrmf_onboarding_b",
"funnel_pro_androidrmf_onboarding_c"
]
}
}
},
{
"id": 6,
"attributes": {
Expand Down

0 comments on commit ac065c9

Please sign in to comment.