Ringier Axel Springer Poland
Send event and conversion data to Ringier Axel Springer Poland for publisher attribution, audience measurement, and advertising analytics.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | Your Ringier site ID, assigned during integration setup. |
api_key | secret | Yes | The Ringier API key for authenticating server-to-server event delivery. |
endpoint_url | string | Yes | The Ringier API endpoint URL for receiving event data. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Ringier Axel Springer Poland or filter by Attribution.
- 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/ringier/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Ringier Axel Springer Poland",
"variant": "default",
"config": {
"site_id": "site-12345",
"api_key": "your_api_key",
"endpoint_url": "https://api.ringier.example.com/events"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Ringier API. No client-side scripts are loaded for this integration.
Visit Ringier Axel Springer Poland documentation for full API documentation and credential setup instructions.