Antlytics logoAntlytics
← Blog
1

What Data Do Privacy Analytics Tools Actually Store?

Full transparency on what goes into the database and what doesn't when you use privacy-first analytics.

What Data Do Privacy Analytics Tools Actually Store?

"Privacy-first" is a claim that means different things to different tools. The only way to know what a tool actually stores is to look at the data model. Here is what Antlytics stores — and what it does not.

The data model

For each pageview, Antlytics records:

FieldStoredNotes
PathnameYesThe URL path, e.g. /blog/my-post
Referrer domainYesThe referring site, not the full URL
Session IDYesUUID from sessionStorage — cleared when tab closes
Country codeYesDerived from IP at request time
Device typeYesDesktop / mobile / tablet
BrowserYesChrome / Firefox / Safari / etc.
OSYesWindows / macOS / iOS / Android / etc.
UTM parametersYes, if presentutm_source, utm_medium, campaign, content, term
IP addressNoUsed only for country lookup, not stored
Full URL including query stringPartialPathname stored; some query params stripped
Individual visitor identityNoNo cookies, no fingerprinting, no persistent ID
Email addressNoNever collected
NameNoNever collected

What's discarded

IP addresses — The IP address is used at request time to derive the country code. The IP address itself is never written to the database.

Personally identifiable information — Antlytics does not collect names, email addresses, phone numbers, or any other information that would identify a specific individual.

Full query strings — The tracker reads UTM parameters from the query string and stores them separately. The raw query string is not stored as part of the pathname for privacy reasons.

Data retention

What this means for your compliance

The data model above is designed around data minimisation: collect only what is needed for analytics, discard everything else immediately.

This is a description of product behaviour, not a legal compliance determination. Your specific obligations depend on your jurisdiction. Consult your legal adviser.

Export

Your data is not locked in. Export options:

FAQ

Does Antlytics share my data with third parties? Antlytics does not share your analytics data with third parties. Processors (Clerk, Supabase, Stripe) handle their own data under their own policies.

Can I delete my data? Contact support@antlytics.com for data deletion requests.

Is the session ID personally identifiable? No. The session ID is a random UUID generated fresh for each tab. It cannot be linked to an individual across sessions and is cleared when the tab closes.


Related: Privacy behaviour docs · Data retention docs · What is privacy-first analytics?