Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

Feature Request: Dynamic Bidder Modules

Open ReinoutStevens opened this issue 8 months ago • 5 comments

Type of issue

Feature Request

Description

As a publisher, we're adding more and more partners. Many of these partners are country-specific (e.g. they only run in 1 specific country). Having many partners has 2 downsides:

  • it increases the bundle size of Prebid
  • Some bid adapters fetch and execute external JS, even when that bid adapters is not used in the auction

While we can mitigate this problem by building multiple prebid versions ourselves, it doesn't really scale when adding more country-specific partners.

It would be better if Prebid supported dynamically loading in bid adapters, either through a specific api, or the moment the bidder is used in an auction for the first time.

ReinoutStevens avatar Jun 25 '24 12:06 ReinoutStevens