InMarket

Send conversion and engagement events to InMarket for location-based attribution, audience intelligence, and real-time campaign measurement.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour InMarket API key for authenticating server-to-server event delivery.
partner_idstringYesYour InMarket partner ID, provided during onboarding.
campaign_idstringYesThe InMarket campaign ID to associate events with.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find InMarket or filter by Attribution.
  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/inmarket/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "InMarket",
    "variant": "default",
    "config": {
      "api_key": "your_api_key",
      "partner_id": "partner-xyz-789",
      "campaign_id": "camp-12345"
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the InMarket API. No client-side scripts are loaded for this integration.

Visit InMarket documentation for full API documentation and credential setup instructions.