-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Feature Request: Dynamic Bidder Modules #11862
Comments
Which bid adapter runs external js ? |
Afaik in our case that was Criteo and Adagio. Adagio loads in external stuff, even when they are not used in the auction. Not sure whether that was the case for Criteo, or if that only happens when they were part of the auction. |
Those are both no longer in #11720 :) |
The approach of #5287 would work for us, and we could just use dynamic imports in our ads wrapper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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.
The text was updated successfully, but these errors were encountered: