2017-06-14 144 views
0

我是Google Adsence中的新手,直到2天有問題,我已經在google adsence上創建了我的帳戶,請按照給出的所有步驟操作文檔,但不能顯示廣告,它會顯示空白而不是谷歌adsence我找不到任何解決方案。google adsense:這對我來說很奇怪服務器的狀態爲403()

這裏我的代碼是:

<script async src="//pagead2.googlesyndication.com/pagead /js/adsbygoogle.js"></script> 
    <!-- Large Scrapper --> 
    <ins class="adsbygoogle" 
     style="display:inline-block;width:300px;height:600px" 
     data-ad-client="ca-pub-3854574222872233" 
     data-ad-slot="5224881302"></ins> 
    <script> 
    (adsbygoogle = window.adsbygoogle || []).push({}); 
</script> 

請幫我解決我的問題

+0

你爲此代碼添加了jQuery庫嗎? –

+0

是的,增加了jquery庫,但問題沒有解決 –

回答

0
  • 你確定你不會在你的瀏覽器中使用Adblock的工具。
  • 嘗試其他網絡瀏覽器。
  • 檢查您的網頁上是否有可能阻止廣告加載的任何javascript錯誤。
+0

沒有我在chrome中使用adblock,但它現在處於禁用模式。沒有任何其他的JavaScript錯誤顯示。只在頁面加載時在控制檯中顯示狀態403。 –

+0

看起來您的網頁已被禁止用於AdSense抓取工具。嘗試生成新的AdSense代碼,如果有任何禁用CDN服務,請嘗試從[link](https://www.shoutmeloud.com/adsense-403-forbidden-error.html)解決403問題的提示。 –

相關問題