Satsu documentation
Satsu is cookieless, GDPR-compliant web analytics. You add one script tag and watch your traffic live — no consent banner, no personal data, no Google.
It works because Satsu never stores a cookie or a persistent visitor ID. Each
visitor is a hash derived fresh from sha256(site + ip + user-agent + day + salt)
that rotates at midnight and can never be traced back to a person. There's
nothing personal to consent to, so there's no banner to show. See
How it's private for the full mechanism.
Install in one line
html
<script defer src="https://track.satsu.pro/tracker.js" data-site="YOUR_ID"></script>Drop that into your <head>, replacing YOUR_ID with your site's ID from the
dashboard. Pageviews start flowing in seconds. Full guide:
Install the tracker.
What you get
- Pageviews, referrers, countries, devices — the essentials, in real time.
- Custom events and goals — track signups, clicks, revenue moments.
- Automatic engagement tracking — outbound links, downloads and scroll depth, with zero extra code.
- A read-only API — pull your numbers into scripts, dashboards and reports.
Where to go next
- Install the tracker — the snippet, per framework.
- Verify it works — confirm your first data.
- Custom events —
window.satsu("signup"). - Goals & conversions — turn events and paths into conversions.
- What we track — every signal, and what we refuse to collect.
- How it's private — the cookieless design, in detail.
- Analytics API — the read-only REST API.
Building with an AI assistant? Point it here — these docs are public and copy-paste ready.