diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index 587da04..6a13c37 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,5 @@ { - "version": 39, + "version": 40, "messages": [ { "id": "ios_privacy_pro_exit_survey_1", @@ -59,6 +59,24 @@ "matchingRules": [ 4 ] + }, + { + "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": [ @@ -120,6 +138,29 @@ "min": "7.106.0.4" } } + }, + { + "id": 5, + "attributes": { + "pproEligible": { + "value": true + }, + "pproSubscriber": { + "value": false + }, + "locale": { + "value": [ + "en-US" + ] + }, + "daysSinceInstalled": { + "min": 1, + "max": 2 + }, + "appVersion": { + "min": "7.124.0.1" + } + } } ] }