Cookie Consent Generator

GDPR Cookie Consent Creator

A Cookie Consent solution for your website to comply with ePrivacy Directive & GDPR. Create your Cookie Consent notice banner code in 1 minute and comply with.
GDPR Cookie Consent Popup
We use cookies
We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
Cookies Preferences Center

Cookies are very small text files that are stored on your computer when you visit a website. We use cookies for a variety of purposes and to enhance your online experience on our website (for example, to remember your account login details).

You can change your preferences and decline certain types of cookies to be stored on your computer while browsing our website. You can also remove any cookies already stored on your computer, but keep in mind that deleting cookies may prevent you from using parts of our website.

These cookies are essential to provide you with services available through our website and to enable you to use certain features of our website.

Without these cookies, we cannot provide you certain services on our website.

These cookies are used to provide you with a more personalized experience on our website and to remember choices you make when you use our website.

For example, we may use functionality cookies to remember your language preferences or remember your login details.

These cookies are used to collect information to analyze the traffic to our website and how visitors are using our website.

For example, these cookies may track things such as how long you spend on the website or the pages you visit which helps us to understand how we can improve our website site for you.

The information collected through these tracking and performance cookies do not identify any individual visitor.

These cookies are used to show advertising that is likely to be of interest to you based on your browsing habits.

These cookies, as served by our content and/or advertising providers, may combine information they collected from our website with other information they have independently collected relating to your web browser's activities across their network of websites.

If you choose to remove or disable these targeting or advertising cookies, you will still see adverts but they may not be relevant to you.

For any queries in relation to our policy on cookies and your choices, please contact us.

Cookie Consent for your website
How to integrate Cookie Consent on your website
  1. Copy the generated code from Step 4 above and add it right before closing your <body> tag in your website.
  2. Tag any JavaScript <script>that you're using by changing the type="text/javascript" to type="text/plain".
  3. For each tagged <script>, add the corresponding consent level:
    • cookie-consent="strictly-necessary"for strictly necessary scripts that are loaded regardless of user choice
    • cookie-consent="functionality"for functionality scripts, such as language preference scripts
    • cookie-consent="tracking"for tracking scripts, such as Google Analytics
    • cookie-consent="targeting"for targeting scripts, such as Google Ads remarketing
  4. Done.
Example

    <!-- Login Cookies -->
    <script type="text/plain" cookie-consent="strictly-necessary" src="/js/login-session.js"></script>

    <!-- Google Analytics -->
    <script type="text/plain" cookie-consent="tracking">
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
        ga('create', GOOGLE_PROPERTY_ID_GOES_HERE, 'auto');
        ga('send', 'pageview');
    </script>

Preview your
cookie popup