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
| Field | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | Your Eulerian site identifier. Found in the Eulerian Technologies dashboard under Site Configuration. |
api_key | secret | Yes | Your Eulerian API key for server-side event collection. Generate one in the Eulerian dashboard under API Settings. |
domain | string | Yes | Your Eulerian tracking domain. This is the custom subdomain configured for your Eulerian account. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Eulerian or filter by CDP.
- Click Install, select a variant if available, and fill in the required fields.
- 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.