Cookie banner and consent

Most important points Cookie banners are the familiar information and consent windows on websites that ask users to consent to the setting of certain…

Most important points

Legal basis: ePrivacy and GDPR

The obligation to use cookie banners stems primarily from the EU ePrivacy Directive (also known as the “Cookie Directive”) and its implementation in national law. Germany enacted the TTDSG in 2021, which regulates in Section 25 TTDSG: The storage of information in the user’s terminal device (which includes cookies) is only permitted if either

a) it is technically necessary for the provision of the service, or
b) the user has consented.

The GDPR often applies at the same time: Many cookies collect personal data (IP addresses, user profiles). The GDPR requires either consent or another legal basis for such processing. For tracking etc., however, the supervisory authorities do not accept any legal basis other than consent (legitimate interest is usually rejected in this context).

Ergo: If you want to use Google Analytics, Facebook Pixel & Co, you need the prior consent of your visitors.

Which cookies require consent?

Example of “technically necessary”: Session cookies that maintain login status; language settings; shopping cart cookie in the store; cookies for security (e.g. CSRF token). These are required for the website to function and for the user to perform the requested action. You can work without banners here, but you should provide information about this in the privacy policy.

Example subject to consent:

Scripts that do not set classic cookies but do similar things (local storage use, fingerprinting) also fall under “storing information in the end device” -> also requires consent.

The banner must therefore at least cover these non-essential items.

Design of the cookie banner

There are various designs, but the following points are central to legal certainty:

Consent management platforms (CMP)

Many websites use ready-made CMPs (OneTrust, Usercentrics, Borlabs Cookie, etc.) that map these requirements and regularly install updates when there are legal changes.

It is usually worthwhile for a start-up to rely on such a tool because reinventing the wheel is laborious. However, it sometimes costs fees (some versions are also free).

Important: All scripts that set cookies must be blocked initially. CMPs only load these scripts once “Accept” has been clicked. This requires technical integration (e.g. Google Analytics code is injected via the CMP or provided with a query).

Effects on users and conversion

Cookie banners have the side effect that many users simply click “decline” if it is readily available, or only allow the bare minimum. For marketing, for example, this means that many do not have permission to be tracked – analytics data is incomplete, remarketing reach decreases. This has challenged online marketing in recent years.

Some companies try to make the banner as discreet as possible and in CI in order to get more opt-ins. But legally you can’t hide it.

There is also the “cookie-less tracking” approach using purely server-side logging etc. – but this also involves legal gray areas.

No consent requirement for purely technical cookies

Some sites simply ask “Cookies okay?” across the board. This would not actually be necessary if you do not have any tracking cookies. For a very simple website that only has session cookies, you don’t need a banner. It can even be confusing.

Therefore: Before implementing, check whether you really use cookies/trackers that require it. Perhaps you can manage without Google Analytics (e.g. with a data protection-friendly service that works without cookies – there are tools that only track aggregated and anonymously, which can then be GDPR-compliant without consent if there is no personal reference).

Penalties and warnings

In recent years, data protection authorities have increasingly inspected websites. There have been cases where websites in the EU have had to pay hefty fines because they used Google Analytics without consent, for example (France and Austria had notices, albeit also partly due to data transfer to the USA).

Warnings from competitors or associations are also possible, as it can be argued that a breach of cookie consent is a breach of competition law (because of unfair data practices). However, this has not yet been decided by the highest court, but there are initial tendencies that it is possible to issue a warning.

For start-ups, this means that proper cookie consent is not just “nice to have”, but essential in order to avoid any legal risks. What’s more, the public now honestly expects this mechanism (even if it is annoying).

Conclusion

The cookie banner has become an integral part of web usage – even if it is sometimes annoying, it fulfills an important purpose: transparency and control for the user over tracking and data collection. For operators, on the other hand, it is a legal obligation. It is important not to circumvent this or implement it half-heartedly: Consent must be truly voluntary and informed. A well-configured cookie banner manages the balancing act of fulfilling the legal requirements and giving the user a clear choice without pushing them in one direction with dark patterns. A clean solution saves you from possible sanctions and at the same time shows that you care about your visitors’ data protection.