Skip to content

Commit 7c3cf54

Browse files
committed
alt text qa
1 parent 3e787b6 commit 7c3cf54

File tree

20 files changed

+78
-78
lines changed

20 files changed

+78
-78
lines changed

src/_includes/content/functions/settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Settings allow you to pass configurable variables to your function, which is the
44

55
First, add a setting in **Settings** tab in the code editor:
66

7-
![A screenshot of the functions settings tab](/docs/connections/functions/images/settings-tab-empty.png){:width="500"}
7+
![The functions settings tab](/docs/connections/functions/images/settings-tab-empty.png){:width="500"}
88

99
Click **Add Setting** to add your new setting.
1010

11-
![A screenshot of the "Add Setting" section of the functions settings tab, with apiKey settings included](/docs/connections/functions/images/add-setting-dialog.png)
11+
![The "Add Setting" section of the functions settings tab, with apiKey settings included](/docs/connections/functions/images/add-setting-dialog.png)
1212

1313
You can configure the details about this setting, which change how it's displayed to anyone using your function:
1414

@@ -25,4 +25,4 @@ Click **Add Setting** to save the new setting.
2525

2626
Once you save a setting, it appears in the **Settings** tab for the function. You can edit or delete settings from this tab.
2727

28-
![A screenshot of the functions settings tab, showing the apiKey setting](/docs/connections/functions/images/settings-tab-non-empty.png){:width="500"}
28+
![The functions settings tab, showing the apiKey setting](/docs/connections/functions/images/settings-tab-non-empty.png){:width="500"}

src/connections/destinations/catalog/activecampaign/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ActiveCampaign also supports updating a contact's custom fields with this integr
7878

7979
For example, if you have a contact in ActiveCampaign with these custom fields:
8080

81-
![A screenshot of the fields page in ActiveCampaign, featuring two custom fields: Shirt Size and State.](images/jda1490xo_screenshot2015-12-07at3.58.27pm.png)
81+
![The fields page in ActiveCampaign, featuring two custom fields: Shirt Size and State.](images/jda1490xo_screenshot2015-12-07at3.58.27pm.png)
8282

8383
You can update those fields using this identify call:
8484

src/connections/destinations/catalog/adobe-analytics/identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ The Identity Resolution destination settings are:
99
- **Marketing Cloud ID**
1010
- **Drop VisitorID**, and **No Fallbacks for VisitorID:Server-Side Only** destination settings.
1111

12-
![A screenshot of the Adobe Analytics settings page in Segment, with the Identity Resolution section selected.](images/identity-resolution.png)
12+
![The Adobe Analytics settings page in Segment, with the Identity Resolution section selected.](images/identity-resolution.png)
1313

1414
The Timestamp destination settings are:
1515
- **Timestamp Option**
1616
- **Send Both Timestamp and VisitorID for Timestamp Optional Reporting Suites**
1717
- **Prefer VisitorID for Hybrid Timestamp Reporting**
1818

19-
![A screenshot of the Adobe Analytics settings page in Segment, with the Timestamps section selected.](images/timestamps.png)
19+
![The Adobe Analytics settings page in Segment, with the Timestamps section selected.](images/timestamps.png)
2020

2121
## Analytics.js - Device Mode
2222

src/connections/destinations/catalog/adobe-analytics/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To set up Adobe Analytics as a destination for your Segment data, Segment needs
4545

4646
- 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).
4747

48-
![A screenshot of the Adobe Analytics settings page in Segment, with the General section selected, and the above tracking server URL entered in the Tracking Server URL field.](images/trackingurl-setup.png)
48+
![The Adobe Analytics settings page in Segment, with the General section selected.](images/trackingurl-setup.png)
4949

5050
- 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).
5151

@@ -84,7 +84,7 @@ Segment's Analytics.js destination loads the Adobe `visitorAPI.js` library, but
8484

8585
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.
8686

87-
![A screenshot of the Adobe Analytics settings page in Segment, with the Identity Resolution section selected and a sample Organization ID entered in the "Marketing Cloud Organization Id" field.](images/mcvid.png)
87+
![A screenshot of the Adobe Analytics settings page in Segment, with the Identity Resolution section selected.](images/mcvid.png)
8888

8989
---
9090

