• Resolved leafri

    (@leafri)


    I recently activated my Adsense account, but have not been able to see any ads on my website so far.
    I’ve looked around at other solutions, but nothing has helped me so far. I also noticed that on my home page, it says at the top, “Codes for Adsense Auto Ads detected, code will automatically insert Adsense ads at optimal positions”
    however, I do not see this on any of the other pages, despite them all having the same code.
    I’m not sure if there is something I should be doing in blocks or what, sorry if this is a stupid question.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Spacetime

    (@spacetime)

    I can confirm that the code for AdSense Auto ads is properly inserted on posts.

    If Google doesn’t server ads (yet) then this is beyond WordPress and plugins.

    Since you have already used debugging functions I can only suggest to check again Auto ads global settings (AdSense admin pages) and wait until Google approves your website and starts serving ads.

    Thread Starter leafri

    (@leafri)

    Is there a second approval that I need before Google starts to serve ads on my website? I was already accepted into AdSense. Does it just take a long time for the ads to show up in the first place? It’s been about 24 hours at this point since I added AdSense Auto Ads to my site.
    Just to be clear, it doesn’t have anything to do with blocks, right? With Auto Ads, I don’t have to do anything with them? I was messing around with the settings in the first block, and I’m wondering if that has anything to do with it.

    Plugin Author Spacetime

    (@spacetime)

    Google needs to approve your website. Normally it takes up to few days.

    You only need to put code for Auto Ads in the header – this will insert the code on all pages. No blocks need to be configured for this.

    But you have inserted code for Auto ads twice and you have also two shortcodes that have nothing to do here (one is also wrong – block N does not exist):

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
      (adsbygoogle = window.adsbygoogle || []).push({
        google_ad_client: "ca-pub-8129425598776236",
        enable_page_level_ads: true
      });
    </script>
    [adinserter block="1"]
    [adinserter code="N" check="exceptions"]
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({
              google_ad_client: "ca-pub-8129425598776236",
              enable_page_level_ads: true
         });
    </script>

    https://adinserter.pro/documentation/adsense-ads#auto-ads

    https://adinserter.pro/documentation/manual-insertion

    Thread Starter leafri

    (@leafri)

    Alright, I’ve deleted everything and now only have one code for Auto Ads. At this point, if there’s a problem it’s on the AdSense end, right?

    Plugin Author Spacetime

    (@spacetime)

    The inserted code is now OK.
    If there is a problem it has nothing to do with the plugin.

    However, some pages already show ads, for example:
    https://leafrireviews.com/2018/10/10/super-mario-party-review-20/

    Thread Starter leafri

    (@leafri)

    Alright, it all appears to be working perfectly now, thanks for the help! I figured it was something stupid that I was doing, sorry!

    Plugin Author Spacetime

    (@spacetime)

    ??

    thanks for the help!

    Please say it here:
    https://www.ads-software.com/support/plugin/ad-inserter/reviews/#new-post

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adsense Auto Ads not Working’ is closed to new replies.