Ad format: Thumbnail-list
Overview
This document contains information about the Thumbnail-list format.
Examples
Style: round

Style: square

Technical details
The Thumbnail-list is a global format composed of a list of elements.
A thumbnail is composed of the following:
- 1
thumbnail_image - 1
thumbnail_title - 1
thumbnail_subTitle
The thumbnail shape style is square or round. All thumbnails of a thumbnail-list share the same style. Each thumbnail asset contains a number—between 1 and 20—to identify the thumbnail it's associated with.
Tracking
For more information about the properties for each beacon type, see Ad-centric trackers.
| Trigger | Beacon | Click_zone | Act | Stop time | Product_ID |
|---|---|---|---|---|---|
| Click on the image or text with redirect | clickBeacon | format | thumbnail-x (x corresponds to the number of the thumbnail) | ||
| Format inserted on the page | impBeacon | ||||
| Format on screen - 50% - 0s | viewBeacon | 0 | |||
| Format on screen - 50% - 1s | pviewBeacon | 1 | |||
| Format on screen - 50% - 2s | pviewBeacon | 2 |
IMP, VIEW, and PVIEW, and VIDEO trackers must only be fired once per page.
Sample response
{
"ads":[
{
"creativeId":126,
"format":"thumbnail-list",
"zoning":"middle-top",
"placement":"thumbnail-list-middle-top-1",
"assets":{
"images":[
{
"id":"thumbnail_1_image",
"url":"https://cdn.kaminoretail.io/creative-assets/nespresso/nespresso_h_1.png",
"mimetype":"image/png",
"redirect":"https://www.retailer.com/redirect_page"
},
{
"id":"thumbnail_2_image",
"url":"https://cdn.kaminoretail.io/creative-assets/nespresso/nespresso_h_2.png",
"mimetype":"image/png",
"redirect":"https://www.retailer.com/redirect_page"
}
],
"texts":[
{
"id":"title",
"value":"Title text",
"redirect":"https://www.retailer.com/redirect_page"
},
{
"id":"thumbnail_1_title",
"value":"Title text",
"redirect":"https://www.retailer.com/redirect_page"
},
{
"id":"thumbnail_1_subTitle",
"value":"This is a subtitle",
"redirect":"https://www.retailer.com/redirect_page"
},
{
"id":"thumbnail_2_title",
"value":"Title text",
"redirect":"https://www.retailer.com/redirect_page"
},
{
"id":"thumbnail_2_subTitle",
"value":"This is a subtitle",
"redirect":"https://www.retailer.com/redirect_page"
}
],
"styles":[
{
"id": "shape",
"redirect": null,
"style": null,
"value": "square or round"
}
]
},
"trackingLinks":{
"impBeacon":"https://delivery.kaminoretail.io/tracking/creative?cid=10&liid=25&crid=126&tt=IMP&r=retailer&pt=HomePage&pid=&lng=fr-FR&kwds=",
"clickBeacon":"https://delivery.kaminoretail.io/tracking/creative?cid=10&liid=25&crid=126&tt=CLICK&r=retailer&pt=HomePage&pid=&lng=fr-FR&kwds=",
"videoBeacon":"https://delivery.kaminoretail.io/tracking/creative?cid=10&liid=25&crid=126&tt=VIDEO&r=retailer&pt=HomePage&pid=&lng=fr-FR&kwds=",
"viewBeacon":"https://delivery.kaminoretail.io/tracking/creative?cid=10&liid=25&crid=126&tt=VIEW&r=retailer&pt=HomePage&pid=&lng=fr-FR&kwds="
},
"campaignId":10,
"lineItemId":25,
"sponsored": true,
"dsa": {
"buyer": "text",
"brand": "text"
}
]
}