From 3fd6c4570808c7cba8b1de15c9282ac4274ad039 Mon Sep 17 00:00:00 2001 From: Cristian Monforte Date: Thu, 2 Jan 2025 11:19:22 +0100 Subject: [PATCH] Adds quarterly Dec 2024 survey (#132) Asana: https://app.asana.com/0/1207619243206445/1209004061290230/f Description: See https://app.asana.com/0/1207619243206445/1209004032626933/f Testing: - Validate Survey is shown and params are added Co-authored-by: nalcalag --- live/android-config/android-config.json | 58 ++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/live/android-config/android-config.json b/live/android-config/android-config.json index dca1a3d..0879e4c 100644 --- a/live/android-config/android-config.json +++ b/live/android-config/android-config.json @@ -1,5 +1,5 @@ { - "version": 42, + "version": 43, "messages": [ { "id": "android_privacy_pro_exit_survey_1", @@ -44,6 +44,29 @@ 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": { @@ -183,7 +206,38 @@ "attributes": { "interactedWithMessage": { "value": [ - "android_quarterly_satisfaction_survey_q4_2024" + "android_quarterly_satisfaction_survey_q4_2024", + "android_quarterly_satisfaction_survey_1224" + ] + } + } + }, + { + "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" ] } }