src/connections/destinations/catalog/adobe-analytics/mobile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here's an example of how you might map Segment events to Adobe Analytics events
7373

7474
<!--todo: rewrite this so that it doesn't rely on the screenshots to explain how to map events in Segment-->
7575

76-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the "Event2 Mobile" tab.](images/eventsV2.png)
76+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected.](images/eventsV2.png)
7777

7878
Here's an example of how you would implement the same mapping in Adobe's Mobile Services Dashboard:
7979

@@ -83,7 +83,7 @@ Here's an example of how you would implement the same mapping in Adobe's Mobile
8383

8484
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.
8585

86-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the "Context Data Variables" tab.](images/map-property-segment.png)
86+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected.](images/map-property-segment.png)
8787

8888
Here's an example of how you would implement the same mapping in Adobe's Mobile Services Dashboard:
8989

src/connections/destinations/catalog/adobe-analytics/settings.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ The images below show an example of how you might map an event and the correspon
211211

212212
<!--todo: rewrite this so that it doesn't rely on the screenshots to explain how to map events in Segment-->
213213

214-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the "Events" tab.](images/event-mapping.png)
214+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the Events tab.](images/event-mapping.png)
215215

216-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the "Props" tab.](images/prop-mapping.png)
216+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the Props tab.](images/prop-mapping.png)
217217

218218
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the eVars tab.](images/eVar-mapping.png)
219219

@@ -300,9 +300,9 @@ When you make a `page` call, here's what Segment does from the browser when you
300300

301301
Given the mapping settings below:
302302

303-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the "Props" tab.](images/props-page-mapping.png)
304-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the "eVars" tab.](images/eVar-page-mapping.png)
305-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the "Hierarchy Values" tab.](images/hier-page-mapping.png)
303+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the Props tab.](images/props-page-mapping.png)
304+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the eVars tab.](images/eVar-page-mapping.png)
305+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample event mapping under the Hierarchy Values tab.](images/hier-page-mapping.png)
306306

307307
If you make the following page call:
308308

@@ -331,7 +331,7 @@ Custom Conversion variables, also known as eVars, are how Adobe segments convers
331331
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.
332332

333333
An example eVar mapping in the Segment Destination settings UI should look like this:
334-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the "eVars" tab.](/docs/connections/destinations/catalog/adobe-analytics/images/eVar-mapping.png)
334+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the eVars tab.](/docs/connections/destinations/catalog/adobe-analytics/images/eVar-mapping.png)
335335

336336
## Merchandising events
337337

@@ -355,7 +355,7 @@ The Segment Adobe Analytics Merchandising setting runs as follows:
355355
356356
Let's take the following example:
357357

358-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the "Merchandising" tab. Two properties from the "eVar" tab are also included in this screenshot.](images/merchandising-event.png)
358+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample mappings under the Merchandising tab.](images/merchandising-event.png)
359359

360360
The configuration in the example image above configures an `Order Completed` Segment event which sends Adobe Analytics:
361361
- `event1` in `s.events` with the value passed from `properties.increment`.
@@ -448,11 +448,11 @@ analytics.page({
448448

449449
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.
450450

451-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the "Props" tab.](images/prop-mapping.png)
451+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property mapping under the Props tab.](images/prop-mapping.png)
452452

453453
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.
454454

455-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample properties mapped under the "Props" tab. The second property has an optional delimiter selected.](images/prop-custom-delimiter.png)
455+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and two sample properties mapped under the Props tab.](images/prop-custom-delimiter.png)
456456

457457
## List Variables - lVars
458458

@@ -467,7 +467,7 @@ For list variables and props you can either send the property value as a comma d
467467
**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.
468468

469469
The example below shows how to configure the Segment custom delimiter mapping for a List Variable.
470-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property with delimiter under the "List Variables" tab.](images/list-var-delimiter.png)
470+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample property with delimiter under the List Variables tab.](images/list-var-delimiter.png)
471471

