广告联盟网

 找回密码
 注册
查看: 533|回复: 5
打印 上一主题 下一主题

广告显示速度问题

[复制链接]
跳转到指定楼层
1#
发表于 2006-11-15 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
这几天每天都有一段时间广告显示不出来,差不多一分钟才能打开页面,广告位置显示空白,用下面这些代码管用吗?

您必须将以下的 X 与 Y
用我们原本提供的代码的数字取代。
<div id=&quot;googlead&quot; width=&quot;X&quot; height=&quot;Y&quot;></div>
<div id=&quot;googleadcode&quot; style=&quot;display:none&quot;>

原本提供的代码

</div>
<script language=&quot;javascript&quot;>
if(document.all.item(&quot;googlead&quot;) != null)
{
  googlead.innerHTML = googleadcode.innerHTML;
}
</script>
6#
 楼主| 发表于 2006-11-15 | 只看该作者
是这样使用吗?
<div id=&quot;googlead&quot; width=&quot;160&quot; height=&quot;600&quot;></div>
<div id=&quot;googleadcode&quot; style=&quot;display:none&quot;>
<script type=&quot;text/javascript&quot;><!--
google_ad_client = &quot;pub-********&quot;;
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = &quot;160x600_as&quot;;
google_ad_type = &quot;text_image&quot;;
google_ad_channel = &quot;*************&quot;;
google_color_border = &quot;FFFFFF&quot;;
google_color_bg = &quot;FFFFFF&quot;;
google_color_link = &quot;000000&quot;;
google_color_text = &quot;000000&quot;;
google_color_url = &quot;008000&quot;;
//--></script>
<script type=&quot;text/javascript&quot;
  src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;>
</script>

</div>
5#
 楼主| 发表于 2006-11-15 | 只看该作者
我用一个文件做试验加了以上代码, 加了代码的文件不显示GOOGLE广告了?是什么原因?

其它没加代码的GOOGLE广告显示正常了,是不是下面这些代码有问题?
<div id=&quot;googlead&quot; width=&quot;X&quot; height=&quot;Y&quot;></div>
<div id=&quot;googleadcode&quot; style=&quot;display:none&quot;>

原本提供的代码

</div>
4#
发表于 2006-11-15 | 只看该作者
又显示不了,GG真烂
3#
发表于 2006-11-15 | 只看该作者
原帖由 aixmy 于 2006-11-15 09:12 发表还有这段代码是不是整个页面里加一个就行了?
<script language=&quot;javascript&quot;>
if(document.all.item(&quot;googlead&quot; != null)
{
  googlead.innerHTML = googleadcode.innerHTML;
...
是的,是等到页面下载完时再调用google adsense的广告,不管广告速度多慢,文章主体会先显示出来。
2#
 楼主| 发表于 2006-11-15 | 只看该作者
还有这段代码是不是整个页面里加一个就行了?
<script language=&quot;javascript&quot;>
if(document.all.item(&quot;googlead&quot;) != null)
{
  googlead.innerHTML = googleadcode.innerHTML;
}
</script>
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|广告联盟网  

GMT, 2024-9-27 , Processed in 0.065983 second(s), 21 queries .

Powered by Discuz! X3.2

© 2005-2021 www.ggads.com GGADS 广告联盟网

快速回复 返回顶部 返回列表