From e0b2bdae1eee50ce48209ce23c8f10d56b8ffda0 Mon Sep 17 00:00:00 2001 From: Ivan Zivkovic Date: Tue, 22 Jul 2025 12:29:45 +0200 Subject: [PATCH 1/4] added documentation for oprx bidder adapter --- dev-docs/bidders/oprx.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dev-docs/bidders/oprx.md diff --git a/dev-docs/bidders/oprx.md b/dev-docs/bidders/oprx.md new file mode 100644 index 0000000000..f4b28b3cc4 --- /dev/null +++ b/dev-docs/bidders/oprx.md @@ -0,0 +1,39 @@ +--- +layout: bidder +title: OptimizeRx +description: Prebid OptimizeRx Bidder Adapter +biddercode: oprx +tcfeu_supported: false +usp_supported: false +coppa_supported: false +gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp +schain_supported: false +dchain_supported: false +userId: none +media_types: banner +safeframes_ok: true +deals_supported: false +floors_supported: true +fpd_supported: false +pbjs: true +pbs: true +pbs_app_supported: true +prebid_member: false +multiformat_supported: will-not-bid +ortb_blocking_supported: false +privacy_sandbox: no +--- + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|------------------------|------------|-----------| +| `placementId` | required | Placement ID | `11111` | `integer` | +| `key` | required | Key | `'abc123'` | `string` | +| `width` | optional | Banner Width | `123` | `integer` | +| `height` | optional | Banner Height | `456` | `integer` | +| `bid_floor` | optional | Bidding Price Floor | `123.45` | `number` | +| `npi` | optional | NPI | `'22222'` | `string` | +| `ndc` | optional | NDC | `'33333'` | `string` | +| `type` | required | Type of Bid/Impression | `'banner'` | `string` | \ No newline at end of file From d1723d57046cafefcfa15dc6046e4f17355f6448 Mon Sep 17 00:00:00 2001 From: Ivan Zivkovic Date: Tue, 22 Jul 2025 14:43:12 +0200 Subject: [PATCH 2/4] removed gpp_sids --- dev-docs/bidders/oprx.md | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-docs/bidders/oprx.md b/dev-docs/bidders/oprx.md index f4b28b3cc4..1b665855e4 100644 --- a/dev-docs/bidders/oprx.md +++ b/dev-docs/bidders/oprx.md @@ -6,7 +6,6 @@ biddercode: oprx tcfeu_supported: false usp_supported: false coppa_supported: false -gpp_sids: tcfeu, tcfca, usnat, usstate_all, usp schain_supported: false dchain_supported: false userId: none From e517747ccbccc2a4e78daa8ee834432b0d0cfdf0 Mon Sep 17 00:00:00 2001 From: Ivan Zivkovic Date: Mon, 28 Jul 2025 16:49:27 +0200 Subject: [PATCH 3/4] fixed lats newline char --- dev-docs/bidders/oprx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/oprx.md b/dev-docs/bidders/oprx.md index 1b665855e4..c2b5addff6 100644 --- a/dev-docs/bidders/oprx.md +++ b/dev-docs/bidders/oprx.md @@ -35,4 +35,4 @@ privacy_sandbox: no | `bid_floor` | optional | Bidding Price Floor | `123.45` | `number` | | `npi` | optional | NPI | `'22222'` | `string` | | `ndc` | optional | NDC | `'33333'` | `string` | -| `type` | required | Type of Bid/Impression | `'banner'` | `string` | \ No newline at end of file +| `type` | required | Type of Bid/Impression | `'banner'` | `string` | From fbec14c89375138c8c082c43f7a96365f4ca1259 Mon Sep 17 00:00:00 2001 From: Ivan-Z-Oprx Date: Wed, 30 Jul 2025 13:07:33 +0200 Subject: [PATCH 4/4] setting pbs to false for now Co-authored-by: Muki Seiler --- dev-docs/bidders/oprx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/oprx.md b/dev-docs/bidders/oprx.md index c2b5addff6..3aa40d163a 100644 --- a/dev-docs/bidders/oprx.md +++ b/dev-docs/bidders/oprx.md @@ -15,7 +15,7 @@ deals_supported: false floors_supported: true fpd_supported: false pbjs: true -pbs: true +pbs: false pbs_app_supported: true prebid_member: false multiformat_supported: will-not-bid