This site uses Vercel Analytics

Here is an AI summary. See https://vercel.com/docs/analytics for more details.

Here is how Vercel Analytics maintains privacy while handling repeated visits:

  • Daily Hashing Method: Vercel identifies visitors using a hash created from the incoming request (which includes IP address and user-agent data). This hash is valid for a single day.
  • Persistent Session: Within that 24-hour window, the same user on the same browser will be counted as a single unique visitor, even if they make multiple visits, because the generated hash remains the same.
  • Privacy-Friendly: Because this hash is not stored permanently and is reset daily, it is impossible for Vercel to track users over multiple days.
  • GDPR Compliance: Because this method does not use third-party cookies and hashes user data (removing PII), it is designed to be compliant with GDPR, allowing you to bypass a cookie banner for analytics.

Note on Differences: While you are counted as one user for the day, total page views will increase with every page load. If you close the browser, clear data, or use a different device, the hash will change, resulting in a new unique user count for that day.