Skip to content

Commit

Permalink
Add an exclusion rule to hide the subscriber survey to those who had …
Browse files Browse the repository at this point in the history
…an exit survey.
  • Loading branch information
samsymons committed Jun 27, 2024
1 parent 5e49a35 commit 171d6cc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
"matchingRules": [
1
],
"exclusionRules": [
3
]
},
{
Expand All @@ -54,7 +57,7 @@
}
},
"matchingRules": [
3
4
]
}
],
Expand Down Expand Up @@ -98,6 +101,16 @@
},
{
"id": 3,
"attributes": {
"interactedWithMessage": {
"value": [
"ios_privacy_pro_cancellation_survey_1"
]
}
}
},
{
"id": 4,
"attributes": {
"osApi": {
"min": "14.0.0",
Expand Down

0 comments on commit 171d6cc

Please sign in to comment.