Image Request Object
The Title object is to be used for title element of the Native ad.
Field | Scope | Type | Description |
---|---|---|---|
type | required | int | Type ID of the image element supported by the publisher. The publisher can display this information in an appropriate format. See Table Image Asset Types. |
w | optional | integer | Width of the image in pixels. |
wmin | recommended | integer | The minimum requested width of the image in pixels. This option should be used for any rescaling of images by the client. Either w or wmin should be transmitted. If only w is included, it should be considered an exact requirement |
h | optional | integer | Height of the image in pixels. |
hmin | recommended | integer | The minimum requested height of the image in pixels. This option should be used for any rescaling of images by the client. Either h or hmin should be transmitted. If only h is included, it should be considered an exact requirement. |
mimes | optional | array of strings | Allowlist of content MIME types supported. Popular MIME types include, but are not limited to “image/jpg” “image/gif”. |
Updated over 1 year ago