Skip to content

Commit

Permalink
iOS survey June 2024 (#66)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1193060753475688/1207490407726840/f

This PR enables the monthly survey for iOS app users.
  • Loading branch information
samsymons authored Jun 5, 2024
1 parent 372c2c4 commit c0398f5
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
{
"version": 29,
"messages": [],
"rules": []
"version": 30,
"messages": [
{
"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": "RemoteMessageAnnouncement",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey_url",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200?list=2"
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"daysSinceInstalled": {
"min": 5,
"max": 8
},
"appVersion": {
"min": "7.106.0.4"
}
}
}
]
}

0 comments on commit c0398f5

Please sign in to comment.