Click to See Complete Forum and Search --> : how to count clicks for ads,website


umeshags
01-17-2009, 03:47 AM
hi,
I am doing project on advertising website.so anybody can give me a solution or idea how to count daily clicks on advertise,impression of adds.any javascript for that

scragar
01-17-2009, 04:31 AM
It's not javascript, you would need a server side language, the idea is simple, when a link is clicked it first goes to a tracker page, which runs the server side script, logging one more click for that advert, before redirecting the user to the page they wanted.