window.cmpready = false; __tcfapi("addEventListener", 2, function(tcData, success) { if (success && tcData.unicLoad === true) { if(!window._initAds) { window._initAds = true; window.ss_u = false; console.log('opt in cmp'); }else{ if( typeof gtag !== 'undefined' ){ gtag('consent', 'update', { 'ad_storage': 'denied', 'analytics_storage': 'denied', }); } window.ss_u = true; abm_sej_setCookie( 'opt_out_sell', 'yes', 365, '.searchenginejournal.com' ); console.log('opt out cmp'); } } window.cmpready = true; striggerEvent( 'cmpready', window.sglob_cont ); if( typeof googletag != 'undefined' && window.ss_u ){ googletag.pubads().setPrivacySettings({ 'nonPersonalizedAds': window.ss_u }); } });