-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed ship review windows config (#102)
- Loading branch information
1 parent
d352a8b
commit 466767c
Showing
1 changed file
with
3 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": [] | ||
} |