2016-05-22 18 views
2

私はApache2で動作し、PHPとJS + HTMLでコードを持つWebサイトを持っています。サイトへAdSense広告は表示されません

リンク:http://goldfaucet.xyz

これは私の広告ユニットのコードです:

私はすでに広告を表示し、数ヶ月以来、収入を得ていた承認されたAdSenseアカウントを持っています。

Adsense広告ユニットを作成してそのウェブサイトに配置しましたが、表示されません。

有用であれば、私の口座は禁止されておらず、私は広告ブロッカーを使用していません。ここでAdsenseのサンドボックスでテストした。また 広告の仕事:http://ctrlq.org/sandbox/

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

何が問題になることができますか?デバッグコンソールにエラーは表示されません。

ありがとうございます。

答えて

0

asyncを削除してから試してみてください!以下のような:それは、アカウントレベルの禁止ではないかもしれない

<script class="cc-onconsent-inline-advertising" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> 
    <ins class="adsbygoogle" 
    style="display:block" 
    data-ad-client="ca-pub-xxxx" 
    data-ad-slot="xxxx" 
    data-ad-format="auto"></ins> 
<script> 
(adsbygoogle = window.adsbygoogle || []).push({}); 
</script> 

You can also follow this link: 

http://www.labnol.org/internet/google-adsense-responsive-design/25252/

+0

まだ両方のソリューションで動作していません。 – thestubborndev

+0

別のページでコードをテストできますか?それがレンダリングされているかどうかを調べます。 – munaz

+0

同じドメインのテストページhttp://goldfaucet.xyz/test.htmlと他のドメインのテストページhttp://goldrotator.com/test.html結果は同じ – thestubborndev

0

、サイトレベルの禁止することができ、ニッチは、蛇口に関連しています。確かに許可されたニッチではありません。

以下のツールを使用して、サイトのAdSense広告をテストすることができます。

ctrlq.org/sandbox/

それは、あなたのサイトは、サイトのニッチに関連する表示したり、何の広告を禁止されていないかもしれませんが、空白のページを示している場合は、ツールで、あなたのサイトのURLを提供する必要があります。

この回答は他のユーザーにとって役に立ちます。

関連する問題