Skip to content

Commit 46a2315

Browse files
Merge pull request #5059 from segmentio/jfoskin-patch-4
Tracking Plan Ids
2 parents 9ab5cc4 + 79440d0 commit 46a2315

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/protocols/faq.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,26 @@ Segment's code uses built-in logic to verify if an event exists in the Tracking
8585

8686
Unplanned property omission is only supported for cloud-mode destinations. Unplanned properties will not be omitted when they're sent to device-mode destinations.
8787

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+
88103
### Can I import events from my Source Schema into a Tracking Plan?
89104

90105
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. .
91106

107+
92108
## Protocols Validation
93109

94110
### What is the difference between Violations Emails and the Violations page in the Segment UI?

0 commit comments

Comments
 (0)