One lightweight script. Unlimited websites. Clicks, scrolls, conversions, and custom events — all in one dashboard.
Designed for developers & product teams. Simple integration, deep insights.
Manage unlimited websites from one account. Global dashboard or per-project analytics.
No cookies, no personal data. Fully GDPR compliant, cookieless tracking that respects users.
Copy our script tag, paste in <head> — start receiving events in minutes.
Track button clicks, form submissions, video plays, or any custom interaction.
Live event stream, conversion funnels, and user journey maps.
Out-of-the-box pageviews, outbound clicks, time on site, scroll depth.
No complex SDKs, no endless configuration. Just add our tracking snippet and start collecting events across all your websites.
<!-- GLM Track snippet -->
<script>
(function() {
const tid = "YOUR_TRACKING_ID";
window._glm = window._glm || [];
_glm.push(['track', 'pageview']);
const s = document.createElement('script');
s.src = 'https://cdn.glmtrack.com/tracker.js';
s.async = true;
document.head.appendChild(s);
})();
</script>
Works on React, Vue, WordPress, Shopify, static sites — everything.
Use our JavaScript API _glm.push(['track', 'event_name']) to record any user interaction. Try the demo below — it simulates event tracking in real time (no backend, pure frontend).