Supply Integration Overview
Audience: SSP engineers and partnership teams looking to connect RevoSurge as a DSP buyer.
RevoSurge is a Demand-Side Platform (DSP) that bids on ad inventory via Real-Time Bidding (RTB). SSPs can connect RevoSurge as a buyer by pointing their OpenRTB traffic to our bid endpoint.
What we buy
| Dimension | Details |
|---|---|
| Protocol | OpenRTB 2.5 |
| Ad formats | Banner, Native, Popunder |
| Auction type | First-price (at: 1) |
| Currency | USD |
| Geographic focus | Global — Asia, US, EU regions active |
How it works
- Your SSP sends an OpenRTB 2.5 bid request to our endpoint via HTTP POST
- RevoSurge evaluates the request against active campaigns (targeting, budget, bid floor)
- We return a bid response with price, ad markup, and notification URLs — or HTTP 204 if we don't bid
- Your SSP runs the auction; if we win, it fires our win notification URL
- On impression, it fires our billing URL
Endpoint
POST http://rtb.revosurge.com/api/v1/openrtb2/{sspId}/bidYour sspId is assigned during onboarding. See Getting Started for details.
Regions
Our endpoint uses dynamic DNS and automatically resolves to our nearest server across Asia, US, and EU regions — no regional configuration needed on your side.
Next steps
- Getting Started — onboarding steps and test checklist
- Bid Endpoint Reference — full request/response field spec
- Notifications — win, billing, and loss notification handling
