cookie.eu advanced sample about

What are browser cookies ?

Browser cookies are small data files that are stored on a user's computer by a web browser when the user visits a website. Cookies are used to store information about the user's preferences, login status, browsing history, and other data related to the website.

Cookies can be created by both the website that the user is visiting, as well as third-party advertisers or analytics providers that are present on the site. These cookies can be used to track the user's behavior across multiple sites, and can be used to display personalized content or targeted ads based on the user's browsing habits.

Cookie.eu website was made to give websites an easy way to display a cookie consent prompt required by European GDPR data privacy and security law.

Display a cookie consent prompt on your site

To display a cookie prompt on your site, you can paste this html code at the end of <body> tag:

<script async src="https://www.cookie.eu/script.js"></script>

Optionally, you can customize the colors, text, etc, see the advanced cookie prompt page.

A demo page is also available, to see how the cookie prompt will look like.

How it works