2012-04-10 164 views
1

在內容的底部,我放了兩個矩形框廣告,其中只有一個出現。每頁展示廣告是否有限制?谷歌廣告不顯示

以下是我的憑據代碼中刪除

<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

@WoutervanNifterick,你是什麼意思? – 2012-04-11 06:43:26

回答

1

是有上限的框架雖然你可以請求幀數越多,無法呈現同一個窗口中的兩倍。

+0

我沒有渲染兩次相同的窗口。一個是336x280的廣告單元,另一個是300x250。什麼是廣告框架的上限?我每頁限制爲三個廣告空間,因爲這是第四幀 – 2012-04-11 06:46:33

+0

上限是每頁3個廣告空間。這就是第四個不顯示的原因。 – 2012-04-11 10:43:42