From 466767ca8bc28ea0f7b499e4340de554810e57b5 Mon Sep 17 00:00:00 2001 From: Jonathan-L Date: Wed, 11 Sep 2024 17:01:16 +0100 Subject: [PATCH] removed ship review windows config (#102) --- live/windows-config/windows-config.json | 156 +----------------------- 1 file changed, 3 insertions(+), 153 deletions(-) diff --git a/live/windows-config/windows-config.json b/live/windows-config/windows-config.json index d8b1d8a..b3faa40 100644 --- a/live/windows-config/windows-config.json +++ b/live/windows-config/windows-config.json @@ -1,155 +1,5 @@ { - "version": 1, - "messages": [ - { - "id": "windows_privacy_pro_subscriber_survey_1", - "content": { - "messageType": "big_single_action", - "titleText": "Tell Us Your Thoughts on Privacy Pro", - "descriptionText": "If you complete our brief survey, your input will help improve the Privacy Pro experience for all subscribers.", - "placeholder": "PrivacyShield", - "primaryActionText": "Take Survey", - "primaryAction": { - "type": "survey", - "value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240506?list=2", - "additionalParameters": { - "queryParams": "var;delta;wv;ddgv;mo;ppro_status;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp" - } - } - }, - "matchingRules": [ 1 ] - }, - { - "id": "testLiveMessage1", - "content": { - "messageType": "small", - "titleText": "Title Goes Here", - "descriptionText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eget elit vel ex dapibus." - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage2", - "content": { - "messageType": "medium", - "titleText": "Title Goes Here", - "descriptionText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eget elit vel ex dapibus.", - "placeholder": "AppUpdate" - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage2-1", - "content": { - "messageType": "big_single_action", - "titleText": "Tell Us What Brought You Here", - "descriptionText": "Browser updated to version 0.90.0", - "placeholder": "AppUpdate", - "primaryActionText": "See What's New", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com/windows" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage3", - "content": { - "messageType": "big_single_action", - "titleText": "Update Available!", - "descriptionText": "A new version of DuckDuckGo Browser is available. Update now to enjoy improved privacy features and enhanced performance.", - "placeholder": "AppUpdate", - "primaryActionText": "Update Now", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com/windows" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage4", - "content": { - "messageType": "big_single_action", - "titleText": "Tell Us Your Thoughts on Privacy Pro", - "descriptionText": "Take our short anonymous survey and share your feedback.", - "placeholder": "Announce", - "primaryActionText": "Take Survey...", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com/pro" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage5", - "content": { - "messageType": "big_two_action", - "titleText": "Update Recommended", - "descriptionText": "Support for current windows version is ending soon. Update to the latest version before July 8, 2024, to keep getting the latest browser updates and improvements.", - "placeholder": "CriticalUpdate", - "primaryActionText": "How To Update Windows", - "primaryAction": { - "type": "url", - "value": "https://support.microsoft.com/en-us/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a" - }, - "secondaryActionText": "Remind Me Later", - "secondaryAction": { - "type": "dismiss", - "value": "" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage6", - "content": { - "messageType": "big_single_action", - "titleText": "New Search Feature!", - "descriptionText": "DuckDuckGo now offers Instant Answers for quicker access to the information you need.", - "placeholder": "DDGAnnounce", - "primaryActionText": "Learn More", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - }, - { - "id": "testLiveMessage7", - "content": { - "messageType": "big_single_action", - "titleText": "Tell Us Why You Left Privacy Pro", - "descriptionText": "By taking our brief survey, you'll help us improve Privacy Pro for all subscribers.", - "placeholder": "PrivacyShield", - "primaryActionText": "Take Survey...", - "primaryAction": { - "type": "url", - "value": "https://duckduckgo.com/pro" - } - }, - "matchingRules": [ 1 ], - "exclusionRules": [] - } - ], - "rules": [ - { - "id": 1, - "attributes": { - "internalUser": { - "value": "true" - } - } - } - ] + "version": 2, + "messages": [], + "rules": [] } \ No newline at end of file