google tag manager code – cookie consent by insites

<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
  "dismissOnClick":true, //true or false
  "dismissOnScroll":1000, //scroll range
  "dismissOnTimeout":30000, //milliseconds
  "palette": {
    "popup": {
      "background": "#ffffff",
      "text": "#000000"
    },
    "button": {
      "background": "#000000"
    }
  },
  "theme": "classic",
  "type": "opt-out",
  "content": {
    "message": "This website uses cookies to ensure you get the best experience on our website.",
    "dismiss": "Ok",
    "deny": "Forgo",
    "link": "Learn more",
    "href": "www.bizahoy.com/cookie-policy"
  }
})});
</script>
Scroll to Top