Skip to content

Commit

Permalink
Permanent android survey (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep authored Jul 18, 2024
1 parent ac065c9 commit 44b64d5
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 30,
"version": 31,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_a",
Expand Down Expand Up @@ -103,6 +103,26 @@
"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
]
}
],
"rules": [
Expand Down Expand Up @@ -259,6 +279,29 @@
]
}
}
},
{
"id": 9,
"targetPercentile": {
"before": 0.3
},
"attributes": {
"pproSubscriber": {
"value": false
},
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"daysSinceInstalled": {
"min": 5,
"max": 8
}
}
}
]
}

0 comments on commit 44b64d5

Please sign in to comment.