Kochava

Send conversion and event data to Kochava for mobile attribution, audience segmentation, and cross-device measurement.

Configuration

FieldTypeRequiredDescription
app_guidstringYesThe Kochava app GUID, found in your Kochava dashboard under App Settings.
api_keysecretYesThe Kochava API key for authenticating server-to-server event delivery.
account_idstringYesYour Kochava account ID, found in the Kochava dashboard.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Kochava 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/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.