Skip to content

Commit a3ebda2

Browse files
authored
Merge pull request #2239 from segmentio/Source-Schema-CSV
Export Schema
2 parents 00c4f59 + 70ae6ce commit a3ebda2

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

src/connections/destination-data-control.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,27 @@ If you no longer want to track an event, you can either remove it from your code
3737

3838
![](/docs/protocols/images/event-filters.png)
3939

40-
Once you block an event in Segment, we'll stop forwarding it to all of your Destinations, including your warehouses. You can remove it 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. 
40+
Once you block an event in Segment, Segment stops forwarding it to all of your Destinations, including your warehouses. You can remove it 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. 
41+
42+
## Export your Source Schema
43+
44+
Segment allows you to download your Source Schema as a CSV file, maximizing portability and access to event data. You can download a copy of your schema by visiting the Source Schema page.
45+
46+
![](images/export-source-schema.png)
47+
48+
CSV files generate based on the current view of your Source Schema. Any search parameters or filters you apply to the current Source Schema view also apply to the CSV.
49+
50+
You can download the following Track events:
51+
- Event Name
52+
- Last Seen (UTC)
53+
- If greater than 30 days, the value is "more than 30 days ago"
54+
- Allowed Count
55+
- Blocked Count
56+
- Total Count
57+
- Planned (available for Protocols customers with a connected Tracking Plan)
58+
- Values are "planned" or "unplanned"
59+
60+
Export Schema is not available for Identify or Group events.
61+
62+
> note ""
63+
> Export Schema doesn't include any actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source. Properties aren't included in the CSV.
115 KB
Loading

src/protocols/enforce/schema-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ To enable blocking, go to the **Settings** tab for your source, and click on **S
1313

1414
![](../images/event_blocking.png)
1515

16+
> success ""
17+
> You can [export your Source Schema](/docs/connections/destination-data-control/#export-your-source-schema) as a CSV file to quickly audit events from your Tracking Plan.
18+
1619
## Track Calls - Unplanned Events
1720
When you set this dropdown to Block Event, Segment drops any events that are not defined in your Tracking Plan. Only allowlisted `track` calls in your Tracking Plan flow through Segment to your Destinations.
1821

0 commit comments

Comments
 (0)