MiQ (Xandr)
Send conversion events to MiQ via Xandr for programmatic campaign attribution, advanced analytics, and cross-channel performance measurement.
⚠️
This integration is currently in beta. Configuration and behaviour may change.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
member_id | string | Yes | Your Xandr member ID used by MiQ. Provided by your MiQ account manager. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Provided by your MiQ account manager. |
advertiser_id | string | Yes | Your MiQ advertiser ID within the Xandr platform. Found in the MiQ analytics dashboard. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find MiQ (Xandr) or filter by Advertising.
- 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/miq/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "MiQ (Xandr)",
"variant": "default",
"config": {
"member_id": "12345",
"api_key": "ak_miq_abc123...",
"advertiser_id": "miq-adv-67890"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the MiQ API. No client-side scripts are loaded for this integration.
Visit MiQ (Xandr) documentation for full API documentation and credential setup instructions.