TL;DR — Cookieless analytics refers to web measurement techniques that do not place consent-required tracking cookies. Two main approaches exist: a regulatory exemption for strictly configured audience measurement tools (the CNIL exemption in France, equivalent guidance in other EU countries) and cookieless alternatives that use different technical mechanisms. Both allow traffic measurement without a consent banner, under specific conditions.
Measuring website traffic without analytics cookies has become a central challenge since 2022. European data protection authorities stepped up enforcement of the ePrivacy Directive, Google Analytics faced adverse decisions in several EU countries, and cookie refusal rates climbed. Many sites are now working with less than 60% analytics coverage. This guide covers the real options, their conditions and their practical limits.
What is cookieless analytics?
Cookieless analytics covers all web traffic measurement techniques that do not rely on placing persistent cookies requiring consent. It includes two broad categories: tools benefiting from a regulatory exemption and alternatives that bypass tracking cookies through other technical mechanisms.
What 'cookieless' actually means
Cookieless does not mean data-free. Some tools use server-side session tokens; others aggregate data without identifying individuals. The absence of a cookie does not remove a processing activity from the scope of GDPR if personal data is still involved. The relevant question is whether the technique allows individual identification.
Regulatory exemption vs cookieless alternatives
The first category covers tools benefiting from a legal exemption (Matomo in strict mode, some European analytics solutions recognised by the relevant authority). The second covers cookieless solutions using other non-consent-required measurement techniques (server logs, aggregated data, modelling). These two approaches differ significantly in terms of conditions and data precision.
The EU audience measurement exemption
Several EU data protection authorities grant a consent exemption to audience measurement tools that meet strict conditions. In France, this is set out in the CNIL deliberation of 28 September 2020. In the UK, the ICO has issued similar guidance. A tool meeting these conditions can be deployed without a cookie banner for the analytics component.
The five conditions for the exemption
- Strictly limited purpose: audience measurement only, no profiling, no cross-referencing with other data.
- Site-specific scope: data must not be shared with third parties or used across different sites.
- Limited retention: maximum 13 months for data, 6 months for associated consent validity.
- User information: visitors must be informed and given a means to opt out.
- No cross-site tracking: the same user must not be tracked across different domains.
Which tools qualify?
Matomo (formerly Piwik) is the reference tool for the CNIL exemption when configured in exempt mode: cookies disabled, IP anonymised, minimal local storage, no data sharing. Standard Matomo configuration places cookies and is not exempt. Other European-hosted analytics solutions also target this exemption. Google Analytics 4 in its standard configuration does not qualify: data transits through US servers and is potentially cross-referenced with other Google services.
Available cookieless alternatives
Beyond the regulatory exemption, several approaches allow audience measurement without consent-required tracking cookies.
Server log analysis
Server access logs (Apache, Nginx) record every request without a cookie. This is lawful without consent (operational data) and provides overall traffic data. Limitations: it does not distinguish bots from humans, does not capture in-page behaviour (scroll, clicks) and is less precise than a modern analytics tool. Useful for simple sites or as a complement to another solution.
Aggregated data and modelling
Some tools offer aggregated, anonymised data without attempting to identify individuals. They estimate trends (popular pages, traffic sources, approximate bounce rate) using non-persistent session data. These approaches are less precise but require no consent if no personal data is processed within the meaning of GDPR.
Google Consent Mode v2 and conversion modelling
Google Consent Mode v2 enables statistical conversion modelling even without explicit consent. In basic mode, GA4 sends aggregated signals without identifying refusing users, then Google models the missing conversions. This approach does not replace full analytics but recovers part of the lost conversion data. It remains subject to EU law and requires a compliant CMP. See the FlowConsent guide on /en/blog/google-consent-mode-v2-implementation-guide for configuration details.
Get GDPR compliant in 10 minutes
Free plan available · No credit card required
Common mistakes
Confusing 'cookieless' with 'no consent needed'. A tool can be cookieless but still process personal data (digital fingerprint, IP address) that requires a legal basis.
Assuming Matomo is exempt by default. Standard Matomo places cookies and is not exempt. The exemption requires a specific, documented configuration.
Forgetting to inform users. The regulatory exemption does not remove the obligation to inform visitors in the privacy policy and provide an opt-out mechanism.
Thinking GA4 is consent-exempt. GA4 is not exempt under GDPR. It requires a compliant CMP and Consent Mode v2 to be used lawfully in the EU.
Combining multiple tools without an audit. Running a cookieless tool alongside GA4 can create data duplication and legal basis questions. Document each processing activity in the GDPR register.
Cookieless analytics checklist
- Define your need: audience measurement only, or conversion tracking and advertising?
- For audience measurement: evaluate Matomo in exempt mode or a recognised European analytics solution.
- Verify all exemption conditions: purpose, scope, retention, user information, no cross-site tracking.
- For conversion tracking: activate Google Consent Mode v2 with a compliant CMP.
- Document all analytics processing activities in the data processing register.
- Inform visitors in the privacy policy with a direct opt-out link.
- Test in private browsing that no consent-required analytics script loads without agreement.
- Audit your site at /en/scan to identify all active analytics cookies.
- Schedule a re-scan after every analytics tool update.
- Consult a DPO if combining multiple tools or if the site processes sensitive data.
Cookieless analytics involves a trade-off between data precision, regulatory compliance and technical resources. The EU exemption is the most direct route for sites seeking to remove the analytics consent banner, under strict conditions. For sites with conversion and advertising requirements, Consent Mode v2 remains essential as a complement. Scan your site at /en/scan to see exactly which analytics cookies are currently active.
Frequently asked questions
What is cookieless analytics?
Cookieless analytics refers to website measurement methods that do not use cookies to track users. These approaches rely on aggregated data, server-side measurement, or privacy-respecting proxies. They allow basic measurement of traffic and conversions without requiring visitor consent under GDPR.
Does cookieless analytics comply with GDPR?
Yes, when properly implemented. Cookieless analytics tools that process only aggregated, non-identifying data do not require consent under GDPR. However, server-side tracking or fingerprinting methods may still constitute personal data processing if they can re-identify users. Always verify with your DPO that your chosen tool meets the applicable requirements.
What tools are available for cookieless analytics?
Several solutions exist: Plausible Analytics and Fathom offer cookieless, GDPR-by-default measurement. Matomo can be configured without cookies in aggregated mode. Google Analytics 4 offers a cookieless mode but its GDPR compliance remains debated depending on server configuration. The choice depends on your accuracy requirements and technical infrastructure.
Is cookieless analytics less accurate than traditional analytics?
Generally yes, but the gap has narrowed significantly. Cookieless tools cannot track individual journeys across sessions, which limits attribution and cohort analysis. However, for measuring traffic, top pages, and overall conversion trends, modern cookieless solutions provide sufficient accuracy. The loss in precision must be weighed against the legal risk of non-compliant tracking.
Can I use cookieless analytics alongside consent-based tracking?
Yes, this is even the recommended approach. Cookieless analytics provides a baseline view of all traffic, including visitors who declined consent. Consent-based tools like Google Analytics 4 or Meta Pixel provide richer data for users who agreed. The combination gives you both regulatory coverage and marketing precision, while respecting the choices of all your visitors.