All Collections
For External Publishers
Open RTB endpoint integration
Open RTB endpoint integration

How to set up open RTB endpoint

Diana avatar
Written by Diana
Updated over a week ago

Endpoint

Adspyglass supports openRTB protocol 2.5

Request example

{ 
"id": "7979d0c78074638bbdf739ffdf285c7e1c74a691",
"imp": [
{
"id": "1",
"banner": {
"w": 300,
"h": 250,
"pos": 1,
"api": [
3,
5
]
},
"ext": {
"sub1": "remote-sub-id"
}
}
],
"site": {
"page": "https://www.games-core.com",
"keywords": "games,action,doom"
},
"device": {
"ua": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/64.0",
"ip": "110.86.77.244",
"language": "en",
"devicetype": 1,
"connectiontype": 3
}
}



Response example

{ 
"id": "7979d0c78074638bbdf739ffdf285c7e1c74a691",
"seatbid": [
{
"bid": [
{
"id": "42",
"impid": "1",
"price": 3.5,
"nurl": "https://a.so333o.com/api/win/42",
"adm": "https://a.so333o.com/api/click/42"
}
]
}
],
"bidid": "96c4a543-93cc-4b7e-96c0-5284a8fe23bc",
"cur": "USD"
}
Did this answer your question?