Doubleclick tracking code

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

The code consists of html tags which contains path to 1x1 pixel picture (IMG SRC) and click tracking URL, for click measurement.

Code preview before the insertion:

<IMG SRC="http://ad.doubleclick.net/ddm/trackimp/N8893.140742ELLE.CZ/B8344373.112756156;dc_trk_aid=285859084;dc_trk_cid=60127039;ord=[timestamp]?" BORDER="0" HEIGHT="1" WIDTH="1" ALT="Advertisement">

http://ad.doubleclick.net/ddm/trackclk/N8893.140742ELLE.CZ/B8344373.112756156;dc_trk_aid=285859084;dc_trk_cid=60127039


The procedure of implementation:

  1.  From Doubleclick codes, copy click tracking URL http://ad.doubleclick.net/ddm/trackclk/N8893.140742ELLE.CZ/B8344373.112756156;dc_trk_aid=285859084;dc_trk_cid=60127039
    and paste it in iBB Ad Server as target URL:
    2015-05-13_075324.jpg

  2. Copy the source path of 1x1 pixel picture, which secures tracking of impressions:
    http://ad.doubleclick.net/ddm/trackimp/N8893.140742ELLE.CZ/B8344373.112756156;dc_trk_aid=285859084;dc_trk_cid=60127039;ord=[timestamp]?

  3. in case of scripts of iBB Creative library, insert this path to impressionTrackingUrl line:
    2015-05-13_075522.jpg

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

    Insert impression URL of doubleclick code into following javascript template :

    var  necoimg= new Image (1,1);
    necoimg.src="http://ad.doubleclick.net/ddm/trackimp/N8893.140742ELLE.CZ/B8344373.112756156;dc_trk_aid=285859084;dc_trk_cid=60127039;ord=[timestamp]?";


    Insert it at the beginning or at the end of rendering script. (See pictures below, the blue marked part is rendering script, the green marked part is our impression counter. Both variants are possible to use.)2015-05-13_075655.jpg

    Or:
    2015-05-13_075656.jpg
Tags:
Created by ZdVo on 2015/01/21 10:12
Translated into en by ZdVo on 2015/04/15 09:34

Navigation


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