Eulerian

Attribution and data activation platform for cookieless tracking, marketing mix analysis, and real-time audience activation.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
site_idstringYesYour Eulerian site identifier. Found in the Eulerian Technologies dashboard under Site Configuration.
api_keysecretYesYour Eulerian API key for server-side event collection. Generate one in the Eulerian dashboard under API Settings.
domainstringYesYour Eulerian tracking domain. This is the custom subdomain configured for your Eulerian account.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Eulerian or filter by CDP.
  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/eulerian/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Eulerian",
    "variant": "default",
    "config": {
      "site_id": "your-site-id",
      "api_key": "xxxxxxxxxxxxxxxxxxxx",
      "domain": "your-company.eulerian.net"
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

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