HyperBrainz Bid Adapter: add bidder documentation#6632
Conversation
HyperBrainz Bid Adapter: add bidder documentation
✅ Deploy Preview for prebid-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Update markdown formatting in hyperbrainz.md
Fix markdownlint errors in hyperbrainz.md
|
Hi @muuki88 — all 3 review items addressed in the latest commit. Also fixed markdownlint formatting issues along the way. Let me know if anything else is needed! |
|
Thanks for the quick fix 😊 |
|
Thanks for the review! |
|
@muuki88 if an adapter uses LocalStorage, does that need to be noted in the docs? |
I don't think so @jefftmahoney . As long as the code goes through the PBJS |
🏷 Type of documentation
📋 Checklist
Description
The
hyperbrainz.mddoc file was originally added by AdKernel under a shared/generic integration, but it does not reflect the actual HyperBrainz Bid Adapter implementation submitted in prebid/Prebid.js#15137.This PR updates the documentation to match the bid params, supported media types, and feature flags actually implemented in the new adapter (
hyperbrainzBidAdapter.js), including:bidderCode, supported media types (banner, video, native)placementId,publisherId,bidFloor,ext) reflecting the actual params read by the new adapterit@hyperbrainz.com