|
Well after spending days messing with OpenX and Google Ad Manager I got fed up and spent half an hour (I haven't done PHP in forever) putting together a page that sends an email to a special email account with the IP, referring URL, and user agent and then redirects the user to the correct page. This way I have created an (almost) transparent way of tracking the number of clicks an ad gets. Plus, I actually get more control this way, since I can tell where the clicks come from. At some later point, I might even be able to set up a rotation system, if I wanted. One thing to remember, though, is that you have to ban robots with your robots.txt file unless you want a bunch of spiders clicking on the ad. I guess the lesson is that when you want something simple, just do it yourself.
|