diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index ac38167..6e7b6c3 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -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": [ @@ -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" } } }