AdAssetList
A list of assets such as visual or textual component necessary for presenting an ad to a customer, as well as for providing call-to-action links and other URLs.
Property | Type | Description |
---|---|---|
logo | Image | Brand logo image |
largeRectangle | Image | A presentational layer image, such as a "Hero image" |
smallRectangle | Image | An image asset for populating small UI elements |
copy | Text | Textual ad copy |
callsToAction | CallsToAction | Call to action ad copy |
Example
Info
The smallRectangle
image will not include a large
AdImageValue
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
|