2016-07-09 19 views
0

私はテスト用のHTMLページに広告を表示しようとしていますが、広告は表示されず、エラーが発生します。 誰かが助けてくれますか?Adsense Error 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> 

にスクリプトを変更し、それが働いて、それを修正があります!

関連する問題