Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 215
Asim Zaka Avatar asked Jun 08 '17 07:06

Asim Zaka


People also ask

Why are my AdSense ads blank?

Blank AdSense ads typically appear on your website when you have incorrectly implemented your tags. However, if you're certain you've correctly implemented your ad tags, the blank ads could be running because there aren't any paying line items that meet your criteria.

Can I run ads from Google AdSense on WordPress com?

If you're new to AdSense, one of your first tasks is to connect your site to AdSense. We highly recommend you use Site Kit for WordPress by Google. Site Kit can connect your WordPress site to your AdSense account and place the AdSense code on all your pages for you. So you can show ads automatically across your site.

Why are my Google ads not appearing on my website?

It's possible that your Google ads aren't showing simply because they've been paused—or because the ad groups or campaigns that house them have been paused. If this is the case, all you need to do is switch them from Paused to Enabled.

How do I get rid of Google ads on my WordPress site?

To disable the auto ads in your header, please, navigate to Advanced Ads > Settings > AdSense and enable the checkbox “Auto ads: Disable top anchor ad”. Alternatively, you can disable anchor ads in the auto ads settings if your AdSense account.


1 Answers

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

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

like image 151
Liam Stewart Avatar answered Sep 17 '22 12:09

Liam Stewart