• The documentation said to add the scripts into the Adsense Insertion Options..but I am confused. It said “ads”, where as google is giving code, when you setup a domain such as this:

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({
              google_ad_client: "ca-pub-XXXXXX",
              enable_page_level_ads: true
         });
    </script>
    

    Is this the adsense code you were speaking of? I am trying to cross-reference you documentation, to what google is saying. “WHAT” script do we insert here?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, yes enter in the empty field the code created by Google Adsense after you completed the ads unit.

    Let me know if you need more information or help.

    Kind regards

    Thread Starter dkurth

    (@dkurth)

    I have done that, but nothing appears to be displayed.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, is this the first time you use adsense in your site? Sometimes it can take a few days before the ads appear in your site.

    Can you share a page or post in your site where the ads suppose to appear.

    Thank you

    Thread Starter dkurth

    (@dkurth)

    YES, I am new, but it has also been 6 days since I set it up. You can see where it is suppose to go on this page. It will say “ADSENSE BELOW”

    https://horse-trainers.com/hunter-jumper-trainer-list/

    • This reply was modified 5 years, 8 months ago by dkurth.
    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, I think your script above is wrong. Checkout the sample code of my script below. I have removed all confidential data.

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- Responsive Ads -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-removed-number"
         data-ad-slot="removed-number"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    Now compare my code above with your code. You can see a difference. You might like to read the following documentation about how to set up Google Adsense.

    Kind regards

    Thread Starter dkurth

    (@dkurth)

    I understand, but that is the code “Auto ads” gives in AdSense. There is no “my ads”
    Is just
    HOME
    ADS
    AUTO ADS
    AD UNITS
    CUSTOM CHANNELS
    URL channels
    AD STYLES

    The code I sent you, is what they give under auto ads. I filled out the form like you show in your documentation (types of ads)

    There is JUST AUTO ADS or AUTO ADS FOR AMP

    • This reply was modified 5 years, 8 months ago by dkurth.
    • This reply was modified 5 years, 8 months ago by dkurth.
    Thread Starter dkurth

    (@dkurth)

    So I redid it again and this is the code:

    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– TEXT ADS –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-XXXXXXXXX”
    data-ad-slot=”9568256033″
    data-ad-format=”auto”
    data-full-width-responsive=”true”>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    Still nothing comes out.

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi, can you check to make sure the ad unit you are using is active? Also make sure your site has been added to Google Adsense. Go to Sites -> Overview to check this.

    Kind regards

    Thread Starter dkurth

    (@dkurth)

    Says “getting ready” But is has been saying that for a week and yet all the ad types are setup with “Text & display ads”. Even set it up to have the particular URL.

    The box is bigger, so something appears to be in there, just nothing displays

    • This reply was modified 5 years, 8 months ago by dkurth.
    Plugin Support mbrsolution

    (@mbrsolution)

    Hi,

    Says “getting ready” But is has been saying that for a week and yet all the ad types are setup with “Text & display ads”. Even set it up to have the particular URL.

    Are you saying that your ad unit is still saying getting ready? If that is the case, then your ads will not show in your site. Did you also add your site to Sites -> Overview as I mentioned above?

    Regards

    • This reply was modified 5 years, 8 months ago by mbrsolution.
    Thread Starter dkurth

    (@dkurth)

    Yes, did add the site to that. One of the first things I did.

    Plugin Support mbrsolution

    (@mbrsolution)

    If your ad unit is saying getting ready then it will not show in your site. Unfortunately this has nothing to do with our plugin. This has to do with your Google account.

    Kind regards

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘NEW TO ADSENSE. NEED CONFIRMATION’ is closed to new replies.