Skip to content

Commit

Permalink
Add initial survey implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Feb 12, 2024
1 parent 25b56d8 commit e8f696a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@
"matchingRules": [
1
]
},
{
"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": "RemoteMessageDDGAnnouncement",
"primaryActionText": "Take the Survey",
"primaryAction": {
"type": "survey_url",
"value": "https://www.research.net/r/NetworkProtectioniOSWaitlistBetaSurvey"
}
},
"matchingRules": [
2
]
}
],
"rules": [
Expand All @@ -38,6 +55,14 @@
"min": "7.106.0.4"
}
}
},
{
"id": 2,
"attributes": {
"daysSinceInstalled": {
"min": 5
}
}
}
]
}

0 comments on commit e8f696a

Please sign in to comment.