From 4afa70ac56081f96c63a27dec1a4a93ca1ada761 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Wed, 9 Oct 2024 22:08:11 -0700 Subject: [PATCH] Add iOS survey --- live/ios-config/ios-config.json | 37 ++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index f6112dc..eb784f0 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 47, + "version": 48, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -43,6 +43,26 @@ "exclusionRules": [ 3 ] + }, + { + "id": "ddg_ios_survey_1", + "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/240200?list=3", + "additionalParameters": { + "queryParams": "atb;var;ddgv;mo;osv" + } + } + }, + "matchingRules": [ + 4 + ] } ], "rules": [ @@ -92,6 +112,21 @@ ] } } + }, + { + "id": 4, + "attributes": { + "daysSinceInstalled": { + "min": 5, + "max": 8 + }, + "targetPercentile": { + "before": 0.3 + }, + "appVersion": { + "min": "7.124.0.1" + } + } } ] }