Forum Moderators: mack

Message Too Old, No Replies

Tracking Software

Tracking software

         

mmjm289

7:09 pm on Oct 7, 2006 (gmt 0)

10+ Year Member



I am developing a website where members will have to log in and receive points for clicking on certain links, etc. Then they can use those points to get rewards. I know that there has to be some type of software out there that will allow me to track my members points, points usage, etc. Can anyone help? Thanks.

mack

9:08 am on Oct 8, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



What you are looking for is a click tracker. There are many examples on resource sites such as hotscripts.com

What you would do is create redirects for your links. This way you are counting the clicks to your own pages (the redirect page).

You could send the user to a page like...
example.com/click?user=username&to=destination

If you have experience of scripting you could probably develop your own software to handle the tracking. Your script or a script you download should then record the clicks in a database to enable you to later referance the data.

Mack.