RTB House

Send conversion events to RTB House for deep learning-powered retargeting, campaign attribution, and personalised ad delivery optimisation.

⚠️

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

Configuration

FieldTypeRequiredDescription
account_idstringYesYour RTB House account ID. Provided by your RTB House account manager.
api_keysecretYesAPI key for authenticating server-side event delivery. Provided by your RTB House account manager.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find RTB House 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/rtb_house/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "RTB House",
    "variant": "default",
    "config": {
      "account_id": "rtb-acct-12345",
      "api_key": "ak_rtbhouse_abc123..."
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

Visit RTB House documentation for full API documentation and credential setup instructions.