From 53728808ce05d2968a4be1123c9c161ef629f86d Mon Sep 17 00:00:00 2001 From: Cristian Date: Fri, 13 Sep 2024 18:25:56 +0200 Subject: [PATCH] Adding quarterly satisfactory survey (and pausing other active surveys) --- live/android-config/android-config.json | 62 ++++++++++++++----------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/live/android-config/android-config.json b/live/android-config/android-config.json index 3ed5162..7f39579 100644 --- a/live/android-config/android-config.json +++ b/live/android-config/android-config.json @@ -1,5 +1,5 @@ { - "version": 34, + "version": 35, "messages": [ { "id": "android_privacy_pro_exit_survey_1", @@ -22,46 +22,26 @@ ] }, { - "id": "android_privacy_pro_subscriber_survey_1", + "id": "android_quarterly_satisfaction_survey_q4_2024", "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.", + "titleText": "Help us improve the app!", + "descriptionText": "Take our short anonymous survey and share your feedback.", "placeholder": "PrivacyShield", "primaryActionText": "Take Survey", "primaryAction": { "type": "survey", - "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_android_newsubscribersurvey?list=4", + "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240903?list=1", "additionalParameters": { - "queryParams": "var;man;av;ddgv;mo;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;ppro_status" + "queryParams": "var;ddgv;av;delta" } } }, "matchingRules": [ - 6 + 10 ], "exclusionRules": [ - 8 - ] - }, - { - "id": "android_permanent_survey_user_satisfaction", - "content": { - "messageType": "big_single_action", - "titleText": "Help us improve the app!", - "descriptionText": "Take our short anonymous survey and share your feedback.", - "placeholder": "DDGAnnounce", - "primaryActionText": "Take Survey", - "primaryAction": { - "type": "survey", - "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200", - "additionalParameters": { - "queryParams": "atb;var;delta;av;ddgv;man;mo" - } - } - }, - "matchingRules": [ - 9 + 7, 11 ] } ], @@ -164,6 +144,32 @@ "max": 8 } } + }, + { + "id": 10, + "targetPercentile": { + "before": 0.2 + }, + "attributes": { + "locale": { + "value": [ + "en-US", + "en-CA", + "en-GB", + "en-AU" + ] + } + } + }, + { + "id": 11, + "attributes": { + "interactedWithMessage": { + "value": [ + "android_privacy_pro_exit_survey_1" + ] + } + } } ] }