Doubleclick displaying code

Last modified by Lenka Kocurková on 2015/05/15 10:48
Comments (0) · Attachments (11)

The code of Doubleclick ad system for banner displaying consists of Javascript and IFRAME parts. Regarding the implementation in iBB Ad Server you will work with javascript part.

JavaScript Tag:
<SCRIPT language='JavaScript1.1' SRC="https://ad.doubleclick.net/adj/N5716.1915224BURDA.CZ/B8248839.111237985;sz=300x300;ord=[timestamp]?">
</SCRIPT>

Code preview before the insertion:

2015-01-22_092316.jpg


The procedure of implementation

  1.  Copy following part from original Doubleclick code:
    2015-01-22_094435.jpg

    Insert this part as html version of banner into iBB Ad Server:
    455.jpg

  2. Rewrite the html version of banner into javascript version by clicking on button "Insert"(document.write form)
    2015-04-15_142527.jpg

  3. Check if the code is displaying (returning) banner in real preview.

    However, such created banner would count clicks only in Doubleclick system, not in iBB Ad Server. For this reason add into code string which contains iBB REDIRECT macro. REDIRECT macro secures that clicks will be counted in both systems iBB Ad server and Doubleclick.
    The form of REDIRECT string in case of Doubleclick external displaying code is used in iBB Ad Server:
    ;click=%%__REDIRECT%%

  4. Add this mentioned REDIRECT string into the code, just behind "...ord=[timestamp]?"
    document.write("<SCR"+"IPT language='JavaScript1.1' SRC=\"https://ad.doubleclick.net/adj/N5716.1915224BURDA.CZ/B8248839.111237985;sz=300x300;ord=[timestamp]?
    ;click=%%__REDIRECT%%\">\n<"+"/SCR"+"IPT>");2015-04-15_142341.jpg

The amended code will then count clicks in both systems. It is displaying code, i.e. landing page where the particular banner reffers to is inserted in Doubleclick system. Click in Doubleclick system is first performed. It occures through returned ibb REDIRECTION URL and it is counted in iBB Ad Server too. Then target URL is loaded. 

It is not necessary to add target (landing URL) in iBB Ad Server system.

Tags:
Created by JiWa on 2011/11/15 15:39
Translated into en by ZdVo on 2015/04/14 09:57

Navigation


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