Web analytics is now available on Vexo! You can start tracking user behavior on your website with the same powerful tools you already use for mobile — all in just a few steps.
Head to your Vexo dashboard and create a new app.
To start collecting 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.