• Resolved Nirmal Kumar

    (@onlinerockers)


    I have a fully approved AdSense account. But, ads are not showing up on my website. Could anyone help me with this issue?

Viewing 15 replies - 1 through 15 (of 20 total)
  • How are you adding them? Is it a theme option or are using a specific adsense plugin?

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    It’s not a theme option. First, I added it using official Google AdSense plugin. It did not work for a week. Now I have created code manually and added using ad injector plugin

    Ok, I can’t see the code on your site. Can you point me to the plugin that you’re using?

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    This is the plugin I use. ( I apologize for the name in the previous comment) Its name is Ad injection.
    https://wordpress.org/plugins/ad-injection/

    I have placed only one ad slot on the homepage, which is at the footer and 3 ad slots on the rest of the pages.

    Thanks. And can you confirm what code you’re inserting into the page?

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    The following is the code supposed to be. I have replaced my publisher Id by xxx

    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– Ad 6 –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-xxx”
    data-ad-slot=”9954750465″
    data-ad-format=”auto”></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    Ok, I can see that now and it’s present on your home page as per your code. I’ve not seen adsense code in that format before – I’d go back to Google and confirm that code is spot on. Certainly it looks as if the plugin is working as the code is there, so the code itself does seem to be the culprit here.

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    But, this code generated in my Adsense dashboard. And all the codes generated there are looking similar to this.

    I would be happy if you sort out the issue.

    Ok, that’s coming over as a little rude now!

    I’ve taken a look at my own ads in AdSense and I can see that you’re using the asynchronous code – try switching to synchronous code (which is what I use) and see if that works.

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    Thanks for your concern. But, on the other hand, an AdSense rep has asked me to hold on for 24 hours.
    So, I placed the code on another domain. I have placed the synchronous code. This is the other domain.
    The code will look like this.

    <script type=”text/javascript”>
    google_ad_client = “ca-pub-xxx”;
    google_ad_slot = “9579647265”;
    google_ad_width = 728;
    google_ad_height = 90;
    </script>
    <!– AD 7 –>
    <script type=”text/javascript”
    src=”//pagead2.googlesyndication.com/pagead/show_ads.js”>
    </script>

    Okay, that’s appearing but with a coloured background, indicating that Google aren’t yet serving up any ads.

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    So, what should I do next?

    Well, it certainly seems to be working on your test site. For the main site, it may be but I can’t see anything – maybe to do with whatever default background you’ve specified if no ad is being served.

    I’d make sure you set you set your background to something obvious if no ad is being served and see if that appears on your main site – it it does, it’s Google not sending you any ads.

    Thread Starter Nirmal Kumar

    (@onlinerockers)

    I don’t know why Google not sending ads. I have received a mail 2 weeks ago from Google stating that My Adsense account is fully approved.

    Even after approval it takes a time for the ads to filter through.

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Adsense ads not displaying on my wordpress site’ is closed to new replies.