Skip to content

Commit

Permalink
Remove quarterly satisfaction survey sept 2024 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep and karlenDimla authored Sep 27, 2024
1 parent e7fee43 commit f2cc89b
Showing 1 changed file with 32 additions and 28 deletions.
60 changes: 32 additions & 28 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 35,
"version": 36,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand All @@ -22,26 +22,49 @@
]
},
{
"id": "android_quarterly_satisfaction_survey_q4_2024",
"id": "android_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/privacypro_android_newsubscribersurvey?list=4",
"additionalParameters": {
"queryParams": "var;man;av;ddgv;mo;ppro_platform;ppro_billing;ppro_days_since_purchase;ppro_days_until_exp;ppro_status"
}
}
},
"matchingRules": [
6
],
"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": "Announce",
"placeholder": "DDGAnnounce",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240903?list=1",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200",
"additionalParameters": {
"queryParams": "var;ddgv;av;delta"
"queryParams": "atb;var;delta;av;ddgv;man;mo"
}
}
},
"matchingRules": [
10
9
],
"exclusionRules": [
7, 11
10
]
}
],
Expand Down Expand Up @@ -125,7 +148,7 @@
{
"id": 9,
"targetPercentile": {
"before": 0.3
"before": 0.3
},
"attributes": {
"pproSubscriber": {
Expand All @@ -147,29 +170,10 @@
},
{
"id": 10,
"targetPercentile": {
"before": 0.2
},
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"appVersion": {
"min": "5.204.0"
}
}
},
{
"id": 11,
"attributes": {
"interactedWithMessage": {
"value": [
"android_privacy_pro_exit_survey_1"
"android_quarterly_satisfaction_survey_q4_2024"
]
}
}
Expand Down

0 comments on commit f2cc89b

Please sign in to comment.