Skip to content

Commit

Permalink
Add permanent iOS survey (#108)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1207619243206445/1208454188907378/f

This PR adds the permanent iOS survey. This PR is very similar to previous surveys such as #95, except this survey adds a targetPercentile of 0.3.
  • Loading branch information
samsymons authored Oct 11, 2024
1 parent 3d16773 commit 0fac882
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,
"targetPercentile": {
"before": 0.3
},
"attributes": {
"daysSinceInstalled": {
"min": 5,
"max": 8
},
"appVersion": {
"min": "7.124.0.1"
}
}
}
]
}

0 comments on commit 0fac882

Please sign in to comment.