What is cookieless analytics?
Definition
Cookieless analytics is product or web measurement that does not set HTTP cookies. The tracker still needs some way to group a visit (EventDash uses an anonymous session ID in localStorage today). “No cookies” is not automatically “no consent banner” — other scripts and legal advice still matter.
How EventDash implements it
EventDash’s tracker sets no cookies, filters PII, and honors Do Not Track. Funnels and HTML goals still work. We do not claim a CNIL or ePrivacy exemption until a consent-free mode (no localStorage) ships.