You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destination-data-control.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,54 +43,53 @@ Once you block an event in Segment, Segment stops forwarding it to all of your D
43
43
44
44
## Export your Source Schema
45
45
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.
47
47
48
-
<!-- Double check the perms-->
48
+
> success ""
49
+
> Track, Identify, and Group events support Source Schema export.
49
50
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
52
52
53
53
To download a Source Schema CSV file:
54
54
1. Sign into Segment and select a source.
55
55
2. Click the **Schema** tab in the source header.
56
56
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.
59
60
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.
61
63
62
64
### View download history
63
65
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.
69
67
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.
73
72
74
-
####Track event CSV format
73
+
### Track event CSV format
75
74
The Track event CSV file contains the following columns:
76
75
- Event Name
77
-
- Property Name
78
-
- Last Seen (UTC)
76
+
- Last Seen At (UTC)
79
77
- 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
83
82
- Planned (available for Protocols customers with a connected Tracking Plan)
84
83
- Values are "planned" or "unplanned"
85
84
86
-
####Identity and Group event CSV format
85
+
### Identity and Group event CSV format
87
86
The Identify and Group CSV file contains the following columns:
88
87
- Trait Name
89
-
- Last Seen (UTC)
88
+
- Last Seen At (UTC)
90
89
- 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
94
93
- Planned (available for Protocols customers with a connected Tracking Plan)
0 commit comments