Zeotap
Customer intelligence platform for identity resolution, audience segmentation, and data activation with a privacy-first approach.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | secret | Yes | Your Zeotap API key for server-side event ingestion. Found in the Zeotap Unity dashboard under Settings > API. |
partner_id | string | Yes | Your Zeotap partner identifier assigned during account onboarding. |
integrate_id | string | Yes | The Zeotap integration identifier for this data source. Created when setting up a new data integration. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Zeotap or filter by CDP.
- 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/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.