Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Halt further auctions & refreshes button #10

Open
patmmccann opened this issue May 13, 2022 · 1 comment
Open

Halt further auctions & refreshes button #10

patmmccann opened this issue May 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@patmmccann
Copy link

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.

@patmmccann patmmccann added the enhancement New feature or request label May 13, 2022
@patmmccann patmmccann changed the title Halt further auctions button Halt further auctions & refreshes button May 13, 2022
@allanjun
Copy link
Collaborator

allanjun commented Oct 4, 2022

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:

https://docs.prebid.org/dev-docs/publisher-api-reference/onEvent.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants