• Resolved topfgartenwelt

    (@topfgartenwelt)


    Me again. At first time now I have tried to show Google AdSense Ads with AdInserter and Borlabs Cookie, but nothing happens. The only thing that I get is the placeholder, but no ad. How will it works?

    My Settings:
    Block 1
    –> Contains the AdCode
    –> Insertion disabled
    –> widget enabled
    –> shortcode enabled
    –> url parameters ai-hide-ads
    –> referrers facebook, flipboard blocked
    –> client side insert desktop

    Block 3
    –> Contains <style>
    .code-block-label {
    font-size: 10px;
    margin-bottom: 1px;
    }
    </style>
    [ADINSERTER code=”1″ ignore=”page-type”]
    <p style=”margin-bottom 50px”></p>
    –> insertion after paragraph 1
    –> url parameters: borlabs-cookie[consents][marketing][*]=google-adsense (at the moment there is no tfc2.0 available)
    –> referrers facebook, flipboard blocked
    –> client side insertion desktop

    Also the -Advertisement- information isn’t shown ??

    What I’m doing wrong this time? ??

    Greetings Kathrin

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

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

    (@spacetime)

    It seems your code for block 3 is wrong:

    <style>
      .code-block-label {
        font-size: 10px;
        margin-bottom: 1px;
      }
    </style>
    [ADINSERTER code=”1″ ignore=”page-type”]
    <p style="margin-bottom 50px"></p>

    Double quotes for the shortcode are wrong.
    Use this code:

    <style>
      .code-block-label {
        font-size: 10px;
        margin-bottom: 1px;
      }
    </style>
    [ADINSERTER code="1" ignore="page-type"]
    <p style="margin-bottom 50px"></p>
    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Ok, I did what you said, but now I don’t see anything when the page is loaded and after reload I see the placeholder with – Advertisement – but no ad. ?? The ad appears after the second reload.

    Greetings Kathrin

    Plugin Author Spacetime

    (@spacetime)

    Now the code is inserted and the ad is displayed.

    When using consent plugins that support notifications you can enable Manual loading (Pro only), so ad codes can be inserted immediately after giving the consent:
    https://adinserter.pro/faq/gdpr-compliance-cookies-consent#manual-loading

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Ok, I wanna buy the pro version also because of lazy laoding but I still have the problem that after giving consent there is no ad loaded. I even don’t see the placeholder. Everything appears after reload or when I “visit” the page again.

    Page after giving consent: https://imgur.com/a/rJlW0m2
    Page after manual reload: https://imgur.com/a/HuDvR1I

    In the proversion would be loaded the (blank) placeholder for the advertisement everytime when the page is visited the first time irrelevant if there is given a consent or not?

    What do you mean with supports notifications?

    Greetings Kathrin

    Plugin Author Spacetime

    (@spacetime)

    If you reload the page you should see the code is inserted and the ad displayed.

    Everything appears after reload or when I “visit” the page again.

    So it works fine?

    If you define block height then a blank block with the specified height will be inserted there until the ads are enabled.
    If you don’t define block height then the height of the block will be 0 (until ads are enabled).

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    I have defined a specific height 300 px for the adblock 3. But the problem is after giving the consent and the cookie window disappears I don’t see wether an blank placeholder for the adcode nor an ad. Both appears only after the page is reloaded. Is that the expected behaviour in the free version of adinserter?

    Greetings Kathrin

    Plugin Author Spacetime

    (@spacetime)

    Actually you are right.

    Until the consent is given the block (including the wrapping div) is hidden.

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Ok and in the paid version, a blank placeholder is always loaded and when the consent is given the ad is injected in the loaded placeholder, am I right?

    Greetings Kathrin

    Plugin Author Spacetime

    (@spacetime)

    Yes, but only if you define ad height.

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Ok, height is defined.

    Do you know something about Lazy Loading and Borlabs? Does the lazy loading function work with a consent plugin?

    Greetings

    Plugin Author Spacetime

    (@spacetime)

    Of course.
    Lazy loading is an independent function that can work regardless of other block sttings.

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Thank you very much for the answer and the patience with me. But unfortunately the new speed measurement from Google that got tighter in January push up the FID in a total crazy way. Now I tried it with the Borlabs Cookie in Combination with AdInserter and AdSense, the outcome is devastating: Time to Interactive (an indicator for FID) 9s on mobile devices. When I do that, I lose all my rankings because of a slow website. So just one advertisement is online for the desktop devices. Maybe once Google changes it’s requirements and stops to penalize Google AdSense Publishers for showing Ads.

    Greetings Kathrin

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Is it possible to reduce FID and Time to Interactive with lazy loading Ads below the fold?

    Greetings Kathrin

    Plugin Author Spacetime

    (@spacetime)

    I believe this has noting to do with the plugin. Lazy loading is triggered as soon as the block approaches the viewport:
    https://adinserter.pro/documentation/additional-block-settings#lazy-loading

    And the plugin does not load ads, it only inserts ad codes:
    https://adinserter.pro/faq/how-ad-inserter-works
    https://adinserter.pro/faq/how-to-optimize-plugin-settings

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    Ok, Borlabs told me that lazy load should work with their plugin. So am I right, that through lazy loading there is no ad code loaded in the first view port, because there is no block that should insert ads there? Subsequently there should be a better FID, because there is a relief of the time to interactive, because the ads are served later?

    Greetings Kathrin

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Borlabs and AdInserter – no ads are shown’ is closed to new replies.