-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
vox adapter add support schain, userid, floors module #4714
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -2,6 +2,9 @@ | |||
layout: bidder | |||
title: VOX | |||
description: Prebid VOX Bidder Adapter | |||
schain_supported: true | |||
floors_supported: true | |||
userIds: all | |||
pbjs: true | |||
media_types: banner, video |
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.
While you are at it: We recommend adding the following fields as well
- safeframes_ok: true/false
- multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid
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.
- hard to say if we ok on safeframes) Some ad unit types like usual display banner ok with safeframes, while inImage is not supports safeframe
- About the second param - multiformat_supported. Can you please show me where description of this param can be found?
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.
About safeframes for now i will set to false, but before need to know meaning of the second param
🏷 Type of documentation
📋 Checklist