Format Object¶
Note
Fields marked with an asterisk (*) are optional.
Either w/h
or wratio/hratio/wmin
set should be specified.
Value |
Type |
Description |
---|---|---|
h* |
integer |
Height of the impression in pixels, for example |
w* |
integer |
Width of the impression in pixels, for example |
hratio* |
integer |
Relative height when expressing size as a ratio |
wratio* |
integer |
Relative width when expressing size as a ratio |
wmin* |
integer |
The minimum width in device independent pixels (DIPS) at which the ad will be displayed the size is expressed as a ratio. |
{
"format":[
{
"w":300,
"h":250
}
]
}