Appearance
Popunder Ads (2.5)
Here you will find example bid requests and responses for Popunder Ads with OpenRTB 2.5
Bid Request
json
{
"id": "d4b5c697-41f3-4c1c-a3d5-5fd01b5ef2aa",
"at":1,
"imp": [
{
"id": "974090632",
"instl": 1,
"bidfloor": 0.5,
"bidfloorcur": "USD",
"secure": 1
}
],
"site": {
"id": "12345",
"domain": "sitedomain.com",
"cat": ["IAB25-3"],
"page": "https://sitedomain.com/page",
"ext": {
"exchangecat": 508,
"idzone": 778899
}
},
"device": {
"ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36",
"ip": "120.52.73.97",
"geo": {
"country": "IRL"
},
"language": "en",
"os": "Linux & UNIX",
"js": 0,
"ext": {
"remote_addr": "131.34.123.159",
"x_forwarded_for": "120.52.73.97",
"accept_language": "en-GB;q=0.8,pt-PT;q=0.6,en;q=0.4,en-US;q=0.2,de;q=0.2,es;q=0.2,fr;q=0.2"
}
},
"user": {
"id": "57592f333f8983.043587162282415065"
}
}Bid Response
json
{
"id": "820e63f1-d68a-4267-ad8d-c63b9329d3db",
"bidid":"76fd96e67525bcfbe7ffe930e78079a1",
"cur":"USD",
"seatbid": [
{
"bid": [
{
"id": "820e63f1-d68a-4267-ad8d-c63b9329d3db:1",
"impid": "1",
"adid": "3",
"cid": "41",
"crid": "31",
"price": 0.175,
"adomain": [
"example.com"
],
"iurl": "https://www.example.com/dsp/image/?ccid=31",
"nurl": "https://www.example.com/dsp/nurl/?id=40ee9162748b87ecfbcd12a651f40bbd&price=${AUCTION_PRICE}",
"burl": "https://www.example.com/dsp/burl/?id=40ee9162748b87ecfbcd12a651f40bbd&price=${AUCTION_PRICE}",
"lurl": "https://www.example.com/dsp/lurl/?id=40ee9162748b87ecfbcd12a651f40bbd&code=${AUCTION_LOSS}",
"adm": "[NEXUS_XML_AD_MARKUP]"
}
],
"seat":"25"
}
]
}XML Ad Markup - Popunder Ads
xml
<?xml version="1.0" encoding="ISO-8859-1"?>
<ad>
<popunderAd>
<clickUrl><![CDATA[https://www.example.com]]></clickUrl>
</popunderAd>
</ad>