Format Object
BidRequest.imp.banner.format
This object represents an allowed size (specifically, height and width combination) for a banner impression. These are typically used as an array of objects for an impression where multiple sizes are permitted. It is recommended to submit multiple bids in a single BidResponse if you want to take advantage of the format object for multiple ad sizes.
To enable this object, or for more information about how to use the format object, please contact your Platform Development Manager.
Field name | Data type | Description | Sent? |
---|---|---|---|
w | integer | Width in device-independent pixels. | Always |
h | integer | Height in device-independent pixels. | Always |
Format Object Example
"banner": {
"format": [
{"w": 728, "h": 90},
{"w": 320, "h": 50},
{"w": 160, "h": 60}
],
}