Sizmek tracking code

Last modified by Lenka Kocurková on 2015/05/13 09:43
Comments (0) · Attachments (8)

Sizmek tracking code consists of click tracking url part and 1x1 pixel impression counter.

Code preview before the insertion:

sizmek.jpg


The procedure of implementation:

  1. From this part of code:
    <a href='http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=10821461&PluID=0&ord=[timestamp]'></a>

    copy this URL part:
    http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=20&mc=click&pli=10821461&PluID=0&ord=[timestamp]

    and insert it in Ad Server as click target URL. It secures counting of clicks on SIZMEK system side.
    url_sizmek.jpg

  2. From the impression tracking part:
    <img width='1' height='1' style='border:0' src='http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=10821461&PluID=0&ord=[timestamp]&rtu=-1'/>


    Copy the source path of 1x1 pixel.
    http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=10821461&PluID=0&ord=[timestamp]&rtu=-1

  3. If you use scripts from iBB Creative library, insert this url into "ImpressionTrackingUrlline.
    impressionTrackingUrl: 'http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=10821461&PluID=0&ord=[timestamp]&rtu=-1
    ',

    2015-02-04_103506.jpg

  4. In case you don’t use scripts from iBB Creative library or you add the measurement code to another external displaying code, use „over object“ implementation:

    var  counterimg= new Image (1,1);
    counterimg.src="http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=tf&c=19&mc=imp&pli=10821461&PluID=0&ord=[timestamp]&rtu=-1
    ";

    Insert it at the beginning or at the end of rendering script. (See pictures below, the blue marked part is the rendering script, the green marked part is our impression counter. Both variants are possible to use.)1.jpg2.jpg
Tags:
Created by ZdVo on 2015/02/04 10:09
Translated into en by ZdVo on 2015/04/16 10:02

Navigation


This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 4.0 - Documentation