Skip to content

Commit

Permalink
Android: Survey breakage July (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Jul 8, 2024
1 parent 2dbd029 commit 679f396
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 27,
"version": 28,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -43,6 +43,29 @@
"exclusionRules": [
8
]
},
{
"id": "android_breakage_survey_july_1",
"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/240605?list=1",
"additionalParameters": {
"queryParams": "var;delta;av;ddgv"
}
}
},
"matchingRules": [
9
],
"exclusionRules": [
10
]
}
],
"rules": [
Expand Down Expand Up @@ -101,6 +124,33 @@
]
}
}
},
{
"id": 9,
"targetPercentile": {
"before": 0.3
},
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
}
}
},
{
"id": 10,
"attributes": {
"interactedWithMessage": {
"value": [
"android_privacy_pro_exit_survey_1",
"android_privacy_pro_subscriber_survey_1"
]
}
}
}
]
}

0 comments on commit 679f396

Please sign in to comment.