Control Panel User Manual

EyeWonder Click Tracking

Original Code

You should have received some code from EyeWonder that looks like the following:

<script language="JavaScript1.1" src="http://cdn4.eyewonder.com/cm/js/3178-13924-1843-0?mpt=[CACHEBUSTER]&mpvc="></script>
<noscript>
<a href="http://cdn4.eyewonder.com/cm/ck/3178-13924-1843-0?mpt=[CACHEBUSTER]">
<img src="http://cdn4.eyewonder.com/cm/bn/3178-13924-1843-0?mpt=[CACHEBUSTER]" alt="Click here for reservations" border="0">
</a>
</noscript>

Modified Code

What you need to do is modify the URLs in the <SCRIPT> and <A> tags like this:

<script language="JavaScript1.1" src="http://cdn4.eyewonder.com/cm/js/3178-13924-1843-0?mpt=[CACHEBUSTER]&mpvc=%%CLICKTAG%%"></script>
<noscript>
<a href="%%CLICKLINK%%http://cdn4.eyewonder.com/cm/ck/3178-13924-1843-0?mpt=[CACHEBUSTER]">
<img src="http://cdn4.eyewonder.com/cm/bn/3178-13924-1843-0?mpt=[CACHEBUSTER]" alt="Click here for reservations" border="0">
</a>
</noscript>

Note Note

The ad server recognizes the [CACHEBUSTER] placeholder and will automatically replace it with a random number. It is not necessary to convert it to the %%RANDOM%% macro manually.