Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.01 KB

File metadata and controls

22 lines (14 loc) · 1.01 KB

beeswax-api

Realtime API for extending the Beeswax Bidder-as-a-Service™

About Beeswax

Beeswax offers a highly customizable and extensible RTB bidding stack we call the Bidder-as-a-Service. By utilizing Beeswax, technically sophisticated advertisers can get transparency, flexibility and control over their digital media buying.

Documentation

Beeswax offers two types of APIs to our customers, the "Buzz" REST API for campaign trafficking and reporting, and the "Stinger" realtime APIs for responding to bid requests, augmenting bid requests with data, and otherwise integrating into our bidding system.

The REST API documentation can be found here.

The realtime documentation can be found here.

Maven Dependency

<dependency>
  <groupId>com.beeswax</groupId>
  <artifactId>beeswax-api</artifactId>
  <version>${beeswax-api-jar-version}</version>
</dependency>