I have a website that I am interested in putting links on. There would be many different links pointing out to many different other websites. I want to find a program or service that will allow me to track how many clicks each link gets each month and will allow me to print out a report to send to the advertisers. Does anyone have any advice on a company that provides a service like this?
You could do this using a simple PHP script. The script would count the click, and then re-direct the user to the advertisers website.
Well, you would either have to reset the clicks at the beginning of every month, or record the date along with the click in a MySQL database, and only print a report with a date range specified by you.