Skip to content

Commit 71e29db

Browse files
Apply suggestions from code review
Co-authored-by: stayseesong <[email protected]>
1 parent a217bff commit 71e29db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/filtering-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The events filtered out of individual destinations using this method still arriv
8080

8181
**Integration filters are all-or-nothing for each event.** If you require more detailed control over which events are sent to specific destinations, you can use Destination Filters to inspect the event payload, and conditionally drop the data or forward it to the destination.
8282

83-
**Integration filters will not override an existing value in the integrations object.** If the integration object already has a value for the integration, the per source schema integration filters will not override this. For example, if you are sending events to Appsflyer with the appsflyerId passed into the integration object:
83+
**Integration filters won't override an existing value in the integrations object.** If the integration object already has a value for the integration, the per source schema integration filters will not override this. For example, if you're sending events to Appsflyer with the `appsflyerId` passed into the integration object:
8484

8585
```javascript
8686
integrations: {
@@ -89,7 +89,7 @@ integrations: {
8989
}
9090
}
9191
```
92-
And for the same event you have Appsflyer turned off using the per source schema integrations filter, this filter will not override the above object with a false value, and events will still send downstream. In this scenario, [destination filters](#destination-filters) can be used to drop the event before it is sent downstream.
92+
For the same event you have Appsflyer turned off using the per source schema integrations filter, this filter won't override the above object with a false value, and events still send downstream. In this scenario, [destination filters](#destination-filters) can be used to drop the event before sends downstream.
9393

9494
## Schema event filters
9595

0 commit comments

Comments
 (0)