Closed DecayConstant closed 5 years ago
Hi @jimee02 @lambdarho @lu-ruo,
Based on looking back at some commits for the OpenX Adapter, would one of you be able to review the issue above and put together a fix (if needed)? If you know of a more ideal contact, can you please tag them here?
Thanks!
@jsnellbaker and @DecayConstant , I can take a look at this.
@DecayConstant, I've created a ticket to updated our docs page and have updated prebid and our adapter to match the code.
@jsnellbaker, can we consider this issue closed?
Type of issue
Bug in OpenX Adapter or incorrect documentation about the video
openrtb
parameter.Description
The documentation for OpenX video bid requests (Here: https://docs.openx.com/Content/developers/containers/prebid-video-adapter.html and here: https://github.com/prebid/Prebid.js/blob/master/modules/openxBidAdapter.md ) indicates that the proper structure of the requests looks like this:
However, this does not work. Both the OpenX Adapter code and the the OpenX tests indicate this is the correct format:
As a result, setting up
openrtb
according to the documentation does nothing. There also seems to be more undocumented behavior related to the contents ofvideo
. So either the code needs to be updated to match the documentation, or the documentation needs to change to match the code.Steps to reproduce
Try to use the
openrtb
parameter on an OpenX video bid request as documented.