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

11
+

12
12
13
13
You can configure the details about this setting, which change how it's displayed to anyone using your function:
14
14
@@ -25,4 +25,4 @@ Click **Add Setting** to save the new setting.
25
25
26
26
Once you save a setting, it appears in the **Settings** tab for the function. You can edit or delete settings from this tab.
27
27
28
-
{:width="500"}
28
+
{:width="500"}
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/activecampaign/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ ActiveCampaign also supports updating a contact's custom fields with this integr
78
78
79
79
For example, if you have a contact in ActiveCampaign with these custom fields:
80
80
81
-

81
+

82
82
83
83
You can update those fields using this identify call:
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adobe-analytics/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ To set up Adobe Analytics as a destination for your Segment data, Segment needs
45
45
46
46
- If you're using Device-mode data collection with Analytics.js, or using a server-side library, you need your Adobe Report Suite ID, and your Tracking Server URL. You'll add this information in the Destination settings in the Segment app UI so that Segment can send information to Adobe. An example tracking server is `jimsbrims.sc.omtrdc.net`. You do not need to include the hypertext transfer protocol (ie. `http://`). For more information on how to identify your analytics tracking server and report suites see Adobe's [documentation here](https://docs.adobe.com/content/help/en/analytics-learn/tutorials/implementation/implementation-basics/how-to-identify-your-analytics-tracking-server-and-report-suites.html).
47
47
48
-

48
+

