Skip to content

Commit 981807e

Browse files
authored
Update swift-destination-filters.md
1 parent 46e9103 commit 981807e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

2726
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.
2827

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

9392
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.
9493

95-
9694
![PII management example](images/destination-filters/pii_example.png)
9795

9896
### Control event volume

0 commit comments

Comments
 (0)