Ad format: Text

Table of Contents

Overview

This document contains information about the Text format, used to create a piece of text, such as a page title, or a legal notice.

Tracking

For more information about the properties for each beacon type, see Ad-centric trackers.

Trigger Beacon Click_zone Action Stop time Product_ID
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":"text",
         "zoning":"bottom",
         "placement":"text-bottom",
         "assets":{
            "texts":[
               {
                  "id":"title",
                  "value":"Title text",
                  "redirect":"https://www.retailer.com/redirect_page"
                },
            ],
            "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,
      }
   ]
}