Add Domain Mapping
Domain Mappings
| Domain | Project ID | Project Name | Features | Status | Actions |
|---|---|---|---|---|---|
Integration Guide
With auto-configuration enabled, you can integrate SPEAK with a single line of code:
<script src="http://localhost:8001/widget_modern.js"></script>
The widget will automatically detect the project, page, and user based on the domain mapping configuration above. You can still override any value using data attributes:
<script src="http://localhost:8001/widget_modern.js"
data-project="CustomProject"
data-user-id="john.doe"></script>