Reputation: 556
I have a wordpress site http://www.spadli.com As adsense plugin for wordpress is deprecated. I created my adsense account. Verified the site. Created a new ad unit and pasted its code in body tag.
Here is my ad unit code
<script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- spadli-home -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-2760029831290185"
data-ad-slot="8532843753"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
After adding this code nothing from google. Only blank ads.
Then I applied for upgrade (IN MY ADS -> Other Products ) It give me code i put it in header tag.
<script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-2760029831290185",
enable_page_level_ads: true
});
</script>
but no good luck. Nothing from google. My hosting was a bit slow so now i have changed my hosting. Still no message from adsense and still showing blank ads.
Can you check what i am doing wrong??? Can some one tell me how to fix it?????
Upvotes: 7
Views: 2547
Reputation: 749
When The client using Ad Blocker
in their browser..
Then Only the corresponding Ad's Div
will be blank..
Just disable the adblocker..restart your Browser.
Upvotes: -1
Reputation: 1
Next to the Google approval process, think of the following things:
Please also take note of the Adsense rules:
Upvotes: -1
Reputation: 219
It sounds likes your Adsense account is not fully approved yet.
See: https://support.google.com/adsense/answer/76228
Upvotes: 2