Teads
Send conversion events to Teads for outstream video and display ad attribution, viewability measurement, and campaign performance optimisation.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id | string | Yes | Your Teads advertiser ID. Found in Teads Ad Manager under Advertiser Settings. |
pixel_id | string | Yes | Your Teads tracking pixel ID. Found in Teads Ad Manager under Pixels > Manage. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Generate in Teads Ad Manager under Settings > API. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Teads 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/teads/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Teads",
"variant": "default",
"config": {
"advertiser_id": "teads-adv-12345",
"pixel_id": "teads-px-67890",
"api_key": "ak_teads_abc123..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Teads API. No client-side scripts are loaded for this integration.
Visit Teads documentation for full API documentation and credential setup instructions.