Amobee

Send conversion events to Amobee (Nexxen) for programmatic campaign attribution, audience insights, and cross-channel performance measurement.

Configuration

FieldTypeRequiredDescription
advertiser_idstringYesYour Amobee advertiser ID. Found in the Amobee DSP platform under Advertiser Settings.
api_keysecretYesAPI key for authenticating server-side event delivery. Generate in the Amobee platform under API Access.
pixel_idstringYesYour Amobee tracking pixel ID. Found in the Amobee platform under Pixels > Manage Pixels.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Amobee 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/amobee/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Amobee",
    "variant": "default",
    "config": {
      "advertiser_id": "adv-amobee-12345",
      "api_key": "ak_amobee_abc123...",
      "pixel_id": "px-amobee-67890"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the Amobee API. No client-side scripts are loaded for this integration.

Visit Amobee documentation for full API documentation and credential setup instructions.