Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev-docs/bidders/oprx.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ deals_supported: false
floors_supported: true
fpd_supported: false
pbjs: true
pbs: false
pbs: true
pbs_app_supported: true
prebid_member: false
multiformat_supported: will-not-bid
ortb_blocking_supported: false
privacy_sandbox: no
---

### Bid Params
## Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|------------------------|------------|-----------|
| `placementId` | required | Placement ID | `11111` | `integer` |
| `placement_id`| required | Placement ID | `11111` | `integer` |
| `key` | required | Key | `'abc123'` | `string` |
| `width` | optional | Banner Width | `123` | `integer` |
| `height` | optional | Banner Height | `456` | `integer` |
Expand Down
Loading