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
4 changes: 2 additions & 2 deletions dev-docs/bidders/oprx.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
floors_supported: true
fpd_supported: false
pbjs: true
pbs: false
pbs: true
pbs_app_supported: true
prebid_member: false
multiformat_supported: will-not-bid
Expand All @@ -23,12 +23,12 @@
privacy_sandbox: no
---

### Bid Params

Check failure on line 26 in dev-docs/bidders/oprx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/bidders/oprx.md:26 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md001.md

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |

Check failure on line 29 in dev-docs/bidders/oprx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Tables should be surrounded by blank lines

dev-docs/bidders/oprx.md:29 MD058/blanks-around-tables Tables should be surrounded by blank lines [Context: "| Name | Scope | D..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md058.md
|---------------|----------|------------------------|------------|-----------|
| `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