From 4092ffe40ddb8bf39d223814aee2a1432a712b1b Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Fri, 13 Sep 2024 14:39:45 -0700 Subject: [PATCH] macOS day 5 survey (#98) Task: https://app.asana.com/0/1207619243206445/1208279078919897/f This PR adds the macOS day 5 survey. This is a draft PR until confirming the survey contents and behaviour. --- live/macos-config/macos-config.json | 40 ++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/live/macos-config/macos-config.json b/live/macos-config/macos-config.json index e6d17d9..5ddace7 100644 --- a/live/macos-config/macos-config.json +++ b/live/macos-config/macos-config.json @@ -1,5 +1,5 @@ { - "version": 2, + "version": 3, "messages": [ { "id": "macos_privacy_pro_app_store_exit_survey_1", @@ -76,6 +76,24 @@ }, "matchingRules": [4], "exclusionRules": [5, 6, 8] + }, + { + "id": "macos_permanent_survey", + "content": { + "messageType": "big_single_action", + "titleText": "Help Us Improve", + "descriptionText": "Take our short survey and help us build the best browser.", + "placeholder": "Announce", + "primaryActionText": "Share Your Thoughts", + "primaryAction": { + "type": "survey", + "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240404?list=3", + "additionalParameters": { + "queryParams": "delta;var;osv;ddgv" + } + } + }, + "matchingRules": [9] } ], "rules": [ @@ -200,6 +218,26 @@ "value": ["privacy_pro_survey_1"] } } + }, + { + "id": 9, + "attributes": { + "appVersion": { + "min": "1.106.0" + }, + "daysSinceInstalled": { + "min": 5, + "max": 8 + }, + "locale": { + "value": [ + "en-US", + "en-CA", + "en-GB", + "en-AU" + ] + } + } } ] }