Mobile app version of vmapp.org
Login or Join
Hamm4606531

: Adsense ads don't appear even if account approved I have a website that runs on Apache2 and has code in PHP and JS + HTML. Link to site: http://goldfaucet.xyz This is the code of my ad unit:

@Hamm4606531

Posted in: #GoogleAdsense #Html #Javascript #Php

I have a website that runs on Apache2 and has code in PHP and JS + HTML.

Link to site: goldfaucet.xyz
This is the code of my ad unit:

I have an approved Adsense account that already was showing (and getting revenue) from Admob ads since months.

I created an Adsense ad unit and placed it on that website but it is not appearing.

<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>


What can be the problem? There are no errors showing in debug console.

Thank you in advance.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Hamm4606531

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

After you create the ad unit, it takes sometime to be activated.

So, it'll automatically start showing ads after some time.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme