From 3dd9194cea9934b391d325f2ad69c8e893d46e9c Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 12 Dec 2024 12:45:58 -0800 Subject: [PATCH 1/2] Revert "Revert "New message for privacy pro promotion with origin" (#125)" This reverts commit 8add0a2e69446afd702d54e2890cc66e24c29ae5. --- live/ios-config/ios-config.json | 36 ++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index 4e641ce..89cf68a 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 50, + "version": 49, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -44,6 +44,23 @@ 3 ] }, + { + "id": "funnel_pro_iosrmf_announcement", + "content": { + "messageType": "big_single_action", + "titleText": "Enjoy peace of mind with our VPN!", + "descriptionText": "Boost protection with a fast, secure VPN + 2 more premium services.", + "placeholder": "PrivacyShield", + "primaryActionText": "Get Privacy Pro", + "primaryAction": { + "type": "url", + "value": "https://duckduckgo.com/pro?origin=funnel_pro_iosrmf_announcement" + } + }, + "matchingRules": [ + 5 + ] + }, { "id": "ddg_ios_survey_1", "content": { @@ -127,6 +144,23 @@ "min": "7.124.0.1" } } + }, + { + "id": 5, + "attributes": { + "pproSubscriber": { + "value": false + }, + "pproEligible": { + "value": true + }, + "locale": { + "value": ["en-US"] + }, + "appVersion": { + "min": "7.131.0.1" + } + } } ] } From 1bcb7ee063cf2fe82a7fcaf3408799d7da1e7b87 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Thu, 12 Dec 2024 12:50:38 -0800 Subject: [PATCH 2/2] Bump RMF version and app version values. --- live/ios-config/ios-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index 89cf68a..fec7a61 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 49, + "version": 51, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -158,7 +158,7 @@ "value": ["en-US"] }, "appVersion": { - "min": "7.131.0.1" + "min": "7.149.0.2" } } }