What ‘s the next step when you get a a new type of third party tag , definitely it’s inserting of the macros in the code as without the macros the clicks and the impressions won’t be counted , so let’s make it easy for you and lessen your work load .

Today there are number of third party tags in market , and any small mistake embedding the macro it will create discrepancy.So just to make you sure of what you are doing , i will put up some third party code with their macros so that it saves our campaign !!

NOTE : For tracking of clicks i have used variable as CLICK MACRO which has to be replaced by required click macro used for the server as it can definitely differ from server to server so use accordingly like %C , etc

Also for cachebusting i have used the variable RANDOM NUMBER , please update it with the macro used with your server for random number generation.

THIRD PARTY TAGS

AdForm Tag

Actual Code :

<script language=”javascript” src=”http://track.adform.net/adfscript/?bn=XXXXX”></script>
<noscript>
<A HREF=”http://track.adform.net/C/?bn=XXXXX;C=0″ TARGET=”_blank”>
<IMG SRC=”http://track.adform.net/adfserve/?bn=XXXXX;srctype=4;ord=[timestamp]” BORDER=”0″ WIDTH=”300″ HEIGHT=”250″ ALT=””></A></noscript>

Modified Code :

<script language=”javascript” src=”http://track.adform.net/adfscript/?bn=XXXXX;click=CLICK MACRO“></script>
<noscript>
<A HREF=”CLICK MACROhttp://track.adform.net/C/?bn=XXXXX;C=0″ TARGET=”_blank”>
<IMG SRC=”http://track.adform.net/adfserve/?bn=XXXXX;srctype=4;ord=RANDOM NUMBER” BORDER=”0″ WIDTH=”300″ HEIGHT=”250″ ALT=””></A></noscript>

AdLegend / TrueEffect Tag

Actual code :

<IFRAME SRC=http://ad.adlegend.com/iframe?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;target=_blank&amp;@CPSC@= WIDTH=160 HEIGHT=600 SCROLLING=”No” FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0>
<SCRIPT src=”http://ad.adlegend.com/jscript?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y&amp;target=_blank&amp;@CPSC@=” ></SCRIPT><NOSCRIPT>
<A href=”http://ad.adlegend.com/click?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y” TARGET=”_blank”><IMG src=”http://ad.adlegend.com/image?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y” WIDTH=160 HEIGHT=600 ALT=”Click Here” BORDER=0>
</A></NOSCRIPT></IFRAME>

Modified code :

<IFRAME src=”http://ad.adlegend.com/iframe?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;target=_blank&amp;@CPSC@=CLICK MACRO” WIDTH=160 HEIGHT=600 SCROLLING=”No” FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0><SCRIPT src=”http://ad.adlegend.com/jscript spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y&amp;target=_blank&amp;@CPSC@=CLICK MACRO” ></SCRIPT><NOSCRIPT><A HREF=”CLICK MACROhttp://ad.adlegend.com/click?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y” TARGET=”_blank”><IMG src=”http://ad.adlegend.com/image?spacedesc=XXXXXXX_XXXXXXX_160x600_XXXXXXX_XXXXXXX&amp;ML_NIF=Y” WIDTH=160 HEIGHT=600 ALT=”Click Here” BORDER=0>
</A></NOSCRIPT></IFRAME>

AdMeta Tag

Actual code :

<div id=”admetaxxxxxx”></div>
<script type=”text/javascript”>
<!–
document.write(‘<scri’ + ‘pt defer=”defer”
src=”http://ai.admeta.com/adserve/public/getad/?id=xxxxxx&amp;noifr=true&amp;urlPrefix=&amp;slump=’
+ new Date().getTime() +
‘<http://ai.admeta.com/adserve/public/getad/?id=xxxxxx&amp;noifr=true&amp;urlPrefix=&amp;slump=’%20+%20new%20Date().getTime()%20+%20’>”
type=”text/javascript”><\/scr’ + ‘ipt>’); //–>
</script>
<noscript>
<a href=”http://rms.admeta.com/public/transfer.asp?sitebanner_id=xxxxxxx” target=”_blank” />
<img src=”http://qstream-down.qbrick.com/04452/576/bank/15764/backup_2b6819cd9e1447c8b244703881c896ac.jpg” width=”180” height=”500” border=”0” /></a> <img src=”http://rms.admeta.com/public/vtexpose.asp?slump=[timestamp]&amp;sitebanner_id=xxxxxxx” border=”0” height=”1” width=”1” />
</noscript>

Modified code :

<div id=”admeta000000”></div>
<script type=”text/javascript”>
<!–
document.write(‘<scri’ + ‘pt defer=”defer”
src=”http://ai.admeta.com/adserve/public/getad/?id=xxxxxx&amp;noifr=true&amp;urlPrefix=CLICK MACRO&amp;slump=’
+ new Date().getTime() +
‘<http://ai.admeta.com/adserve/public/getad/?id=xxxxxx&amp;noifr=true&amp;urlPrefix=CLICK MACRO&amp;slump=’%20+%20new%20Date().getTime()%20+%20’>”
type=”text/javascript”><\/scr’ + ‘ipt>’); //–>
</script>
<noscript>
<a href=”CLICK MACROhttp://rms.admeta.com/public/transfer.asp?sitebanner_id=xxxxxxx” target=”_blank” />
<img src=”http://qstream-down.qbrick.com/04452/576/bank/15764/backup_2b6819cd9e1447c8b244703881c896ac.jpg” width=”180” height=”500” border=”0” /></a> <img src=”http://rms.admeta.com/public/vtexpose.asp?slump=[timestamp]&amp;sitebanner_id=xxxxxxx” border=”0” height=”1” width=”1” />
</noscript>

AdOcean Tag

Adorika Tag

Actual code :

<script type=’text/javascript’ src=’http://a.adorika.net/c/banner_s?tenant=AD&amp;selection=XXXX&amp;size=300×250&amp;skin=script’></script>

Modified code :

<script type=’text/javascript’ src=’http://a.adorika.net/c/banner_s?tenant=AD&amp;selection=XXXX&amp;size=300×250&amp;skin=script&amp;click=CLICK MACRO‘></script>

AdPilot Tag

Actual code :

<script src=”http://mediafriends.adspirit.net/adscript.php?pid=277&amp;ord=[timestamp]” type=”text/javascript” language=”JavaScript”>
</script>
<noscript>
<a href=”http://mediafriends.adspirit.net/adnoclick.php?pid=277&amp;ord=[timestamp]” target=”_top”>
<img src=”http://mediafriends.adspirit.net/adnoscript.php?pid=277&amp;ord=[timestamp]” alt=”Hier klicken!” border=”0″ width=”300″ height=”250″ /></a>
</noscript>

Modified code :

<script src=”http://mediafriends.adspirit.net/adscript.php?pid=277&amp;ord=RANDOM NUMBER&amp;click=CLICK MACRO” type=”text/javascript” language=”JavaScript”>
</script>
<noscript>
<a href=”CLICK MACROhttp://mediafriends.adspirit.net/adnoclick.php?pid=277&amp;ord=RANDOM NUMBER” target=”_top”>
<img src=”http://mediafriends.adspirit.net/adnoscript.php?pid=277&amp;ord=RANDOM NUMBER” alt=”Hier klicken!” border=”0″ width=”300″ height=”250″ /></a>
</noscript>

Adremedy Tag

Actual code :

<IFRAME SRC=”http://adserver.adremedy.com/?adiframe|2.0|000|123123|0|1|ABCDEF” WIDTH=”728″ HEIGHT=”90″ NORESIZE SCROLLING=”NO” FRAMEBORDER=”0″ MARGINHEIGHT=”0″ MARGINWIDTH=”0″>
<script language=”javascript” src=”http://adserver.adremedy.com/?addyn|2.0|000|123123|0|1|ABCDEF;loc=700″>
</script>
<noscript>
<a href=”http://adserver.adremedy.com/?adlink|2.0|000|123123|0|1|ABCDEF;loc=100″ target=”_blank”>
<img src=”http://adserver.adremedy.com /?adserv|2.0|000|123123|0|1|ABCDEF;loc=100;” border=”0″ width=”728″ height=”90″>
</a>
</noscript>
</IFRAME>

