-
Notifications
You must be signed in to change notification settings - Fork 753
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
Bid Type Detection (banner, video, audio, native) #2366
Comments
Discussed (a while ago) in the Prebid Server Committee. Prebid Server requires adapters to provide an Instead, we will offer helper methods adapters can use to set the Open Question Answers
Reject the bid if the adapter does not in some way provide an
It is the adapter's responsibility to set the
Again, it is the adapter's responsibility to set the |
PBS-Go has built a helper method for bid adapters to return the proper mtype. Two open items:
|
Background
OpenRTB 2.6 introduces a new bid response field "mtype" to explicitly define the media type / markup type of the bid (banner, video, audio, native). Prebid Server requires adapters to determine the type in their
MakeBids
code. I propose we move as much of this work as possible to the core logic such that adapters no longer need to extract this field.Adapters will retain the ability to explicitly set the type, but this is now optional and fallback code is built into PBS-Core. Adapters will rely on the fallback code must provide a type hierarchy to inform PBS-Core which type to use if multiple are present.
Algorithm
Open Questions
IX has implemented "mtype" in their adapter code and provided feedback on how they would prefer it works in the future.
The text was updated successfully, but these errors were encountered: