Control Panel User Manual

24/7 Real Media Click Tracking

Original Code

You should have received some code from 24/7 Real Media that looks like the following:

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

Modified Code

What you need to do is modify the URL in the <SCRIPT> tag like this:

<script language="JavaScript1.1" src="http://adv.247realmedia.com/RealMedia/ads/adstream_jx.ads/247RMstaff.AOL.test/247RMstaff/AOL-html-0404/INSERT_TIMESTAMP_HERE?%%CLICKTAG%%">
</script>

Note Note

The ad server recognizes the INSERT_TIMESTAMP_HERE placeholder and will automatically replace it with a timestamp. It is not necessary to convert it to the %%TIMESTAMP%% macro manually.