Modified code :

<IFRAME SRC=”http://adserver.adremedy.com/?adiframe|2.0|000|123123|0|1|ABCDEF;rdclick=CLICK MACRO” WIDTH=”728″ HEIGHT=”90″ NORESIZE SCROLLING=”NO” FRAMEBORDER=”0″ MARGINHEIGHT=”0″ MARGINWIDTH=”0″>
<script language=”javascript” src=”http://adserver.adremedy.com/?addyn|2.0|000|123123|0|1|ABCDEF;loc=700;rdclick=CLICK MACRO“>
</script>
<noscript>
<a href=”CLICK MACROhttp://adserver.adremedy.com/?adlink|2.0|000|123123|0|1|ABCDEF;loc=100″ target=”_blank”>
<img src=”http://adserver.adremedy.com /?adserv|2.0|000|123123|0|1|ABCDEF;loc=100;” border=”0″ width=”728″ height=”90″>
</a>
</noscript>
</IFRAME>

AdRevolver Tag

Actual code :

<SCRIPT language=”JavaScript” type=”text/javascript”>
<!–
var rnd = Math.round(Math.random() * 10000000);
document.writeln(‘<SCR’+’IPT language=JavaScript type=text/javascript src=”http://media.adrevolver.com/adrevolver/banner?js&amp;place=0000&amp;cpy=’+rnd+'”>’);
document.writeln(‘</SC’+’RIPT>’);
//–>
</SCRIPT>
<NOSCRIPT>
<IFRAME src=”http://media.adrevolver.com/adrevolver/banner?place=0000&amp;cpy=1″ width=728 height=90 scrolling=no allowtransparency=true frameborder=0 marginheight=0 marginwidth=0>
<A href=”http://media.adrevolver.com/adrevolver/href?place=0000&amp;rnd=1000″ target=”_blank”>
<IMG src=”http://media.adrevolver.com/adrevolver/banner?img&amp;place=0000&amp;rnd=1000″ width=728 height=90 border=0 alt=”AdRevolver” ismap></A>
</IFRAME>
</NOSCRIPT>

Modified code :

<SCRIPT language=”JavaScript” type=”text/javascript”>
<!–
var rnd = Math.round(Math.random() * 10000000);
document.writeln(‘<SCR’+’IPT language=JavaScript type=text/javascript src=”http://media.adrevolver.com/adrevolver/banner?js&amp;place=0000&amp;cpy=’+rnd+’&amp;click=CLICK MACRO“>’);
document.writeln(‘</SC’+’RIPT>’);
//–>
</SCRIPT>
<NOSCRIPT>
<IFRAME src=”http://media.adrevolver.com/adrevolver/banner?place=0000&amp;cpy=1&amp;click=CLICK MACRO” width=728 height=90 scrolling=no allowtransparency=true frameborder=0 marginheight=0 marginwidth=0>
<A href=”CLICK MACROhttp://media.adrevolver.com/adrevolver/href?place=0000&amp;rnd=1000″ target=”_blank”>
<IMG src=”http://media.adrevolver.com/adrevolver/banner?img&amp;place=0000&amp;rnd=1000″ width=728 height=90 border=0 alt=”AdRevolver” ismap></A>
</IFRAME>
</NOSCRIPT>

AdsFac Tag

Actual code :

<script language=’JavaScript’ type=’text/javascript’ src=’http://adsfac.eu/ffa/VRM/vrm3.js’></script>
<script language=’JavaScript’ type=’text/javascript’>
function vrm3_site_define(){
vrm3_hide_tags=’’; // if required Insert HTML tag types to hide/show
vrm3_hide_ids=’’; // if required Insert HTML tag ids to hide/show
vrm3_redirect_url=’’;
vrm3_impression_url=’’;
}
</script>
<script language=’JavaScript’ id=’vrm3_ad_def’ type=’text/javascript’ src=’http://adsfac.eu/ffa/vrm/script.aspx?cc=LBSXXX.4XXX.0’>
</script>
<noscript>
<a href=”http://adsfac.eu/link.asp?cc=LBSXXX.4XXX.0” target=”_blank”><img src=”http://adsfac.eu/ag.asp?cc=LBSXXX.4XXX.0&amp;bk=1&amp;ord=[timestamp]” width=”120” height=”600” border=”0” alt=””></a>
</noscript>

Modified code :

<script language=’JavaScript’ type=’text/javascript’ src=’http://adsfac.eu/ffa/VRM/vrm3.js’></script>
<script language=’JavaScript’ type=’text/javascript’>
function vrm3_site_define(){
vrm3_hide_tags=’’; // if required Insert HTML tag types to hide/show
vrm3_hide_ids=’’; // if required Insert HTML tag ids to hide/show
vrm3_redirect_url=’CLICK MACRO’;
vrm3_impression_url=’’;
}
</script>
<script language=’JavaScript’ id=’vrm3_ad_def’ type=’text/javascript’ src=’http://adsfac.eu/ffa/vrm/script.aspx?cc=LBSXXX.4XXX.0’>
</script>
<noscript>
<a href=”CLICK MACROhttp://adsfac.eu/link.asp?cc=LBSXXX.4XXX.0” target=”_blank”><img src=”http://adsfac.eu/ag.asp?cc=LBSXXX.4XXX.0&amp;bk=1&amp;ord=RANDOM NUMBER” width=”120” height=”600” border=”0” alt=””></a>
</noscript>

Advolution Tag

Actual code :

<script type=”text/javascript”>
<!–
var advUri = ””;
document.write(‘\<scr’+’ipt type=”text/javascr’+’ipt”src=”http://asn.advolution.de/00000000000000000/?rnd=’+Math.random()+
&amp;click=’+escape(advUri)+’”\>\</scr’+’ipt\>’);
//–>
</script>

<noscript><div style=”display:inline; margin:0px; padding:0px;”><a
href=”http://asn.advolution.de/00000000000000000/”target=”_blank”>
<img src=”http://asn.advolution.de/00000000000000000/?rnd=”width=”728”height=”90”alt=””bor
der=”0”/></a></div></noscript>

Modified code :

<script type=”text/javascript”>
<!–
var advUri = ”CLICK MACRO”;
document.write(‘\<scr’+’ipt type=”text/javascr’+’ipt” src=”http://asn.advolution.de/00000000000000000/?rnd=’+Math.random(RANDOM NUMBER)+
&amp;click=’+escape(advUri)+’”\>\</scr’+’ipt\>’);
//–></script>

<noscript><div style=”display:inline; margin:0px; padding:0px;”><a
href=”CLICK MACROhttp://asn.advolution.de/00000000000000000/”target=”_blank”>
<img src=”http://asn.advolution.de/00000000000000000/?rnd=RANDOM NUMBER”width=”728”height=”90”alt=””bor
der=”0”/></a></div></noscript>

App Nexus Tag

Actual code :

<SCRIPT SRC=”http://ib.adnxs.com/ttj?id=000000&amp;cb=[CACHEBUSTER]&amp;pubclick=[INSERT_CLICK_TAG]” TYPE=”text/javascript”></SCRIPT>

Modified code :

<SCRIPT SRC=”http://ib.adnxs.com/ttj?id=000000&amp;cb=RANDOM NUMBER&amp;pubclick=CLICK MACRO” TYPE=”text/javascript”></SCRIPT>

Atlas Iframe Tag

Actual code :

<iframe src=”http://view.atdmt.com/AVE/iview//direct;wi.160;hi.600/01?buster_url=&amp;pub_view_url=&amp;click=” frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ topmargin=”0″ leftmargin=”0″ allowtransparency=”true” width=”160″ height=”600″>
<script language=”JavaScript” type=”text/javascript”>
document.write(‘<a href=”http://clk.atdmt.com/AVE/go/XXXXXXXXX/direct;wi.160;hi.600/01/” target=”_blank”><img src=”http://view.atdmt.com/AVE/view/XXXXXXXXX/direct;wi.160;hi.600/01/</a>’);</script>
<noscript><a href=”http://clk.atdmt.com/AVE/go/XXXXXXXXX/direct;wi.160;hi.600/01/” target=”_blank”><img border=”0″ src=”http://view.atdmt.com/AVE/view/XXXXXXXXX/direct;wi.160;hi.600/01/” /></a></noscript>
</iframe>

Modified code :

<iframe src=”http://view.atdmt.com/AVE/iview/XXXXXXXXX/direct;wi.160;hi.600/01/?cache=RANDOM NUMBER&amp;buster_url=&amp;pub_view_url=&amp;click=CLICK MACRO” frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ topmargin=”0″ leftmargin=”0″ allowtransparency=”true” width=”160″ height=”600″>
<script language=”JavaScript” type=”text/javascript”>
document.write(‘<a href=”CLICK MACRO http://clk.atdmt.com/AVE/go/XXXXXXXXX/direct;wi.160;hi.600/01/RANDOM NUMBER“target=”_blank”><img src=”http://view.atdmt.com/AVE/view/XXXXXXXXX/direct;wi.160;hi.600/01/RANDOM NUMBER” /></a>’);</script><noscript><a href=”CLICK MACROhttp://clk.atdmt.com/AVE/go/XXXXXXXXX/direct;wi.160;hi.600/01/RANDOM NUMBER” target=”_blank”><img border=”0″src=”http://view.atdmt.com/AVE/view/XXXXXXXXX/direct;wi.160;hi.600/01/RANDOM NUMBER” /></a></noscript></iframe>

Atlas JScript Tag

Actual code :

<SCRIPT LANGUAGE=’JavaScript’ TYPE=’text/javascript’ SRC=’http://view.atdmt.com/UKM/jview//direct/01?click=’ >
</SCRIPT>
<NOSCRIPT>
<A href=’http://clk.atdmt.com/UKM/go/XXXXXXXXX/direct/01/’ TARGET=’_blank’ >
<IMG SRC=’http://view.atdmt.com/UKM/view/XXXXXXXXX/direct/01/’ BORDER=’0′ ></A></noscript>

Modified code :

<SCRIPT LANGUAGE=’JavaScript’ TYPE=’text/javascript’ SRC=’http://view.atdmt.com/UKM/jview/XXXXXXXXX/direct/01?cache=RANDOM NUMBER&amp;click=CLICK MACRO‘ >
</SCRIPT>
<NOSCRIPT>
<A href=’CLICK MACROhttp://clk.atdmt.com/UKM/go/XXXXXXXXX/direct/01/RANDOM NUMBER‘ TARGET=’_blank’ >
<IMG SRC=’http://view.atdmt.com/UKM/view/XXXXXXXXX/direct/01/RANDOM NUMBER‘ BORDER=’0’ ></A></noscript>

Bluestreak Tag

Actual code :

<SCRIPT LANGUAGE=”JavaScript” type=”text/javascript” src=”http://s0b.bluestreak.com/ix.e?jss&amp;wmode=Window&amp;s=XXXXXX&amp;u=&amp;n=Insert_Time_Stamp_Here&amp;cltk=Insert_Click_Track_URL_Here” >
</script><noscript><a href=’http://s0b.bluestreak.com/ix.e?hr&amp;s=XXXXXX’ target=top><img src=’http://s0b.bluestreak.com/ix.e?ir&amp;s=XXXXXX’ border=0 alt=””></a></noscript>
Modified code :

<SCRIPT LANGUAGE=”JavaScript” type=”text/javascript” src=”http://s0b.bluestreak.com/ix.e?jss&amp;wmode=Window&amp;s=XXXXXX&amp;u=&amp;n=RANDOM NUMBER&amp;cltk=CLICK MACRO” >
</script><noscript><a href=’CLICK MACROhttp://s0b.bluestreak.com/ix.e?hr&amp;s=XXXXXX’ target=_top><img src=’http://s0b.bluestreak.com/ix.e?ir&amp;s=XXXXXX’ border=0 alt=””></a></noscript>

Collective Media Tag

Actual Code :

<script src=”http://a.collective-media.net/adj/bzo.315/L2_XXXXXXX;sz=728×90;ord=[timestamp]”></script>
Modified Code :
<script src=”http://a.collective-media.net/adj/bzo.315/L2_XXXXXXX;sz=728×90;ord=RANDOM NUMBER“></script>

Comission Partner Tag

Actual Code :

<IFRAME NAME=”CPbannerxxxx”SRC=”http://banner.commissionpartner.com/Flash/?bn=xxxx&amp;ord=[timestamp]
&amp;CP_ClickTag=http://click.commissionpartner.com/C/?bn=xxxx&amp;C=1&amp;ord=[timestamp]”W
IDTH=”140”HEIGHT=”350”MARGINWIDTH=”0”MARGINHEIGHT=”0”HSPACE=”0”VSPACE=”0”FRAM
EBORDER=”0”SCROLLING=”NO”></IFRAME>

Modified Code :

<IFRAME NAME=”CPbannerxxxx”SRC=”http://banner.commissionpartner.com/Flash/?bn=xxxx&amp;ord=RANDOM NUMBER
&amp;CP_ClickTag=CLICK MACROhttp://click.commissionpartner.com/C/?bn=xxxx&amp;C=1&amp;ord=RANDOM NUMBER”W
IDTH=”140”HEIGHT=”350”MARGINWIDTH=”0”MARGINHEIGHT=”0”HSPACE=”0”VSPACE=”0”FRAMEBORDER=”0”SCROLLING=”NO”></IFRAME>

Connextra Tag

Actual Code :
<iframe allowtransparency=’true’ src=’http://ff.connextra.com/Boylesports/selector/client?client=Boylesports&amp;placement=120×600&amp;tclk=[your-click-command-here]’ width=’120′ height=’600′ scrolling=’no’ frameborder=’0′ style=’border-width:0′></iframe>

Modified Code :

<iframe allowtransparency=’true’ src=’http://ff.connextra.com/Boylesports/selector/client?client=Boylesports&amp;placement=120×600&amp;tclk=CLICK MACRO‘ width=’120′ height=’600′ scrolling=’no’ frameborder=’0′ style=’border-width:0′></iframe>

Doubleclick Iframe Tag

Actual code :

IFRAME SRC=”http://ad.uk.doubleclick.net/adi/N1111/B1111111;sz=468×60;ord=[timestamp]?” WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=’#000000′>
<SCRIPT language=’JavaScript1.1′ SRC=”http://ad.uk.doubleclick.net/adj/N1111/B1111111;abr=!ie;sz=468×60;ord=[timestamp]?”>
</SCRIPT><NOSCRIPT>
<A HREF=”http://ad.uk.doubleclick.net/jump/N1111/B1111111;abr=!ie4; abr =!ie5;sz=468×60;ord=[timestamp]?”>
<IMG SRC=”http://ad.uk.doubleclick.net/ad/N1111/B1111111; abr=!ie4;abr=!ie5;sz=468×60;ord=[timestamp]?” BORDER=0 WIDTH=468 HEIGHT=60 ALT=”Click Here”></A>
</NOSCRIPT></IFRAME>

Modified code :

IFRAME SRC=”http://ad.uk.doubleclick.net/adi/N1111/B1111111;sz=468×60;click=CLICK MACRO;ord=RANDOM_NUMBER?” WIDTH=468 HEIGHT=60 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=’#000000′>
<SCRIPT language=’JavaScript1.1′ SRC=”http://ad.uk.doubleclick.net/adj/N1111/B1111111;abr=!ie;sz=468×60;ord=RANDOM_NUMBER?”>
</SCRIPT><NOSCRIPT>
<A HREF=”CLICK MACROhttp://ad.uk.doubleclick.net/jump/N1111/B1111111; abr=\!ie4;abr=\!ie5;sz=468×60;ord=RANDOM_NUMBER?”><IMG SRC=”http://ad.uk.doubleclick.net/ad/N1111/ B1111111;abr=!ie4;abr=!ie5;sz=468×60;ord=$RND$?” BORDER=0 WIDTH=468 HEIGHT=60 ALT=”Click Here”></A></NOSCRIPT></IFRAME>

Doubleclick Jscript Tag

Actual code :

<SCRIPT language=’JavaScript1.1′ src=”http://ad.uk.doubleclick.net/adj/NXXXX/BXXXXXXX;sz=468×60;ord=[timestamp]?” >
</SCRIPT>
<NOSCRIPT>
<A href=”http://ad.uk.doubleclick.net/jump/NXXXX/BXXXXXXX;sz=468×60;ord=[timestamp]?” >
<IMG src=”http://ad.uk.doubleclick.net/ad/NXXXX/BXXXXXXX;sz=468×60;ord=[timestamp]?” BORDER=0 WIDTH=468 HEIGHT=60 ALT=”Click Here”></A>
</NOSCRIPT>

Modified code :

<SCRIPT language=’JavaScript1.1′ src=”http://ad.uk.doubleclick.net/adj/NXXXX/BXXXXXXX;sz=468×60; click=CLICK MACRO;ord=RANDOM NUMBER?” ></SCRIPT><NOSCRIPT>
<A HREF=”CLICK MACROhttp://ad.uk.doubleclick.net/jump/NXXXX/BXXXXXXX;sz=468×60;ord=RANDOM NUMBER?”>
<IMG src=”http://ad.uk.doubleclick.net/ad/NXXXX/BXXXXXXX;sz=468×60;ord=RANDOM NUMBER?” BORDER=0 WIDTH=468 HEIGHT=60 ALT=”Click Here”></A>
</NOSCRIPT>

Emediate Tag

Actual code :

<script src=’http://ad1.emediate.dk/EAS_tag.1.0.js’></script>
<script type=”text/javascript” language=”JavaScript” src=”http://ad1.emediate.dk/eas?camp=xxxxxx;cre=mu;js=y;target=_blank;ord=[timestamp];EASClick=”></script>
<noscript>
<a target=_blank href=”http://ad1.emediate.dk/eas?camp=xxxxxx;ty=ct”><img src=”http://ad1.emediate.dk/eas?camp=xxxxxx;cre=img;ord=[timestamp]” border=”0″ alt=”EmediateAd” width=”300″ height=”250″></a></noscript>

Modified code :

<script src=’http://ad1.emediate.dk/EAS_tag.1.0.js’></script>
<script type=”text/javascript” language=”JavaScript” src=”http://ad1.emediate.dk/eas?camp=xxxxxx;cre=mu;js=y;target=_blank;ord=RANDOM NUMBER;EASClick=CLICK MACRO” ></script>
<noscript>
<a target=_blank href=”CLICK MACROhttp://ad1.emediate.dk/eas?camp=xxxxxx;ty=ct”><img src=”http://ad1.emediate.dk/eas?camp=xxxxxx;cre=img;ord=RANDOM NUMBER” border=”0″ alt=”EmediateAd” width=”300″ height=”250″></a></noscript>

Euroads Tag

Actual code :

<iframe src=”http://tracking1.steuroads.dk/system/showadv.php? sid=0&amp;cpid=16&amp;adid=xxx&amp;acid=xxx&amp;eapartnerredir=”width=7
28 height=90 marginwidth=0 marginheight=0 ALLOWTRANSPARENCY=”true”frameborder=0
scrolling=no bordercolor=”#000000”hspace=0 vspace=0></iframe>

Modified code :

<iframe src=”http://tracking1.steuroads.dk/system/showadv.php?sid=0&amp;cpid=16&amp;adid=xxx&amp;acid=xxx&amp;eapartnerredir=CLICK MACRO
”width=728 height=90 marginwidth=0 marginheight=0
ALLOWTRANSPARENCY=”true”frameborder=0 scrolling=no bordercolor=”#000000”hspace=0
vspace=0></iframe>

EyeBlaster Tag

Actual code :
<script src=”http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=sb&amp;c=17&amp;pli=xxxxxx&amp;PluID=0&amp;w=300&amp;h=250&amp;ord=timestamp”></script>
<noscript>
<a href=”http://bs.serving-sys.com/BurstingPipe/BannerRedirect.asp?FlightID=xxxxxx&amp;Page=&amp;PluID=0&amp;Pos=9347″ target=”_blank”><img src=”http://bs.serving-sys.com/BurstingPipe/BannerSource.asp?FlightID=xxxxxx&amp;Page=&amp;PluID=0&amp;Pos=9347″ border=0 width=300 height=250></a>
</noscript>

Modified code :

<script src=”http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=sb&amp;c=17&amp;pli=xxxxxx&amp;PluID=0&amp;w=300&amp;h=250&amp;ncu=$$$CLICK MACRO$$$&amp;ord=RANDOM NUMBER” ></script>
<noscript>
<a href=”CLICK MACROhttp://bs.serving-sys.com/BurstingPipe/BannerRedirect.asp?FlightID=xxxxxx&amp;Page=&amp;PluID=0&amp;Pos=9347″ target=”_blank”><img src=”http://bs.serving-sys.com/BurstingPipe/BannerSource.asp?FlightID=xxxxxx&amp;Page=&amp;PluID=0&amp;Pos=9347″ border=0 width=300 height=250></a>
</noscript>

EyeBlaster Tag for Wallpaper/Re-skin:

Actual code :

<script>
var gnEbMinZIndex = 10000;
var gfEbInIframe = false;
var gEbAd=new Object();
gEbAd.nFlightID = 6790667;
gEbAd.nDownloadMode = 3;
var gfEbUseCompression = true;
</script>
<script src=”http://ds.serving-sys.com/BurstingScript/ebServing_6790667.js”></script>

Modified code :

<script>
var gnEbMinZIndex = 10000;
var gfEbInIframe = false;
var gEbAd=new Object();
gEbAd.strNImpUrl=”RANDOM NUMBER“;
gEbAd.strNClickUrl=”CLICK MACRO“;
gEbAd.nFlightID = 6790667;
gEbAd.nDownloadMode = 3;
var gfEbUseCompression = true;
</script>
<script src=”http://ds.serving-sys.com/BurstingScript/ebServing_6790667.js”></script>

Eyereturn Tag

Actual code :

<script type=”text/javascript” src=”http://voken.eyereturn.com/?xxxxx&amp;1&amp;click=[INSERT AD SERVER CLICK REDIRECT HERE]&amp;params=[INSERT TIME STAMP / RND NUMBER HERE]”></script>
Modified code :
<script type=”text/javascript” src=”http://voken.eyereturn.com/?xxxxx&amp;1&amp;click=CLICK MACRO&amp;params=RANDOM NUMBER“></script>

EyeViewads Tag

Actual code :

<IFRAME SRC=”http://static.eyeviewads.com/ib/prod/000ad000/ev_ibn.htm” WIDTH=300 HEIGHT=250 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=’#000000′>
<SCRIPT language=’JavaScript1.1′ SRC=”http://static.eyeviewads.com/ib/prod/000ad000/ev_ibn_min.js”></SCRIPT>
<NOSCRIPT>
<A HREF=”http://serve.eyeviewads.com/match/clickthrough/000ad000″ target=”_blank”>
<img src=”http://serve.eyeviewads.com/match/companion/000ad000?r=http://static.eyeviewads.com/cdn/triggers/000ad000.png” BORDER=0 WIDTH=300 HEIGHT=250 ALT=”Ad Image”/>
</A>
</NOSCRIPT>
</IFRAME>

Modified code :

<IFRAME SRC=”http://static.eyeviewads.com/ib/prod/000ad000/ev_ibn.htm?ct=CLICK MACROhttp://serve.eyeviewads.com/match/clickthrough/000ad000″ WIDTH=300 HEIGHT=250 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=’#000000′>
<SCRIPT language=’JavaScript1.1′ SRC=”http://static.eyeviewads.com/ib/prod/000ad000/ev_ibn_min.js”></SCRIPT>
<NOSCRIPT>
<A HREF=”CLICK MACROhttp://serve.eyeviewads.com/match/clickthrough/000ad000″ target=”_blank”>
<img src=”http://serve.eyeviewads.com/match/companion/000ad000?r=http://static.eyeviewads.com/cdn/triggers/000ad000.png” BORDER=0 WIDTH=300 HEIGHT=250 ALT=”Ad Image”/>
</A>
</NOSCRIPT>
</IFRAME>

Eyewonder Tag

Actual code :

<script language=”Javascript” type=”text/javascript”>
var clickTagFramePrepend1112914=”[ewclickthru]”;
</script>
<script language=”Javascript” type=”text/javascript” id=”ew1112914_wrapper” src=”http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/wrapper.js” ></script>
<noscript>
<body><div style=”position:relative; z-index:1″>
<a href=”http://www.eyewonderlabs.com/ct.cfm?ewbust=0&amp;file=http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/NOSCRIPTfailover.gif&amp;amp;eid=1112914&amp;amp;name=Clickthru-NOSCRIPT&amp;amp;num=1&amp;amp;time=0&amp;amp;diff=0&amp;amp;click=http://clk.atdmt.com/CNT/go/xxxxxxxxx/direct;wi.1;hi.1/01/” target=”_blank”>
<img width=”300″ height=”250″ src=”http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/NOSCRIPTfailover.gif” border=”0″ alt=””>
</a></div></body>
</noscript>

Modified code :

<script language=”Javascript” type=”text/javascript”>
var clickTagFramePrepend1112914=”CLICK MACRO[ewclickthru]”;
</script>
<script language=”Javascript” type=”text/javascript” id=”ew1112914_wrapper” src=”http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/wrapper.js” ></script>
<noscript>
<body><div style=”position:relative; z-index:1″>
<a href=”CLICK MACROhttp://www.eyewonderlabs.com/ct.cfm?ewbust=0&amp;file=RANDOM NUMBER” rel=”nofollow”linktype=”raw” linktext=”http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/NOSCRIPTfailover.gif&amp;eid=1112914&amp;name=Clickthru-NOSCRIPT&amp;num=1&amp;time=0&amp;diff=0&amp;click=http://clk.atdmt.com/CNT/go/xxxxxxxxx/direct;wi.1;hi.1/01/RANDOM NUMBER“>http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/NOSCRIPTfailover.gif&amp;amp;eid=1112914&amp;amp;name=Clickthru-NOSCRIPT&amp;amp;num=1&amp;amp;time=0&amp;amp;diff=0&amp;amp;click=http://clk.atdmt.com/CNT/go/xxxxxxxxx/direct;wi.1;hi.1/01/RANDOM NUMBER” target=”_blank”>
<img width=”300″ height=”250″ src=”http://cdn.eyewonder.com/xxxxxx/xxxxxx/xxxxxxx/NOSCRIPTfailover.gif” border=”0″ alt=””>
</a></div></body>
</noscript>

Facilitate Digital

Actual code :

<script type=”text/javascript”>
var fd_imp = ‘http://adsfac.net/ag.asp?cc=HES000.XXXXX.0&amp;ord=\[timestamp\]’;
var fd_clk = ‘http://adsfac.net/link.asp?cc=HES000.XXXXX.0’;
var fd_wdt = 728;
var fd_hgt = 90;
</script>
<script type=”text/javascript” src=”http://adsfac.net/ffa/clickTAG.js”></script>
<noscript>
<a href=”http://adsfac.net/link.asp?cc=HES000.XXXXX.0″ target=”_blank”><img src=”http://adsfac.net/ag.asp?cc=HES000.XXXXX.0&amp;bk=1&amp;ord=[timestamp\]” width=”728″ height=”90″ border=”0″ alt=””></a>
</noscript>

Modified code :

<script type=”text/javascript”>
var fd_imp = ‘http://adsfac.net/ag.asp?cc=HES000.XXXXX.0&amp;ord=RANDOM NUMBER’;
var fd_clk = ‘CLICK MACROhttp://adsfac.net/link.asp?cc=HES000.XXXXX.0′;
var fd_wdt = 728;
var fd_hgt = 90;
</script>
<script type=”text/javascript” src=”http://adsfac.net/ffa/clickTAG.js”></script>
<noscript>
<a href=”CLICK MACROhttp://adsfac.net/link.asp?cc=HES000.XXXXX.0″ target=”_blank”><img src=”http://adsfac.net/ag.asp?cc=HES000.XXXXX.0&amp;bk=1&amp;ord=RANDOM NUMBER” width=”728″ height=”90″ border=”0″ alt=””></a>
</noscript>

Falk tag

Actual code :

<script
type=”text/javascript”language=”JavaScript”src=”http://as1.falkag.de/sel?cmd=jsc&amp;kid=xxxxx&amp;dat=146139&amp;xl=728&amp;yl=90&amp;opt=0&amp;rdm=[timestamp]”></script>
<noscript>
<a href=”http://as1.falkag.de/sel?cmd=lnk&amp;kid=xxxxx&amp;dat=146139&amp;opt=0&amp;rdm=[timestamp]”target=”_blank”>
<img src=”http://as1.falkag.de/sel?cmd=ban&amp;kid=xxxxx&amp;dat=146139&amp;opt=0&amp;rdm=[timestamp]”width=728 height=90 alt=”Prinzip Freude”border=0></a>
</noscript>

Modified code :

<script
type=”text/javascript”language=”JavaScript”src=”http://as1.falkag.de/sel?cmd=jsc&amp;kid=xxxxx&amp;dat=146139&amp;xl=728&amp;yl=90&amp;opt=0&amp;rdm=RANDOM NUMBER&amp;cnturl=CLICK MACRO”></script>
<noscript>
<a href=”CLICK MACROhttp://as1.falkag.de/sel?cmd=lnk&amp;kid=xxxxx&amp;dat=146139&amp;opt=0&amp;rdm=RANDOM NUMBER”target=”_blank”>
<img src=”http://as1.falkag.de/sel?cmd=ban&amp;kid=xxxxx&amp;dat=146139&amp;opt=0&amp;rdm=RANDOM NUMBER”width=728 height=90 alt=”Prinzip Freude”border=0></a>
</noscript>

Flash Talking

Actual code :

<script language=”Javascript1.1″ type=”text/javascript”>
var ftClick = “”;
var ft300x250_OOBclickTrack = “”;
var ftRandom = Math.random()*1000000;
var ftBuildTag1 = “<scr”;
var ftBuildTag2 = “</”;
var ftTag = ftBuildTag1 + ‘ipt language=”javascript1.1″ type=”text/javascript” ‘;
ftTag \+= ‘src =” http://servedby.flashtalking.com/imp/xxxxx;xxxxx;xxx;js;a;300x250Edinburgh/?click=’+ftClick+’&amp;cachebuster=’+ftRandom+ ‘” id=”ftscript_300x250″ name=”ftscript_300x250″‘;
ftTag \+= ‘”>’ + ftBuildTag2 + ‘script>’;
document.write(ftTag);
</script>
<noscript>
<a href=”http://servedby.flashtalking.com/click/xxxxx;xxxxx;x;xxx;x/?url=69857″ target=”_blank”>
<img border=”0″ src=”http://servedby.flashtalking.com/imp/xxxxx;xxxxx;xxx;gif;;300x250Edinburgh/?”></a>
</noscript>

Modified code :

<script language=”Javascript1.1″ type=”text/javascript”>
var ftClick = “CLICK MACRO“;
var ft300x250_OOBclickTrack = “”;
var ftRandom = Math.random(RANDOM NUMBER)*1000000;
var ftBuildTag1 = “<scr”;
var ftBuildTag2 = “</”;
var ftTag = ftBuildTag1 + ‘ipt language=”javascript1.1″ type=”text/javascript” ‘;
ftTag \+= ‘src=”http://servedby.flashtalking.com/imp/xxxxx;xxxxx;xxx;js;a;300x250Edinburgh/?click=’+ftClick+’&amp;cachebuster=
‘+ftRandom+'” id=”ftscript_300x250″ name=”ftscript_300x250″‘;
ftTag \+= ‘”>’ + ftBuildTag2 + ‘script>’;
document.write(ftTag);
</script>
<noscript>
<a href=”CLICK MACROhttp://servedby.flashtalking.com/click/xxxxx;xxxxx;x;xxx;x/?url=69857″ target=”_blank”>
<img border=”0″ src=”http://servedby.flashtalking.com/imp/xxxxx;xxxxx;xxx;gif;;300x250Edinburgh/?”></a>
</noscript>

Interpoll Tag

Actual code :

<script language=”javascript”>
var ipoll_c = 81;
var cmpid = “alltel/vday09/728”;
var ipoll_link2 = “”;
</script>
<script language=”javascript” src=”http://hs.interpolls.com/inter_x_xxx.js?ord=timestamp”></script>

Modified code :

<script language=”javascript”>
var ipoll_c = 81;
var cmpid = “alltel/vday09/728”;
var ipoll_link2 = “CLICK MACRO“;
</script>
<script language=”javascript” src=”http://hs.interpolls.com/inter_x_xxx.js?ord=RANDOM NUMBER” ></script>

KlipMart Tag

Mediaplex Tag

Actual code :

<script language=”JavaScript1.1″ src=”http://altfarm.mediaplex.com/ad/js/xxxx-xxxxx-xxxx-x?mpt=CACHEBUSTER&amp;mpvc=”>
</script>
<noscript>
<a href=”http://altfarm.mediaplex.com/ad/ck/xxxx-xxxxx-xxxx-x?mpt=[CACHEBUSTER]” >
<img src=”http://altfarm.mediaplex.com/ad/bn/xxxx-xxxxx-xxxx-x?mpt=[CACHEBUSTER]” alt=”Click Here” border=”0″>
</a>
</noscript>

Modified code :

<script language=”JavaScript1.1″ src=”http://altfarm.mediaplex.com/ad/js/xxxx-xxxxx-xxxx-x?mpt=RANDOM NUMBER&amp;mpvc=CLICK MACRO” >
</script>
<noscript>
<a href=”CLICK MACROhttp://altfarm.mediaplex.com/ad/ck/xxxx-xxxxx-xxxx-x?mpt=RANDOM NUMBER“>
<img src=”http://altfarm.mediaplex.com/ad/bn/xxxx-xxxxx-xxxx-x?mpt=RANDOM NUMBER” alt=”Click Here” border=”0″>
</a>
</noscript>

Meeticorp Tag

Actual Code :

<SCRIPT LANGUAGE=”JavaScript1.1″ SRC=”http://www.meetic-partners.com/call/adj/147392/1622918/TV2.meeticcorp/930×600/[timestamp]/no?[countgo]”>
</SCRIPT>
<NOSCRIPT>
<a href=”http://www.meetic-partners.com/call/jumpi/147392/1622918/TV2.meeticcorp/930×600/[timestamp]/no?” target=”_blank”>
<img src=”http://www.meetic-partners.com/call/adi/147392/1622918/TV2.meeticcorp/930×600/[timestamp]/no?” border=”0″>
</a>
</NOSCRIPT>

Modified Code :

<SCRIPT LANGUAGE=”JavaScript1.1″ SRC=”http://www.meetic-partners.com/call/adj/xxxxxx/xxxxxxx/TV2.meeticcorp/300×250/RANDOM NUMBER/no?CLICK MACRO“>
</SCRIPT>
<NOSCRIPT>
<a href=”CLICK MACROhttp://www.meetic-partners.com/call/jumpi/xxxxxx/xxxxxxx/TV2.meeticcorp/300×250/RANDOM NUMBER/no?” target=”_blank”>
<img src=”http://www.meetic-partners.com/call/adi/xxxxxx/xxxxxxx/TV2.meeticcorp/300×250/RANDOM NUMBER/no?” border=”0″>
</a>
</NOSCRIPT>

OpenX Tag

Actual Code :

<iframe id=’xf17xx99′ name=’xf17xx99′ src=’http://d1.openx.org/afr.php?campaignid=xxxxxx&amp;amp;what=300×250&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE’ frameborder=’0′ scrolling=’no’ width=’300′ height=’250′>
<a href=’http://d1.openx.org/ck.php?n=a08axxxx&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE’ target=’_blank’>
<img src=’http://d1.openx.org/avw.php?campaignid=xxxxxx&amp;amp;what=300×250&amp;amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;amp;n=a08axxxx’ border=’0′ alt=” /></a>
</iframe>

Modified Code :

<iframe id=’xf17xx99′ name=’xf17xx99′ src=’http://d1.openx.org/afr.php?campaignid=xxxxxx&amp;amp;what=300×250&amp;amp;cb=RANDOM NUMBER‘ frameborder=’0′ scrolling=’no’ width=’300′ height=’250′>
<a href=’CLICK MACROhttp://d1.openx.org/ck.php?n=a08axxxx&amp;amp;cb=RANDOM NUMBER‘ target=’_blank’>
<img src=’http://d1.openx.org/avw.php?campaignid=xxxxxx&amp;amp;what=300×250&amp;amp;cb=RANDOM NUMBER&amp;amp;n=a08axxxx’ border=’0′ alt=” /></a>
</iframe>

Pheedo Tag

Actual code :

<script type=’text/javascript’>
var ph_redir=”;
var ph_bust=Math.random();
var ph_src=’http://www.pheedo.com/ad.php?i=1&amp;zone=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’;
ph_src+=’&amp;BorderColor=%23006699&amp;BorderWidth=1&amp;BgColor=%23ffffff&amp;TextColor=%23000000′;
ph_src+=’&amp;TextFace=Arial%2C%20Verdana%2C%20sans-serif&amp;TextSize=11&amp;LinkColor=%23006699&amp;UrlColor=%23999999&amp;cb=[timestamp]’;
document.write(‘<ifr’+’ame ‘);
document.write(‘src=”‘ + ph_src.replace(‘[timestamp]’, ph_bust));
document.write(‘&amp;redir=’ + ph_redir + ‘” ‘);
document.write(‘height=”250″ width=”300″ frameborder=”0″ ‘);
document.write(‘marginwidth=”0″ marginheight=”0″ vspace=”0″ hspace=”0″ scrolling=”no” ‘);
document.write(‘allowtransparency=”true” style=”overflow: hidden; margin: 0; padding: 0;”>’);
document.write(‘</ifr’+’ame>’);
</script>
<noscript>
<iframe src=http://www.pheedo.com/ad.php?i=1&amp;zone=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;BorderColor=%23006699&amp;BorderWidth=1&amp;BgColor=%23ffffff&amp;TextColor=%23000000&amp;TextFace=Arial%2C%20Verdana%2C%20sans-serif&amp;TextSize=11&amp;LinkColor=%23006699&amp;UrlColor=%23999999&amp;cb=[timestamp]&amp;redir=” width=”300″ height=”250″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ vspace=”0″ hspace=”0″
scrolling=”no” allowtransparency=”true” style=”overflow: hidden; margin: 0; padding: 0;”>
</iframe>
</noscript>

Modified code :

<script type=’text/javascript’>
var ph_redir=’CLICK MACRO‘;
var ph_bust=Math.random(RANDOM NUMBER);
var ph_src=’http://www.pheedo.com/ad.php?i=1&amp;zone=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx’;
ph_src+=’&amp;BorderColor=%23006699&amp;BorderWidth=1&amp;BgColor=%23ffffff&amp;TextColor=%23000000′;
ph_src+=’&amp;TextFace=Arial%2C%20Verdana%2C%20sans-serif&amp;TextSize=11&amp;LinkColor=%23006699&amp;UrlColor=%23999999&amp;cb=RANDOM NUMBER‘;
document.write(‘<ifr’+’ame ‘);
document.write(‘src=”‘ + ph_src.replace(‘RANDOM NUMBER‘, ph_bust));
document.write(‘&amp;redir=’ + ph_redir + ‘” ‘);
document.write(‘height=”250″ width=”300″ frameborder=”0″ ‘);
document.write(‘marginwidth=”0″ marginheight=”0″ vspace=”0″ hspace=”0″ scrolling=”no” ‘);
document.write(‘allowtransparency=”true” style=”overflow: hidden; margin: 0; padding: 0;”>’);
document.write(‘</ifr’+’ame>’);
</script>
<noscript>
<iframe src=”http://www.pheedo.com/ad.php?i=1&amp;zone=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&amp;BorderColor=%23006699&amp;BorderWidth=1&amp;BgColor=%23ffffff&amp;TextColor=%23000000&amp;TextFace=Arial%2C%20Verdana%2C%20sans-serif&amp;TextSize=11&amp;LinkColor=%23006699&amp;UrlColor=%23999999&amp;cb=RANDOM NUMBER&amp;redir=CLICK MACRO
width=”300″ height=”250″ frameborder=”0″ marginwidth=”0″ marginheight=”0″ vspace=”0″ hspace=”0″
scrolling=”no” allowtransparency=”true” style=”overflow: hidden; margin: 0; padding: 0;”>
</iframe>
</noscript>

RocketFuel Tag

Actual Code :

<script type=’text/javascript’>
var rfiPub={ver:7,publisher:xxx};
var rfiAdReq={placement:xxxxx,width:300,height:250,landInNewWindow: false};
rfiAdReq.clickPrefix=’INSERT_YOUR_CLICK_PREFIX’;
</script>
<script type=’text/javascript’ src=’http://c1.rfihub.net/js/bcS.js’></script>

Modified Code :

<script type=’text/javascript’>
var rfiPub={ver:7,publisher:xxx};
var rfiAdReq={placement:xxxxx,width:300,height:250,landInNewWindow: false};
rfiAdReq.clickPrefix=’CLICK MACRO‘;
</script>
<script type=’text/javascript’ src=’http://c1.rfihub.net/js/bcS.js’></script>
&amp;nbsp;

Rovion Tag

Actual Code :

<script type=’text/javascript’ src=’http://engaged-by.rovion.com/schedule/00000000000000XXXXXXXXX’></script>

Modified Code :

<script type=’text/javascript’ src=’http://engaged-by.rovion.com/schedule/00000000000000XXXXXXXXX&amp;rovionclickproxyurl=CLICK MACRO‘></script>

Smart Adserver Tag

Actual Code :

<SCRIPT LANGUAGE=”JavaScript1.1″ SRC=”http://ww392.smartadserver.com/call/adj/…/[timestamp]/no?[countgo]”></SCRIPT>
<NOSCRIPT>
<a href=”http://ww392.smartadserver.com/call/jumpi/…/[timestamp]/no?” target=”_blank”>
<img src=”http://ww392.smartadserver.com/call/adi/…/[timestamp]/no?” border=”0″></a>
</NOSCRIPT>

Modified Code :

<SCRIPT LANGUAGE=”JavaScript1.1″ SRC=”http://ww392.smartadserver.com/call/adj/…/RANDOM NUMBER/no?CLICK MACRO“></SCRIPT>
<NOSCRIPT>
<a href=”CLICK MACROhttp://ww392.smartadserver.com/call/jumpi/…/RANDOM NUMBER/no?” target=”_blank”>
<img src=”http://ww392.smartadserver.com/call/adi/…/RANDOM NUMBER/no?” border=”0″></a>
</NOSCRIPT>

Spongecell Tag

Actual Code :
<script type=”text/javascript”>
var spongecellParams = {
clickTag: “SPONGECELL_CLICK_TAG”,
placementId: “SPONGECELL_PLACEMENT_ID”
};
</script>
<script src=”http://cdn.royale.spongecell.com/api/widgets/xxxxxx.js” type=”text/javascript”></script>
<noscript>
<a href=”http://spongecell.com/api/widgets/clickthrough/xxxxxx?noflash=true&amp;amp;noscript=true&amp;placement_id=SPONGECELL_PLACEMENT_ID” target=”_blank”>
<img alt=”160×600″ border=”0″ height=”600″ src=”http://cdn.statics.live.spongecell.com/excellus/april2010/v3g/assets/160×600.jpg” width=”160″ /></a>
</noscript>

Modified Code :

<script type=”text/javascript”>
var spongecellParams = {
clickTag: “CLICK MACRO“,
placementId: “SITE ID
};
</script>
<script src=”http://cdn.royale.spongecell.com/api/widgets/xxxxxx.js” type=”text/javascript”></script>
<noscript>
<a href=”http://spongecell.com/api/widgets/clickthrough/xxxxxx?noflash=true&amp;amp;noscript=true&amp;placement_id=SITE ID” target=”_blank”>
<img alt=”160×600″ border=”0″ height=”600″ src=”http://cdn.statics.live.spongecell.com/excellus/april2010/v3g/assets/160×600.jpg” width=”160″ /></a>
</noscript>

Note : For Placement ID i have used SITE ID here , Please make the changes as per Ad server following !

TangoZebra Tag

Actual code :

<script language=”Javascript1.1″ type=”text/javascript”>
<\!-\-
var tz_rnd = Math.random();
var tz_redirector_xxxxxxxx = “”;
var tz_vc_xxxxxxxx = “”;
var tz_force_xxxxxxxx=-1;
var tz_pv_xxxxxxxx = “”;
var tz_bit1 = “<scr”;var tz_bit2 = “</”;
var tz_tag = tz_bit1 + ‘ipt language=”javascript1.1″ type=”text/javascript” ‘;
tz_tag \+= ‘src=”http://ad.uk.tangozebra.com/a/aj/s/xxxx/xxxx;’ + tz_rnd + ‘?ad_ron.js’;
tz_tag \+= ‘”>’ + tz_bit2 + ‘script>’;
document.write(tz_tag);
//–>
</script>
<noscript>
<a target=’_new’ href=’http://ad.uk.tangozebra.com/a/ac/c_noscript/xxxx/xxxx/8870;TIMESTAMP?http%3A%2F%2Fclk.atdmt.com%2FMCL%2Fgo%2Ft3mgzask0090000096mcl%2Fdirect%2F01%2F’><img src=’http://ad.uk.tangozebra.com/a/ai/v_noscript/xxxx/xxxx/8870/Overlaywith120x120Button;TIMESTAMP?120×120.gif’ border=’0′ width=’120′ height=’120′ alt=”></a>
</noscript>

Modified code :

<script language=”Javascript1.1″ type=”text/javascript”>
<\!-\-
var tz_rnd = Math.random(RANDOM NUMBER);
var tz_redirector_xxxxxxxx = “CLICK MACRO“;
var tz_vc_xxxxxxxx = “”;
var tz_force_xxxxxxxx=-1;
var tz_pv_xxxxxxxx = “”;
var tz_bit1 = “<scr”;var tz_bit2 = “</”;
var tz_tag = tz_bit1 + ‘ipt language=”javascript1.1″ type=”text/javascript” ‘;
tz_tag \+= ‘src=”http://ad.uk.tangozebra.com/a/aj/s/xxxx/xxxx;’ + tz_rnd + ‘?ad_ron.js’;
tz_tag \+= ‘”>’ + tz_bit2 + ‘script>’;
document.write(tz_tag);
//–>
</script>
<noscript>
<a target=’_new’ href=’CLICK MACROhttp://ad.uk.tangozebra.com/a/ac/c_noscript/xxxx/xxxx/8870;{color:#990000}*RANDOM NUMBER*{color}?http%3A%2F%2Fclk.atdmt.com%2FMCL%2Fgo%2Ft3mgzask0090000096mcl%2Fdirect%2F01%2F’><img src=’http://ad.uk.tangozebra.com/a/ai/v_noscript/xxxx/xxxx/8870/Overlaywith120x120Button;{color:#990000}*RANDOM NUMBER*{color}?120×120.gif’ border=’0′ width=’120′ height=’120′ alt=”></a>
</noscript>

TradeDoubler Tag

Actual code :
<script type=”text/javascript”>
var uri = ‘http://impse.tradedoubler.com/imp?type(js)pool(xxxxxx)a(xxxxxxx)’ + new String (Math.random()).substring (2, 11);
document.write(‘<sc”ript type=”text/javascript” src=”‘+uri'” charset=”ISO-8859-1″></sc’+’ript>’);
</script>

Modified code :

<script type=”text/javascript”>
var uri = ‘http://impse.tradedoubler.com/imp?type(js)pool(xxxxxx)a(xxxxxxx)preurl(CLICK MACRO)?’ + new String (Math.random(RANDOM NUMBER)).substring (2, 11);
document.write(‘<sc”ript type=”text/javascript” src=”‘+uri'” charset=”ISO-8859-1″></sc’+’ript>’);
</script>

Magnetisemedia Adcentre Tag

Actual Tag :

<script type=”text/javascript”>
_ibproto=((“https:” == document.location.protocol)? “https:// <https:///> ” : “http:// <http:///> “);
_ib={width:300,height:250,ad:xxx,site:xxx,lead:null,click:””,cb:”%cb”,host:’adcentre.magnetisemedia.com’,clHost:’x2xx9xxx95xx0x.cloudfront.net’,trkHost:’formregistration.com’};
document.write(“<sc”+”ript type=’text/javascript’ src='”+_ibproto+_ib.clHost+”/inbanner.js’></scr”+”ipt>”);
</script>
<noscript>
<iframe src=”https://adcentre.magnetisemedia.com/trackstatic?ad=xxx&amp;site=xxx&amp;layoutType=in_banner&amp;w=300&amp;h=250″ width=”300px” height=”250px” frameborder=”0″ allowTransparency=”true” scrolling=”no” marginwidth=”0″ marginheight=”0″>
<p>
Sorry, your browser does not support iframes!
</p>
</iframe>
</noscript>

Modified Tag :

<script type=”text/javascript”>
_ibproto=((“https:” == document.location.protocol)? “https:// <https:///> ” : “http:// <http:///> “);
_ib={width:300,height:250,ad:xxx,site:xxx,lead:null,click:”CLICK MACRO“,cb:”%cb”,host:’adcentre.magnetisemedia.com’,clHost:’x2xx9xxx95xx0x.cloudfront.net’,trkHost:’formregistration.com’};
document.write(“<sc”+”ript type=’text/javascript’ src='”+_ibproto+_ib.clHost+”/inbanner.js’></scr”+”ipt>”);
</script>
<noscript>
<iframe src=”https://adcentre.magnetisemedia.com/trackstatic?ad=xxx&amp;site=xxx&amp;layoutType=in_banner&amp;w=300&amp;h=250″ width=”300px” height=”250px” frameborder=”0″ allowTransparency=”true” scrolling=”no” marginwidth=”0″ marginheight=”0″>
<p>
Sorry, your browser does not support iframes!
</p>
</iframe>
</noscript>

24/7 RealMedia Tag

Actual Tag :

<script language=”JavaScript1.1″ src=”http://adv.247realmedia.com/RealMedia/ads/adstream_jx.ads/247RMstaff.TT.test/247RMstaff/AOL-html-0404/INSERT_TIMESTAMP_HERE?–AD-SERVER-CLICK-REDIRECT–“>
</script>

Modified Tag :

<script language=”JavaScript1.1″ src=”http://adv.247realmedia.com/RealMedia/ads/adstream_jx.ads/247RMstaff.TT.test/247RMstaff/AOL-html-0404/RANDOM NUMBER?CLICK MACRO“>
</script>

40 thoughts on “Macros Insertion”

    1. Hi Santhosh,

      The mentioned macro is used by InterClick which is now Genome by Yahoo now. The ic mentioned in the macro is interclick.
      Let me know if you need anything else.

      Regards,
      Avinash

    1. If the cache busting don’t work it will affect in impression counting. The ads will get deliver from the cache which won’t let the server count an impression which is not correct. The issue looks small but can lead to loss too.

  1. Hello,

    Great blog you’ve here since I’m new to this industry and I really appreciate on what you’ve did here. Are you familiar with Air Push tag?

      1. Hello,

        I’ve reply you on the email since i cant paste all the related tag here, if you mind check it and clarify back to i would much appreciate it.

  2. Hi,

    I would like to know if there is any other way than as explained above for implementing the Click Macro for 24/7 RealMedia Tag?
    Below is the example of what I noticed in my tag:
    http://c1.realmedia.co.in/RealMedia/ads/adstream_jx.ads/directories-xyz/CACHEBUSTER@x14?_RM_HTML_CLICK_=MY_CLICK_MACRO

    This was it opens the Landing Page URL along with the Macro. Below is the LP URL it generates:
    http://www.MY_CLICK_MACROxyz.com

    I know this may sound a silly question but I hope I am not making any mistakes in implentation.

    1. Hi Nisha,

      There is something strange or may be we are missing the track of your question. Is this the complete tag, i know you can’t share the complete tag with actual ID’s but please share the complete code and changes the actual ID’s to any values and share back.

      But to confirm the way the LP URL has been generated looks an issue to me, it can be something like below:

      ClickMacrohttp://www.xyz.com

      Never mind share me the tag, we can always double check by using different developer tools if the macro is being converted to the random values.

      Regards,
      kOA

      1. Hi,

        Thank you for providing the above info. The tag I have shared above is the complete tag which I created by changing the code Ids. We are into third party ad serving industry, we do not have access to see how the original implementation is done. All I click through URL includes our marco without converting it to random values. And the replacement
        is done after http://www. (Macro)(completeURL).com

        Do you think its something that the ad servers need to change at their end? Or the macro is not getting detected by their ad servers?

        Let me know if I can provide with any more details.

        Thanks,
        Nisha

        1. If the ad server supports such functionality it could be possible but that needs to be checked. There could be another reason of not the right macro being used which is supported by your ad server.
          The best you can do is check with your engineer team who can give some detailed info or else skype us on knowonlineadvertising to have detailed discussion on it.

  3. Hi,
    Your website is really great. I have a few questions, that based on the vast knowledge you’ve shared here, you might be the one to ask:
    1. Do you know where can I find a complete list of all the available tokens the main large ad servers have to offer?
    2. Do you think campaign_id, placement_id, ad_id and site_id are tokens that the ad servers offer or are those tokens should be replaced by the DSP?

    thanks,
    Orit

    1. Hey,

      There’s no list of Macros at one place as every ad server has their own macros defined, some private networks define their own but servers like google or any public servers have common ones. We will try to add all the macros at one place sooner for your assistance.
      All the ID’s token are almost present for every ad server, you may not use it for normal tracking but in case if required you can always fetch the data

      Regards,
      kOA

  4. Hi All,

    Is there any way one can track a click in a iframe where there is no actual url that you are being redirected to. It just basically stays on the creative. It is an interactive creative where you fill in name, contact number and email address and then once you done click on submit and the banner just reverts back.
    I’ve been trying different ways of loading the macros on Appnexus but cant get it to track the click.

    Anyone that can help?

    1. Hi Nick,

      If you just want to track the number of clicks on that button, you can create an onclick event on which 1×1 pixel fires (use an impression pixel). So whoever clicks on the button the pixel will fire which will lead to track on backend and you can get to know how many clicks happened plus not leading to any landing page.
      We have done this for more then 100 campaigns, generally done for rich media creative where we are looking to see where is the user maximum interested in.

      Regards,
      kOA

  5. Hi All,
    Are you familiar with Media.net tag? I’m having a problem implementing the click macro in their code snippet.

    Thanks

      1. Hi,

        This is the tag:

        medianet_width=’1033′;
        medianet_height=’200′; medianet_crid=’xxxx’;

        Thank you,
        Kim

      2. Hi,

        Sorry, a few lines were deleted.
        ” medianet_width=’1033′; medianet_height=’200′; medianet_crid=’xxxx’; ”

        Thanks,
        Kim

  6. Hi,

    Your FlashTalking JavaScript macro insertion instructs you to place a Cachebusting macro within the random number generator:

    Math.random(RANDOM NUMBER)*1000000;

    This isn’t required as this function generates a random number anyway. And in the case where your ad server generates a random string (including characters as well as numbers) this actually breaks the creative and it doesn’t display.

    1. Hey Adam,

      Yes, the function itself calls for a random number and here RANDOM NUMBER is the macro the ad server uses which helps the same to count unique impressions. This is optional but adding won’t break the creative appearance. We have been implementing in the same manner for multiple creatives, never faced any such issue.

      Regards,
      kOA

  7. Hi,

    Thanks for a consolidated info. i have this below question.

    Does the Macro misplacement affect the tracking in both the servers (First party & third party) OR it understate the tracking only in Publisher Ad server?
    It would be great if you could explain it with an example.

    Thanks in Advance,

    1. Yes, the macros affects only at the publisher end but eventually it leads to discrepancy and thus the issue comes at both the end. Macro insertion is critical while running ad tags, proper implementation saves discrepancy issues.

  8. Please where enter click macro for recieve click?

    1. Hi Ravi,

      You will always find a placeholder in third-party tags. Also recently, there are tags coming which does not require click macro. If possible share the tag, I will help you if there is a requirement to add click macro or not.

      Regards,
      KnowOnlineAdvertising

  9. Hello,

    Anyone familiar with Kochava impressions trackers, need help to implement cachebuster macro in kochava impression trackers.

    Thanks in advance

Leave a Reply

Your email address will not be published. Required fields are marked *