Skip to content

Small fixes #2744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 13, 2022
2 changes: 1 addition & 1 deletion src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ sections:
- path: /personas/profile-api
title: Profile API
- path: /personas/debugger
title: Personas Space Debugger
title: Personas Source Debugger
- path: /personas/personas-gdpr
title: Personas and GDPR
- path: /personas/faqs
Expand Down
5 changes: 1 addition & 4 deletions src/protocols/tracking-plan/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ To create a new Tracking Plan:
2. Once enabled, click on **Protocols** in the left bar navigation.
3. Click **New Tracking Plan**.
4. Add events, properties, traits and filters in the Tracking Plan editor.
- You'll see an option to import events and traits to your tracking plan from a source in your workspace. This option is great if you want to get started with your current events. Note that Segment infers data types, but often can't if several data types are sent for a specific category.

> info ""
> If your tracking plan is in a spreadsheet, use the [Google Sheets Uploader](/docs/protocols/apis-and-extensions/#google-sheets-tracking-plan-uploader) to import it to Protocols.
- You'll see an option to import events and traits to your tracking plan from a source in your workspace. This option is great if you want to get started with your current events. Note that Segment infers data types, but often can't if several data types are sent for a specific category.

### Tracking Plan Columns
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.
Expand Down