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.vdk/plugins/TagManager/Template/Tag/BingUETTag.web.js
(function () {
    return function (parameters, TagManager) {
        this.fire = function () {
            var bingAdID = parameters.get('bingAdID');
            if (bingAdID) {
                (function () {
                    var init, scriptEl, firstScript;
                    window.uetq = window.uetq || [];
                    init = function () {
                        var obj = {ti: bingAdID};
                        obj.q = window.uetq;
                        window.uetq = new UET(obj);
                        window.uetq.push("pageLoad")
                    };
                    scriptEl = document.createElement("script");
                    scriptEl.src = "//bat.bing.com/bat.js";
                    scriptEl.async = true;
                    scriptEl.onload = scriptEl.onreadystatechange = function () {
                        var state = this.readyState;
                        if (!state || state === "loaded" || state === "complete") {
                            init();
                            scriptEl.onload = scriptEl.onreadystatechange = null
                        }
                    };
                    firstScript = document.getElementsByTagName("script")[0];
                    firstScript.parentNode.insertBefore(scriptEl, firstScript)
                })();
            }
        };
    };
})();