From 5293d15c1316f79ee1e9d7972380177c8fc7d6d6 Mon Sep 17 00:00:00 2001 From: Ashton Huxtable <78318468+ashton-huxtable@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:42:37 -0600 Subject: [PATCH 1/2] Update mobile device mode limitations --- src/connections/destinations/destination-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/destination-filters.md b/src/connections/destinations/destination-filters.md index 84c8fb5957..bdef43ee75 100644 --- a/src/connections/destinations/destination-filters.md +++ b/src/connections/destinations/destination-filters.md @@ -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. - Destination Filters don't apply to events that send through the destination Event Tester. From fab9d85ef7ba0de311e7d3b7a0124e2d400a8f74 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:28:02 -0700 Subject: [PATCH 2/2] Update src/connections/destinations/destination-filters.md --- src/connections/destinations/destination-filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/destination-filters.md b/src/connections/destinations/destination-filters.md index bdef43ee75..f3870d212a 100644 --- a/src/connections/destinations/destination-filters.md +++ b/src/connections/destinations/destination-filters.md @@ -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 not supported for iOS and Android libraries. +- *(For mobile device-mode)* Destination filters for mobile device-mode doesn't support iOS and Android libraries. - Destination Filters don't apply to events that send through the destination Event Tester.