Clinch
Send conversion events to Clinch for dynamic creative optimisation (DCO), personalised ad delivery, and cross-channel performance measurement.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id | string | Yes | Your Clinch advertiser ID. Found in the Clinch Flight Control platform under Advertiser Settings. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Generate in the Clinch platform under Settings > API. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Clinch or filter by Advertising.
- 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/clinch/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Clinch",
"variant": "default",
"config": {
"advertiser_id": "clinch-adv-12345",
"api_key": "ak_clinch_abc123..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Clinch API. No client-side scripts are loaded for this integration.
Visit Clinch documentation for full API documentation and credential setup instructions.