Skip to content

HyperBrainz Bid Adapter: add bidder documentation#6632

Open
krishnarx wants to merge 10 commits into
prebid:masterfrom
hyperbrainz:master
Open

HyperBrainz Bid Adapter: add bidder documentation#6632
krishnarx wants to merge 10 commits into
prebid:masterfrom
hyperbrainz:master

Conversation

@krishnarx

Copy link
Copy Markdown

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

Description

The hyperbrainz.md doc 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:

  • Updated bidderCode, supported media types (banner, video, native)
  • Correct GDPR / USP / GPP / COPPA / schain / floors support flags
  • Updated bid params table (placementId, publisherId, bidFloor, ext) reflecting the actual params read by the new adapter
  • Maintainer contact updated to it@hyperbrainz.com

@netlify

netlify Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 9b8ad64
🔍 Latest deploy log https://app.netlify.com/projects/prebid-docs-preview/deploys/6a581eb0e3255300089f07b3
😎 Deploy Preview https://deploy-preview-6632--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Comment thread dev-docs/bidders/hyperbrainz.md Outdated
Comment thread dev-docs/bidders/hyperbrainz.md Outdated
Comment thread dev-docs/bidders/hyperbrainz.md
@krishnarx

Copy link
Copy Markdown
Author

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!

@muuki88 muuki88 added LGTM and removed needs work labels Jul 16, 2026
@muuki88

muuki88 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Thanks for the quick fix 😊

@krishnarx

Copy link
Copy Markdown
Author

Thanks for the review!

@jefftmahoney

Copy link
Copy Markdown
Contributor

@muuki88 if an adapter uses LocalStorage, does that need to be noted in the docs?

@muuki88

muuki88 commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

@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 storageManager, everything is fine. Prebid.js takes care if it is allowed or not. In this particular case, the adapter doesn't have a gvl_id hence no TCF checks can be performed. In regions where GDPR ( ~= TCF ) applies, the adapter won't be able to access local storage if the tcfEnforcement module is active

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants