File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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 ` |
You can’t perform that action at this time.
0 commit comments