Forum Moderators: martinibuster
c=content
w=wide skyscraper
l=large rectangle
s=search
ccccccccccccc
ccccccccccccc
wwwllllllcccc
wwwllllllcccc
wwwllllllcccc
wwwcccccccccc
wwwcccccccccc
sssssssssssss
ccccccccccccc
there are times that wide sky appears but not the large rectangle on the center. sometimes a large rectangle will appear but not the wide sky?
am i doing wrong on my layou? have anyone experienced this?
when google says "up to 3 ads units" does it mean any combination in any places? hope you can help me. thanks
If you have a table layout this might explain why the large rectangle sometimes doesn't appear, but I have no ideas about why the wide skyscraper does not appear.
<tr>
<td>wide skyscraper</td>
<td>large rectangle</td>
<td>content</td>
</tr>
In this case the wide skyscraper cell will load first and Google's script will link to Google to request ads. The large rectangle cell will load next and send another request to Google, but there may not be any ads left to display.
With a div layout you can have more control and can make the large rectangle load first, although it stays on the same position on the screen. But this wouldn't necessarily solve your problem.
One check you could do is to use the Google preview tool to see how many ads are available for your page in different countries. If there is only a few then you will never fill both ad units.