JSON endpoint: full response structure
The following code block is an extracted example of a JSON object. A list of all available JSON fields and their descriptions can be found below the code block.
{
...
"adFormat": "wideskyscraper",
"adspaceId": "61721",
...
"adspaceStart": "1433714400000",
"adspaceEnd": "1483225199000",
"adType": "SKY",
...
"creativeName": "Example Billboard News",
...
"deliveryMultiples": "free",
...
"ext": "swf",
...
"height": "600",
"id": "295057",
"libId": "96393",
"orderId": "16643",
"orderName": "Example - BillBoard Campaign",
...
"priority": "1",
...
"slotName": "_test-site_homepage_-SKY",
"swfSrc": "http://1.adhesecdn.be/pool/lib/96393.swf",
"tag": "<object id='-1756524077' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=160 HEIGHT=600><param NAME=movie VALUE='http://1.adhesecdn.be/pool/lib/96393.swf?clickTAG=http://host4.adhese.be/295057/http%3A%2F%2Ftrack.adform.net%2FC%2F%3Fbn%3D3515419'/><!--[if !IE]>--><object type='application/x-shockwave-flash' data='http://1.adhesecdn.be/pool/lib/96393.swf?clickTAG=http://host4.adhese.be/295057/http%3A%2F%2Ftrack.adform.net%2FC%2F%3Fbn%3D3515419' width='160' height='600'><!--<![endif]--><param NAME='quality' VALUE='high'/><param NAME='allowScriptAccess' VALUE='always'/><param NAME='wmode' VALUE='transparent'/><a target='_blank' href='http://host4.adhese.be/295057/http://track.adform.net/C/?bn=3515419'><img src='http://1.adhesecdn.be/pool/lib/96394.jpg'></a><!--[if !IE]>--></object><!--<![endif]--></object>",
...
"timeStamp": "1396357433000",
"tracker": "http://ads.adhese.be/track/295057//sl242///////inadttr12842;adttrbiz;adttrfood;adttrhealth;adttrimmo;adttrlifestyle;adttrmultimedia;adttrsport;adttrtrav;adttrvoetbal;adttrwielrennen/brTelenet N.V./coBE/rgBE11///isTelenet N.V.//////////A2141.135.96.213.1395820307192918/O_/A_/C_",
"trackingUrl": "http://track.adform.net/adfserve/?bn=3515419;1x1inv=1;srctype=3;ord=",
"url": "http://host4.adhese.be/295057/http://track.adform.net/C/?bn=3515419",
"width": "160",
}
Dale response structure example
{
"origin": "DALE",
"originInstance": "", // account name the response originates from
"ext": "", // type of response
"slotID": "", // slot ID from the answering adsever.
"slotName": "", // slot Name from the answering adsever.
"adType": "", // Format from the answering adsever.
"originData": {
"seatbid": [
{
"bid": [
{
"dealid": null, // Deal ID
"crid": "accountname-xxx", // Creative ID of the answering adserver, prefixed with the account name.
"ext": {
"adhese": {
"id": "", // Traffic ID of the response banner
"libId": "", // Creative ID of the response banner
"orderId": "", // Campaign ID of the response banner
"adspaceId": "", // Booking ID of the response banner
"priority": "", // Booking priority level of the response banner
"adType": "", // Format Code of the response banner
"adFormat": "", // Traffic ID of the response banner
"viewableImpressionCounter": "", // Viewability tracker URL
"orderProperty": "" // Camaign priority level of the response banner
}
}
}
]
}
]
},
"width": "", // Configured width of the adformat for the slot of the answering adsever.
"height": "", // Configured height of the adformat for the slot of the answering adsever.
"body": "", // Creative code
"extension": {
"mediaType": "", // OpenRTB type (Banner/Video)
"prebid": {
"cpm": {
"amount": "", // CPM price of the bid
"currency": "" // currency of the bid
}
}
}
}