2016-07-09 56 views
0

即時試圖在測試HTML頁面顯示一些廣告,廣告不顯示,我得到錯誤GET 400. 有人可以幫助嗎?Adsense錯誤400沒有顯示

我的網站:isrmicha.comli.com

<html> 
<head> 

<title>Exemplo de página HTML</title> 
</head> 
<body> 

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
<!-- UpListMeme --> 
<ins class="adsbygoogle" 
    style="display:block" 
    data-ad-client="ca-pub-xxxxxxxx" 
    data-ad-slot="8702086429" 
    data-ad-format="auto"></ins> 
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script> 
</body> 
</html> 

回答

0

我有解決它,只是改變了腳本,這

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> 
<!-- YouWeb --> 
<ins class="adsbygoogle" 
    style="display:block" 
    data-ad-client="xxxxxxxx" 
    data-ad-format="auto"></ins> 
<script> 

和它的工作!