From bde9e70847d6b616ed742e753990c1585dc46ce3 Mon Sep 17 00:00:00 2001 From: trgsteve Date: Thu, 4 Jun 2026 23:09:30 +0900 Subject: [PATCH 1/4] Add Realry bidder docs (companion to prebid-server#4813) --- dev-docs/bidders/realry.md | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 dev-docs/bidders/realry.md diff --git a/dev-docs/bidders/realry.md b/dev-docs/bidders/realry.md new file mode 100644 index 0000000000..5e1b558963 --- /dev/null +++ b/dev-docs/bidders/realry.md @@ -0,0 +1,47 @@ +--- +layout: bidder +title: Realry +description: Prebid Realry Bidder Adapter +biddercode: realry +media_types: banner, native +tcfeu_supported: false +gdpr_supported: false +usp_supported: false +coppa_supported: false +schain_supported: false +floors_supported: false +pbjs: false +pbs: true +pbs_app_supported: true +prebid_member: false +multiformat_supported: will-bid-on-one +safeframes_ok: true +deals_supported: false +fpd_supported: false +sidebarType: 1 +--- + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|-----------------------------------------------------|------------------|----------| +| `placementId` | required | Publisher-side identifier for the slot. | `"slot-pdp-1"` | `string` | +| `sellerId` | optional | Realry-assigned advertiser id (partnerships team). | `"seller-acme"` | `string` | + +### Description + +Realry is a commerce DSP focused on luxury fashion product listings. The adapter +forwards the entire OpenRTB BidRequest to `https://bid.realry.com/bid/openrtb` +and returns standard OpenRTB 2.6 BidResponses: + +- **Banner** imps receive an `adm` with HTML markup (anchor + image). +- **Native** imps receive an `adm` containing a Native 1.2 admObject with assets + filled per the requested asset ids (title, main image, sponsored, price, CTA). + +The adapter infers bid type from the matching imp's media types — Realry's +endpoint does not stamp `ext.prebid.type` on returned bids. + +### Maintainer + +`steve@realry.com` From 8fb73c299eb1070f788b44f8a860ab0761a98e7d Mon Sep 17 00:00:00 2001 From: trgsteve Date: Thu, 4 Jun 2026 23:59:35 +0900 Subject: [PATCH 2/4] Realry bidder docs: enable pbjs (companion to Prebid.js#14997) --- dev-docs/bidders/realry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/realry.md b/dev-docs/bidders/realry.md index 5e1b558963..6d1ed56ab7 100644 --- a/dev-docs/bidders/realry.md +++ b/dev-docs/bidders/realry.md @@ -10,7 +10,7 @@ usp_supported: false coppa_supported: false schain_supported: false floors_supported: false -pbjs: false +pbjs: true pbs: true pbs_app_supported: true prebid_member: false From c9f4809557746fa0d98280b00ed1e6fe7bbb9008 Mon Sep 17 00:00:00 2001 From: trgsteve Date: Fri, 5 Jun 2026 00:02:51 +0900 Subject: [PATCH 3/4] fix: bump bidder doc headings to h2 (MD001) --- dev-docs/bidders/realry.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-docs/bidders/realry.md b/dev-docs/bidders/realry.md index 6d1ed56ab7..3cf01ef5c3 100644 --- a/dev-docs/bidders/realry.md +++ b/dev-docs/bidders/realry.md @@ -21,7 +21,7 @@ fpd_supported: false sidebarType: 1 --- -### Bid Params +## Bid Params {: .table .table-bordered .table-striped } | Name | Scope | Description | Example | Type | @@ -29,7 +29,7 @@ sidebarType: 1 | `placementId` | required | Publisher-side identifier for the slot. | `"slot-pdp-1"` | `string` | | `sellerId` | optional | Realry-assigned advertiser id (partnerships team). | `"seller-acme"` | `string` | -### Description +## Description Realry is a commerce DSP focused on luxury fashion product listings. The adapter forwards the entire OpenRTB BidRequest to `https://bid.realry.com/bid/openrtb` @@ -42,6 +42,6 @@ and returns standard OpenRTB 2.6 BidResponses: The adapter infers bid type from the matching imp's media types — Realry's endpoint does not stamp `ext.prebid.type` on returned bids. -### Maintainer +## Maintainer `steve@realry.com` From a83643f23f6974791ec069bd058409f53cdfbad7 Mon Sep 17 00:00:00 2001 From: Muki Seiler Date: Mon, 15 Jun 2026 18:03:25 +0200 Subject: [PATCH 4/4] Update dev-docs/bidders/realry.md --- dev-docs/bidders/realry.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/realry.md b/dev-docs/bidders/realry.md index 3cf01ef5c3..432b48f2d0 100644 --- a/dev-docs/bidders/realry.md +++ b/dev-docs/bidders/realry.md @@ -11,8 +11,8 @@ coppa_supported: false schain_supported: false floors_supported: false pbjs: true -pbs: true -pbs_app_supported: true +pbs: false +pbs_app_supported: false prebid_member: false multiformat_supported: will-bid-on-one safeframes_ok: true