Kochava
Send conversion and event data to Kochava for mobile attribution, audience segmentation, and cross-device measurement.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
app_guid | string | Yes | The Kochava app GUID, found in your Kochava dashboard under App Settings. |
api_key | secret | Yes | The Kochava API key for authenticating server-to-server event delivery. |
account_id | string | Yes | Your Kochava account ID, found in the Kochava dashboard. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Kochava or filter by Attribution.
- 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/kochava/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Kochava",
"variant": "default",
"config": {
"app_guid": "koexample-app-guid-1234",
"api_key": "your_api_key",
"account_id": "12345"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Kochava API. No client-side scripts are loaded for this integration.
Visit Kochava documentation for full API documentation and credential setup instructions.