Skip to content

Commit

Permalink
Add second quarterly iOS satisfaction survey (#131)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1207619243206445/1209004122571943/f

This PR adds the second quarterly satisfaction survey. This survey
implements the rules listed
[here](https://app.asana.com/0/1207619243206445/1209001203473082/f).

How to test:
* Check that the survey matches the rules implemented in the Asana task
* Check that the survey includes the correct link and parameters

![Simulator Screenshot - iPhone 16 Pro Max - 2024-12-22 at 21 28
55](https://github.com/user-attachments/assets/8c0e6c29-cfe1-4f3f-919b-5205d36173be)
  • Loading branch information
samsymons authored Dec 28, 2024
1 parent 10657cf commit 3482455
Showing 1 changed file with 60 additions and 1 deletion.
61 changes: 60 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 52,
"version": 53,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -80,6 +80,29 @@
"matchingRules": [
4
]
},
{
"id": "ios_quarterly_satisfaction_survey_q4_2024_part_2",
"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/240903?list=4",
"additionalParameters": {
"queryParams": "var;delta;osv;ddgv;locale"
}
}
},
"matchingRules": [
6
],
"exclusionRules": [
1, 2, 7
]
}
],
"rules": [
Expand Down Expand Up @@ -167,6 +190,42 @@
"min": "7.149.0.2"
}
}
},
{
"id": 6,
"targetPercentile": {
"before": 0.25
},
"attributes": {
"locale": {
"value": [
"en-US",
"en-CA",
"en-GB",
"en-AU"
]
},
"appVersion": {
"min": "7.123.0.0"
}
}
},
{
"id": 7,
"attributes": {
"interactedWithMessage": {
"value": [
"ddg_ios_survey_1",
"ios_quarterly_satisfaction_survey_q4_2024"
]
},
"messageShown": {
"value": [
"ddg_ios_survey_1",
"ios_quarterly_satisfaction_survey_q4_2024"
]
}
}
}
]
}

0 comments on commit 3482455

Please sign in to comment.