Skip to content

Commit 7e02fd6

Browse files
including prebid server configuration after Omnidex server approval: … (prebid#6211)
* including prebid server configuration after Omnidex server approval: prebid/prebid-server#4441 * removing spaces
1 parent 3180a82 commit 7e02fd6

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

dev-docs/bidders/omnidex.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ fpd_supported: false
2020
ortb_blocking_supported: false
2121
multiformat_supported: will-bid-on-one
2222
pbjs: true
23-
pbs: false
23+
pbs: true
2424
sidebarType: 1
2525
---
2626

27-
### Bid Params
27+
### Bid Params for Prebid.js
2828

2929
{: .table .table-bordered .table-striped }
3030

@@ -34,6 +34,14 @@ sidebarType: 1
3434
| `pId` | required | The publisher ID from Omnidex (pbjs only). | `'59ac17c192832d0011283fe3'` | `string` |
3535
| `bidFloor` | optional | The minimum bid value desired. omnidex will not respond with bids lower than this value. | `0.90` | `float` |
3636

37+
#### Bid Params for Prebid Server
38+
39+
{: .table .table-bordered .table-striped }
40+
41+
| Name | Scope | Description | Example | Type |
42+
|------------|----------|------------------------------------------------------------------------------------------|------------------------------|----------|
43+
| `cId` | required | The connection ID from Omnidex. | `'562524b21b1c1f08117fc7f9'` | `string` |
44+
3745
### Example
3846

3947
```javascript

0 commit comments

Comments
 (0)