Format Object¶
Note
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 |
wratio* |
integer |
Relative width when expressing size as a ratio. |
hratio* |
integer |
Relative height when expressing size as a ratio. |
wmin* |
integer |
The minimum width in device independent pixels at which the ad will be displayed the size is expressed as a ratio. |
{
"format":[
{
"w":300,
"h":250
},
{ "w":728,
"h":90
},
{ "w":300,
"h":50
}
]
}