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/connections/destinations/catalog/activecampaign/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This destination is maintained by ActiveCampaign. For any issues with the destin
19
19
20
20
## Page
21
21
22
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
22
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
23
23
24
24
```js
25
25
analytics.page();
@@ -32,7 +32,7 @@ When you call `page`, we will send that event to ActiveCampaign as a `site track
32
32
33
33
## Identify
34
34
35
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
35
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
122
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/adquick/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This destination is maintained by AdQuick. For any issues with the destination,
21
21
22
22
## Page
23
23
24
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
24
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
25
25
26
26
```
27
27
analytics.page()
@@ -32,7 +32,7 @@ Page calls will be sent to AdQuick as a `pageview`.
32
32
33
33
## Screen
34
34
35
-
If you're not familiar with the Segment Specs, take a look to understand what the [Screen method](https://segment.com/docs/connections/spec/screen/) does. An example call would look like:
35
+
If you're not familiar with the Segment Specs, take a look to understand what the [Screen method](/docs/connections/spec/screen/) does. An example call would look like:
36
36
37
37
```
38
38
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
@@ -43,7 +43,7 @@ Screen calls will be sent to AdQuick as a `screenview`.
43
43
44
44
## Identify
45
45
46
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
46
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
47
47
48
48
```
49
49
analytics.identify('userId123', {
@@ -56,7 +56,7 @@ Identify calls will be sent to AdQuick as an `identify` event.
56
56
57
57
## Track
58
58
59
-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
59
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/adroll/index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,26 @@ title: AdRoll Destination
19
19
20
20
## Page
21
21
22
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
22
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
23
23
```javascript
24
24
analytics.page()
25
25
```
26
26
_**NOTE:** The `page` call **must** be made on a page for any `identify` or `track` events to be sent to AdRoll. Our Analytics.js snippet includes a `page` call by default so you should be fine, unless you've manually removed the page call from your Analytics.js snippet._
27
27
28
28
## Identify
29
29
30
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
30
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
Set a `userId` using the `identify` call which will then be passed it to AdRoll each time a [`track`](https://segment.com/docs/connections/destinations/catalog/adroll/#track) call is made. If you pass an `email` trait, we'll send that to AdRoll by setting `window.adroll_email` to that value.
36
+
Set a `userId` using the `identify` call which will then be passed it to AdRoll each time a [`track`](/docs/connections/destinations/catalog/adroll/#track) call is made. If you pass an `email` trait, we'll send that to AdRoll by setting `window.adroll_email` to that value.
37
37
38
38
39
39
## Track
40
40
41
-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
41
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
Prior to rolling out Segment ID's, AdRoll allowed "named segments". If your account was created prior to 2015, then the track events you send from the browser using our [`analytics.track`](https://segment.com/docs/connections/destinations/catalog/adroll/#track) method will be passed on to AdRoll as `adroll_segments` with the segment being the snake-cased event name.
91
+
Prior to rolling out Segment ID's, AdRoll allowed "named segments". If your account was created prior to 2015, then the track events you send from the browser using our [`analytics.track`](/docs/connections/destinations/catalog/adroll/#track) method will be passed on to AdRoll as `adroll_segments` with the segment being the snake-cased event name.
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/adtriba/index.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ This destination is maintained by Adtriba. For any issues with the destination,
17
17
18
18
1. From the Segment web app, click **Catalog**.
19
19
2. Search for "Adtriba" in the Catalog, select it, and choose which of your sources to connect the destination to.
20
-
3. Enter the "Project Tracker ID / API Key" into your Segment Settings UI which you can find from your [Adtriba dashboard](https://console.adtriba.com).
20
+
3. Enter the "Project Tracker ID / API Key" into your Segment Settings UI which you can find from the Adtriba dashboard.
21
21
4. Validate the forwarded events by checking the Tracking Report under the "Tracking" tab.
22
22
23
23
## Page
24
24
25
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
25
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
26
26
27
27
```
28
28
analytics.page()
@@ -33,7 +33,7 @@ Page calls will be sent to Adtriba as a `pageview`.
33
33
34
34
## Identify
35
35
36
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
36
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
37
37
38
38
```
39
39
analytics.identify('userId123', {
@@ -46,7 +46,7 @@ Identify calls will be sent to Adtriba as an `identify` event.
46
46
47
47
## Track
48
48
49
-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
49
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
50
50
51
51
```
52
52
analytics.track('Conversion', {
@@ -58,4 +58,4 @@ analytics.track('Conversion', {
58
58
59
59
Track calls will be sent to Adtriba as a `track` event.
60
60
61
-
Trigger additional events by using [Semantic Events](https://segment.com/docs/connections/spec/semantic/) in order to enrich the Adtriba machine learning process.
61
+
Trigger additional events by using [Semantic Events](/docs/connections/spec/semantic/) in order to enrich the Adtriba machine learning process.
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/algolia-insights/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ You can read more about how to send Algolia-related data to Segment from [the do
32
32
33
33
## Track
34
34
35
-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does.
35
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does.
36
36
37
-
Algolia supports the following six events from Segment's [Ecommerce Spec](https://segment.com/docs/connections/spec/ecommerce/v2/).
37
+
Algolia supports the following six events from Segment's [Ecommerce Spec](/docs/connections/spec/ecommerce/v2/).
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/amazon-eventbridge/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ The Event Source will be denoted by your Segment Source ID, which you can find i
20
20
We'll forward all the messages in the source (pending any Destination Filters you've enabled) to the Segment Partner Event Source we create for you in EventBridge.
21
21
22
22
## Page
23
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
23
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
24
24
```javascript
25
25
analytics.page();
26
26
```
27
27
28
28
## Identify
29
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example identify call is shown below:
29
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example identify call is shown below:
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example identify call is shown below:
38
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example identify call is shown below:
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/amazon-kinesis-firehose/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ To get started:
49
49
2. Search and select the **Amazon Kinesis Firehose** destination and enter details for [these settings options](#settings).
50
50
51
51
## Page
52
-
Take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
52
+
Take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
53
53
```javascript
54
54
analytics.page();
55
55
```
56
56
57
57
## Identify
58
-
Take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example identify call is shown below:
58
+
Take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example identify call is shown below:
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/amazon-kinesis/index.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,14 @@ To get started:
51
51
* **NOTE:** For security purposes, Segment sets your Workspace ID as your Secret ID. If you’re using a Secret ID different from your Workspace ID, reach out to our support team so they can change it to make your account more secure.
52
52
53
53
## Page
54
-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](https://segment.com/docs/connections/spec/page/) does. An example call would look like:
54
+
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
55
55
56
56
```js
57
57
analytics.page();
58
58
```
59
59
60
60
## Identify
61
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does. An example call would look like:
61
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does. An example call would look like:
71
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
72
72
73
73
```js
74
74
analytics.track("User Registered", {
@@ -105,7 +105,7 @@ Segment uses the the `userId || anonymousId` as the `PartitionKey`. The partitio
105
105
> **NOTE:** The JSON payload is base64 stringified.
106
106
107
107
## Group
108
-
If you're not familiar with the Segment Specs, take a look to understand what the [Group method](https://segment.com/docs/connections/spec/group/) does.
108
+
If you're not familiar with the Segment Specs, take a look to understand what the [Group method](/docs/connections/spec/group/) does.
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/amazon-lambda/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ This setting controls the [Log Type](https://docs.aws.amazon.com/lambda/latest/d
193
193
Due to how our event delivery system, [Centrifuge](https://segment.com/blog/introducing-centrifuge/), works, your Lambda can't take more than 5 seconds to run per message. If you're consistently running into timeout issues, you should consult the [AWS Lambda docs](https://docs.aws.amazon.com/lambda/index.html#lang/en_us), as well as docs for your language of choice, for tips on optimizing performance.
194
194
195
195
**Handling Common Errors**
196
-
You can find delivery logs in Destination > [Event Delivery](https://segment.com/docs/guides/destinations/how-do-i-check-if-data-is-successfully-being-delivered-to-my-destination/).
196
+
You can find delivery logs in Destination > [Event Delivery](/docs/guides/destinations/how-do-i-check-if-data-is-successfully-being-delivered-to-my-destination/).
197
197
198
198
Here are some common errors you may come across and how to resolve:
Copy file name to clipboardexpand all lines: src/connections/destinations/catalog/ambassador/index.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Since Ambassador only records specific events and user data, events and users ma
22
22
23
23
## Identify
24
24
25
-
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](https://segment.com/docs/connections/spec/identify/) does.
25
+
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does.
26
26
27
27
For Ambassador it takes the unique `userId` of a user and a specific set of traits. All supported `traits` are listed in the example below:
28
28
@@ -47,7 +47,7 @@ _**NOTE:** You can optionally use the URL campaign map to enroll the user as an
47
47
48
48
## Track
49
49
50
-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](https://segment.com/docs/connections/spec/track/) does.
50
+
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does.
51
51
52
52
For Ambassador `track` events will be recorded as a conversion if the Segment event name is mapped to a campaign in your Ambassador destination settings in the Segment UI. All supported `properties` are listed in the example below:
0 commit comments