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/getting-started/implementation-guide.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ The tasks included in Basics help you send and debug your very first data from a
16
16
The Basic tasks include:
17
17
18
18
1.[Invite teammates](#invite-teammates)
19
-
2.[Add a Source](#add-a-source)
19
+
2.[Add a source](#add-a-source)
20
20
3.[Add page or screen tracking](#add-page-or-screen-tracking)
21
-
4.[Add a Destination](#add-a-destination)
22
-
5.[Testing and Debugging](#testing-and-debugging)
21
+
4.[Add a destination](#add-a-destination)
22
+
5.[Testing and debugging](#testing-and-debugging)
23
23
24
-
### Invite Teammates
24
+
### Invite teammates
25
25
Segment allows you to invite team members to your workspace. To decide who on your team should be added to Segment, think about who might be responsible for implementing, owning, or using your data in downstream tools.
26
26
27
27
For example, as a developer, you might invite:
@@ -36,24 +36,24 @@ To invite team members to your workspace:
36
36
4.*(Optional)* You can choose to **Add Members to User Groups** so that members inherit roles from user groups, or **Add Individual Roles** to bulk assign individuals roles to all invites.
37
37
5. Click **Invite**.
38
38
39
-
### Add a Source
40
-
A Source is a website, server library, mobile SDK, or cloud application which can send data into Segment. It's where your data originates. Add a Source to collect data to understand who your customers are and how they're using your product. Create a source for each website or app you want to track.
39
+
### Add a source
40
+
A source is a website, server library, mobile SDK, or cloud application which can send data into Segment. It's where your data originates. Add a Source to collect data to understand who your customers are and how they're using your product. Create a source for each website or app you want to track.
41
41
42
-
To add a Source:
42
+
To add a source:
43
43
1. Go to **Connections**.
44
44
2. Click **Add Source**.
45
-
3. Click the Source you'd like to add. *Note:* More than 80% of workspaces start by adding their JavaScript website.
45
+
3. Click the source you'd like to add. *Note:* More than 80% of workspaces start by adding their JavaScript website.
46
46
4. Click **Add Source**.
47
47
5. Enter a name for your source as well as any information on the setup page.
48
48
6. Click **Add Source**.
49
49
50
50
> info "Learn More"
51
-
> -[What is a Source?](/docs/connections/sources/#what-is-a-source)
52
-
> -[Create a Source](/docs/getting-started/02-simple-install/#create-a-segment-source)
51
+
> -[What is a source?](/docs/connections/sources/#what-is-a-source)
52
+
> -[Create a source](/docs/getting-started/02-simple-install/#create-a-segment-source)
Once you've added your Segment Source, you're ready to send data into Segment. The simplest data to send into Segment is a Page call (for website Sources) or Screen call (for mobile Sources). Page and screen calls send automatically once you install the Segment snippet or SDK on your website or mobile app. Page and screen calls allow you to record whenever a user sees a page of your website or screen of your app, along with any optional properties about the page or screen.
56
+
Once you've added your Segment source, you're ready to send data into Segment. The simplest data to send into Segment is a Page call (for website Sources) or Screen call (for mobile Sources). Page and screen calls send automatically once you install the Segment snippet or SDK on your website or mobile app. Page and screen calls allow you to record whenever a user sees a page of your website or screen of your app, along with any optional properties about the page or screen.
57
57
58
58
Learn how to [install the Segment snippet or SDK on your website or mobile app](/docs/getting-started/02-simple-install/#installing-segment) to start sending data.
59
59
@@ -62,16 +62,16 @@ Learn how to [install the Segment snippet or SDK on your website or mobile app](
62
62
> -[Spec: Page](/docs/connections/spec/page/)
63
63
> -[Spec: Screen](/docs/connections/spec/screen/)
64
64
65
-
### Add a Destination
65
+
### Add a destination
66
66
Destinations are the business tools or apps that Segment forwards your data to. Adding Destinations allow you to act on your data and learn more about your customers in real time.
67
67
68
-
To add a Destination:
68
+
To add a destination:
69
69
1. Navigate to **Connections**.
70
70
2. Click **Add Destination**.
71
-
3. Choose the Destination you want to add and click **Configure**. Most users eventually add destinations for: Analytics, Advertising, Email Marketing, and/or Live Chat.
72
-
4. Select the Source you want to connect to your Destination.
71
+
3. Choose the destination you want to add and click **Configure**. Most users eventually add destinations for: Analytics, Advertising, Email Marketing, and/or Live Chat.
72
+
4. Select the source you want to connect to your Destination.
73
73
5. Click **Next**.
74
-
5. Give your Destination a name.
74
+
5. Give your destination a name.
75
75
6. Click **Save**.
76
76
7. Configure the settings and enable your destination on the destination settings page.
The Source Debugger is a real-time tool that helps you validate that API calls made from your website, mobile app, or servers arrive at your source. You can use the Source Debugger to make sure that your source functions properly and your events actively send.
85
85
86
86
The Debugger shows a live stream of events that flow through your Segment Source, so that you can check that your events send in the correct format. When you click on a specific event, you'll be able to see these two views of an event:
@@ -101,11 +101,11 @@ The tasks in this phase help you create a data strategy and send additional type
101
101
102
102
The Instrumentation tasks include:
103
103
-[Basics](#basics)
104
-
-[Invite Teammates](#invite-teammates)
105
-
-[Add a Source](#add-a-source)
104
+
-[Invite teammates](#invite-teammates)
105
+
-[Add a source](#add-a-source)
106
106
-[Add page or screen tracking](#add-page-or-screen-tracking)
107
-
-[Add a Destination](#add-a-destination)
108
-
-[Testing and Debugging](#testing-and-debugging)
107
+
-[Add a destination](#add-a-destination)
108
+
-[Testing and debugging](#testing-and-debugging)
109
109
-[Instrumentation](#instrumentation)
110
110
-[Send an Identify call](#send-an-identify-call)
111
111
-[Send a Track call](#send-a-track-call)
@@ -196,10 +196,10 @@ With all your tools acting on the same set of customer data, you can personalize
196
196
To add more destinations:
197
197
1. Navigate to **Connections**.
198
198
2. Click **Add Destination**.
199
-
3. Choose the Destination you want to add and click **Configure**. Most users eventually add destinations for: Analytics, Advertising, Email Marketing, and/or Live Chat.
200
-
4. Select the Source you want to connect to your Destination.
199
+
3. Choose the destination you want to add and click **Configure**. Most users eventually add destinations for: Analytics, Advertising, Email Marketing, and/or Live Chat.
200
+
4. Select the source you want to connect to your destination.
201
201
5. Click **Next**.
202
-
5. Give you Destination a name.
202
+
5. Give your destination a name.
203
203
6. Click **Save**.
204
204
7. Configure the settings and enable your destination on the destination settings page.
205
205
8. Repeat steps 1-7 for each destination you want to add.
@@ -224,7 +224,7 @@ Each touchpoint you have with your customers is a potential area to gain a bette
224
224
To add more sources:
225
225
1. Go to **Connections**.
226
226
2. Click **Add Source**.
227
-
3. Click the Source you'd like to add.
227
+
3. Click the source you'd like to add.
228
228
4. Click **Add Source**.
229
229
5. Enter a name for your source as well as any information on the setup page.
0 commit comments