Ok me and a friend just set up a site and we bolth have adsense, Is there a script that will show my code have the time and his half the time? Or is there any other way to set it up so we can share the revenue?
There is. DP and many other forums for example use ad rotation whereby different adsense publisher code is shown everytime a page loads. You will need to the necessary coding.
One thing to bear in mind though,if one of you get banned because of invalid clicks on that site then both of you could get banned.
what do you mean by invailid clicks? also I cant seem to find a script for the site, is it javascript?
Here's a link to a thread which has Javascript ad rotation: http://forums.digitalpoint.com/showthread.php?t=95439 Simply replace the Adbrite ads with your second AdSense account. Cryo.
Have a flag on a table which sets one adsense number (pub-xxxxxxx..) on/off. So basically at any one time, one if on and the other off. Read the value everytime a page is loaded and pass it to your adsense code. I dont think it is in any way a breach of adsense terms because the adsense code block is still going to be the same, but with different adsense ID. Correct me if i'm wrong. It's just a wild guess anyway.