Kargo
Send conversion events to Kargo for premium display and video ad attribution, audience measurement, and campaign performance optimisation.
⚠️
This integration is currently in beta. Configuration and behaviour may change.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
publisher_id | string | Yes | Your Kargo publisher or advertiser ID. Provided by your Kargo account manager. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Provided by your Kargo account manager. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Kargo 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/kargo/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Kargo",
"variant": "default",
"config": {
"publisher_id": "kargo-pub-12345",
"api_key": "ak_kargo_abc123..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Kargo API. No client-side scripts are loaded for this integration.
Visit Kargo documentation for full API documentation and credential setup instructions.