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

FieldTypeRequiredDescription
retailer_idstringYesYour Roomvo retailer ID, provided during onboarding.
api_keysecretYesYour Roomvo API key for authenticating server-to-server event delivery.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Roomvo 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/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.