HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/TagManager/Template/Tag/CookiebotTag.web.js
(function () {
  return function (parameters, TagManager) {
    this.fire = function () {

      var cookiebotId = parameters.get("cookiebotId");

      (function (d, s) {
        var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
        e.id = "Cookiebot";
        e.src = "https://consent.cookiebot.com/uc.js";
        e.dataset.cbid = cookiebotId;
        e.dataset.blockingmode = "auto";
        t.parentNode.insertBefore(e, t);
      })(document, "script");

    };
  };
})();