Create a Vexo account here (skip if you already have one).
Create a Web App:
Add the Vexo Script
To start collecting Web analytics data, paste the following script into your site’s <head> tag:
<script src="https://www.vexo.co/analytics.js" defer></script>
You can enhance your analytics by tracking custom events and identifying devices:
global?.vexo?.customEvent('purchased-completed', { amount: 24.99 });
global?.vexo?.identifyDevice('user@example.com');
That’s it! Once the script is live on your site, Vexo will start capturing user sessions, session replays, custom events, and more — just like it does on mobile.