Zeotap

Customer intelligence platform for identity resolution, audience segmentation, and data activation with a privacy-first approach.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Zeotap API key for server-side event ingestion. Found in the Zeotap Unity dashboard under Settings > API.
partner_idstringYesYour Zeotap partner identifier assigned during account onboarding.
integrate_idstringYesThe Zeotap integration identifier for this data source. Created when setting up a new data integration.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Zeotap or filter by CDP.
  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/zeotap/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Zeotap",
    "variant": "default",
    "config": {
      "api_key": "xxxxxxxxxxxxxxxxxxxx",
      "partner_id": "your-partner-id",
      "integrate_id": "your-integrate-id"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the Zeotap API. No client-side scripts are loaded for this integration.

Visit Zeotap documentation for full API documentation and credential setup instructions.