Ad format: EAN-list
Overview
This document contains information about the EAN-list format.
This format is a list of products with a title page. It must follow the specifications of a native product list item on your website.
Tracking
For more information about the properties for each beacon type, see Ad-centric trackers.
| Trigger | Beacon | Click_zone | Action | Stop time | Product_ID |
|---|---|---|---|---|---|
| Click on add to basket button | clickBeacon | product | add-to-cart | 123456789 | |
| Click on add to list button | clickBeacon | product | add-to-list | 123456789 | |
| Click on product information with redirect | clickBeacon | product | product-page | 123456789 | |
| Format can't be displayed because products are not available | noshowBeacon | no-stock | |||
| 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 trackers must only be fired once per page.
Sample response
{
"ads":[
{
"creativeId":126,
"format":"ean-list",
"zoning":"middle-top",
"placement":"ean-list-middle-top-1",
"assets":{
"texts":[
{
"id":"title",
"value":"Title text",
"redirect":"https://www.retailer.com/redirect_page"
}
]
},
"products":[
{
"id":"7164483",
"name":"Cafetière à dosette ou capsule Magimix NESPRESSO VERTUO POP Noir 11729",
"price":"99",
"salePrice":"79",
"link":"https://www.retailer.com/nav/achat/petit_electromenager/expresso_cafetiere/cafetiere_dosette/magimix_pop_noir_11729.html",
"image":"https://image.retailer.com/petit_electromenager/expresso_cafetiere/cafetiere_dosette/magimix_pop_noir_11729_c2304287164483A_160155086.png",
"brand":"Magimix",
"inStock":true,
"lastStockUpdate":"",
"customerRating":"3,700",
"extra":{
}
},
{
"id":"7164491",
"name":"Cafetière à dosette ou capsule Magimix NESPRESSO VERTUO POP BLEU 11731",
"price":"99",
"salePrice":"79",
"link":"https://www.retailer.com/nav/achat/petit_electromenager/expresso_cafetiere/cafetiere_dosette/magimix_pop_bleu_11731.html",
"image":"https://image.retailer.com/petit_electromenager/expresso_cafetiere/cafetiere_dosette/magimix_pop_bleu_11731_c2305027164491A_102407706.png",
"brand":"Magimix",
"inStock":true,
"lastStockUpdate":"",
"customerRating":"4,500",
"extra":{
}
}
],
"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=",
"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
}
]
}