Skip to content

Commit

Permalink
Add iOS survey
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Oct 10, 2024
1 parent f2cc89b commit 4afa70a
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 47,
"version": 48,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -43,6 +43,26 @@
"exclusionRules": [
3
]
},
{
"id": "ddg_ios_survey_1",
"content": {
"messageType": "big_single_action",
"titleText": "Help us improve the app!",
"descriptionText": "Take our short anonymous survey and share your feedback.",
"placeholder": "Announce",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200?list=3",
"additionalParameters": {
"queryParams": "atb;var;ddgv;mo;osv"
}
}
},
"matchingRules": [
4
]
}
],
"rules": [
Expand Down Expand Up @@ -92,6 +112,21 @@
]
}
}
},
{
"id": 4,
"attributes": {
"daysSinceInstalled": {
"min": 5,
"max": 8
},
"targetPercentile": {
"before": 0.3
},
"appVersion": {
"min": "7.124.0.1"
}
}
}
]
}

0 comments on commit 4afa70a

Please sign in to comment.