Skip to content

Commit 6a38d09

Browse files
Update destination-filters.md
Adjusting the line for mobile device mode libraries. The older libraries such as IOS and Android don't have support for destination filters. Swift and Kotlin do have destination filter support.
1 parent d3f33b1 commit 6a38d09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Keep the following limitations in mind when you use destination filters:
3131
- *(For device-mode)* Destination filters don't filter some fields that are collected by the destination SDK outside of Segment such as `page.url` and `page.referrer`.
3232
- *(For web device-mode)* Destination filters for web device-mode only supports the Analytics.js 2.0 source. You need to enable device mode destination filters for your Analytics.js source. To do this, go to your Javascript source and navigate to **Settings > Analytics.js** and turn the toggle on for **Destination Filters**.
3333
- *(For web device-mode)* Destination filters for device-mode only supports the Analytics.js 2.0 source.
34-
- *(For mobile device-mode)* Destination filters for mobile device-mode is currenlty not supported.
34+
(Change here)
35+
- *(For mobile device-mode)* Destination filters for mobile device-mode is currenlty not supported. - (Change should be: *(For IOS and Android mobile device-mode)* Destination filters are currenlty not supported. Our newer libraries Swift and Kotlin are supported)
3536
- Destination Filters don't apply to events that send through the destination Event Tester.
3637
- Destination Filters within the UI and [FQL]([url](https://segment.com/docs/api/public-api/fql/)) do not currently support matching on event fields containing '.$' or '.$.', which references fields with an array type.
3738

0 commit comments

Comments
 (0)