Skip to content

Commit 4a9ea86

Browse files
committed
add delete a tracking plan section
1 parent 32deb73 commit 4a9ea86

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

src/protocols/tracking-plan/create.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ When building a Tracking Plan, it's best to start with the key metrics that driv
1313

1414
The Segment Tracking Plan feature allows you to validate your expected events against the live events that are delivered to Segment. Violations generate when an event doesn't match the spec'd event in the Tracking Plan.
1515

16-
<!--- TBD: this doesn't really fit anywhere yet >> info ""
17-
> Segment can infer data types, but is unable to do so if several data types are sent for a specific category. -->
16+
> info ""
17+
> Segment can infer event data types, but is unable to do so if several data types are sent for a specific category.
1818
1919
Tracking Plans are stored in workspaces and can be connected to one or more Sources.
2020

@@ -42,6 +42,17 @@ To download a Tracking Plan:
4242
4. Open the Download History page by clicking the link in the toast or clicking the **Download History** tab in the top navigation bar.
4343
5. Once the file status column indicates that the download was successful, click the link in the File column to download your CSV to your computer. If the file status column shows the download has failed, return to the Tracking Plan Overview page or the Tracking Plan page and try the download again.<br/> The Tracking Plan CSV name has the following format:<br/>`workspaceSlug-trackingPlanName--yyyy-mm-dd--hh-mm-utc`
4444

45+
## Delete a Tracking Plan
46+
47+
> info "Deleting a Tracking Plan requires Workspace Owner or Tracking Plan Admin permissions"
48+
> You must have Workspace Owner or Tracking Plan Admin roles to delete a Tracking Plan. For more information about roles in the Segment app, see the [Roles documentation](/docs/segment-app/iam/roles/).
49+
50+
To delete a Tracking Plan:
51+
1. Open the Segment app and click **Protocols**.
52+
2. On the row of the Tracking Plan you want to delete, open the contextual menu(…) and select **Delete Tracking Plan...**
53+
3. A toast pops up on the top of the page, with the message: <br/>
54+
*"Are you sure you want to delete <<Tracking Plan Name>>? Once you delete this Tracking Plan, you will not be able to recover it..”*
55+
4556
## Edit a Tracking Plan
4657
The Tracking Plan editor is organized as a spreadsheet to help you add new events and properties, and edit the relevant fields for each. Like a spreadsheet, you can navigate across cells in a single event with your arrow keys and press enter to edit a cell.
4758

@@ -77,6 +88,12 @@ You can define which traits you expect to see passed in Identify or Group calls
7788

7889
It's best to keep traits optional because Identify and Group are often called and pass only _new or changed_ traits, because Segment's client-side libraries (analytics.js, Swift, Kotlin) cache traits in local storage. See the [Identify Best Practices](/docs/connections/spec/best-practices-identify#when-and-how-often-to-call-identify) to learn more.
7990

91+
### Remove a Source from your Tracking Plan
92+
93+
94+
95+
96+
8097
### Add a label
8198
You can apply `key:value` labels to each event to help organize your Tracking Plan. These labels are helpful when multiple teams are managing a single Tracking Plan, or if you want to specify a priority, platform, product, or similar meta-data for each event. You can filter by label from the Tracking Plan, Schema, Data Validation and Violations Summary views.
8299

0 commit comments

Comments
 (0)