• Resolved whitehumorous

    (@whitehumorous)


    Hi,

    When using client-side detection to “insert”, the ad is not showing. But when changing the setting to “show”, the ad is showing.

    • Remote debugging enabled
    • Cache disabled
    • Right mouse click and web inspector works
    • Block #22, client-side detection “insert”, “desktop only”, the desktop leaderboard ad is not showing. After changed to “show”, the ad is showing correctly.
    • Web link ->
    • This topic was modified 1 year, 9 months ago by James Huff.
    • This topic was modified 1 year, 9 months ago by James Huff. Reason: redundant link removed

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

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

    (@spacetime)

    If you check the console in the browser you’ll see the error:

    Div ID passed to googletag.display() does not match any defined slots: div-gpt-ad-1671699861624-0.

    You are using ad with this ID in the body part. This code runs immediately after the page is loaded. When you insert the code which defines this ID in the header (block 22), this code will be inserted after the ad code using this ID has already run. Therefore, you will get this error and no ad will be displayed.

    Your approach is not suitable for this kind of ads. Ad Inserter supports few features for ads that need separate header code:
    https://adinserter.pro/documentation/ad-manager-ads

    Thread Starter whitehumorous

    (@whitehumorous)

    Hi,

    Thanks for your heads-up, I’ll try a different approach to achieve it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ad Not Showing – Using Client Side Insert’ is closed to new replies.