From 8f2b89a8f79a7ef61816ebf6f2a395a130b977ed Mon Sep 17 00:00:00 2001 From: amddg44 Date: Fri, 30 Aug 2024 17:52:08 +0200 Subject: [PATCH] Remove privacy pro august onboarding promo (#97) Task: https://app.asana.com/0/0/1207957958737696/f This PR removes the August Privacy Pro promotion --- live/ios-config/ios-config.json | 43 +-------------------------------- 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index a07e455..a79c937 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 44, + "version": 45, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -43,24 +43,6 @@ "exclusionRules": [ 3 ] - }, - { - "id": "funnel_pro_iosrmf_onboarding_levelup", - "content": { - "messageType": "big_single_action", - "titleText": "Level up your privacy!", - "descriptionText": "Boost your privacy with our fast & secure VPN + 2 more new protections.", - "placeholder": "PrivacyShield", - "primaryActionText": "Get Privacy Pro", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com/pro?origin=funnel_pro_iosrmf_onboarding_levelup" - } - }, - "matchingRules": [ - 5 - ], - "exclusionRules": [] } ], "rules": [ @@ -110,29 +92,6 @@ ] } } - }, - { - "id": 5, - "attributes": { - "pproEligible": { - "value": true - }, - "pproSubscriber": { - "value": false - }, - "locale": { - "value": [ - "en-US" - ] - }, - "daysSinceInstalled": { - "min": 1, - "max": 2 - }, - "appVersion": { - "min": "7.124.0.1" - } - } } ] }