Kevel
Overview
The Kevel connector is a Reverse ETL destination for sending audience data to Kevel.
Status
This destination is currently in development. The connector can validate credentials, but loading/syncing data is not yet supported.
Setup
Prerequisites
- A Kevel account
- Your Network ID
- A Kevel API key with access to your network
Get your Kevel credentials
You will need:
- Network ID: Your Kevel network identifier.
- API Key: A Kevel API key used to authenticate API requests.
Authentication
This destination authenticates using an API key sent as an HTTP header:
- Header:
X-Adzerk-ApiKey: <api_key>
During credential validation, the connector calls:
GET https://api.kevel.co/v1/network/{network_id}/interest
If the request fails, the connector reports a credential validation error.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
network_id | string | Yes | Your Kevel Network ID. |
api_key | string | Yes | Your Kevel API key. |
Hashing and normalization
This destination does not currently expose field-level hashing controls.
Data contract
Not yet available. Audience loading is still in development, so the destination does not currently define a public record schema or supported identifiers.
Streams / Objects
Not yet available. The connector does not currently write any objects to Kevel.