Skip to content

Commit

Permalink
adds quarterly Dec 2024 survey
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed Dec 23, 2024
1 parent 10657cf commit 490cba1
Showing 1 changed file with 56 additions and 2 deletions.
58 changes: 56 additions & 2 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 42,
"version": 43,
"messages": [
{
"id": "android_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -44,6 +44,29 @@
8
]
},
{
"id": "android_quarterly_satisfaction_survey_1224",
"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/240903?list=3",
"additionalParameters": {
"queryParams": "var;delta;av;ddgv"
}
}
},
"matchingRules": [
11
],
"exclusionRules": [
6, 7, 12
]
},
{
"id": "android_permanent_survey_user_satisfaction",
"content": {
Expand Down Expand Up @@ -183,7 +206,38 @@
"attributes": {
"interactedWithMessage": {
"value": [
"android_quarterly_satisfaction_survey_q4_2024"
"android_quarterly_satisfaction_survey_q4_2024",
"android_quarterly_satisfaction_survey_1224"
]
}
}
},
{
"id": 11,
"targetPercentile": {
"before": 0.25
},
"attributes": {
"appVersion": {
"min": "5.204.0"
},
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
}
}
},
{
"id": 12,
"attributes": {
"interactedWithMessage": {
"value": [
"android_quarterly_satisfaction_survey_q4_2024",
"android_permanent_survey_user_satisfaction"
]
}
}
Expand Down

0 comments on commit 490cba1

Please sign in to comment.