RTB Documentation
Comprehensive documentation for integrating with our OpenRTB 2.5 compliant real-time bidding platform.
How It Works
A user visits a publisher website with NetworkGond tag.
Our SSP sends bid requests to connected DSPs.
DSPs analyze data and submit bids. Highest bidder wins.
Winning ad creative is served to the user.
Protocol Examples
{
"id": "bid_123456789",
"imp": [{
"id": "imp_1",
"banner": {
"w": 300, "h": 250
},
"bidfloor": 0.50,
"bidfloorcur": "USD"
}],
"site": {
"domain": "example.com",
"cat": ["IAB1"]
},
"device": {
"geo": {
"country": "USA",
"city": "San Francisco"
}
},
"tmax": 100
}
{
"id": "bid_123456789",
"seatbid": [{
"bid": [{
"id": "response_bid_1",
"impid": "imp_1",
"price": 2.50,
"adm": "<div>Ad HTML</div>",
"adomain": ["advertiser.com"],
"w": 300,
"h": 250
}],
"seat": "dsp_seat_1"
}],
"cur": "USD"
}
API Endpoints
/rtb/bid
/rtb/stats
/rtb/sync
/rtb/health
Getting Started
Configure your bidder endpoint in the dashboard:
https://your-dsp.com/rtb/bid
We'll send test bid requests to verify connectivity before enabling live traffic.
Use our sandbox environment for testing:
https://sandbox.networkgond.com/rtb/test
Once testing is complete:
Contact our integration team to get started with RTB access.