Skip to content

Commit 0a3f501

Browse files
committed
Export Schema
1 parent 08fc5bb commit 0a3f501

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

src/connections/destination-data-control.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,26 @@ If you no longer want to track an event, you can either remove it from your code
3838
![](/docs/protocols/images/event-filters.png)
3939

4040
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. 
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 are generated based on the current view of your Source Schema. Any search parameters or filters applied to the current Source Schema view are also applied 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 does not include any actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source. Properties are not 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)