I'm trying to figure out how often certain SWF/GIF banners are being clicked on a website. Does anyone know what the best way to track these clicks is?
I'd like a GPL third party script (since its less work for me) but I think the most efficient would be creating an Apache Log analyzer to see where people are clicking. Live tracking probably isn't the best idea as it'll consume more bandwidth then I'd like.
Any comments?
-
Jul 19th, 2005 09:05 AM #1
Ad clicking reports
Reply With Quote
LOG IN TO THANK
No one has yet thanked simon0t7 for this post.
-
Sponsored Links - Join the RedFlagDeals.com community and remove this ad.
-
Jul 19th, 2005 09:51 AM #2
If you know ASP or PHP then there's an easy way. Have the IMG source point to a PHP or ASP page that will record the image click in a database, than simply have the page print out the image/SWF to the browser. Or have an onClick Javascript event to take care of the tracking.
I'm not sure about third part tools, although I'm sure there are some out there._______________
- Absolute
Reply With Quote
LOG IN TO THANK
No one has yet thanked Absolute for this post.
-
Jul 19th, 2005 10:19 AM #3
if the links are leaving your site Apache won't be able to tell you how many times they've been clicked. In that case you could do something with PHP/ASP as mentioned by Absolute. If the page being linked to is on your server then you could track the referring pages in statistics
Reply With Quote
LOG IN TO THANK
No one has yet thanked luthair for this post.
-
Jul 19th, 2005 10:23 AM #4Deal Addict
[OP]




- Join Date
- Jun 1st, 2004
- Location
- Mississauga
- Posts
- 1,833
darn, I thought Apache logs would be able to follow something like that. We had a script like what Absolute was mentioning. Each day, it would make a new table and update as the links were clicked. The only problem was that it took forever to load after 4+ yrs of working! Probably need something that would update every day but log for a month archive itself and start again.
Reply With Quote
LOG IN TO THANK
No one has yet thanked simon0t7 for this post.
Search Forums



