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
!!! Important
The smallRectangle
image will not include a large
AdImageValue
"assets": {
"logo": {
"type": "IMAGE_URL",
"value": {
"large": {
"url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/0387aab839734bf4a4dd6a4c02e54e4f.png",
"width": 627,
"height": 627
},
"small": {
"url": "https://publisher-cdn-us.cardlytics.com/images/non-annotated-logo/b4511e9209944b79b926987ade675d3b.png",
"width": 128,
"height": 128
}
}
},
"largeRectangle": {
"type": "IMAGE_URL",
"value": {
"large": {
"url": "https://publisher-cdn-us.cardlytics.com/images/hero/cdb3007f87a942e2b9e36e26a2bddcb1.jpg",
"width": 1200,
"height": 627
},
"small": {
"url": "https://publisher-cdn-us.cardlytics.com/images/hero/3d7a8b761ac34f1f92187c577c2b11a2.jpg",
"width": 600,
"height": 314
}
}
},
"smallRectangle": {
"type": "IMAGE_URL",
"value": {
"small": {
"url": "https://publisher-cdn-us.cardlytics.com/images/hero/3d7a8b761ac34f1f92187c577c2b11a2.jpg",
"width": 600,
"height": 314
}
}
},
"copy": {
"type": "AD_COPY",
"value": {
"marketingCopy": "Offering ultimate flexibility and convenience including digital check in when you rent with Avis. Save on car rentals when booking directly with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gMz8P&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Avis'>Avis</a>.",
"preMessage": "Earn 5% Cash on your Avis purchase!",
"rewardCopy": "Earn 5% Cash when you spend with Avis. Maximum reward £30 Cash.",
"postMessage": "Earn 5% Cash when you spend with Avis. Maximum reward £30 Cash.<br/><br/>Offering ultimate flexibility and convenience including digital check in when you rent with Avis. Save on car rentals when booking directly with <a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=gMz8P&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Avis'>Avis</a>.<br/><br/><a class='cardlytics_anchor_styling cardlytics_anchor_target' target='_blank' href='https://l-uk.cardlytics.com?r=bE53d&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva' aria-label='Visit Site'>Visit Site</a><br/><br/>Offer expires 15 Nov 2024. Offer valid one time only and excludes Budget. Offer only valid on pre-paid bookings direct with Avis.",
"thankYouMessage": "Thank you for your Avis purchase.",
"headline": "5% Cash",
"shortPreMessage": "Earn 5% Cash!",
"termsAndConditions": "Offer expires 15 Nov 2024. Offer valid one time only and excludes Budget. Offer only valid on pre-paid bookings direct with Avis."
}
},
"callsToAction": {
"type": "CALL_TO_ACTION_LINKS",
"value": {
"visitSite": {
"type": "WEB_LINK",
"value": "https://l-us.cardlytics.com?r=bE53d&xt=cRI2iTqLEscO8F5ps3IJnEsZ+i5gm+q27nEVBFMnTPo6b0ZOaoKHZ6HGseCfWNva"
}
}
}
}