Tracking Ad Clicks

liunx

Guest
Not sure if this goes here or in the client-side forum but...I have an asp/sql server site and it has a couple of randomly-appearing header ads. Is there any way that I can track the number of times each of the ads is clicked on?Sure. Think of this conceptually, before you try do it.

Instead of linking someone directly to "Google.com", link them to "goto.aspx?id=344" which in turn redirects to "Google.com". You could of course, do this client-side as well (link directly, but make an asynchronous to your server, telling it, it has done it).Thanks a ton. I will try that.
 
Back
Top