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/protocols/faq.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,26 @@ Segment's code uses built-in logic to verify if an event exists in the Tracking
85
85
86
86
Unplanned property omission is only supported for cloud-mode destinations. Unplanned properties will not be omitted when they're sent to device-mode destinations.
87
87
88
+
### Why do I have two different Tracking Plan IDs?
89
+
90
+
When you access a Tracking Plan, you'll come across two IDs: `tp_` and `rs_`. Segment uses the two IDs to identify your Tracking Plan in the two APIs you can use to manage your workspace: the [Public API](/docs/api/public-api/) and the [Config API](/docs/api/config-api/).
91
+
92
+
To view the two IDs for your Tracking Plan, navigate to the Tracking Plan you'd like to view the ID for and select the dropdown next to **Tracking Plan ID**.
93
+
94
+
If you're using the Public API, you'll need the ID that starts with `tp_`.
95
+
96
+
If you're using the Config API, you'll need the ID that starts with `rs`.
97
+
98
+
99
+
### How do I import events from a Source Schema into a Tracking Plan?
100
+
101
+
When you first create your Tracking Plan, you can add events from your Source Schema by selecting the **Import events from Source** button on the Tracking Plan editor page. You can manually add these events after you've connected your Source Schema to your Tracking Plan by clicking the (+) next to the event on your Source Schema page.
102
+
88
103
### Can I import events from my Source Schema into a Tracking Plan?
89
104
90
105
When you initially create your Tracking Plan, you can import events into it from a Source Schema. Manually add these events by clicking the the (+) next to the event in your Source Schema page after connecting your Tracking Plan. .
91
106
107
+
92
108
## Protocols Validation
93
109
94
110
### What is the difference between Violations Emails and the Violations page in the Segment UI?
0 commit comments