Skip to content

Commit 56c96f5

Browse files
committed
alt text qa
- Removed quotes - Added periods to the end of alt-text - Removed colors of boxes, arrows, etc. - Fixed spelling errors
1 parent e2e681a commit 56c96f5

File tree

23 files changed

+113
-113
lines changed

23 files changed

+113
-113
lines changed

diagram-library/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The library file was built by Tonik, and is in Sketch. You'll need a Sketch lice
44

55
You can also export the file, or diagrams you make with it, to `.svg` format for storage.
66

7-
![Diagram showing how data is transferred from Segment Tracking API to a customer's AWS S3 bucket](sample-diagram.png)
7+
![Diagram showing how data is transferred from Segment Tracking API to a customer's AWS S3 bucket.](sample-diagram.png)
88

99
## Using the Library
1010

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+
![A screenshot of 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: 3 additions & 3 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+
![A screenshot of 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+
![A screenshot of the Adobe Analytics settings page in Segment, with the Timestamps section selected.](images/timestamps.png)
2020

2121
## Analytics.js - Device Mode
2222

@@ -65,4 +65,4 @@ If **No Fallbacks for Visitor ID** is enabled, and you're setting a `marketingCl
6565

6666
This decision tree is a visual representation of how Segment's Adobe Analytics destination settings and payload data interact with Segment to determine when to send a `visitorId` to Adobe.
6767

68-
![A decision tree outlining when and how visitorId is sent from Segment, as outlined in section above](images/adobe-identity-res-decision-tree.png)
68+
![A decision tree outlining when and how visitorId is sent from Segment, as outlined in the section above.](images/adobe-identity-res-decision-tree.png)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 on 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. Two properties from the "eVar" tab are also included in this screenshot.](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`.

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

Lines changed: 1 addition & 1 deletion
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. A green 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. An arrow points to the Adroll Pixel "View Pixel" button.](images/adroll-pixel.png)
1717

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ 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 red 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.
3838
5. For the **Role** field, select **Create a new role from AWS policy templates** from the dropdown.
3939
6. Create a **Role name** and leave **Policy templates** empty. This will create a role that can write to Cloud Watch logs. Cloud Watch logs are optional, though Segment supports them in the Segment settings.
4040
7. Click **Create function**.
4141

42-
![A screenshot of the AWS Lambda function settings page](images/LambdaCreateFunction.png)
42+
![A screenshot of the AWS Lambda function settings page.](images/LambdaCreateFunction.png)
4343

4444
8. Copy the **ARN** for the Lambda and paste it into the **Lambda** setting in your Segment Lambda destination settings.
4545

@@ -63,17 +63,17 @@ 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 visible.](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

7474
4. Click **Next**.
7575

76-
![A screenshot of the CloudFormation Select Template settings page, with ](images/CloudFormationUploadTemplate.png)
76+
![A screenshot of the CloudFormation Select Template settings page.](images/CloudFormationUploadTemplate.png)
7777

7878
5. Give your stack a name.
7979
6. For the **ExternalId** parameter, enter the "External ID" setting in your Segment Lambda destination settings.
@@ -86,19 +86,19 @@ Using CloudFormation minimizes the setup steps needed, and is Segment's recommen
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 visible.](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 visible.](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.
9898

9999
Using the examples provided, your Segment Lambda destination settings will look something like this:
100100

101-
![A screenshot of the connection settings page in Segment, with information visible in the Lambda, Region, and Role Address fields](images/SegmentLambdaSettingsPostCF.png)
101+
![A screenshot of the connection settings page in Segment, with information visible in the Lambda, Region, and Role Address fields.](images/SegmentLambdaSettingsPostCF.png)
102102

103103

104104
#### Create Policy and Role Manually
@@ -143,7 +143,7 @@ To create an IAM role:
143143
5. Search for and select your new roles from the [IAM home](https://console.aws.amazon.com/iam/home#/home){:target="_blank"}.
144144
6. Select the **Trust Relationships** tab, then click **Edit trust relationship**.
145145

146-
![A screenshot of the AWS IAM home summary, with the Trust relationships tab selected](images/LambdaTrustRelationship.png)
146+
![A screenshot of the AWS IAM home summary, with the Trust relationships tab selected.](images/LambdaTrustRelationship.png)
147147

148148
7. Copy and paste the following code into your trust relationship. You should replace `<your-source-id>` with either the Source ID of the attached Segment source (the default) or the External ID set in your AWS Lambda destination settings.
149149
* `arn:aws:iam::595280932656:root` refers to Segment's AWS Account, and is what allows Segment's Destination to access the role to invoke your Lambda.

0 commit comments

Comments
 (0)