Banner code

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
peterjones
Posts: 35
Joined: Thu Dec 31, 2009 7:30 pm

Banner code

Post by peterjones »

what TE code do I need to add to the code below to track clicks on the banner:

Code: Select all

<p align="center"><a href="http://www.targetwebsite.com" target="_blank"><img border="0" src="http://bannersite.com/banner.gif" width="560" height="67"></a></p>
elektrohaus
Posts: 8
Joined: Mon Jan 17, 2011 9:39 pm

Re: Banner code

Post by elektrohaus »

You could use this:

<p align="center">
<a href="/cgi-bin/te/o.cgi?l=banner&u=http://www.targetwebsite.com" target="_blank">
<img border="0" src="http://bannersite.com/banner.gif" width="560" height="67"></a>
</p>

Then you use a link-track, which you can see under stats. It will be tracked as "banner".
peterjones
Posts: 35
Joined: Thu Dec 31, 2009 7:30 pm

Re: Banner code

Post by peterjones »

ok - thanks elektrohaus. Is banner a reserved term in TE - or can I use, for example, banner1, banner2, etc - to differentiate between different ads.
elektrohaus
Posts: 8
Joined: Mon Jan 17, 2011 9:39 pm

Re: Banner code

Post by elektrohaus »

peterjones wrote:ok - thanks elektrohaus. Is banner a reserved term in TE - or can I use, for example, banner1, banner2, etc - to differentiate between different ads.
You can call it whatever you want. Under "Statistics -> Links", you will see them all listed with the name you gave it.
Post Reply