Skip to content

Commit 91089f4

Browse files
committed
more fixes
1 parent 4e81bd2 commit 91089f4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/connections/sources/catalog/cloud-apps/project/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: 'Project Source'
33
hidden: true
44
id: qqE6TuEDEM
5+
published: false
56
---
6-
<!-- JR: I don't think this is a real source?-->
7+
<!-- JR: I don't think this is a real source?-->

src/connections/sources/catalog/cloud-apps/twilio-event-streams-beta/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
title: Twilio Event Streams (Beta)
33
hidden: true
44
id: lWMazCg4rS
5+
published: false
56
---
67
{% include content/source-region-unsupported.md %}

src/connections/spec/identify.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: 'Spec: Identify'
3-
related:
4-
- "/docs/connections/sources/catalog/"
53
---
64

75
The Segment Identify call lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about the user, like their email, name, etc.

src/getting-started/02-simple-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Click a tab below to see the tutorial content for the specific library you chose
6969

7070
### Step 1: Copy the Snippet
7171
<br>
72-
Paste the snippet from the JavaScript Source overview page into the `<head>` tag of your site.
72+
Navigate **Connections > Sources > JavaScript** in the Segment app and copy the snippet from the JavaScript Source overview page and paste it into the `<head>` tag of your site.
7373
<br><br>
7474
That snippet loads Analytics.js onto the page _asynchronously_, so it won't affect your page load speed. Once the snippet runs on your site, you can turn on destinations from the destinations page in your workspace and data starts loading on your site automatically.
7575
<br><br>

src/getting-started/05-data-to-destinations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Once you've got data flowing _into_ Segment, what do you do with it? The Segment
66

77
## Routing data to destinations
88

9-
When you enable a destination in the Segment App, you link it to a specific source (or sources). By default, Segment first processes the data from the selected source(s), then translates it and routes it from the Segment servers to to the API endpoint for that destination.
9+
When you enable a destination in the Segment App, you link it to a specific source (or sources). By default, Segment first processes the data from the selected source(s), then translates it and routes it from the Segment servers to the API endpoint for that destination.
1010

1111
This means that if you previously had loaded code or a snippet for that tool on your website or app, you should remove it once you have Segment implemented so you don't send duplicate data.
1212

0 commit comments

Comments
 (0)