From 75439a9b146d2b27c6cc58769afbf9130f75f111 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Thu, 14 Aug 2025 16:01:49 +0300 Subject: [PATCH 1/2] including prebid server configuration after Omnidex server approval: https://github.com/prebid/prebid-server/pull/4441 --- dev-docs/bidders/omnidex.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/omnidex.md b/dev-docs/bidders/omnidex.md index 719547c393..fb365ff067 100644 --- a/dev-docs/bidders/omnidex.md +++ b/dev-docs/bidders/omnidex.md @@ -20,11 +20,11 @@ fpd_supported: false ortb_blocking_supported: false multiformat_supported: will-bid-on-one pbjs: true -pbs: false +pbs: true sidebarType: 1 --- -### Bid Params +### Bid Params for Prebid.js {: .table .table-bordered .table-striped } @@ -34,6 +34,16 @@ sidebarType: 1 | `pId` | required | The publisher ID from Omnidex (pbjs only). | `'59ac17c192832d0011283fe3'` | `string` | | `bidFloor` | optional | The minimum bid value desired. omnidex will not respond with bids lower than this value. | `0.90` | `float` | + +#### Bid Params for Prebid Server + +{: .table .table-bordered .table-striped } + +| Name | Scope | Description | Example | Type | +|------------|----------|------------------------------------------------------------------------------------------|------------------------------|----------| +| `cId` | required | The connection ID from Omnidex. | `'562524b21b1c1f08117fc7f9'` | `string` | + + ### Example ```javascript From 3e32bf7687620c6e4ecf701f0e455005cdba5db9 Mon Sep 17 00:00:00 2001 From: anna-y-perion Date: Thu, 14 Aug 2025 16:03:50 +0300 Subject: [PATCH 2/2] removing spaces --- dev-docs/bidders/omnidex.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-docs/bidders/omnidex.md b/dev-docs/bidders/omnidex.md index fb365ff067..6a880c22fc 100644 --- a/dev-docs/bidders/omnidex.md +++ b/dev-docs/bidders/omnidex.md @@ -34,7 +34,6 @@ sidebarType: 1 | `pId` | required | The publisher ID from Omnidex (pbjs only). | `'59ac17c192832d0011283fe3'` | `string` | | `bidFloor` | optional | The minimum bid value desired. omnidex will not respond with bids lower than this value. | `0.90` | `float` | - #### Bid Params for Prebid Server {: .table .table-bordered .table-striped } @@ -43,7 +42,6 @@ sidebarType: 1 |------------|----------|------------------------------------------------------------------------------------------|------------------------------|----------| | `cId` | required | The connection ID from Omnidex. | `'562524b21b1c1f08117fc7f9'` | `string` | - ### Example ```javascript