Skip to content

Commit

Permalink
Android: Launch ppro exit survey (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla authored Jul 8, 2024
1 parent f5124fd commit 3667ef0
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 25,
"version": 26,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_levelup",
Expand Down Expand Up @@ -81,6 +81,26 @@
5
]
},
{
"id": "android_privacy_pro_exit_survey_1",
"content": {
"messageType": "big_single_action",
"titleText": "Tell Us Why You Left Privacy Pro",
"descriptionText": "By taking our brief survey, you'll help us improve Privacy Pro for all subscribers. ",
"placeholder": "PrivacyShield",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_exitsurvey?list=3",
"additionalParameters": {
"queryParams": "var;ddgv;man;mo;av;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;ppro_status"
}
}
},
"matchingRules": [
7
]
},
{
"id": "android_privacy_pro_subscriber_survey_1",
"content": {
Expand All @@ -99,6 +119,9 @@
},
"matchingRules": [
6
],
"exclusionRules": [
8
]
}
],
Expand Down Expand Up @@ -259,6 +282,38 @@
]
}
}
},
{
"id": 7,
"attributes": {
"pproSubscriber": {
"value": true
},
"pproPurchasePlatform": {
"value": [
"google"
]
},
"pproSubscriptionStatus": {
"value": [
"expiring",
"expired"
]
},
"appVersion": {
"min": "5.207.0"
}
}
},
{
"id": 8,
"attributes": {
"interactedWithMessage": {
"value": [
"android_privacy_pro_exit_survey_1"
]
}
}
}
]
}

0 comments on commit 3667ef0

Please sign in to comment.