Description
Type of issue
Adapter rules
Description
With Prebid 4.0, #5237 was adopted, where publishers can expect to be able to set openrtb video params on the ad unit instead of having to repeat the parameter set up with differing requirements for every adapter they install. At that time and again with the #5966 proposal, it was announced that behavior would be enforced.
This is a rough computer-generated, person edited list of adapters supporting video but not reading many parameters from mediaTypes.video. There are other adapters not on this list only reading some parameters from that location which should also be fixed.
A great example of how to read from the correct place includes #6177 or https://github.com/stevealliance/Prebid.js/blob/a5ec2587abe94eae75300b52b7ccceaf70e78a41/modules/districtmDMXBidAdapter.js#L157
The following bid adapters read bidder-specific video params instead of using mediatypes, eg for parameter 'mimes'. Note, a more thorough review will be done before any enforcement action. If you don't think you should be on this list please comment:
https://github.com/prebid/Prebid.js/blob/master/modules/advangelistsBidAdapter.md @trchandraprakash
https://github.com/prebid/Prebid.js/blob/master/modules/dailyhuntBidAdapter.md @montu1996
https://github.com/prebid/Prebid.js/blob/master/modules/lemmaBidAdapter.md @lemmadev
https://github.com/prebid/Prebid.js/blob/master/modules/lunamediaBidAdapter.md @trchandraprakash
https://github.com/prebid/Prebid.js/blob/master/modules/waardexBidAdapter.md @yegorWaardex
These bid adapters have acknowledged the issue and have pending pr's:
https://github.com/prebid/Prebid.js/blob/master/modules/saambaaBidAdapter.md @trchandraprakash
Also related:
prebid/prebid.github.io#2158
#5536