Skip to content

Commit 4073e99

Browse files
author
markzegarelli
authored
Revert "Update source schema export page (#3825)" (#3832)
This reverts commit 2b4cdb7.
1 parent 2b4cdb7 commit 4073e99

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

src/connections/destination-data-control.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ analytics.identify('user_123', {
2828

2929
Destination flags are **case sensitive** and match [the Destination's name in the docs](/docs/connections/destinations/catalog/) (for example, "AdLearn Open Platform", "awe.sm", "MailChimp", etc.).
3030

31-
If you're on Segment's Business plan, you can filter track calls right from the Segment UI on your Source Schema page by clicking on the field in the "Integrations" column and then adjusting the toggle for each tool. Segment recommends using the UI if possible since it's a much simpler way of managing your filters and can be updated with no code changes on your side.
31+
If you're on Segment's Business plan, you can filter track calls right from the Segment UI on your Source Schema page by clicking on the field in the "Integrations" column and then adjusting the toggle for each tool. We recommend using the UI if possible since it's a much simpler way of managing your filters and can be updated with no code changes on your side.
3232

3333
![](images/destination-control.png)
3434

@@ -42,19 +42,14 @@ Once you block an event in Segment, Segment stops forwarding it to all of your D
4242

4343
## Export your Source Schema
4444

45-
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. Track, Identify, and Group events support Source Schema export.
45+
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.
4646

4747
![](images/export-source-schema.png)
4848

49-
You can choose to include properties with the Track events in the modal.
50-
51-
![](images/export-source-schema-including-props.png)
52-
5349
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.
5450

55-
The Track event CSV file contains the following columns:
51+
You can download the following Track events:
5652
- Event Name
57-
- Property Name (if properties are included in the export dialog)
5853
- Last Seen (UTC)
5954
- If greater than 30 days, the value is "more than 30 days ago"
6055
- Allowed Count
@@ -63,14 +58,7 @@ The Track event CSV file contains the following columns:
6358
- Planned (available for Protocols customers with a connected Tracking Plan)
6459
- Values are "planned" or "unplanned"
6560

66-
The Identify & Group CSV file contains the following columns:
67-
- Trait Name
68-
- Last Seen (UTC)
69-
- Allowed Count
70-
- Blocked Count
71-
- Total Count
72-
- Planned (available for Protocols customers with a connected Tracking Plan)
73-
- Values are "planned" or "unplanned"
61+
Export Schema is not available for Identify or Group events.
7462

7563
> note ""
76-
> 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.
64+
> 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.
Binary file not shown.

0 commit comments

Comments
 (0)