-
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
New bidder Adapter - MediaConsortium #5546
New bidder Adapter - MediaConsortium #5546
Conversation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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 fix the linting issue.
You're also missing most of the metadata that publishers need to have about bid adapters. See https://docs.prebid.org/dev-docs/bidder-adaptor.html#submitting-your-adapter
layout: bidder
title: example
description: Prebid example Bidder Adapter
biddercode: example
aliasCode: fileContainingPBJSAdapterCodeIfDifferentThenBidderCode
tcfeu_supported: true/false
dsa_supported: true/false
gvl_id: none
usp_supported: true/false
coppa_supported: true/false
gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp
schain_supported: true/false
dchain_supported: true/false
userId: (list of supported vendors)
media_types: banner, video, native
safeframes_ok: true/false
deals_supported: true/false
floors_supported: true/false
fpd_supported: true/false
pbjs: true/false
pbs: true/false
prebid_member: true/false
multiformat_supported: will-bid-on-any, will-bid-on-one, will-not-bid
ortb_blocking_supported: true/partial/false
privacy_sandbox: no or comma separated list of `paapi`, `topics`
sidebarType: 1
Also, most bid adapters have an email contact address for publishers to register.
d1d5b91
to
584bb0a
Compare
I fixed the linting issue and updated the metadata |
584bb0a
to
8429df6
Compare
87e1190
to
e498401
Compare
e498401
to
1e0e6a5
Compare
🏷 Type of documentation
📋 Checklist
Related pull requests in prebid.js or server are linked -> Paste link in this list or reference it on the PR itself
MediaConsortium bid adapter: initial release Prebid.js#11892
For new adapters check submitting your adapter docs