Bloomreach CDP
Commerce-focused customer data and experience platform combining real-time customer data, AI-driven personalisation, and marketing automation.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
project_token | string | Yes | Your Bloomreach Engagement project token. Found in Project Settings > Access Management > API. |
api_key | secret | Yes | Your Bloomreach Engagement public API key for server-side event tracking. |
api_secret | secret | Yes | Your Bloomreach Engagement private API secret, paired with the API key for authentication. |
api_base_url | string | Yes | The base URL for the Bloomreach Engagement API. Varies by deployment region (e.g., api.exponea.com, api-eu2.exponea.com). |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Bloomreach CDP or filter by CDP.
- 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/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.