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

Multi-AdUnit Auctions #958

Closed
bretg opened this issue Feb 23, 2024 · 1 comment
Closed

Multi-AdUnit Auctions #958

bretg opened this issue Feb 23, 2024 · 1 comment

Comments

@bretg
Copy link
Contributor

bretg commented Feb 23, 2024

Is your feature request related to a problem? Please describe.

A performance optimization to consider for SDK 3.0 or a future release

Describe the solution you'd like

Currently Prebid SDK only ever invokes one imp at a time. This is inefficient from the perspective of both the app and the Prebid Server host company:

  • the app has to deal with more requests/responses
  • PBS has to process more requests than strictly necessary

Users of the SDK should be able to define an auction that includes multiple adunits. This applies to all the modes:

  1. a global fetchDemand() that takes a list of AdUnit objects
  2. for the rendering API, a global loadAd() that takes a list of AdUnit objects

Describe alternatives you've considered

Any reasonable multi-adunit solution is welcome.

@bretg
Copy link
Contributor Author

bretg commented Mar 14, 2024

Closing as duplicate of #950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant