From f62acbfddc4454ec04d4091d05b75046b4a0cea9 Mon Sep 17 00:00:00 2001 From: Krishna Rathore Date: Mon, 22 Jun 2026 14:54:59 +0530 Subject: [PATCH] Update markdown formatting in hyperbrainz.md --- dev-docs/bidders/hyperbrainz.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-docs/bidders/hyperbrainz.md b/dev-docs/bidders/hyperbrainz.md index 85f26ee4b9..455526ee08 100644 --- a/dev-docs/bidders/hyperbrainz.md +++ b/dev-docs/bidders/hyperbrainz.md @@ -16,17 +16,17 @@ pbs: false maintainer_email: it@hyperbrainz.com --- -### Note +## Note The HyperBrainz bid adapter requires setup and approval before implementation. -Please reach out to it@hyperbrainz.com for more details. +Please reach out to for more details. -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|---------------|----------|-------------------------------------------|---------------------|----------| -| `placementId` | required | Unique placement identifier | `'hb_test_banner'` | `string` | -| `publisherId` | optional | Publisher identifier | `'pub-1'` | `string` | -| `bidFloor` | optional | Minimum CPM floor override (USD) | `0.30` | `number` | -| `ext` | optional | Custom extension fields passed to the exchange | `{}` | `object` | +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------------------------------------------|---------------------|----------| +| `placementId` | required | Unique placement identifier | `'hb_test_banner'` | `string` | +| `publisherId` | optional | Publisher identifier | `'pub-1'` | `string` | +| `bidFloor` | optional | Minimum CPM floor override (USD) | `0.30` | `number` | +| `ext` | optional | Custom extension fields passed to the exchange | `{}` | `object` |