Skip to content

Commit caf490e

Browse files
committed
[netlify-build]
1 parent 0cb4502 commit caf490e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ Use destination filters to prevent certain data from flowing into a destination.
1212

1313
You can configure destination filters on cloud-mode, mobile, and web device-mode and actions-based destinations. With device-mode destinations, you can use the same user interface or API mechanism that you use for your cloud-mode destinations, and have those filters acted upon for device-mode destinations on web and mobile.
1414

15-
> info "Web device-mode destinations"
16-
> 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**.
17-
1815
Common use cases for destination filters include:
1916
- Managing PII (personally identifiable information) by blocking fields from reaching certain destinations
2017
- Controlling event volume by sampling or dropping unnecessary events for specific destinations
@@ -30,6 +27,7 @@ Keep the following limitations in mind when you use Destination Filters:
3027
- Each filter can only apply to one source-destination pair.
3128
- *(For device-mode)* Destination filters don't apply to items that are added to the payload server-side such as IP addresses.
3229
- *(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).
30+
- *(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**.
3331

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

src/guides/filtering-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ 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. Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.
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.
4949

5050
> info ""
5151
> Destination filters are only available in workspaces that are on a Business Tier plan.
5252
>
5353
> Destination filters for mobile device-mode destinations are in beta and only supports [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters) and [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters) libraries.
5454
55-
> info "Destination filters for web device-mode"
56-
> Destination filters for web device-mode only supports the Analytics.js 2.0 source. You need to enable 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**.
55+
> warning ""
56+
> Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.
5757
5858
![](images/destination-filter-create.png)
5959

0 commit comments

Comments
 (0)