Skip to content

Commit

Permalink
iOS Privacy Pro subscriber survey (#58)
Browse files Browse the repository at this point in the history
Background:

Task: https://app.asana.com/0/1200848785558646/1207585156849487/f

This PR adds a Privacy Pro subscriber survey, for users with 14+ days of activity.
  • Loading branch information
samsymons authored Jun 17, 2024
1 parent 9ab0c3d commit 929df69
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"version": 30,
"version": 31,
"messages": [
{
"id": "ddg_ios_survey_1",
"id": "ios_privacy_pro_subscriber_survey_1",
"content": {
"messageType": "big_single_action",
"titleText": "Help us improve the app!",
"descriptionText": "Take our short anonymous survey and share your feedback.",
"placeholder": "RemoteMessageAnnouncement",
"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_url",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200?list=2"
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/ios_privacypro_subscribersurvey?list=3",
"additionalParameters": {
"queryParams": "atb;var;delta;osv;ddgv;mo;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;vpn_first_used"
}
}
},
"matchingRules": [
Expand All @@ -23,12 +26,20 @@
{
"id": 1,
"attributes": {
"daysSinceInstalled": {
"min": 5,
"max": 8
"pproSubscriber": {
"value": true
},
"pproDaysSinceSubscribed": {
"min": 14
},
"pproPurchasePlatform": {
"value": ["apple"]
},
"pproSubscriptionStatus": {
"value": "active"
},
"appVersion": {
"min": "7.106.0.4"
"min": "7.124.0.1"
}
}
}
Expand Down

0 comments on commit 929df69

Please sign in to comment.