EyeViewads

The following presents a guideline on how EyeViewads standard and rich media tags should be edited to count clicks in Google Ad Manager. In order to track clicks follow the procedure below:

IFRAME Code

Original Code

You should have received some IFRAME code from EyeViewads that looks similar to the following example:

<IFRAME SRC=”https://static.eyeviewads.com/ib/prod/897ad358/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=”https://static.eyeviewads.com/ib/prod/897ad358/ev_ibn_min.js”></SCRIPT>
<NOSCRIPT>
<A HREF=”https://serve.eyeviewads.com/match/clickthrough/897ad358″ target=”_blank”>
<img src=”https://serve.eyeviewads.com/match/companion/897ad358?r=https://static.eyeviewads.com/cdn/triggers/897ad358.png” BORDER=0 WIDTH=300 HEIGHT=250 ALT=”Ad Image”/>
</A>
</NOSCRIPT>
</IFRAME>

Modified Code

What you need to do is modify the URL in the <IFRAME> tag as shown by the highlighted changes, The resulting tag should look similar to the following example:

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

Note

The ad server recognises the [timestamp] placeholder and will automatically replace it with a cache buster. It is not necessary to convert it to the %%CACHEBUSTER%% macro manually.

Use %%CLICK_URL_UNESC%% at the beginning of a link. Use %%CLICK_URL_ESC%% when the click-tracker is the parameter of another URL.

<a href="%%CLICK_URL_UNESC%%https://www.google.com">link</a>
<a href="https://www.google.com?rd_url=%%CLICK_URL_ESC%%">link</a>