Skip to content

Commit d457a50

Browse files
authored
Merge pull request #2910 from segmentio/schema-filters-fix
Schema Integration Filters Fix [DOC-518]
2 parents ebb7f5c + 71a7c16 commit d457a50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/protocols/schema.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ If you no longer want to capture specific traits within `.identify()` and `.grou
2929

3030
![Blocking traits for a Source](images/disable-trait.gif "Animation showing how to block traits with the toggle switch")
3131

32-
**IMPORTANT: Blocked traits are not omitted from calls to device-mode Destinations.**
32+
> warning ""
33+
> Blocked traits are not omitted from calls to device-mode Destinations.
3334
3435
## Schema Integration Filters
3536

@@ -48,9 +49,9 @@ analytics.identify('user_123', {
4849
});
4950
```
5051

51-
Destination flags are case sensitive and match the [Destination's name in the docs](/docs/connections/destinations/) (i.e. "AdLearn Open Platform", "awe.sm", "MailChimp", etc.).
52+
Destination flags are case sensitive and match the [Destination's name in the docs](/docs/connections/destinations/) (for example, "AdLearn Open Platform", "awe.sm", "MailChimp", and so on).
5253

53-
Segment Business tier customers can block track calls from delivering to specific Destinations in the Segment UI. Visit a Source Schema page and click on the **Integrations** column to view specific Destination filters. Toggle the filter to block or enable an event to a Destination.
54+
Segment Business tier customers can block track calls from delivering to specific Destinations in the Segment UI. Visit a Source Schema page and click on the **Integrations** column to view specific schema integration filters. Toggle the filter to block or enable an event to a Destination.
5455

5556

5657
![Schema integration filters](images/asset_d3SRmkWy.gif "Animation showing how to block events with the toggle switch")

0 commit comments

Comments
 (0)