What is a good script to use that will rotate ads so everytime a page is clicked it will change the ad source. I want to be able to test between Adsense, Azoogle, & Clickbank offers. Thanks for any suggestions!.
http://www.phpeasystep.com/workshopview.php?id=22 Make your own script with php. You can even use javascript but I prefer php. Replace the ad with the spot that says "Display ad1" "Display ad2" "Display ad3"
If not the script then it wouldn't be hard to rotate the ads yourself. I haven't seen the script. But creating a database with a table called ads or whatever. Each new row contains a new ad code, display the ad randomly. Or if you want to target specific audiences store the users browser details and display relevent ads that match their previous page... Just a thought. My traffic isn't high enough to try this yet, but I will.