Skip to content

Commit f497a5e

Browse files
authored
Merge pull request #4398 from segmentio/DOC-672
Hiding mobile destination filters
2 parents 8cc5945 + bee9fb5 commit f497a5e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rewrite: true
66
> info ""
77
> Destination filters are only available to Business Tier customers.
88
>
9-
> Destination filters for mobile device-mode destinations are in beta and only supports [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters), [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters) and [React Native 2.0](/docs/connections/sources/catalog/libraries/mobile/react-native/#destination-filters) libraries.
9+
<!-- > Destination filters for mobile device-mode destinations are in beta and only supports [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters), [Kotlin](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters) and [React Native 2.0](/docs/connections/sources/catalog/libraries/mobile/react-native/#destination-filters) libraries. -->
1010
1111
Use destination filters to prevent certain data from flowing into a destination. You can conditionally filter out event properties, traits, and fields, or even filter out the event itself.
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ analytics.reset()
442442
{% endcodeexampletab %}
443443
{% endcodeexample %}
444444

445-
## Destination filters
445+
<!-- ## Destination filters
446446
> info ""
447447
> Destination filters are only available to Business Tier customers.
448448
>
@@ -464,7 +464,7 @@ To get started with destination filters on mobile device-mode destinations using
464464
2. Add the plugin.
465465
```java
466466
analytics.add(DestinationFilters())
467-
```
467+
``` -->
468468

469469
## Build Your own destination
470470

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ These are the example plugins you can use and alter to meet your tracking needs:
537537
| Firebase | `@segment/analytics-react-native-plugin-consent-firebase` |
538538
| IDFA | `@segment/analytics-react-native-plugin-idfa` |
539539
540-
## Destination Filters
540+
<!-- ## Destination Filters
541541
> info ""
542542
> Destination filters are only available to Business Tier customers.
543543
>
@@ -574,7 +574,7 @@ To get started with destination filters on mobile device-mode destinations using
574574

575575
segmentClient.add({ plugin: new DestinationFiltersPlugin() });
576576
segment.add({ plugin: new FirebasePlugin() })
577-
```
577+
``` -->
578578
579579
## Supported Destinations
580580
Segment supports a large number of [Cloud-mode](/docs/connections/destinations/#connection-modes) destinations. Segment also supports the below destinations for Analytics React Native 2.0 in device-mode, with more to follow:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ analytics.flush()
407407
{% endcodeexampletab %}
408408
{% endcodeexample %}
409409

410-
## Destination filters
410+
<!-- ## Destination filters
411411
> info ""
412412
> Destination filters are only available to Business Tier customers.
413413
>
@@ -429,7 +429,7 @@ To get started with destination filters using Swift:
429429
2. Add the plugin.
430430
```swift
431431
analytics.add(DestinationFilters())
432-
```
432+
``` -->
433433

434434
## Ad Tracking and IDFA
435435
[Segment no longer automatically collects IDFA](/docs/connections/sources/catalog/libraries/mobile/ios/ios14-guide/#segment-no-longer-automatically-collects-idfa). If you need to collect the user's IDFA to pass it to specific destinations, or for other uses, [you can manually pass the IDFA to the Segment SDK](/docs/connections/sources/catalog/libraries/mobile/ios/ios14-guide/#you-can-manually-pass-the-idfa-to-the-segment-sdk).

src/guides/filtering-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ Note that destination flags are **case sensitive** and match the destination's n
4848

4949
> info ""
5050
> Destination filters are only available in workspaces that are on a Business Tier plan.
51-
>
52-
> Destination filters for mobile device-mode destinations are in beta and only supports [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters), [Kotlin (Android)](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters), and [React Native 2.0](/docs/connections/sources/catalog/libraries/mobile/react-native/#destination-filters) libraries.
51+
<!-- >
52+
> Destination filters for mobile device-mode destinations are in beta and only supports [Swift](/docs/connections/sources/catalog/libraries/mobile/swift-ios#destination-filters), [Kotlin (Android)](/docs/connections/sources/catalog/libraries/mobile/kotlin-android/#destination-filters), and [React Native 2.0](/docs/connections/sources/catalog/libraries/mobile/react-native/#destination-filters) libraries. -->
5353
5454
> warning ""
5555
> Keep [these limitations](/docs/connections/destinations/destination-filters/#limitations) in mind when using destination filters.

0 commit comments

Comments
 (0)