A Free Cookie Consent solution for your website to comply with ePrivacy Directive & GDPR.
Create your Cookie Consent code in 1 minute.
Leave blank if you are not sure. Users should be able to change their cookies preferences. Include a link/button anywhere on your page so that users can open the Cookies Preferences Center.
IDs, classes, tag names can be used as a DOM selector: #changePreferences
Example of a link to include on your page that will open the Preferences Center:
Link to your Cookies Policy
A Cookies Policy (or a "Cookies" section within your Privacy Policy) should be present on your site to detail more information about your use of cookies. If you have a Cookies Policy, link to it from the Cookie Consent notice banner.
This is an optional step, but you can organize your JavaScript scripts directly from this page.
For example, you can copy-paste your Google AdWords code here and select "Targeting & Advertising" and we will automatically convert your script code as required by the Cookie Consent tool.
There are four levels of cookie consent available:
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>