Skip to content

Commit 1b9bdee

Browse files
authored
Merge pull request #7899 from segmentio/DOC-1218
edits to Segment Getting Started Guide
2 parents 91f5758 + 310c66a commit 1b9bdee

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/getting-started/implementation-guide.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The tasks included in Basics help you send and debug your very first data from a
1616
The Basic tasks include:
1717

1818
1. [Invite teammates](#invite-teammates)
19-
2. [Add a Source](#add-a-source)
19+
2. [Add a source](#add-a-source)
2020
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)
2323

24-
### Invite Teammates
24+
### Invite teammates
2525
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.
2626

2727
For example, as a developer, you might invite:
@@ -36,24 +36,24 @@ To invite team members to your workspace:
3636
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.
3737
5. Click **Invite**.
3838

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.
4141

42-
To add a Source:
42+
To add a source:
4343
1. Go to **Connections**.
4444
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.
4646
4. Click **Add Source**.
4747
5. Enter a name for your source as well as any information on the setup page.
4848
6. Click **Add Source**.
4949

5050
> 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)
5353
> - [Sources Catalog](/docs/connections/sources/catalog/)
5454
5555
### Add page or screen tracking
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.
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.
5757

5858
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.
5959

@@ -62,16 +62,16 @@ Learn how to [install the Segment snippet or SDK on your website or mobile app](
6262
> - [Spec: Page](/docs/connections/spec/page/)
6363
> - [Spec: Screen](/docs/connections/spec/screen/)
6464
65-
### Add a Destination
65+
### Add a destination
6666
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.
6767

68-
To add a Destination:
68+
To add a destination:
6969
1. Navigate to **Connections**.
7070
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.
7373
5. Click **Next**.
74-
5. Give your Destination a name.
74+
5. Give your destination a name.
7575
6. Click **Save**.
7676
7. Configure the settings and enable your destination on the destination settings page.
7777

@@ -80,7 +80,7 @@ To add a Destination:
8080
> - [Destination compatibility](/docs/connections/destinations/methods-compare/)
8181
> - [Destination connection modes](/docs/connections/destinations/#connection-modes)
8282
83-
### Testing and Debugging
83+
### Testing and debugging
8484
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.
8585

8686
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
101101

102102
The Instrumentation tasks include:
103103
- [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)
106106
- [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)
109109
- [Instrumentation](#instrumentation)
110110
- [Send an Identify call](#send-an-identify-call)
111111
- [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
196196
To add more destinations:
197197
1. Navigate to **Connections**.
198198
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.
201201
5. Click **Next**.
202-
5. Give you Destination a name.
202+
5. Give your destination a name.
203203
6. Click **Save**.
204204
7. Configure the settings and enable your destination on the destination settings page.
205205
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
224224
To add more sources:
225225
1. Go to **Connections**.
226226
2. Click **Add Source**.
227-
3. Click the Source you'd like to add.
227+
3. Click the source you'd like to add.
228228
4. Click **Add Source**.
229229
5. Enter a name for your source as well as any information on the setup page.
230230
6. Click **Add Source**.

0 commit comments

Comments
 (0)