我无法在我正在编写的WordPress博客中显示Google AdSense广告。广告已经被批准,我输入了代码(并仔细检查了代码以确保我的代码是正确的)。代码如下:
<div id="ads_sidebar">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7308560787788569";
/* Makeup */
google_ad_slot = "0956930336";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
评论(即。
<!--
) 是谷歌提供的代码的一部分。我也试过不带这些,但没用。div的CSS如下所示:
#ads_sidebar{
position:absolute; top:0; left:-190px; background:transparent; font:normal 12px/14px
"Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Arial; padding:20px 20px 30px 5px;
display:inline; float:left; _margin:0 auto; height:600px; width:120px;
}
我知道div显示正确,因为我用
border:1px solid black;
并显示在屏幕上。
我也知道,如果你登录了,有时谷歌广告不会显示给帐户的所有者,所以我试着从不同的浏览器。还是没有运气。有人知道为什么它没有出现吗?谢谢
最合适的回答,由SO网友:LetUsLook 整理而成
只需确保放置广告后至少等待30-60分钟,因为广告需要一些时间才能适应您的网站(内容方面)。
如果代码已经存在,您可以按照以下步骤检查您的网站:
转到您的广告所在的页面,查看源代码,查找您的广告代码和/或您的发行商编号“ca-pub-7308560787788569”,祝您好运
~让我们看看