Skip to content

Commit

Permalink
Added windows 14 day survey
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-L committed Dec 20, 2024
1 parent 7ace53a commit 46af082
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion live/windows-config/windows-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 7,
"version": 8,
"messages": [
{
"id": "windows_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -70,6 +70,29 @@
"exclusionRules": [
9
]
},
{
"id": "windows_14_day_survey",
"content": {
"messageType": "big_single_action",
"titleText": "Help Us Improve",
"descriptionText": "Take our short survey and help us build the best browser.",
"placeholder": "Announce",
"primaryActionText": "Share Your Thoughts",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/241004?list=1",
"additionalParameters": {
"queryParams": "wv;atb;ddgv;sts;var;origin;"
}
}
},
"matchingRules": [
10
],
"exclusionRules": [
11
]
}
],
"rules": [
Expand Down Expand Up @@ -173,6 +196,36 @@
"attributes": {
"flavor": {
"value": ["beta", "dev", "canary", "preview"]
}
}
},
{
"id": 10,
"attributes": {
"daysSinceInstalled": {
"min": 14,
"max": 21
},
"appVersion": {
"min": "0.93.0"
},
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
}
}
},
{
"id": 11,
"attributes": {
"interactedWithDeprecatedWindowsSurvey": {
"value": [
"survey.dismissed"
]
}
}
}
Expand Down

0 comments on commit 46af082

Please sign in to comment.