From 6dbcd1517c4fa2faf67ea800e74fe577121bd98b Mon Sep 17 00:00:00 2001 From: Anya Mallon Date: Thu, 19 Dec 2024 22:10:29 +0100 Subject: [PATCH] Removes privacy pro funnel promotion --- live/ios-config/ios-config.json | 36 +-------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index ad62302..1aa9156 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", @@ -44,23 +44,6 @@ 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": { @@ -150,23 +133,6 @@ "min": "7.124.0.1" } } - }, - { - "id": 5, - "attributes": { - "pproSubscriber": { - "value": false - }, - "pproEligible": { - "value": true - }, - "locale": { - "value": ["en-US"] - }, - "appVersion": { - "min": "7.149.0.2" - } - } } ] }