Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/scripts/codepath-notification
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
/dev-docs/bidders/openx : prebid@openx.com
/dev-docs/bidders/teads : tech-ssp-video@teads.tv
/dev-docs/bidders/kargo : kraken@kargo.com
/dev-docs/bidders/bidwave : prebid@bidwave.net
40 changes: 40 additions & 0 deletions dev-docs/bidders/bidwave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: bidder
title: BidWave
description: Prebid BidWave Bidder Adapter
biddercode: bidwave
pbjs: false
pbs: true
pbs_app_supported: true
media_types: banner, video
userIds: all
fpd_supported: true
tcfeu_supported: false
gvl_id: none
usp_supported: true
coppa_supported: true
schain_supported: true
dchain_supported: false
safeframes_ok: true
deals_supported: false
floors_supported: true
prebid_member: false
ortb_blocking_supported: true
multiformat_supported: will-bid-on-one
privacy_sandbox: no
sidebarType: 1
---

### Note

The BidWave bidder adapter requires setup before beginning. Please contact <hello@bidwave.net> for onboarding.

BidWave bids in USD. Prebid Server sends BidWave requests in USD and converts bid floors to USD when currency conversion is configured.

### Bid Params

{: .table .table-bordered .table-striped }

| Name | Scope | Description | Example | Type |
|:--------------|:---------|:-------------------------------|:-----------------------------------------|:---------|
| `publisherId` | required | BidWave publisher company UUID | `'11111111-1111-4111-8111-111111111111'` | `string` |
Loading