IntegrationsAttributionKochava IdentityLink

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

FieldTypeRequiredDescription
app_guidstringYesThe Kochava app GUID associated with the IdentityLink integration.
api_keysecretYesThe Kochava API key for authenticating IdentityLink API calls.
partner_idstringYesThe Kochava partner ID assigned to your organisation for IdentityLink.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Kochava IdentityLink or filter by Attribution.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. 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.