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 Auction and Winner Selection Logic #950

Open
bretg opened this issue Jan 11, 2024 · 0 comments
Open

Multi-AdUnit Auction and Winner Selection Logic #950

bretg opened this issue Jan 11, 2024 · 0 comments

Comments

@bretg
Copy link
Contributor

bretg commented Jan 11, 2024

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

I learned two things about Prebid SDK that are not aligned with other Prebid products:

  1. SDK currently supports doing auctions with only one AdUnit at a time. Doing one auction at a time is poor performance and costs everyone time and money.
  2. In "Rendering" mode, SDK selecting a winner without the ability to override. No other part of Prebid makes a winning bid decision that cannot be overridden by publisher code. Use cases include: choosing deals over open market bids and limited bid caching.

Describe the solution you'd like

I would like to propose requirements for a future major version of the SDK to align it with other Prebid products:

  1. Support the ability to call for multiple AdUnits at the same time.
  2. Support the ability for app developers to provide alternate bid-choosing logic. i.e. don't tie the auction, winner selection, and render together into one inseparable interface.

There are many ways to design these features into the SDK. Will leave that task to the people who know mobile SDKs better.

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

No branches or pull requests

1 participant