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
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.
7
7
8
8
## Prerequisites
9
9
@@ -50,12 +50,12 @@ To set up authentication:
50
50
2. Enter the following credential details as listed below or given in the web app:
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.
59
59
60
60
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.
61
61
4. You will be redirected to Amazon Ads. Log in and click **Allow** to complete the authentication flow.
-`externalUserId`: The id used by external systems to identify customers.
114
+
-`externalUserId`: The ID used by external systems to identify customers.
115
115
-`action`: Can be “CREATE” or “DELETE” based on whether you want to add or remove the user from the list.
116
116
-`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.
- 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:
127
127
-`Amazon-Advertising-API-ClientId`: The Client ID from Login with Amazon Account.
128
128
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.
0 commit comments