Skip to content

New Adapter: BidWave#4523

Open
eng-bidwave wants to merge 1 commit into
prebid:masterfrom
bidwave-net:bidwave-adapter
Open

New Adapter: BidWave#4523
eng-bidwave wants to merge 1 commit into
prebid:masterfrom
bidwave-net:bidwave-adapter

Conversation

@eng-bidwave
Copy link
Copy Markdown

@eng-bidwave eng-bidwave commented Jun 1, 2026

Type of changes

  • new bid adapter

What's the context?

Adds the BidWave bidder adapter to Prebid Server Java.

Rationale behind the change

Enable publishers to access BidWave demand through Prebid Server.

A dedicated adapter is used because BidWave requires publisher ID handling and USD bid-floor normalization before forwarding requests.

New Bid Adapter Checklist

  • verify email contact works
  • NO fully dynamic hostnames
  • geographic host parameters are NOT required
  • direct use of HTTP is prohibited - implement an existing Bidder interface that will do all the job
  • if the ORTB is just forwarded to the endpoint, use the generic adapter - define the new adapter as the alias of the generic adapter
  • cover an adapter configuration with an integration test

Test plan

  • ./mvnw -pl . -Dtest=org.prebid.server.bidder.bidwave.BidwaveBidderTest,org.prebid.server.it.BidwaveTest test
  • git diff --check

Quality check

  • Are your changes following the code style guidelines?
  • Are there any breaking changes in your code? No.
  • Does your test coverage exceed 90%?
  • Are there any erroneous console logs, debuggers or leftover code in your changes? No.

Other info

@eng-bidwave eng-bidwave changed the title Add BidWave bidder adapter New Adapter: BidWave Jun 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant