From 11ca9adfbd1af8a64e3dbfcfbbe2467107bcebbf Mon Sep 17 00:00:00 2001 From: Noelia Alcala Date: Mon, 13 Jan 2025 17:00:40 +0100 Subject: [PATCH] Remove quarterly Dec 2024 survey (#135) Task: https://app.asana.com/0/1201807753394693/1209004097100185 This PR takes down the survey added in https://github.com/duckduckgo/remote-messaging-config/pull/132. **How to test:** - Check that this PR correctly reverts the changes added in https://github.com/duckduckgo/remote-messaging-config/pull/132 and bumps the version number --- live/android-config/android-config.json | 55 +------------------------ 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/live/android-config/android-config.json b/live/android-config/android-config.json index 0879e4c..a546ecc 100644 --- a/live/android-config/android-config.json +++ b/live/android-config/android-config.json @@ -1,5 +1,5 @@ { - "version": 43, + "version": 44, "messages": [ { "id": "android_privacy_pro_exit_survey_1", @@ -44,29 +44,6 @@ 8 ] }, - { - "id": "android_quarterly_satisfaction_survey_1224", - "content": { - "messageType": "big_single_action", - "titleText": "Help us improve the app!", - "descriptionText": "Take our short anonymous survey and share your feedback.", - "placeholder": "Announce", - "primaryActionText": "Take Survey", - "primaryAction": { - "type": "survey", - "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240903?list=3", - "additionalParameters": { - "queryParams": "var;delta;av;ddgv" - } - } - }, - "matchingRules": [ - 11 - ], - "exclusionRules": [ - 6, 7, 12 - ] - }, { "id": "android_permanent_survey_user_satisfaction", "content": { @@ -211,36 +188,6 @@ ] } } - }, - { - "id": 11, - "targetPercentile": { - "before": 0.25 - }, - "attributes": { - "appVersion": { - "min": "5.204.0" - }, - "locale": { - "value": [ - "en-US", - "en-CA", - "en-GB", - "en-AU" - ] - } - } - }, - { - "id": 12, - "attributes": { - "interactedWithMessage": { - "value": [ - "android_quarterly_satisfaction_survey_q4_2024", - "android_permanent_survey_user_satisfaction" - ] - } - } } ] }