|
Here is an example of modifying and
entering Atlas DMT Script tags into Ban Man Pro in order to
properly defeat caching and track the clicks.
Suppose the tags provided are:
<script language="JavaScript"
type="text/javascript" src="https://view.atdmt.com/BED/jview/12345/direct/01?click=">
</script><noscript><a href="http://clk.atdmt.com/BED/go/12345/direct/01/"
target="_blank"><img border="0" src="https://view.atdmt.com/BED/view/12345/direct/01/"
/></a></noscript>
Modify the tags for cache
defeating
To modify the tags for cache
defeating, you must insert [RandomNumber] in 3 locations right
after the /01/. If the trailing backslash is missing you
should add it after the /01. Here are the modified tags
with cache defeating changes highlighted:
<script language="JavaScript"
type="text/javascript" src="https://view.atdmt.com/BED/jview/12345/direct/01/[RandomNumber]?click=">
</script><noscript><a href="http://clk.atdmt.com/BED/go/12345/direct/01/[RandomNumber]"
target="_blank"><img border="0" src="https://view.atdmt.com/BED/view/12345/direct/01/[RandomNumber]"
/></a></noscript>
Modify the tags for click
tracking.
The Ban Man Pro click tracking
variable compatible with Atlas DMT tags is [BanManProURL2]&BanManProRedirect=
and this should be appended after the click= as shown below.
It should also be placed in front of the URL that appears after
a href=. These changes are shown below in Green.
<script language="JavaScript"
type="text/javascript" src="https://view.atdmt.com/BED/jview/12345/direct/01/[RandomNumber]?click=[BanManProURL2]&BanManProRedirect=">
</script><noscript><a href="[BanManProURL2]&BanManProRedirect=http://clk.atdmt.com/BED/go/12345/direct/01/[RandomNumber]"
target="_blank"><img border="0" src="https://view.atdmt.com/BED/view/12345/direct/01/[RandomNumber]"
/></a></noscript>
Enter them into Ban Man Pro as
an advanced banner.
To enter the banner, use the Add
Advanced option under banners.
- Paste the MODIFIED ad tags
into the Ad Code field.

- In the Target URL field,
enter the pink portion of the URL from the ad tags as shown
below:
<script language="JavaScript" type="text/javascript" src="https://view.atdmt.com/BED/jview/12345/direct/01/[RandomNumber]?click=[BanManProURL2]&BanManProRedirect=">
</script><noscript><a href="[BanManProURL2]&BanManProRedirect=http://clk.atdmt.com/BED/go/12345/direct/01/[RandomNumber]"
target="_blank"><img border="0" src="https://view.atdmt.com/BED/view/12345/direct/01/[RandomNumber]"
/></a></noscript>
Be sure to include the [RandomNumber] tag
- Enter the Image URL which is
taken from the IMG SRC portion of the ad tags. Be sure
to again include [RandomNumber].
<script language="JavaScript" type="text/javascript" src="https://view.atdmt.com/BED/jview/12345/direct/01/[RandomNumber]?click=[BanManProURL2]&BanManProRedirect=">
</script><noscript><a href="[BanManProURL2]&BanManProRedirect=http://clk.atdmt.com/BED/go/12345/direct/01/[RandomNumber]"
target="_blank"><img border="0" src="https://view.atdmt.com/BED/view/12345/direct/01/[RandomNumber]"
/></a></noscript>
- Enter the width and height
and complete the banner insertion.
|