Tracking banner impressions on website

9 replies
I am trying to sell advertising space on my website but to do this I need to know the amount of impressions each banner gets in the various parts of the webpage and blog.

I tried doing it just in PHP / Javascript but the bots and spiders kept creating impressions so that didn't work.

I then researched how I could do it in analytics and read about using Events. But that doesn't seem to be working properly. The banner is in the footer and in the past 24 hours it has received 106 event "pushes" but the site has received almost 4000 page views. Something isn't right!

This is the code I am using to track these impressions:

<img onload="_gaq.push(['_trackEvent', 'Site Banners', 'Impression', 'Website Name']);" src="http://www.my-site.com/images/website-x.png" />
I've also heard that using this will make the site run slower which is not good as I'm having complaints the site is slow as it is!

Any ideas on how to get statistical data on impressions of banner? Thanks
#banner #impressions #tracking #website

Trending Topics