Skip to content
Merged
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
47 changes: 47 additions & 0 deletions dev-docs/bidders/realry.md
Original file line number Diff line number Diff line change
@@ -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: true
pbs: false
pbs_app_supported: false
Comment on lines +14 to +15

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please open a second PR with the prebid-server PR linked and change those to 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`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We usually recommend adding a user agnostic email, e.g. prebid@realry.com

Loading