Skip to content

Commit

Permalink
Adding quarterly satisfactory survey (and pausing other active surveys)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Sep 13, 2024
1 parent 466767c commit 5372880
Showing 1 changed file with 34 additions and 28 deletions.
62 changes: 34 additions & 28 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 34,
"version": 35,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand All @@ -22,46 +22,26 @@
]
},
{
"id": "android_privacy_pro_subscriber_survey_1",
"id": "android_quarterly_satisfaction_survey_q4_2024",
"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.",
"titleText": "Help us improve the app!",
"descriptionText": "Take our short anonymous survey and share your feedback.",
"placeholder": "PrivacyShield",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/privacypro_android_newsubscribersurvey?list=4",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240903?list=1",
"additionalParameters": {
"queryParams": "var;man;av;ddgv;mo;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;ppro_status"
"queryParams": "var;ddgv;av;delta"
}
}
},
"matchingRules": [
6
10
],
"exclusionRules": [
8
]
},
{
"id": "android_permanent_survey_user_satisfaction",
"content": {
"messageType": "big_single_action",
"titleText": "Help us improve the app!",
"descriptionText": "Take our short anonymous survey and share your feedback.",
"placeholder": "DDGAnnounce",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200",
"additionalParameters": {
"queryParams": "atb;var;delta;av;ddgv;man;mo"
}
}
},
"matchingRules": [
9
7, 11
]
}
],
Expand Down Expand Up @@ -164,6 +144,32 @@
"max": 8
}
}
},
{
"id": 10,
"targetPercentile": {
"before": 0.2
},
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
}
}
},
{
"id": 11,
"attributes": {
"interactedWithMessage": {
"value": [
"android_privacy_pro_exit_survey_1"
]
}
}
}
]
}

0 comments on commit 5372880

Please sign in to comment.