Perion
Send conversion events to Perion for search and display advertising attribution, campaign measurement, and performance optimisation across Perion ad network.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id | string | Yes | Your Perion advertiser ID. Provided by your Perion account manager. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Provided by your Perion account manager. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Perion 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/perion/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Perion",
"variant": "default",
"config": {
"advertiser_id": "perion-adv-12345",
"api_key": "ak_perion_abc123..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Perion API. No client-side scripts are loaded for this integration.
Visit Perion documentation for full API documentation and credential setup instructions.