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
+43-21Lines changed: 43 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,51 +31,73 @@ Destination flags are **case sensitive** and match [the Destination's name in th
31
31
32
32
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.
33
33
34
-

34
+

35
35
36
36
## How do I block or disable specific events and properties from being sent to all Destinations?
37
37
38
38
If you no longer want to track an event, you can either remove it from your code or, if you're on the Business plan, you can block track calls right from the Segment UI on your Source Schema page by adjusting the toggle for each event.
39
39
40
-

40
+

41
41
42
42
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.
43
43
44
44
## Export your Source Schema
45
45
46
-
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.
46
+
Segment allows users with Source Read-only 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
-

48
+
> success ""
49
+
> You can export Track, Identify, and Group Source Schemas.
49
50
50
-
You can choose to include properties with the Track events in the modal.
51
+
### Download a CSV
52
+
You can only download one Source Schema CSV schema type (Track, Identify, or Group) per source at the same time.
3. On the Source Schema page, select a schema type (Track, Identify, or Group) and a timeframe (7 days or 30 days.)
58
+
4. Click the **Download CSV** button. <br/> A toast pops up on the top of the page, with the message *"Your file is processing. When your file is ready it will be available to download from the Download History page."*
59
+
5. Open the Download History page by clicking the link in the toast or following the instructions in the [view download history](#view-download-history) section.
60
+
6. Once the file status column indicates that the download was successful, click the **Download CSV** link to download your CSV to your computer. If the file status column shows that the download has failed, return to the Source Schema page and try the download again.<br/> The Source Schema CSV name has the following format:<br/>`workspaceSlug-sourceSlug-schemaType--yyyy-mm-dd--hh-mm-utc`
53
61
54
-
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.
62
+
> note "All events and properties are now included in the CSV file"
63
+
> When you export a 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.
55
64
65
+
### View download history
66
+
67
+
You can view the last 14 days' worth of Source Schema exports on the Download History page.
68
+
69
+
To access the Download History page:
70
+
1. Sign into Segment and select a source.
71
+
2. Click the **Schema** tab in the source header.
72
+
3. Click the **View Download History** link.
73
+
74
+
### Track event CSV format
56
75
The Track event CSV file contains the following columns:
57
76
- Event Name
58
-
-Property Name (if properties are included in the export dialog)
59
-
- Last Seen (UTC)
60
-
- If greater than 30 days, the value is "more than 30 days ago"
61
-
- Allowed Count
62
-
- Blocked Count
63
-
- Total Count
77
+
-Last Seen At (UTC)
78
+
- If greater than your selected timeframe (7 days or 30 days,) the value is "more than 7 days ago" or "more than 30 days ago"
79
+
- Property Name
80
+
- Allowed
81
+
- Blocked
82
+
- Total
64
83
- Planned (available for Protocols customers with a connected Tracking Plan)
65
84
- Values are "planned" or "unplanned"
66
85
67
-
The Identify & Group CSV file contains the following columns:
86
+
> note "Labels in your exported CSV"
87
+
> If you use [labels](/docs/protocols/tracking-plan/create/#add-a-label), they appear as columns in your CSV. The column headers are keys, and the column data contains values.
88
+
89
+
### Identity and Group event CSV format
90
+
The Identify and Group CSV files contain the following columns:
68
91
- Trait Name
69
-
- Last Seen (UTC)
70
-
- Allowed Count
71
-
- Blocked Count
72
-
- Total Count
92
+
- Last Seen At (UTC)
93
+
- If greater than your selected timeframe (7 days or 30 days,) the value is "more than 7 days ago" or "more than 30 days ago"
94
+
- Allowed
95
+
- Blocked
96
+
- Total
73
97
- Planned (available for Protocols customers with a connected Tracking Plan)
74
98
- Values are "planned" or "unplanned"
75
99
76
100
> info ""
77
-
> The export schema doesn't include actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source.
78
-
79
-
101
+
> The exported schema doesn't include actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source.
80
102
81
103
See the [Segment Schema Limits](/docs/connections/schema-unique-limits/) for more information on how to manage the Source Schema.
0 commit comments