IntegrationsAdvertisingAmazon DSP Events

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

FieldTypeRequiredDescription
advertiser_idstringYesYour Amazon DSP advertiser entity ID. Found in the Amazon DSP console under Advertiser Settings.
profile_idstringYesYour Amazon Ads API profile ID. Each marketplace region has a unique profile ID.
access_tokensecretYesAmazon Ads API access token with DSP permissions. Generated via Login with Amazon OAuth flow.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Amazon DSP Events or filter by Advertising.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. 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.