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
+31-12Lines changed: 31 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,31 +31,50 @@ 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 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.
47
47
48
-

48
+
<!-- Double check the perms-->
49
49
50
-
You can choose to include properties with the Track events in the modal.
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.
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.
53
59
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.
60
+
<!---workshop last two steps. maybe roll them into the "viewing your exported..." section?-->
55
61
62
+
### View download history
63
+
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`
69
+
70
+
To view your CSV file, navigate to your Downloads folder and open your CSV file.
71
+
72
+
<!--See note about consolidating steps, above.-->
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)
77
+
- Property Name
59
78
- Last Seen (UTC)
60
79
- If greater than 30 days, the value is "more than 30 days ago"
61
80
- Allowed Count
@@ -64,18 +83,18 @@ The Track event CSV file contains the following columns:
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
+
#### Identity and Group event CSV format
87
+
The Identify and Group CSV file contains the following columns:
68
88
- Trait Name
69
89
- Last Seen (UTC)
90
+
- If greater than 30 days, the value is "more than 30 days ago"
70
91
- Allowed Count
71
92
- Blocked Count
72
93
- Total Count
73
94
- Planned (available for Protocols customers with a connected Tracking Plan)
74
95
- Values are "planned" or "unplanned"
75
96
76
97
> 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
-
98
+
> The schema export doesn't include actual values (for example, personal data) for the events, properties, and traits you are tracking for a specific source.
80
99
81
100
See the [Segment Schema Limits](/docs/connections/schema-unique-limits/) for more information on how to manage the Source Schema.
0 commit comments