-
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
pubGENIUS bid adapter: support video #6040
Conversation
Just a note that all tests passed locally. |
Hi, All the rest of the code seems ok. |
Done @osazos |
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
Here's the problem -- if you leave videoCacheKey in, then publishers have to set up a separate creative in the ad server for you. Once the first one does that, you're screwed -- you can't remove videoCacheKey until you check with every pub that they're ready for it. I highly recommend you remove videoCacheKey right now before you're live. But if you insist, I'll add you to the list of bidders in #6078 . |
Yup, that would be fine. This one's already been merged. |
* pubGENIUS bid adapter: support video * update md doc to show more video params
Type of change
Description of change
pubGENIUS bid adapter supports video mediaType with this PR.
Other information
@kevinstubbs for team