Skip to content

Commit 35439ab

Browse files
authored
Merge pull request #2886 from segmentio/DOC-518-update-schema-controls-page
Update Schema Controls Page [DOC-518]
2 parents e7d5e66 + 80b674f commit 35439ab

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/protocols/schema.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@ Segment Business plan customers can use Schema Controls to manage which events a
1212
If you no longer want to track a specific event, you can either remove it from your code or, if you're on the Business plan, you can block track calls right from the Segment UI. To do so, click on the Schema tab in a Source and toggle the event to enable or block an event.
1313

1414

15-
![](images/event-filters.png)
15+
![Event filters](images/event-filters.png "Event filters in Segment")
1616

1717

18-
Once you block an event in Segment, we'll stop forwarding it to all of your Cloud and Device-mode Destinations, including your warehouses. You can remove the events from your code at your leisure. In addition to blocking track calls, Business plan customers can block all Page and Screen calls, as well as Identify traits and Group properties.
18+
Once you block an event, Segment stops forwarding it to all of your Cloud and Device-mode Destinations, including your warehouses. You can remove the events from your code at your leisure. In addition to blocking track calls, Business plan customers can block all Page and Screen calls, as well as Identify traits and Group properties.
1919

2020
When an event is blocked, the name of the event or property is added to your Schema page with a counter to show how many events have been blocked. By default, data from blocked events and properties is not recoverable. You can always re-enable the event to continue sending it to downstream Destinations.
2121

22-
In most cases, blocking an event immediately stops that event from sending to Destinations. In rare cases, it can take **up to 6 hours** to fully block an event from delivering to all Destinations.
22+
In most cases, blocking an event immediately stops that event from sending to Destinations. In rare cases, it can take **up to six hours** to fully block an event from delivering to all Destinations.
2323

2424

2525
## Identify and Group Trait Filters
2626

2727
If you no longer want to capture specific traits within `.identify()` and `.group()` calls, you can either remove those traits from your code, or if you're on the Business plan, you can block specific traits right from the Segment UI. To do so, click on the Schema tab in a Source and navigate to the Identify or Group events where you can block specific traits.
2828

2929

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

3232
**IMPORTANT: Blocked traits are not omitted from calls to device-mode Destinations.**
3333

34-
## Destination Filters
34+
## Schema Integration Filters
3535

3636
All customers can filter specific events from being sent to specific Destinations (except for warehouses) by updating their tracking code. Here is an example showing how to send a single message only to Intercom and Google Analytics:
3737

@@ -48,9 +48,9 @@ analytics.identify('user_123', {
4848
});
4949
```
5050

51-
Destination flags are case sensitive and match the [Destination's name in the docs](https://segment.com/docs/connections/destinations/) (i.e. "AdLearn Open Platform", "awe.sm", "MailChimp", etc.).
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.).
5252

5353
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.
5454

5555

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

0 commit comments

Comments
 (0)