Asim Zaka
Asim Zaka

Reputation: 556

Google AdSense showing blank ads on WordPress

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

Answers (3)

Janen R
Janen R

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

Arjan
Arjan

Reputation: 1

Next to the Google approval process, think of the following things:

  • Are you using any ad blockers in your browser?
  • What are the ad space settings? One of them is 'show a blank space when no ads are available'

Please also take note of the Adsense rules:

  • No different ad programs on one page
  • No clicking on your own ads (also click rings are forbidden)

Upvotes: -1

Liam Stewart
Liam Stewart

Reputation: 219

It sounds likes your Adsense account is not fully approved yet.

See: https://support.google.com/adsense/answer/76228

Upvotes: 2

Related Questions