Skip to content

Commit 9e72f6b

Browse files
Merge pull request #6855 from segmentio/thomas/amazon-ads
Add docs for amazon ads destination
2 parents e02739d + 79f496c commit 9e72f6b

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

src/_data/catalog/slugs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,6 @@ destinations:
225225
override: "actions-xtremepush"
226226
- original: "metricstory"
227227
override: "convertly"
228+
- original: "amazon-ads-dsp-and-amc"
229+
override: "actions-amazon-amc"
228230

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Amazon Ads DSP and AMC Destination
3+
id: 66543798b2fb3cb3e9ff992c
4+
beta: true
5+
---
6+
7+
{% include content/plan-grid.md name="actions" %}
8+
9+
[Amazon Ads](https://advertising.amazon.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} can help you achieve your marketing goals, whether that's building brand awareness, driving sales, or increasing customer loyalty.
10+
11+
The Segment - Amazon Ads DSP and AMC integration allows users to connect their Engage Audiences to Amazon Ads to run ads based on certain attributes & audiences defined in Segment, like the people who have visited your site.
12+
13+
This destination is maintained by Segment. For any issues with the destination, [contact the Segment Support team](mailto:[email protected]).
14+
15+
## Getting started
16+
17+
### Add the destination to your Engage Space.
18+
19+
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for "Amazon Ads DSP and AMC".
20+
2. Select Amazon Ads DSP and AMC and click **Add Destination**.
21+
3. Select the **Engage Space** you'd like to add the destination to.
22+
4. Once added, view and input the settings you'd need to complete to configure the destination.
23+
- **Connection**: Click **Connect to Amazon Ads DSP and AMC** to authenticate your destination with Amazon.
24+
- **Region**: Select the Amazon Region to deliver data to: NA, EU, or FE.
25+
- **Enable the destination**: Switch the toggle to on to enable your destination.
26+
27+
### Connect your Engage Audience(s) to the destination
28+
29+
1. Navigate to the desired Audience in Engage, and select **Add Destination**.
30+
2. Select the **Amazon Ads DSP and AMC** destination you just created.
31+
4. After adding your destination to the Engage audience, click on the destination from the audience page to view and complete the [audience-specific settings](https://advertising.amazon.com/API/docs/en-us/amc-advertiser-audience#tag/Audience-Metadata){:target="_blank"}.
32+
- **Advertiser ID**:
33+
- [**Country Code**](https://advertising.amazon.com/API/docs/en-us/guides/amazon-marketing-cloud/audiences/audience-management-service#country-code){:target="_blank"}: A 2-character string in the ISO 3166 format that will be applied for all records within the audience.
34+
- (Optional) **CPM Cents**: Cost per thousand impressions (CPM), in cents. For example, $1.00 = 100 cents.
35+
- (Optional) **Currency**:
36+
- **Description**: The audience description. Must be an alphanumeric, non-null string between 0 to 1000 characters in length.
37+
- **External Audience ID**: The user-defined audience identifier. This should be a unique, user-defined audience identifier (For example., "audience-id-for-device").
38+
- **TTL**: Time-to-live, in seconds. The amount of time the record is associated with the audience. Values allowed are 0 .. 34300800 (For example, 2592000 for 30 days, 34300800 for 397 days).
39+
40+
### Configure your mappings
41+
42+
1. Click on the destination from the audience page, and navigate to **Matching Mappings** from the destination side view.
43+
2. Click **Add mapping**.
44+
3. Configure the mapping fields.
45+
4. Save and enable the mapping.
46+
5. When Segment computes the audience, you can see the created audience and records delivered to Amazon.
47+
48+
{% include components/actions-fields.html %}
49+

0 commit comments

Comments
 (0)