Skip to content

Commit 18f6b4b

Browse files
authored
Merge pull request #6268 from segmentio/longstoryshort-patch-1
Update swift-destination-filters.md
2 parents 3c0e325 + 981807e commit 18f6b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/apple/swift-destination-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ To get started with destination filters using Swift:
2121
```swift
2222
analytics.add(plugin: DestinationFilters())
2323
```
24+
3. Enable the Destination Filters toggle in your Segment workspace: navigate to the iOS source, click Settings and select Advanced.
2425

2526
Use destination filters to prevent certain data from flowing into a destination. You can conditionally filter out event properties, traits, and fields, or even filter out the event itself.
2627

@@ -90,7 +91,6 @@ Example: Remove email addresses from `context` and `properties`:
9091

9192
Property-level allowlisting is available with Segment's API. Using destination filters, you can configure a rule that removes email addresses from `context` and `properties`. As a result, Segment only sends traits without PII to the destination.
9293

93-
9494
![PII management example](images/destination-filters/pii_example.png)
9595

9696
### Control event volume

0 commit comments

Comments
 (0)