UplyticsUplytics

Install the tracker

In Uplytics, open a project → Settings. Copy the telemetry snippet into your site's <head>.

<script src="https://uplytics.space/tracker.js" data-site-id="ak_…" defer></script>
  • Use the site key (ak_…) from Settings — not only the internal id.
  • Works with SPAs: pushState / popstate send new pageviews.
  • Custom events: window.uplytics.event('signup', { plan: 'pro' })

Use Start live check on Settings to wait for the first pageview.