• Resolved sandipaisdu

    (@sandipaisdu)


    In your video tutorial you have explained, how to use this plugin with ad units. But, will this plugin work with auto ads? I have tried these codes in the header section of ad inserter:

    <?php
    if(aicp_can_see_ads())
    {
    echo '<div class="aicp">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-xxxxxxxxxxxxxxx"
         crossorigin="anonymous"></script>
    </div>';
    }
    else
    {
    echo "Sorry! You are Blocked from seeing the Ads";
    }
    ?>

    Will they work?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can This plugin works with AdSense Auto Ads?’ is closed to new replies.