Skip to content

Commit 23a9b11

Browse files
stayseesongmarkzegarelli
andauthored
Apply suggestions from code review
Co-authored-by: markzegarelli <[email protected]>
1 parent 705ec4a commit 23a9b11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rewrite: true
88
99
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.
1010

11-
You can configure destination filters on cloud-mode destinations as well as on mobile and web device-mode 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.
11+
You can configure destination filters on cloud-mode, mobile, and web device-mode 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

1313
Common use cases for destination filters include:
1414
- Managing PII (personally identifiable information) by blocking fields from reaching certain destinations

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,13 @@ analytics.add(yourPlugin)
341341

342342
### Example projects using Analytics-Kotlin
343343
See how different platforms and languages use Analytics-Kotlin in different [example projects](https://github.com/segmentio/analytics-kotlin/tree/main/samples){:target="_blank"}.
344-
The example projects contain sample [plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins){:target="_blank"} and [destination plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app-destinations/src/main/java/com/segment/analytics/destinations/plugins){:target="_blank"} you can utilize.
344+
The example projects contain sample [plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app/src/main/java/com/segment/analytics/next/plugins){:target="_blank"} and [destination plugins](https://github.com/segmentio/analytics-kotlin/tree/main/samples/kotlin-android-app-destinations/src/main/java/com/segment/analytics/destinations/plugins){:target="_blank"} you can use.
345345

346346
## Destination filters
347347
> info ""
348348
> Destination filters are only available to Business Tier customers.
349349
350-
You can set up [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations by using Analytics Kotlin (Android).
350+
Use Analytics Kotlin (Android) to configure [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
351351

352352
To get started with destination filters on mobile device-mode destinations using Kotlin:
353353

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Though you can add plugins anywhere in your code, it's best to implement your pl
337337
> info ""
338338
> Destination filters are only available to Business Tier customers.
339339

340-
You can set up [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations by using Analytics Swift.
340+
Use Analytics Swift to set up [destination filters](docs/connections/destinations/destination-filters/) on your mobile device-mode destinations.
341341

342342
To get started with destination filters using Swift:
343343
1. Add the plugin dependency to your application by adding the Swift package `git@github.com:segmentio/DestinationFilters-Swift.git` as a dependency through either of these 2 options:
@@ -346,7 +346,7 @@ To get started with destination filters using Swift:
346346
1. Xcode 12: **File > Swift Packages > Add Package Dependency**
347347
2. Xcode 13: **File > Add Packages...**
348348

349-
After installing the package, you can reference the Destination Filters plugin by importing the package with `import DestinationFilters_Swift`.
349+
After you install the package, import the package with `import DestinationFilters_Swift` to reference the Destination Filters plugin.
350350
2. Add the plugin.
351351
```swift
352352
analytics.add(DestinationFilters())

0 commit comments

Comments
 (0)