-
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
Add RoundhouseAds bidder documentation #5685
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…formation section
schain_supported: true | ||
media_types: banner, video, native | ||
floors_supported: true | ||
pbjs: true | ||
sidebarType: 1 |
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.
This document is missing quite a few pieces of adapter metadata. Please fill out the metadata as documented at https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter
code: 'native-ad-unit', | ||
mediaTypes: { | ||
native: { | ||
title: { required: true }, |
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.
I would recommend using the OpenRTB 2.5 native configuration instead.
The custom prebid configuration may be removed at some point in time
🏷 Type of documentation
📋 Checklist
RoundhouseAds Bid Adapter: Add new bidder adapter with tests Prebid.js#12400