Kochava IdentityLink
Send identity graph data to Kochava IdentityLink for cross-device identity resolution and audience linking.
⚠️
This integration is currently in beta. Configuration and behaviour may change.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
app_guid | string | Yes | The Kochava app GUID associated with the IdentityLink integration. |
api_key | secret | Yes | The Kochava API key for authenticating IdentityLink API calls. |
partner_id | string | Yes | The Kochava partner ID assigned to your organisation for IdentityLink. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Kochava IdentityLink 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_identitylink/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Kochava IdentityLink",
"variant": "default",
"config": {
"app_guid": "koexample-app-guid-1234",
"api_key": "your_api_key",
"partner_id": "partner-abc-123"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Kochava IdentityLink API. No client-side scripts are loaded for this integration.
Visit Kochava IdentityLink documentation for full API documentation and credential setup instructions.