AdImage

PropertyTypeDescription
typeAssetType.IMAGE_URLAsset type of "IMAGE_URL"
valueAdImageValueA 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
        }
    }
}