Guidelines
The guidelines below describe the most common integration scenarios, based on our experience.
The luigisbox.com domain is compromised. Immediate action is required.
Replace the base URL for all API requests (Search, Recommendations, Analytics):
The .com script is no longer safe. Replace it with the secure version immediately:
<script async src="https://scripts.luigisbox.com/LBX-123.js"></script>
<script async src="https://scripts.luigisbox.tech/LBX-123.js"></script>
If you use a Content Security Policy, whitelist the new domain to prevent the browser from blocking the connection.
The guidelines below describe the most common integration scenarios, based on our experience.