我面临的问题是谷歌Adsense的规模是小的。这是我试过的代码:
我在下面创建了相同图片的新广告: create new ads screen
这是代码看起来像这样
<script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Test Ads #2016 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxxxxxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
结果看起来这个广告仍然太小:
拜托,有人帮助我。提前谢谢你!
答案 0 :(得分:0)
如果您想制作任何自定义尺寸,可以访问adsesne仪表板 - &gt;广告单元然后在那里创建新的。 对于您的代码,您只需插入此
即可style="display:block"
而不是
style="display:inline-block;width:728px;height:90px"
这将使其成为阻止,但更好的方法是创建新的&gt;