Property | Type | Description |
---|---|---|
type | AssetType.IMAGE_URL | Asset type of "IMAGE_URL" |
value | AdImageValue | A set of images to support different container sizes. See AdImageValue for more information |
Example
{
"type": "IMAGE_URL",
"value": {
"large": {
"url": "https://www.example.com/img.jpg",
"width": 627,
"height": 627
},
"small": {
"url": "https://www.example.com/img.jpg",
"width": 128,
"height": 128
}
}
}