blvdbill
10-26-2003, 01:53 PM
On my webpage I have several links ... my question is how could I be able to track which of these links people are actually clicking on. I was thinking javascript, but couldn't find any codes ... any ideas?
|
Click to See Complete Forum and Search --> : URL question blvdbill 10-26-2003, 01:53 PM On my webpage I have several links ... my question is how could I be able to track which of these links people are actually clicking on. I was thinking javascript, but couldn't find any codes ... any ideas? PeOfEo 10-26-2003, 03:02 PM You are going to need a server side language and on each page you will need to add +1 to a feild in the data base you use to store your tracking data. This is definatly not possible with java script or any other client side language for that matter. nkaisare 10-26-2003, 09:03 PM You can get that information if you have access to your server logs. PeOfEo 10-26-2003, 09:27 PM Originally posted by nkaisare You can get that information if you have access to your server logs. Most ppl at major hosts dont have this tho :( Unless they are on dedicated or semidedicated servers or their host has some logging system rigged per account... webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |