Moloco Commerce Media
Send conversion events to Moloco for commerce media campaign attribution, machine learning-based optimisation, and retail media performance measurement.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
platform_id | string | Yes | Your Moloco platform ID. Found in the Moloco Commerce Media dashboard under Platform Settings. |
api_key | secret | Yes | API key for authenticating server-side event delivery. Generate in the Moloco dashboard under Settings > API Keys. |
event_token | secret | Yes | Event tracking token for conversion attribution. Found in the Moloco dashboard under Events > Configuration. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Moloco Commerce Media 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/moloco/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Moloco Commerce Media",
"variant": "default",
"config": {
"platform_id": "plat-moloco-12345",
"api_key": "ak_moloco_abc123...",
"event_token": "et_moloco_xyz789..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Moloco API. No client-side scripts are loaded for this integration.
Visit Moloco Commerce Media documentation for full API documentation and credential setup instructions.