Friends who have used GG adsense must know that after putting the GG advertising code on a new website, GG will match the website content and advertisements for a period of time. During this matching period, your GG advertisements cannot be displayed, so there are How can we shorten this time and speed up the display of GG adsense advertising content? You only need to write the code according to the following methods to speed up the display of GG adsense ads. Here's how:
You must replace the following X and Y with Numerical replacement of code originally provided by Google
<div id="googlead" width="X" height="Y"></div>
<div id="googleadcode" style="display:none">
Here is the code originally provided by Google
</div>
<script language="javascript">
if(document.all.item("googlead") != null)
{
googlead.innerHTML = googleadcode.innerHTML;
}
</script>
Using this method, you can speed up the display of GG adsense ads very quickly. My new website http://www.neiku.net uses this method. One minute after the GG ads are put up, they can be displayed normally. If you are interested, you can give it a try.