IntegrationsAdvertisingMoloco Commerce Media

Moloco Commerce Media

Send conversion events to Moloco for commerce media campaign attribution, machine learning-based optimisation, and retail media performance measurement.

Configuration

FieldTypeRequiredDescription
platform_idstringYesYour Moloco platform ID. Found in the Moloco Commerce Media dashboard under Platform Settings.
api_keysecretYesAPI key for authenticating server-side event delivery. Generate in the Moloco dashboard under Settings > API Keys.
event_tokensecretYesEvent tracking token for conversion attribution. Found in the Moloco dashboard under Events > Configuration.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Moloco Commerce Media or filter by Advertising.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. 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.