|
The easiest way to modify Double
Click tags for Click tracking is using the Motif tag generator
at the link below. These tags work only in Ban Man Pro 7
and higher.
http://demo.doubleclick.com/generators/mtftagmenu.asp
- Just paste your existing ad
tags in the Dart Tag field.
- Under tags to Generate, we
recommend selecting IFRAME / JavaScript
- In the Publisher Section, in
the field called "Site click redirect URL (SSCS)",
enter:
[BanManProURL2]&BanManProRedirect=
- Click Process Tag.
- Copy and paste the tags into
Ban Man Pro as an advanced banner.
Here are example tags
before the modification:
<IFRAME SRC="http://ad.doubleclick.net/adi/N4617.somdomain.com/B2850779;sz=250x250;ord=[timestamp]?"
WIDTH=250 HEIGHT=250 MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0
VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR='#000000'>
<SCRIPT language='JavaScript1.1' SRC="http://ad.doubleclick.net/adj/N4617.somdomain.com/B2850779;abr=!ie;sz=250x250;ord=[timestamp]?">
</SCRIPT>
<NOSCRIPT>
<A HREF="http://ad.doubleclick.net/jump/N4617.somdomain.com/B2850779;abr=!ie4;abr=!ie5;sz=250x250;ord=[timestamp]?">
<IMG SRC="http://ad.doubleclick.net/ad/N4617.somdomain.com/B2850779;abr=!ie4;abr=!ie5;sz=250x250;ord=[timestamp]?"
BORDER=0 WIDTH=250 HEIGHT=250 ALT="Click Here"></A>
</NOSCRIPT>
</IFRAME>
And after the modification:
<iframe src="http://ad.doubleclick.net/adi/N4617.somdomain.com/B2850779;sz=250x250;click=[BanManProURL2]&BanManProRedirect=;ord=[timestamp]?"
width="250" height="250" marginwidth="0" marginheight="0" hspace="0"
vspace="0" frameborder="0" scrolling="no" borderCOLOR="#000000">
<script language="Javascript" src="http://ad.doubleclick.net/adj/N4617.somdomain.com/B2850779;sz=250x250;click=[BanManProURL2]&BanManProRedirect=;abr=!ie;ord=[timestamp]?"></script>
<noscript>
<a href="[BanManProURL2]&BanManProRedirect=http://ad.doubleclick.net/jump/N4617.somdomain.com/B2850779;sz=250x250;abr=!ie4;abr=!ie5;ord=[timestamp]?">
<img src="http://ad.doubleclick.net/ad/N4617.somdomain.com/B2850779;sz=250x250;abr=!ie4;abr=!ie5;ord=[timestamp]?"
width="250" height="250" border="0"></A>
</noscript>
</iframe>
|