|
| 1 | +--- |
| 2 | +title: Segment Starter Tracking Plan |
| 3 | +hidden: true |
| 4 | +--- |
| 5 | + |
| 6 | +> info "Early Access Preview" |
| 7 | +> The Segment Starter Tracking Plan is in early access preview. This means that it is currently under development, and its features and behavior might change before it is generally released. For more information, [contact us](mailto:[email protected]). |
| 8 | +
|
| 9 | +With Segment, you can track the myriad events that are important to your organization the way you want to track them - the possibilities are endless. But when you're just getting started, what do you track first? Over the years, we've helped countless organizations think through what they need to track, and recommended the best way to do it. With Segment tracking plans you can start out strong with some common Track events. |
| 10 | + |
| 11 | +With Segment tracking plans you can choose from the most common Events, and create a personalized tracking plan for your workspace. Tracking plans help you and other people working in your organization to understand what data you're tracking, under what names, and which additional data (properties) are attached to each event type. |
| 12 | + |
| 13 | +This is a great way to get a head start on your tracking, and also to monitor events coming into your workspace as you implement your Segment tracking. |
| 14 | + |
| 15 | +### Starter tracking plan access |
| 16 | + |
| 17 | +Only Workspace Owners can set up or edit the starter tracking plan. |
| 18 | + |
| 19 | +You can use the **Tracking Plan Read-Only** role to allow workspace members to view the starter tracking plan, including the events and their properties, and code snippets for each. (When you upgrade to Personas, this role allows members to view additional tracking plans.) |
| 20 | + |
| 21 | +You can add the Tracking Plan Read Only role to workspace members, or to groups that you use to grant workspace members access. To edit workspace member or group access, in your workspace navigate to **Settings > Workspace settings > Access management**. |
| 22 | + |
| 23 | +## Set up a Segment starter tracking plan |
| 24 | + |
| 25 | +To see your Tracking Plan, click **Protocols** in the left navigation. The first time you visit this section, the Segment App shows an explanation of tracking plans, which you can dismiss. Click **Create Tracking Plan** to get started. |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +From the screen that appears, click **Add Events** to add your first event to the tracking plan. |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +On the next page, you’ll select the events that you need from the Segment Standard Events. These are organized by their [industry spec](http://segment.com/docs/connections/spec/), such as Ecommerce, Marketing, and so on. Click each industry or use case to see and select events from that group. |
| 39 | + |
| 40 | + |
| 41 | +1. Choose a Spec section based on your industry/type of website |
| 42 | + **Tip!** You might want to check through all of the different specs for relevant events, just in case. |
| 43 | +2. Select the events you want to use from the menu. You can also search for a specific event name you know you want to track. |
| 44 | + ℹ️ Don't see an event you want? [Tell us!](https://airtable.com/shrudcSPGUv1xynSc) |
| 45 | +3. Click **Next** to review properties on the events. |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | +The next screen shows the Events you chose and their properties. Properties are how you enrich the raw event data with useful context, which allows you to perform useful analysis and alerting. These standard events have a minimum set of properties based on what we know about the event type, and how it is usually used. You can add extra custom properties in the next step. |
| 53 | + |
| 54 | +Expand each event to view its properties. If you decide you want to add or remove Events, click **Previous** to go back to the event list. When you're satisfied that you've selected Standard Events for all of the activities on your site, click **Add**. |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +When you click **Add**, Segment adds the events you selected to your Tracking Plan, and begins watching for data from any Sources connected to that workspace formatted as those Events. |
| 61 | + |
| 62 | +## Customize Properties |
| 63 | + |
| 64 | +You might want to add extra properties to the Segment standard events, for example to capture unique information about the user’s action taken. |
| 65 | + |
| 66 | +To add a custom property, click the **plus** icon next to the event that the property should be attached to. |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +In the dialog that appears, enter the name and type of the property, and add a description. |
| 72 | + |
| 73 | +You can click **Save and add more** to add more than one property, or click **Save and exit** when you’re satisfied that you’ve added all the properties you’ll need. |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | +## Monitor your Segment data flow |
| 81 | + |
| 82 | +<!--TODO: sounds like some of this isn't shipping today--> |
| 83 | +The Tracking Plan page shows <!--an overview of the data that is arriving to your Segment workspace. The page information includes--> a **Name** and **Description** for each event that you expect to see in Segment, <!-- information about if Segment has seen any data matching that event name yet,--> and information about who last modified the event in the tracking plan. |
| 84 | + |
| 85 | +You can click each event in the table to expand it, view the event description, and view its properties and their descriptions. Property descriptions include the expected data type for each property. |
| 86 | + |
| 87 | +<!--The **Sending** column shows the number of Events Segment has seen with that description and format. You can expand this to see how many of the events Segment saw for Dev, Test, and Production sources. If you see a 0 in this column for all sources, this usually means that the event has not been implemented yet, or has not been implemented correctly.--> |
| 88 | + |
| 89 | +At the far right of the table is a **…** (more) menu. |
| 90 | +From this menu you can click **View Code Snippet** to see and copy a Javascript snippet for the event, including its properties. This might be helpful if you’re not sure how to implement or format the actual Track event. |
| 91 | +The more menu also includes an **Edit** button, which allows you to edit the description of an event or property, and the name of any custom properties, and a **Delete** button, which deletes either the entire event, or an individual property from the event. |
| 92 | + |
| 93 | + |
| 94 | +## Implementing Segment using your tracking plan |
| 95 | + |
| 96 | +If you haven't yet implemented Segment tracking in your app or site, there are three easy ways to use the Tracking Plan to set up your implementation: |
| 97 | + |
| 98 | +- **If you use Analytics.js and the [Visual Tagger](https://segment.com/docs/connections/sources/visual-tagger/)**, Segment loads your tracking plan so that you can simply tag the elements in your website with the Events that they should trigger. |
| 99 | +- **You can download a Javascript code snippet for each Event** in the tracking plan by clicking the **more (...)** menu. You can then paste these snippets into your site or app code and replace the example properties in these snippets with variables from your code. |
| 100 | + |
| 101 | +<!-- |
| 102 | +> success "" |
| 103 | +> **Tip**! If you are using [Typewriter](https://segment.com/docs/protocols/apis-and-extensions/typewriter/), you can export your tracking plan to a format Typewriter can use. |
| 104 | +--> |
| 105 | + |
| 106 | + |
| 107 | +## FAQ |
| 108 | + |
| 109 | +### Can I track Page, Identify, or Group calls with the starter tracking plan? |
| 110 | + |
| 111 | +No. The starter tracking plan only tracks events. If you need to track other types of calls, consider adding Protocols to your Segment plan. |
| 112 | + |
| 113 | +### How do I disconnect a source? |
| 114 | + |
| 115 | +The starter tracking plan is not connected to any specific source. <!--The Seen column shows a rollout of data from the Schema Tab of all your sources.--> |
| 116 | + |
| 117 | +### Can I import a spreadsheet to my starter tracking plan? |
| 118 | + |
| 119 | +Import from a spreadsheet is not available at this time. |
| 120 | + |
| 121 | +### Can I import my Schema into my starter tracking plan? |
| 122 | + |
| 123 | +Import from a Schema is not available at this time. |
| 124 | + |
| 125 | +### How do I request a new Event type in the starter tracking plan? |
| 126 | + |
| 127 | +[Contact us to request more Event types](https://airtable.com/shrudcSPGUv1xynSc) in the Starter tracking plan. |
| 128 | + |
| 129 | +### What happens when I upgrade? |
| 130 | + |
| 131 | +When you add Protocols to your Segment workspace, your starter tracking plan is converted to a full [Protocols tracking plan](/docs/protocols/tracking-plan/create/), which allows you to use additional features. |
| 132 | + |
| 133 | + |
| 134 | +{% include components/media-icon.html href="https://segment.com/academy/intro/choosing-metrics-that-matter/" icon="media/icon-academy.svg" title="What should I track?" content="Everyone loves dashboards, but how do you pick the right metrics to track?" %} |
0 commit comments