diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index ad62302..3829246 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 52, + "version": 53, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -80,6 +80,29 @@ "matchingRules": [ 4 ] + }, + { + "id": "ios_quarterly_satisfaction_survey_q4_2024_part_2", + "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=4", + "additionalParameters": { + "queryParams": "var;delta;osv;ddgv;locale" + } + } + }, + "matchingRules": [ + 6 + ], + "exclusionRules": [ + 1, 2, 7 + ] } ], "rules": [ @@ -167,6 +190,42 @@ "min": "7.149.0.2" } } + }, + { + "id": 6, + "targetPercentile": { + "before": 0.25 + }, + "attributes": { + "locale": { + "value": [ + "en-US", + "en-CA", + "en-GB", + "en-AU" + ] + }, + "appVersion": { + "min": "7.123.0.0" + } + } + }, + { + "id": 7, + "attributes": { + "interactedWithMessage": { + "value": [ + "ddg_ios_survey_1", + "ios_quarterly_satisfaction_survey_q4_2024" + ] + }, + "messageShown": { + "value": [ + "ddg_ios_survey_1", + "ios_quarterly_satisfaction_survey_q4_2024" + ] + } + } } ] }