DSPImp
A single ad impression slot in the request.
A unique identifier for this impression within the context of the bid request (typically starts with 1 and increments).
OSGMz25banner object
Banner ad requirements for this impression slot.
Include if requesting a Display Banner ad. Omit for video slots.
format object[]required
Array of permitted banner dimensions for this slot. Each Format object represents one allowed width/height combination. Include multiple Format objects to declare multiple permitted sizes. FCC disables dimension-based filtering if width and height are absent.
Width in device independent pixels (DIPS). FCC does not apply dimension-based filtering if absent.
30Height in device independent pixels (DIPS). FCC does not apply dimension-based filtering if absent.
20video object
Video ad requirements for this impression slot. When FCC serves a video ad, adm in response contains a VAST 4.2 XML string.
Include if requesting a Video ad. Omit for banner slots.
Width of the video player in device independent pixels (DIPS).
640Height of the video player in device independent pixels (DIPS).
360ext objectrequired
Extension to the impression object for sending supply metadata.
Must contain slotid.
A unique identifier for the slot in the ad space within the context of the impression.
HOME-PAGE-DAILY-UAE5{
"id": "OSGMz25",
"banner": {
"format": [
{
"w": 30,
"h": 20
}
]
},
"video": {
"w": 640,
"h": 360
},
"ext": {
"slotid": "HOME-PAGE-DAILY-UAE5"
}
}