From 21eb791640afca66a2cef8bbd79241d887765184 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Wed, 30 Oct 2024 10:48:37 -0700 Subject: [PATCH] Update macOS Privacy Pro exit survey (#114) Task: https://app.asana.com/0/1193060753475688/1208652701561219/f This PR updates the macOS exit survey to use a single platform for each message, and to only show the exit survey to those users who are <= 10 days away from expiration. --- live/macos-config/macos-config.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/live/macos-config/macos-config.json b/live/macos-config/macos-config.json index e7a4408..8652ca6 100644 --- a/live/macos-config/macos-config.json +++ b/live/macos-config/macos-config.json @@ -1,5 +1,5 @@ { - "version": 6, + "version": 7, "messages": [ { "id": "macos_privacy_pro_app_store_exit_survey_1", @@ -114,11 +114,14 @@ "value": true }, "pproPurchasePlatform": { - "value": ["apple", "stripe"] + "value": ["apple"] }, "pproSubscriptionStatus": { "value": ["expiring"] }, + "pproDaysUntilExpiryOrRenewal": { + "max": 10 + }, "appVersion": { "min": "1.101.0" }, @@ -134,11 +137,14 @@ "value": true }, "pproPurchasePlatform": { - "value": ["apple", "stripe"] + "value": ["stripe"] }, "pproSubscriptionStatus": { "value": ["expiring"] }, + "pproDaysUntilExpiryOrRenewal": { + "max": 10 + }, "appVersion": { "min": "1.101.0" },