49
49
50
50
- If you're collecting data from mobile devices, you can download the `ADBMobileConfig.json` file instead of specifying these settings in the UI which contains that information. Follow the instructions in Adobe's documentation, [here for iOS](https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html), and [here for Android](https://marketing.adobe.com/resources/help/en_US/mobile/android/dev_qs.html).
51
51
@@ -84,7 +84,7 @@ Segment's Analytics.js destination loads the Adobe `visitorAPI.js` library, but
84
84
85
85
To use Adobe's Marketing Cloud Visitor ID Service, enter your **Marketing Cloud Organization ID** in the **Identity Resolution** settings tab in the Segment app.
86
86
87
-

87
+

Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adobe-analytics/mobile.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Here's an example of how you might map Segment events to Adobe Analytics events
73
73
74
74
<!--todo: rewrite this so that it doesn't rely on the screenshots to explain how to map events in Segment-->
75
75
76
-

76
+

77
77
78
78
Here's an example of how you would implement the same mapping in Adobe's Mobile Services Dashboard:
79
79
@@ -83,7 +83,7 @@ Here's an example of how you would implement the same mapping in Adobe's Mobile
83
83
84
84
You can use the `Context Data Variables` settings to map Segment `properties` to any context data variable defined in your Adobe Analytics Mobile Services dashboard. This includes both Adobe `props` and `eVars`. You can see a list of the Adobe variable types in your Adobe Mobile Services dashboard.
85
85
86
-

86
+

87
87
88
88
Here's an example of how you would implement the same mapping in Adobe's Mobile Services Dashboard:
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adobe-analytics/settings.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,9 +211,9 @@ The images below show an example of how you might map an event and the correspon
211
211
212
212
<!--todo: rewrite this so that it doesn't rely on the screenshots to explain how to map events in Segment-->
213
213
214
-

214
+

215
215
216
-

216
+

217
217
218
218

219
219
@@ -300,9 +300,9 @@ When you make a `page` call, here's what Segment does from the browser when you
300
300
301
301
Given the mapping settings below:
302
302
303
-

304
-

305
-

303
+

304
+

305
+

306
306
307
307
If you make the following page call:
308
308
@@ -331,7 +331,7 @@ Custom Conversion variables, also known as eVars, are how Adobe segments convers
331
331
You must configure an eVar mapping in your Segment destination settings to send eVars to Adobe on Track and Page calls. When configuring the mapping, the list of eVars must be defined in the Adobe Analytics UI. Map your Adobe Analytics eVar names to the Segment property names you're using in your Segment events. Enter a Segment property name on the left and an Adobe Analytics eVar number on the right. You can view your Segment events and properties in your Schema.
332
332
333
333
An example eVar mapping in the Segment Destination settings UI should look like this:
334
-

334
+

335
335
336
336
## Merchandising events
337
337
@@ -355,7 +355,7 @@ The Segment Adobe Analytics Merchandising setting runs as follows:
355
355
356
356
Let's take the following example:
357
357
358
-

358
+

359
359
360
360
The configuration in the example image above configures an `Order Completed` Segment event which sends Adobe Analytics:
361
361
-`event1` in `s.events` with the value passed from `properties.increment`.
@@ -448,11 +448,11 @@ analytics.page({
448
448
449
449
Custom Traffic Variables, also known as props, allow you to correlate custom data with specific traffic-related events in Adobe. To learn more about props and how to configure them in the Adobe UI, see the documentation [here](https://docs.adobe.com/content/help/en/analytics/admin/admin-tools/traffic-variables/traffic-var.html). You can map your Segment properties in your destination settings to any of your Adobe props.
450
450
451
-

451
+

452
452
453
453
You can either send the property value as a string (ie. `'brady'`) or as an array (`['brady', 'edelman', 'blount']`). If you choose to send them as an array, Segment defaults to join it so that it is a pipe (`|`) delimited string before sending to Adobe (ie. `'brady|edelman|blount'`). See the [documentation on setting a custom delimiter](#custom-delimiter) to learn more.
454
454
455
-

455
+

456
456
457
457
## List Variables - lVars
458
458
@@ -467,7 +467,7 @@ For list variables and props you can either send the property value as a comma d
467
467
**Note:** You must configure the custom delimiter in _both_ the Adobe Analytics dashboard, and in the Segment Adobe Analytics destination settings, for each list variable and prop. Do this in the Adobe Analytics dashboard before setting up this mapping in the Segment destination settings.
468
468
469
469
The example below shows how to configure the Segment custom delimiter mapping for a List Variable.
470
-

470
+

471
471
472
472
When you send an event:
473
473
```javascript
@@ -488,7 +488,7 @@ Hierarchy variables mirror how customers can track “breadcrumbs” or “bread
488
488
489
489
Map your Adobe Analytics hVars to the property names you use in your Segment Page calls. Enter a Segment property name on the left, and an Adobe Analytics hVar number on the right. You can view your Segment page calls and properties in your Schema.
490
490
491
-

491
+

492
492
493
493
## Context Data Variables
494
494
Context data variables let you define custom variables on each page that processing rules can read. See the Adobe documentation to learn more about [how to use Adobe Analytics `contextData` and use processing rules](https://docs.adobe.com/content/help/en/analytics/implementation/vars/page-vars/contextdata.html) to populate analytics variables from that data.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/adroll/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ id: 54521fd525e721e32a72ee8e
13
13
2. Search for "Adroll" in the Catalog, select it, and choose which of your sources to connect the destination to.
14
14
3. Locate both your AdRoll Advertiser ID and Pixel ID in AdRoll's "Audience" tab, "AdRoll Pixel" section. Click on "View Pixel". Your Advertiser ID will be listed beside `adroll_adv_id` and your AdRoll Pixel will be listed beside `adroll_pix_id`.
15
15
16
-

16
+

17
17
18
18
4. Add both your Advertiser ID and Pixel ID to your Segment Destination Settings.
19
19
@@ -54,7 +54,7 @@ We'll fire the correct pixel accordingly to put the user into that "segment" whe
54
54
55
55
Then, inside AdRoll you can create a "segment" of all users doing any of those events by adding a `+` to the segment name and adding it in the URL field, like this:
56
56
57
-

57
+

Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/amazon-lambda/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To build a Lambda function:
31
31
1. Go to the Lambda service page in your AWS account.
32
32
2. Click **Create a function** to create a new function.
33
33
34
-

34
+

35
35
36
36
3. Select **Author from scratch** since Segment will be providing the source code for the function.
37
37
4. Enter a name for your function and select your preferred runtime.
@@ -63,11 +63,11 @@ Using CloudFormation minimizes the setup steps needed, and is Segment's recommen
63
63
2. Create the CloudFormation stack.
64
64
1. Within the AWS Console, navigate to **CloudFormation > Stacks**.
65
65
66
-

66
+

67
67
68
68
2. Click **Create Stack**.
69
69
70
-

70
+

71
71
72
72
3. On the **Select Template** page, select **Upload a template to Amazon S3**. Using **Choose File**, select the SegmentLambdaDestinationCFTemplate you downloaded in the previous step.
73
73
@@ -80,18 +80,18 @@ Using CloudFormation minimizes the setup steps needed, and is Segment's recommen
80
80
***NOTE:** For security purposes, Segment will set your Workspace ID as your External ID. If you're currently using an External ID different from your Workspace ID, reach out to our support team so they can change it and make your account more secure.
81
81
7. The **LambdaARN** parameter corresponds to the **Lambda** setting in your Segment Lambda destination settings.
82
82
83
-

83
+

84
84
85
85
8. You can leave the next page as is, no changes needed.
86
86
9. On the last page, review your template details and click **Create**.
87
87
10. You will now see your new Stack listed in the Stacks page.
88
88
89
-

89
+

90
90
91
91
11. Once the status is **CREATE_COMPLETE**, click on the name of your Stack.
92
92
12. On the Stack Detail page under the **Resources** section, you will see a policy and role listed.
93
93
94
-

94
+

95
95
96
96
13. Click the **Physical ID** of the role. You will be redirected to the summary page for the role within the IAM console.
97
97
14. Copy the **Role ARN** and copy it into the **Role Address** setting in your Segment Lambda destination settings.
0 commit comments