Skip to content

Commit bee7ddc

Browse files
authored
Backticked URLs, added missing links, fixed link description + fixed casing
1 parent 6801592 commit bee7ddc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/connections/destinations/catalog/actions-webhook-extensible/amazon-ads-integration-recipe.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Amazon Ads Audience Sync Integration Recipe
33

44
---
55

6-
This recipe will guide you through how to set up a custom destination for Amazon Ads using Twilio Segment's Extensible Webhooks feature and how to sync customer data into an Audience list. By following these steps, you can integrate your data source with Amazon Ads.
6+
This recipe will guide you through how to set up a custom destination for [Amazon Ads](https://advertising.amazon.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} using Twilio Segment's [Extensible Webhooks](https://segment.com/docs/connections/destinations/catalog/actions-webhook-extensible/){:target="_blank"} feature and how to sync customer data into an Audience list. By following these steps, you can integrate your data source with Amazon Ads.
77

88
## Prerequisites
99

@@ -50,12 +50,12 @@ To set up authentication:
5050
2. Enter the following credential details as listed below or given in the web app:
5151
- Client ID
5252
- Client secret
53-
- Authorize URL: https://www.amazon.com/ap/oa
54-
- Token URL: https://api.amazon.com/auth/o2/token
55-
- Refresh URL: https://api.amazon.com/auth/o2/token
53+
- Authorize URL: `https://www.amazon.com/ap/oa`
54+
- Token URL: `https://api.amazon.com/auth/o2/token`
55+
- Refresh URL: `https://api.amazon.com/auth/o2/token`
5656
- Scope: `advertising::audiences`
5757

58-
The authorization URL can be found [here](https://advertising.amazon.com/API/docs/en-us/guides/get-started/create-authorization-grant#determine-the-url-prefix-for-your-region){:target="_blank"} and the access/refresh token URL can be found [here](https://advertising.amazon.com/API/docs/en-us/guides/get-started/retrieve-access-token#call-the-authorization-url-to-request-access-and-refresh-tokens){:target="_blank"}, depending on your region.
58+
The authorization URL is available in [Amazon's authorization guide](https://advertising.amazon.com/API/docs/en-us/guides/get-started/create-authorization-grant#determine-the-url-prefix-for-your-region){:target="_blank"}, and the access/refresh token URL can also be found in [Amazon's guide on access tokens](https://advertising.amazon.com/API/docs/en-us/guides/get-started/retrieve-access-token#call-the-authorization-url-to-request-access-and-refresh-tokens){:target="_blank"}, depending on your region.
5959

6060
3. Once you create the destination instance, you will then be redirected to the Settings section. Click **Connect** to set up the OAuth connection with Amazon Ads.
6161
4. You will be redirected to Amazon Ads. Log in and click **Allow** to complete the authentication flow.
@@ -111,7 +111,7 @@ The Amazon Ads Audience API's expected fields are:
111111
- `state`
112112
- `postal`
113113
- `email`
114-
- `externalUserId`: The id used by external systems to identify customers.
114+
- `externalUserId`: The ID used by external systems to identify customers.
115115
- `action`: Can be “CREATE” or “DELETE” based on whether you want to add or remove the user from the list.
116116
- `audienceID` is the ID of the Audience list to which the data should be either added or deleted. You can get the audienceID from within the Amazon Ads console or when creating an Audience from the API.
117117

@@ -122,8 +122,8 @@ The Amazon Ads Audience API's expected fields are:
122122
3. Fill out mapping fields:
123123
- Specify the URL:
124124
- The API endpoint is based on region.
125-
- Include the suffix with the Audience API Endpoint: /amc/audiences/records
126-
- Specify the headers:
125+
- Include the suffix with the Audience API Endpoint: `/amc/audiences/records`
126+
- Specify the header:
127127
- `Amazon-Advertising-API-ClientId`: The Client ID from Login with Amazon Account.
128128
4. Use the mapping interface and search for the “body” parameter that was created in the insert function to select the transformed object that can be sent as the event body.
129129
5. Turn off batching for this operation.
@@ -136,8 +136,8 @@ The Amazon Ads Audience API's expected fields are:
136136
#### Troubleshooting
137137

138138
If the test fails:
139-
- review the authentication details and data mappings.
140-
- check for error messages in Segment and Amazon Ads.
139+
- Review the authentication details and data mappings.
140+
- Check for error messages in Segment and Amazon Ads.
141141

142142
### 7. Save and enable the destination
143143

0 commit comments

Comments
 (0)