在内容的底部,我放了两个矩形框广告,其中只有一个出现。每页展示广告是否有限制。
以下是删除凭据的代码
<div class="bottomAds">
<div class="rectangle1">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-********";
/* Rectangle-1 */
google_ad_slot = "******";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="rectangle2">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-*******";
/* Medium-Rectangle */
google_ad_slot = "******";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
答案 0 :(得分:1)
是的,虽然您可以请求更多的帧,但无法渲染相同的窗口两次,但框架有上限。