Magellan AI

Send conversion events to Magellan AI for podcast and audio advertising attribution, audience measurement, and campaign performance analysis.

Configuration

FieldTypeRequiredDescription
api_keysecretYesAPI key for authenticating server-side event delivery. Generate in the Magellan AI dashboard under Settings > API.
advertiser_idstringYesYour Magellan AI advertiser ID. Found in the Magellan AI dashboard under Advertiser Settings.

Quick Setup

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

Delivery

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

Visit Magellan AI documentation for full API documentation and credential setup instructions.