-
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
Sonobi Video Support #2297
Sonobi Video Support #2297
Conversation
…eo. So only check if it is a video if sbi_ct exists
@mjacobsonny Docs PR added. prebid/prebid.github.io#698 |
@ndhimehta @jsnellbaker has there been any progress on this? Do you need anything else from Sonobi to get this merged? |
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
const [ | ||
width = 1, | ||
height = 1 | ||
] = bid.sbi_size.split('x'); |
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.
nice!
* added support for setting vastUrl * removed unsed param * some refactoring around detecting the media type and forming the creative * changed let to const * added ref param to sbi.js. fixed lint issues * added video test params to sonobi readme. * sbi_ct only comes back in a trinity response if the creative is a video. So only check if it is a video if sbi_ct exists
Type of change
Description of change
Added support for video and added ref parameter to Sonobi's creative display rendering
Be sure to test the integration with your adserver using the Hello World sample page.
apex.prebid@sonobi.com