IntegrationsCDPBloomreach CDP

Bloomreach CDP

Commerce-focused customer data and experience platform combining real-time customer data, AI-driven personalisation, and marketing automation.

Configuration

FieldTypeRequiredDescription
project_tokenstringYesYour Bloomreach Engagement project token. Found in Project Settings > Access Management > API.
api_keysecretYesYour Bloomreach Engagement public API key for server-side event tracking.
api_secretsecretYesYour Bloomreach Engagement private API secret, paired with the API key for authentication.
api_base_urlstringYesThe base URL for the Bloomreach Engagement API. Varies by deployment region (e.g., api.exponea.com, api-eu2.exponea.com).

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Bloomreach CDP or filter by CDP.
  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/bloomreach_cdp/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Bloomreach CDP",
    "variant": "default",
    "config": {
      "project_token": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "api_key": "xxxxxxxxxxxxxxxxxxxx",
      "api_secret": "xxxxxxxxxxxxxxxxxxxx"
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

Visit Bloomreach CDP documentation for full API documentation and credential setup instructions.