Skip to content

Commit ea553c1

Browse files
committed
Add BidWave bidder docs
1 parent 708230f commit ea553c1

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/workflows/scripts/codepath-notification

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
/dev-docs/bidders/openx : prebid@openx.com
1717
/dev-docs/bidders/teads : tech-ssp-video@teads.tv
1818
/dev-docs/bidders/kargo : kraken@kargo.com
19+
/dev-docs/bidders/bidwave : prebid@bidwave.net

dev-docs/bidders/bidwave.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: bidder
3+
title: BidWave
4+
description: Prebid BidWave Bidder Adapter
5+
biddercode: bidwave
6+
pbjs: false
7+
pbs: true
8+
pbs_app_supported: true
9+
media_types: banner, video
10+
userIds: all
11+
fpd_supported: true
12+
tcfeu_supported: false
13+
gvl_id: none
14+
usp_supported: true
15+
coppa_supported: true
16+
schain_supported: true
17+
dchain_supported: false
18+
safeframes_ok: true
19+
deals_supported: false
20+
floors_supported: true
21+
prebid_member: false
22+
ortb_blocking_supported: true
23+
multiformat_supported: will-bid-on-one
24+
privacy_sandbox: no
25+
sidebarType: 1
26+
---
27+
28+
### Note
29+
30+
The BidWave bidder adapter requires setup before beginning. Please contact <hello@bidwave.net> for onboarding.
31+
32+
BidWave bids in USD. Prebid Server sends BidWave requests in USD and converts bid floors to USD when currency conversion is configured.
33+
34+
### Bid Params
35+
36+
{: .table .table-bordered .table-striped }
37+
38+
| Name | Scope | Description | Example | Type |
39+
|:--------------|:---------|:-------------------------------|:-----------------------------------------|:---------|
40+
| `publisherId` | required | BidWave publisher company UUID | `'11111111-1111-4111-8111-111111111111'` | `string` |

0 commit comments

Comments
 (0)