-
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
Add Video Reach adapter #3766
Add Video Reach adapter #3766
Conversation
Looking now |
I would like to clear up some of my confusion. It seems as if But you are never sending back Instead you pass nothing which defaults it to If a publisher wishes to use Prebid requires that the full Thus when constructing the Client Side caching it is able to store the VAST XML for future fetching. For video Reach is looks like you return script tag which loads some javascript which then will pick out your VAST XML. This will not work with many video prebid integrations that publishers have. The recommendation is to:
========================================================================
Exampel bid adapter using this: https://github.com/prebid/Prebid.js/blob/master/modules/pubmaticBidAdapter.js#L940 ======================================================================== FOR B: ======================================================================== For C:
Example bid adapter using this approach: Please note that When constructing DoubleClick calls, prebid sends the following KVPs when
When these three things are combined it |
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.
Please see comments.
Also please provide clarity on the expectation of how videoReach
will be used in conjunction with other Video Demand partners if you really want to always count your bid response as banner
Hi Robert, thank you for your helpful information. We made following changes:
Thanks! |
Taking a look now. Thanks. |
@VideoReach Thanks for updating. I still have a question regarding your example parameters and how to actually render your ads? It seems as though your ad server is loading some JS which eventually looks like it is trying to get a VAST Url, or maybe some sort of vast player? How will you be having bidders work with your adapter? Do you plan on them not using the usual |
@robertrmartinez Thanks for checking!
Right, we load our own player (when won), which is loading the winning VAST.
So far this is not planned.
No, we just set the HTML selector (in out ad server). The publisher only need to use the provided |
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
Thanks for answering my questions.
* Add Video Reach adapter * Add Video Reach adapter * Add Video Reach adapter
Type of change
Description of change
Add Video Reach adapter
Be sure to test the integration with your adserver using the Hello World sample page.
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information