(function () { window.googletag = window.googletag || { cmd: [] }; googletag.cmd.push(function () { googletag.pubads().disableInitialLoad(); }); function marketingConsentGranted() { try { if ( window.CookieFirst && CookieFirst.consent && typeof CookieFirst.consent.marketing !== "undefined" ) { return !!CookieFirst.consent.marketing; } } catch (e) {} return false; } function applyConsentAndStartAds() { var marketingOk = marketingConsentGranted(); googletag.cmd.push(function () { googletag.pubads().setPrivacySettings({ nonPersonalizedAds: !marketingOk }); googletag.pubads().refresh(); console.log("[GAM] Started. marketingOk =", marketingOk); }); } (function waitForCookieFirst() { if (window.CookieFirst && CookieFirst.consent) { applyConsentAndStartAds(); } else { setTimeout(waitForCookieFirst, 50); } })(); window.addEventListener("CookieFirstConsentUpdate", applyConsentAndStartAds); window.addEventListener("cookieconsent_status", applyConsentAndStartAds); })();




