Forum Moderators: skibum

Message Too Old, No Replies

Good PHP cost per click tracking software

         

irock

12:02 pm on May 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My site is now accepting fixed CPC rate text ads. However, I couldn't find a tracking software that allows me to set daily budget spending for each campaign (the one similar to that found on Google AdWords).

Do you guys know which program has this feature?

Thanks in advance!

jeremy goodrich

6:44 pm on May 19, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You might consider developing an in house solution with PHP. As far as I know, it wouldn't be *too* difficult...just throw a marker in the db when the balance is hit for the day, and each time a click passes the system, log it.

Then, when serving the ads, do the same - eg, check the 'daily budget' column to see if it is at or over max value...