Innervate

Send conversion events to Innervate (MiQ Creative Intelligence) for dynamic creative optimisation, personalisation, and real-time ad performance measurement.

Configuration

FieldTypeRequiredDescription
account_idstringYesYour Innervate account ID. Found in the Innervate platform under Account Settings.
api_keysecretYesAPI key for authenticating server-side event delivery. Generate in the Innervate platform under Settings > API Access.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Innervate 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/innervate/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Innervate",
    "variant": "default",
    "config": {
      "account_id": "inv-acct-12345",
      "api_key": "ak_innervate_abc123..."
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

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