Skip to content

Image

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
{
    "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
        }
    }
}