You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could halt the refresh of ads, additional auctions, insertion of additional units via a button. Often times freezing state can allow one to diagnose an issue deeply.
The text was updated successfully, but these errors were encountered:
Some ideas:
To block GAM we could perhaps try to override the pubads.refresh fucntion: googletag.pubads().refresh = function(a){ console.log('gam refresh:',a)}
To block Prebid auctions, we could try to leverage the beforeRequestBids event:
It would be great if we could halt the refresh of ads, additional auctions, insertion of additional units via a button. Often times freezing state can allow one to diagnose an issue deeply.
The text was updated successfully, but these errors were encountered: