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

Prebid Auctions #386

Closed
wants to merge 1 commit into from
Closed

Prebid Auctions #386

wants to merge 1 commit into from

Commits on Jun 21, 2016

  1. Prebid Auctions

    The Prebid Auction is introduced, making it possible to manage a series of auction events. Previously Prebid handled only one auction at a time. With this PR the `pbjs.adUnits` and `pbjs.bidderSettings` are moved to an `auction` instance. Auctions can be run concurrently, so for example if different groupings of ad placements have different configurations, auctions for each placement group can both be requested at page load and run asynchronously. Be aware that if multiple auctions are run concurrently for the same placement the last auction winner creative will replace any previous winner.
    protonate committed Jun 21, 2016
    Configuration menu
    Copy the full SHA
    64dcd6d View commit details
    Browse the repository at this point in the history