Skip to content

Commit b5db6e9

Browse files
committed
[netlify-build]
1 parent 4aa6a9c commit b5db6e9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Use destination filters to prevent certain data from flowing into a destination.
1010

1111
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.
1212

13+
> info ""
14+
> Destination filters for mobile device-mode destinations are in beta for [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters) and [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters) libraries.
15+
1316
Common use cases for destination filters include:
1417
- Managing PII (personally identifiable information) by blocking fields from reaching certain destinations
1518
- Controlling event volume by sampling or dropping unnecessary events for specific destinations

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The example projects contain sample [plugins](https://github.com/segmentio/analy
345345

346346
## Destination filters
347347
> info ""
348-
> Destination filters are only available to Business Tier customers.
348+
> Destination filters are only available to Business Tier customers. Destination filters on mobile device-mode destinations are in beta for Analytics Kotlin.
349349
350350
Use Analytics Kotlin (Android) to configure [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
351351

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ Though you can add plugins anywhere in your code, it's best to implement your pl
335335

336336
## Destination filters
337337
> info ""
338-
> Destination filters are only available to Business Tier customers.
338+
> Destination filters are only available to Business Tier customers. Destination filters on mobile device-mode destinations are in beta for Analytics Swift.
339339

340340
Use Analytics Swift to set up [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
341341

src/guides/filtering-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ 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 are not available for, and do not 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.
4949

5050
> info ""
51-
> Destination filters are only available in workspaces that are on a Business Tier plan, and are available on cloud-mode, mobile, and web device-mode and actions-based destinations.
51+
> Destination filters are only available in workspaces that are on a Business Tier plan. Destination filters for mobile device-mode destinations are in beta for [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters) and [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters) libraries.
5252
5353
![](images/destination-filter-create.png)
5454

0 commit comments

Comments
 (0)