Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mobile device mode limitations #4961

Merged
merged 2 commits into from
Jul 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/connections/destinations/destination-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Keep the following limitations in mind when you use destination filters:
- *(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`.
- *(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**.
- *(For web device-mode)* Destination filters for device-mode only supports the Analytics.js 2.0 source.
- *(For mobile device-mode)* Destination filters for mobile device-mode is currently not supported.
- *(For mobile device-mode)* Destination filters for mobile device-mode is not supported for iOS and Android libraries.
stayseesong marked this conversation as resolved.
Show resolved Hide resolved
- Destination Filters don't apply to events that send through the destination Event Tester.


Expand Down