hi, I have just come across a website, which has more than 3 adsense units on a single page. Just wanted to know, whether google has updates their terms. Take a look: http://www.sleepdisorderchannel.com/sleepwalking/index.shtml
They must find a way to go around beucase normally the site java makes sure they can only have 3. I will write to google now and ask. Thanks for telling
Some sites that appear to have more than the 3 ads might be sites being hosted for free. The hosting site might add the google ads and the site owner might also ad his making it seem that either one has more than the three permitted ads. Ed
You can legally have 4 units, if one of them is AdLinks. 3 units + 1 Adlinks is all you can have and you can't have more than 2 of the same unit types. This guy is clearly violating TOS
I guess, I have found why more than 3 ad units are appearing on a single page. If you actually check out the SOURCECODE of their site, you will find only 3 ad units with proper adsense codes. Rest of them are getting the codes from another server. Here is the actual code, they are using to display more additional ad units on that page. ------------------------------------------------------------------------ <SCRIPT LANGUAGE="JavaScript"> ord=Math.random()*10000000000000000; document.write('<S' + 'CRIPT LANGUAGE="JavaScript" SRC="http://ad.doubleclick.net/adj/healthology.healthcommunities/healthcommunities;b=healthcommunities;f=sleep9disorders;sz=300x250;ord=' + ord + '?" ><\/SCRIPT>'); </SCRIPT><NOSCRIPT><A HREF="http://ad.doubleclick.net/jump/healthology.healthcommunities/healthcommunities;b=healthcommunities;f=sleep9disorders;sz=300x250;ord=123456789?" TARGET="_blank"><IMG SRC="http://ad.doubleclick.net/ad/healthology.healthcommunities/healthcommunities;b=healthcommunities;f=sleep9disorders;sz=300x250;ord=123456789?" WIDTH="300" HEIGHT="250" BORDER="0" ALT=""></A></NOSCRIPT> ----------------------------------------------------------------------- Anybody has anyclue about this ToS voilation? Is it ok to do this way or is it still voilating google terms?