Skip to content

Commit bc92e01

Browse files
committed
[netlify-build]
1 parent 863e1fc commit bc92e01

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Keep the following limitations in mind when you use Destination Filters:
2828
- Segment applies Destination Filters one at a time in the order that they appear in your workspace.
2929
- You can't apply Destination Filters to Warehouses or S3 destinations.
3030
- Each filter can only apply to one source-destination pair.
31+
- *(For device-mode)* Destination filters don't apply to items that are added to the payload server-side such as IP addresses.
32+
- *(For device-mode)* Destination filters don't filter on native events that the destination SDK collects. Instead, you can use the load option to conditionally load relevant bundled JavaScript on the page. See the docs for [load options](/docs/connections/sources/catalog/libraries/website/javascript/#load-options).
3133

3234
[Contact Segment](https://segment.com/help/contact/){:target="_blank"} if these limitations impact your use case.
3335

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ The example projects contain sample [plugins](https://github.com/segmentio/analy
352352
Use Analytics Kotlin (Android) to configure [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
353353

354354
> warning ""
355-
> When you use destination filters in mobile device-mode, certain fields that are added to the payload server-side such as an IP address, aren't supported. Segment ignores these filters.
355+
> Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.
356+
356357

357358
To get started with destination filters on mobile device-mode destinations using Kotlin:
358359

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Though you can add plugins anywhere in your code, it's best to implement your pl
342342
Use Analytics Swift to set up [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
343343

344344
> warning ""
345-
> When you use destination filters in mobile device-mode, certain fields that are added to the payload server-side such as an IP address, aren't supported. Segment ignores these filters.
345+
> Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.
346346

347347
To get started with destination filters using Swift:
348348
1. Add the Swift package `git@github.com:segmentio/DestinationFilters-Swift.git` as a dependency through either of these 2 options:

src/guides/filtering-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Your data is sent to your warehouse (if you have one) and into the Segment backe
4545

4646
## Destination filters
4747

48-
[Destination filters](https://segment.com/docs/connections/destinations/destination-filters/) allow you to control the data flowing into each specific destination, by examining event payloads, and conditionally preventing data from being sent to destinations. You can filter out entire events, or just specific fields in the properties, in the traits, or in the context of your events. Destination filters support cloud-based (server-side), actions-based, and mobile and web device-mode destinations. Destination filters aren't available for, and don't prevent data from reaching your warehouse(s) or S3 destinations.
48+
[Destination filters](https://segment.com/docs/connections/destinations/destination-filters/) allow you to control the data flowing into each specific destination, by examining event payloads, and conditionally preventing data from being sent to destinations. You can filter out entire events, or just specific fields in the properties, in the traits, or in the context of your events. Destination filters support cloud-based (server-side), actions-based, and mobile and web device-mode destinations. Destination filters aren't available for, and don't prevent data from reaching your warehouse(s) or S3 destinations. Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.
4949

5050
> info ""
5151
> Destination filters are only available in workspaces that are on a Business Tier plan.

0 commit comments

Comments
 (0)