-
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
Aso Bid Adapter: add new bid adapter #7062
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @adserver-online,
A question about your buildRequests()
method, If the adUnit is configured with both Banner and Video mediaTypes, you will bid on Banner only. Is it the expected behavior?
Here the missing part to validate the adapter:
- FloorPrices module support is required with Prebid.js 5.x.
- you have to provide a renderer for outsream video context.
Hi @adserver-online, thanks for your quick reply. All seems ok for me. |
@osazos We're sorry for the changes after approval. We've made outstream renderer better configurable. Please have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @adserver-online, I merged your PR, but we get a CI error due to the usage of Can you make a new PR to quickly fix it? Ping me in comment when it's done.
|
Hi, |
Merged the fix for ie 🙏 Thanks @adserver-online for jumping on this |
* Adserver.Online bidder adapter * Added Price Floors support * Added outstream renderer * Docs updated * coverage improved * Added config support to outstream renderer Co-authored-by: dev <[email protected]>
Type of change
Hello world checked
contact email of the adapter’s maintainer: [email protected]
official adapter submission
Docs PR Adserver.Online adapter docs prebid.github.io#3046