From 4b63daf256ff045f3dbdb6ec4c9c7d64fef644ce Mon Sep 17 00:00:00 2001 From: BoldwinDev Date: Fri, 8 Aug 2025 11:14:39 +0300 Subject: [PATCH] Add Boldwin Rapid Bidder Adapter documentation --- dev-docs/bidders/boldwin_rapid.md | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dev-docs/bidders/boldwin_rapid.md diff --git a/dev-docs/bidders/boldwin_rapid.md b/dev-docs/bidders/boldwin_rapid.md new file mode 100644 index 0000000000..90554d5df9 --- /dev/null +++ b/dev-docs/bidders/boldwin_rapid.md @@ -0,0 +1,35 @@ +--- +layout: boldwin_rapid +title: Boldwin Rapid +description: Prebid Boldwin Rapid Bidder Adapter +pbjs: true +pbs: true +biddercode: boldwin_rapid +gvl_id: 1151 +tcfeu_supported: true +usp_supported: true +coppa_supported: true +floors_supported: true +pbs_app_supported: true +gpp_supported: true +media_types: banner, video, native +multiformat_supported: will-bid-on-one +safeframes_ok: true +sidebarType: 1 +--- + +### Note + +The Boldwin Rapid Bidding adapter requires setup before beginning. Please contact us at + +### Bid Params + +{: .table .table-bordered .table-striped } +| Name | Scope | Description | Example | Type | +|---------------|----------|---------------|------------------------------|-----------| +| `pid` | required | Publisher Id | `'1234'` | `string` | +| `tid` | required | Placement Id | `'123e45a6789b9ced876cc543'` | `string` | + +For both the Prebid Server and Prebid.js integrations it is required to use both parameters: `pid` and `tid`. +`pid` - should be sent in the Prebid Server bid request to Boldwin Rapid in case you integrate with Boldwin Rapid bidder. +`tid` - should be sent in the Prebid Server bid request to Boldwin Rapid in case you integrate with Boldwin Rapid bidder.