Hi, I'm looking for the way to track clicks done to the ads displaying my site. I'm using awstat which display all information of site visit but not the click on ads. I'm using bidvertiser.
thanks looking for help
dazzlebot
10:17 pm on May 28, 2008 (gmt 0)
Create a unique PPC landing page and direct all bidvertiser traffic to it, awstats would then show this as a separate page.
rgautam
1:15 pm on Jun 5, 2008 (gmt 0)
I'm ad publisher not advertisor. I want to track that is there someone clicking in the ad many time or it is from different geographical region. How to track... Any suggestion....
siteperf
10:50 am on Jun 12, 2008 (gmt 0)
You could set OnClick='somefunc(link_id)' handler on each ad url. Then on each click will be called js function 'somefunc' which will send report to your site about clicked ad url. Don't ask me how to write this 'somefunc' - there are too many ways..
reallykool
11:49 pm on Jun 21, 2008 (gmt 0)
great idea. simple but I never thought of it.
cgrantski
5:13 pm on Jun 22, 2008 (gmt 0)
Because of issues with some versions of firefox, you should consider using onmousedown instead of onclick.