The fastest way to get useful product telemetry is also the most privacy-safe one: a single script tag and nothing else. Tracabit's tracker ships in under 2KB, uses navigator.sendBeacon for reliable delivery, and never touches cookies — so there is no consent banner, no third-party ad network, and no cross-site tracking to configure or defend.
Start by adding the script tag to your page with your project's data-key and data-project attributes. The tracker auto-fires a page_view on load, records the session via sessionStorage, and captures device type, referrer, and screen attributes as anonymous signals. Because session persistence lives in sessionStorage with an in-memory fallback, a visitor's identity never needs to be stored server-side.
From there, extend the taxonomy with custom events. Use window.tracabit.track("signup_click", { plan: "pro" }) for one-off actions, and lean on the GA4-style helpers for the standard surface: pageView, login, purchase, and friends. Keep event names snake_case and consistent across your team; the event taxonomy guide covers naming conventions that scale.
Finally, configure per-project controls: set your allowed_origins so only your domains can send events, and use per-project API keys so every request is authenticated. That combination — zero cookies, anonymous sessions, and per-project enforcement — is the entire privacy story, and it ships in minutes, not weeks.
More guides
Event taxonomy: naming conventions that scale
Best practices for naming events, properties, and conversion funnels that both humans and AI agents can query.
Migrating from Google Analytics 4 to Tracabit
How to map GA4 event models and measurement IDs to Tracabit zero-cookie tracking in under 15 minutes.
Architecture: how Tracabit processes events
Deep dive into the Telemetry ingestion pipeline, sub-millisecond response times, and storage in Tero and ClickHouse.
Turn every signal into your next decision.
Start with a lightweight tracker. Grow into agent-readable product intelligence.
No cookies. No third-party ad tracking. Your telemetry stays yours.