Amazon DSP Events
Send conversion events to Amazon DSP via the Amazon Ads API for programmatic campaign measurement and audience optimisation across Amazon properties.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id | string | Yes | Your Amazon DSP advertiser entity ID. Found in the Amazon DSP console under Advertiser Settings. |
profile_id | string | Yes | Your Amazon Ads API profile ID. Each marketplace region has a unique profile ID. |
access_token | secret | Yes | Amazon Ads API access token with DSP permissions. Generated via Login with Amazon OAuth flow. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Amazon DSP Events or filter by Advertising.
- Click Install, select a variant if available, and fill in the required fields.
- Click Install Integration to create the integration with a ready-to-use default configuration.
API Setup
curl -X POST http://localhost:8084/v1/admin/integration-catalog/amazon_dsp/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Amazon DSP Events",
"variant": "default",
"config": {
"advertiser_id": "ENTITY1234ABCD",
"profile_id": "1234567890",
"access_token": "Atza|IwEBIA..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Amazon DSP API. No client-side scripts are loaded for this integration.
Visit Amazon DSP Events documentation for full API documentation and credential setup instructions.