Roomvo
Send visualiser engagement and conversion events to Roomvo for AR/VR product visualisation attribution and retailer analytics.
⚠️
This integration is currently in beta. Configuration and behaviour may change.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
retailer_id | string | Yes | Your Roomvo retailer ID, provided during onboarding. |
api_key | secret | Yes | Your Roomvo API key for authenticating server-to-server event delivery. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Roomvo or filter by Attribution.
- 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/roomvo/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Roomvo",
"variant": "default",
"config": {
"retailer_id": "retailer-abc-123",
"api_key": "your_api_key"
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Roomvo API. No client-side scripts are loaded for this integration.
Visit Roomvo documentation for full API documentation and credential setup instructions.