Skip to content

Ad image value

Property Type Description
large ImageURL A large version of the image asset. Not applicable for the Small Rectangle image type
small ImageURL A small version of the image asset

Example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
    "large": {
        "url": "https://www.example.com/img.jpg",
        "width": 627,
        "height": 627
    },
    "small": {
        "url": "https://www.example.com/img.jpg",
        "width": 128,
        "height": 128
    }
}