Analytics Definitions
A method of measuring website traffic and sessions without writing tracking cookies to the visitor's device.
Traditional analytics tools rely on persistent HTTP cookies stored on the user's browser to identify returning visitors and group pageviews into sessions. While effective, cookies track users across different websites, creating privacy concerns and legally requiring sites to display intrusive cookie consent banners.
Cookieless tracking measures traffic by generating a temporary identifier based on session parameters. TrackWhy generates a secure hash using the visitor's IP address, user agent, and a daily-rotated secret salt. The hash is never stored in a database and rotates every 24 hours.
This allows TrackWhy to calculate pageviews, referral paths, and conversion funnels accurately within a single day without placing any cookies or local storage files on the visitor's device, maintaining full compliance with privacy laws.
FAQ