Skip to content

Commit

Permalink
Enable Android ppro messaging part 1 (#118)
Browse files Browse the repository at this point in the history
Specs: https://app.asana.com/0/1207619243206445/1208299529724942/f
Target enable date: Dec 2, 2024

---------

Co-authored-by: Cristian <[email protected]>
  • Loading branch information
karlenDimla and cmonfortep authored Dec 3, 2024
1 parent 0ad5239 commit 438c3d1
Showing 1 changed file with 194 additions and 1 deletion.
195 changes: 194 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 38,
"version": 39,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -44,6 +44,86 @@
8
]
},
{
"id": "funnel_pro_androidrmf_announcement_privacy",
"content": {
"messageType": "big_single_action",
"titleText": "Level up your privacy!",
"descriptionText": "Boost privacy with our fast, secure VPN and 2 more premium services.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_announcement_privacy"
}
},
"matchingRules": [
12
],
"exclusionRules": [
4,16
]
},
{
"id": "funnel_pro_androidrmf_announcement_vpn",
"content": {
"messageType": "big_single_action",
"titleText": "Enjoy peace of mind with a trusted VPN!",
"descriptionText": "Get a fast, secure VPN powered by privacy experts + 2 more premium services.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_announcement_vpn"
}
},
"matchingRules": [
13
],
"exclusionRules": [
4,16
]
},
{
"id": "funnel_pro_androidrmf_announcement_wifi",
"content": {
"messageType": "big_single_action",
"titleText": "Worried about unsecured Wi-Fi this holiday season?",
"descriptionText": "Try our VPN to help keep your personal data out of the hands of cyber grinches!",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_announcement_wifi"
}
},
"matchingRules": [
14
],
"exclusionRules": [
4,16
]
},
{
"id": "funnel_pro_androidrmf_announcement_holiday",
"content": {
"messageType": "big_single_action",
"titleText": "Keep personal data out of the hands of cyber grinches this holiday!",
"descriptionText": "Protection from cyber threats and unsecured Wi-Fi is easy with our fast VPN.",
"placeholder": "PrivacyShield",
"primaryActionText": "Get Privacy Pro",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/pro?origin=funnel_pro_androidrmf_announcement_holiday"
}
},
"matchingRules": [
15
],
"exclusionRules": [
4,16
]
},
{
"id": "android_permanent_survey_user_satisfaction",
"content": {
Expand Down Expand Up @@ -177,6 +257,119 @@
]
}
}
},
{
"id": 12,
"targetPercentile": {
"before": 0.05
},
"attributes": {
"appVersion": {
"min": "5.210.0"
},
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 13,
"targetPercentile": {
"before": 0.0526
},
"attributes": {
"appVersion": {
"min": "5.210.0"
},
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 14,
"targetPercentile": {
"before": 0.0556
},
"attributes": {
"appVersion": {
"min": "5.210.0"
},
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 15,
"targetPercentile": {
"before": 0.0588
},
"attributes": {
"appVersion": {
"min": "5.210.0"
},
"daysSinceInstalled": {
"min": 7
},
"pproEligible": {
"value": true
},
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US"
]
}
}
},
{
"id": 16,
"attributes": {
"interactedWithMessage": {
"value": [
"funnel_pro_androidrmf_announcement_privacy",
"funnel_pro_androidrmf_announcement_vpn",
"funnel_pro_androidrmf_announcement_wifi",
"funnel_pro_androidrmf_announcement_holiday"
]
}
}
}
]
}

0 comments on commit 438c3d1

Please sign in to comment.