472472
When you send an event:
473473
```javascript
@@ -488,7 +488,7 @@ Hierarchy variables mirror how customers can track “breadcrumbs” or “bread
488488

489489
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.
490490

491-
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample hierarchy variable mapping under the "Hierarchy Variables" tab.](images/hier-mapping.png)
491+
![A screenshot of the Adobe Analytics settings page in Segment, with the Mappings section selected and a sample hierarchy variable mapping under the Hierarchy Variables tab.](images/hier-mapping.png)
492492

493493
## Context Data Variables
494494
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.

src/connections/destinations/catalog/adroll/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ id: 54521fd525e721e32a72ee8e
1313
2. Search for "Adroll" in the Catalog, select it, and choose which of your sources to connect the destination to.
1414
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`.
1515

16-
![A screenshot of the Adroll Audience page, with Site Audiences selected. An arrow points to the Adroll Pixel "View Pixel" button.](images/adroll-pixel.png)
16+
![A screenshot of the Adroll Audience page, with Site Audiences selected.](images/adroll-pixel.png)
1717

1818
4. Add both your Advertiser ID and Pixel ID to your Segment Destination Settings.
1919

@@ -54,7 +54,7 @@ We'll fire the correct pixel accordingly to put the user into that "segment" whe
5454

5555
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:
5656

57-
![A screenshot of the New User Segment page in Adroll, with a specified name, url pattern, and duration.](images/adroll-mapping.png)
57+
![A screenshot of the New User Segment page in Adroll, with a specified name, url pattern, and duration.](images/adroll-mapping.png)
5858

5959
### Conversion Value
6060

src/connections/destinations/catalog/amazon-lambda/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To build a Lambda function:
3131
1. Go to the Lambda service page in your AWS account.
3232
2. Click **Create a function** to create a new function.
3333

34-
![A screenshot of the AWS Lambda service page, with a box around the "Create a function" button.](images/LambdaDashboard.png)
34+
![A screenshot of the AWS Lambda service page, with a box around the Create a function button.](images/LambdaDashboard.png)
3535

3636
3. Select **Author from scratch** since Segment will be providing the source code for the function.
3737
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
6363
2. Create the CloudFormation stack.
6464
1. Within the AWS Console, navigate to **CloudFormation > Stacks**.
6565

66-
![A screenshot of the CloudFormation dropdown in AWS, with "Stacks" selected.](images/CloudFormationStackNav.png)
66+
![A screenshot of the CloudFormation dropdown in AWS, with Stacks selected.](images/CloudFormationStackNav.png)
6767

6868
2. Click **Create Stack**.
6969

70-
![A screenshot of the CloudFormation Stacks page in AWS, with the "Create Stack" button visible.](images/CloudFormationCreateStack.png)
70+
![A screenshot of the CloudFormation Stacks page in AWS, with the Create Stack button present.](images/CloudFormationCreateStack.png)
7171

7272
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.
7373

@@ -80,18 +80,18 @@ Using CloudFormation minimizes the setup steps needed, and is Segment's recommen
8080
* **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.
8181
7. The **LambdaARN** parameter corresponds to the **Lambda** setting in your Segment Lambda destination settings.
8282

83-
![A screenshot of the Specify Details page in the AWS Cloud Formation setup, with the LambdaARN value visible.](images/CloudFormationStackDetails.png)
83+
![A screenshot of the Specify Details page in the AWS Cloud Formation setup, with the LambdaARN value present.](images/CloudFormationStackDetails.png)
8484

8585
8. You can leave the next page as is, no changes needed.
8686
9. On the last page, review your template details and click **Create**.
8787
10. You will now see your new Stack listed in the Stacks page.
8888

89-
![A screenshot of the Stacks page, with a Stack named SegmentLambdaRoleTest visible.](images/CloudFormationCreateInProgress.png)
89+
![A screenshot of the Stacks page, with a Stack named SegmentLambdaRoleTest present.](images/CloudFormationCreateInProgress.png)
9090

9191
11. Once the status is **CREATE_COMPLETE**, click on the name of your Stack.
9292
12. On the Stack Detail page under the **Resources** section, you will see a policy and role listed.
9393

94-
![A screenshot of the Resources section of the Stack Detail page, with a invokeLambdaPolicy and an invokeLambdaRole visible.](images/CloudFormationLambdaRole.png)
94+
![A screenshot of the Resources section of the Stack Detail page, with a invokeLambdaPolicy and an invokeLambdaRole present.](images/CloudFormationLambdaRole.png)
9595

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

0 commit comments

Comments
 (0)