Skip to content

Commit ee94788

Browse files
committed
Adding more content from first pass of testing
1 parent 67614bf commit ee94788

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

src/connections/destination-data-control.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,54 +43,53 @@ Once you block an event in Segment, Segment stops forwarding it to all of your D
4343

4444
## Export your Source Schema
4545

46-
Segment allows users with Source View permission to download Source Schemas 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.
46+
Segment allows users with Source View permissions to download Source Schemas 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.
4747

48-
<!-- Double check the perms-->
48+
> success ""
49+
> Track, Identify, and Group events support Source Schema export.
4950
50-
> note "All events and properties are now included in the CSV file"
51-
> When you exporting the Source Schema, all events and properties are included in the CSV file regardless of the filters or search parameters currently applied to the Source Schema view.
51+
### Download a CSV
5252

5353
To download a Source Schema CSV file:
5454
1. Sign into Segment and select a source.
5555
2. Click the **Schema** tab in the source header.
5656
3. On the Source Schema page, select an event type (Track, Identify, or Group)
57-
4. Click the **Download CSV** button. On the **Download CSV?** popup that appears, click **Download**. <br/> The filename for your Source Schema CSV is in the following format:<br/>`workspace-slug-source-slug-schema-type-yyyy-mm-dd-hh-mm`
58-
5. To view the CSV file, navigate to your Downloads folder and open your CSV file.
57+
4. Click the **Download CSV** button.
58+
5. On the **Download CSV?** popup that appears, click **Download**. <br/> The filename for your Source Schema CSV is in the following format:<br/>`workspace-slug-source-slug-schema-type-yyyy-mm-dd-hh-mm`
59+
6. To view the CSV file, navigate to your Downloads folder and open your CSV file.
5960

60-
<!---workshop last two steps. maybe roll them into the "viewing your exported..." section?-->
61+
> note "All events and properties are now included in the CSV file"
62+
> When you exporting the Source Schema, all events and properties are included in the CSV file regardless of the filters or search parameters currently applied to the Source Schema view.
6163
6264
### View download history
6365

64-
<!---Go into more detail on this when I have a demo environment to try this page in-->
65-
66-
### Viewing your exported Source Schema
67-
68-
The filename for your Source Schema CSV is in the following format:<br/>`workspace-slug-source-slug-schema-type-yyyy-mm-dd-hh-mm`
66+
You can view the last 14 days' worth of Source Schema exports on the Download History page.
6967

70-
To view your CSV file, navigate to your Downloads folder and open your CSV file.
71-
72-
<!--See note about consolidating steps, above.-->
68+
To access the Download History page:
69+
1. Sign into Segment and select a source.
70+
2. Click the **Schema** tab in the source header.
71+
3. Click the **View Download History** link, next to the **Download CSV** button.
7372

74-
#### Track event CSV format
73+
### Track event CSV format
7574
The Track event CSV file contains the following columns:
7675
- Event Name
77-
- Property Name
78-
- Last Seen (UTC)
76+
- Last Seen At (UTC)
7977
- If greater than 30 days, the value is "more than 30 days ago"
80-
- Allowed Count
81-
- Blocked Count
82-
- Total Count
78+
- Property Name
79+
- Allowed
80+
- Blocked
81+
- Total
8382
- Planned (available for Protocols customers with a connected Tracking Plan)
8483
- Values are "planned" or "unplanned"
8584

86-
#### Identity and Group event CSV format
85+
### Identity and Group event CSV format
8786
The Identify and Group CSV file contains the following columns:
8887
- Trait Name
89-
- Last Seen (UTC)
88+
- Last Seen At (UTC)
9089
- If greater than 30 days, the value is "more than 30 days ago"
91-
- Allowed Count
92-
- Blocked Count
93-
- Total Count
90+
- Allowed
91+
- Blocked
92+
- Total
9493
- Planned (available for Protocols customers with a connected Tracking Plan)
9594
- Values are "planned" or "unplanned"
9695

0 commit comments

Comments
 (0)