Skip to content

Commit

Permalink
Add new subscriber survey
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Jun 28, 2024
1 parent 6e49028 commit 4032a8f
Showing 1 changed file with 46 additions and 2 deletions.
48 changes: 46 additions & 2 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 24,
"version": 25,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_levelup",
Expand Down Expand Up @@ -55,7 +55,7 @@
}
},
"matchingRules": [
3
6
],
"exclusionRules": [
5
Expand All @@ -80,6 +80,26 @@
"exclusionRules": [
5
]
},
{
"id": "android_privacy_pro_subscriber_survey_1",
"content": {
"messageType": "big_single_action",
"titleText": "Tell Us Your Thoughts on Privacy Pro",
"descriptionText": "If you complete our brief survey, your input will help improve the Privacy Pro experience for all subscribers.",
"placeholder": "PrivacyShield",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_android_newsubscribersurvey?list=4",
"additionalParameters": {
"queryParams": "var;man;av;ddgv;mo;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;ppro_status"
}
}
},
"matchingRules": [
6
]
}
],
"rules": [
Expand Down Expand Up @@ -215,6 +235,30 @@
]
}
}
},
{
"id": 6,
"attributes": {
"appVersion": {
"min": "5.206.1"
},
"pproSubscriber": {
"value": true
},
"pproDaysSinceSubscribed": {
"min": 14
},
"pproPurchasePlatform": {
"value": [
"google"
]
},
"pproSubscriptionStatus": {
"value": [
"active"
]
}
}
}
]
}

0 comments on commit 4032a8f

Please sign in to comment.