File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ fpd_supported: false
2020ortb_blocking_supported : false
2121multiformat_supported : will-bid-on-one
2222pbjs : true
23- pbs : false
23+ pbs : true
2424sidebarType : 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
You can’t perform that action at this time.
0 commit comments