Xandr
Send conversion events to Xandr (Microsoft) for programmatic campaign attribution, audience targeting, and cross-channel performance measurement across the Xandr marketplace.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
member_id | string | Yes | Your Xandr member (seat) ID. Found in the Xandr console under Account Settings. |
advertiser_id | string | Yes | Your Xandr advertiser ID. Found in the Xandr console under Advertiser Settings. |
pixel_id | string | Yes | Your Xandr conversion pixel ID. Found in the Xandr console under Pixels > Universal Pixel. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Generate in the Xandr console under Settings > API. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find 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/xandr/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Xandr",
"variant": "default",
"config": {
"member_id": "12345",
"advertiser_id": "xandr-adv-67890",
"pixel_id": "xandr-px-11223"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Xandr API. No client-side scripts are loaded for this integration.
Visit Xandr documentation for full API documentation and credential setup instructions.