xmit.co now sports server-side analytics. We do not use cookies, record the IP address or geolocation in any way. We do not track sessions.
Entirely backed by strictly filtered access logs injected in a ClickHouse cluster and queriable from a new tab on the site.
What's recorded exactly?
For each HTTP request, we record:
- Time of the request
- Site identifier
- Domain (one site can have multiple domains)
- Path of the request (e.g.
/,/style.css, etc.) - Type of client (mobile, tablet, desktop, bot; does a poor job at detecting bots)
- User agent header when available (not exposed to customers today, can prove useful to update type)
- Referrer header when available
- HTTP status code
- Content type of the response
- Size of the response in bytes
How do I try it?
Head to xmit.co/analytics.