tracking clicks?

Status
Not open for further replies.

jhansen

New member
Jul 21, 2008
91
0
0
Hey, i have a nice popular webpage, with lots of affiliate links. And now shops without a affiliate program, is asking me if they can buy clicks on my site.

And its fine with me! But how do i track the clicks, and give the buyer a detailed rapport of the numbers of clicks, when i want to charge him?

Anyone who has a easy method for this?

Thanks
 


Just run the outgoing links through a simple internal tracker. Basically like this

<a href="redirect.php?page=somepage">Advertisers Link</a>

then have a script on your site that is in redirect.php

Have it keep a file with a number in it. Pull that number. Add 1 to it. Write that number back to the file. Then redirect to the destination link.
 
Status
Not open for further replies.