Skip to content

Commit 13972c0

Browse files
Ivan-Z-Oprxmuuki88
andauthored
oprx bidder adapter documentation (prebid#6164)
* added documentation for oprx bidder adapter * removed gpp_sids * fixed lats newline char * setting pbs to false for now Co-authored-by: Muki Seiler <[email protected]> --------- Co-authored-by: Muki Seiler <[email protected]>
1 parent e07a05b commit 13972c0

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

dev-docs/bidders/oprx.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: bidder
3+
title: OptimizeRx
4+
description: Prebid OptimizeRx Bidder Adapter
5+
biddercode: oprx
6+
tcfeu_supported: false
7+
usp_supported: false
8+
coppa_supported: false
9+
schain_supported: false
10+
dchain_supported: false
11+
userId: none
12+
media_types: banner
13+
safeframes_ok: true
14+
deals_supported: false
15+
floors_supported: true
16+
fpd_supported: false
17+
pbjs: true
18+
pbs: false
19+
pbs_app_supported: true
20+
prebid_member: false
21+
multiformat_supported: will-not-bid
22+
ortb_blocking_supported: false
23+
privacy_sandbox: no
24+
---
25+
26+
### Bid Params
27+
28+
{: .table .table-bordered .table-striped }
29+
| Name | Scope | Description | Example | Type |
30+
|---------------|----------|------------------------|------------|-----------|
31+
| `placementId` | required | Placement ID | `11111` | `integer` |
32+
| `key` | required | Key | `'abc123'` | `string` |
33+
| `width` | optional | Banner Width | `123` | `integer` |
34+
| `height` | optional | Banner Height | `456` | `integer` |
35+
| `bid_floor` | optional | Bidding Price Floor | `123.45` | `number` |
36+
| `npi` | optional | NPI | `'22222'` | `string` |
37+
| `ndc` | optional | NDC | `'33333'` | `string` |
38+
| `type` | required | Type of Bid/Impression | `'banner'` | `string` |

0 commit comments

Comments
 (0)