• Resolved amandhingra84

    (@amandhingra84)


    Hi have implemented the code as per your video tutorial. For testing purpose i have set set the ad click limit to just 1. i have atlest 5-6 user on my website at the same time. but even after waiting for almost 5-6 hours and there are no ip blocked in the user ban list. i can even checked ad clicks on adsense account is increasing. please suggest something

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author iSaumya

    (@isaumya)

    Can you please share your website link with me so that I can test it on my end?

    Thread Starter amandhingra84

    (@amandhingra84)

    Thanks for the quick reply Saumya – my website is https://downloadfreepsd.com

    here is the code in my function.php which i am using for generating [linkad] shortcode

    add_shortcode( ‘linkad’, function() {
    if( aicp_can_see_ads() ) {
    $adCode = ‘<div class=“aicp”><script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– linkad –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-xxxxxx”
    data-ad-slot=”xxxxx”
    data-ad-format=”link”>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script></div>’;
    return $adCode;
    } else {
    return “No ads to show”;
    }
    } );

    Plugin Author iSaumya

    (@isaumya)

    Hi, I hope you are talking about this ad block -> https://puu.sh/uf6Wc/54287923c9.png right?

    Well, when I checked your code, there was a mistake. Take a look here -> https://puu.sh/uf74X/0c02621816.jpg

    Your code is starting with <div class="“aicp”"> whereas it needs to be <div class="aicp">.

    Look closely at the double double inverted commas…..

    Thread Starter amandhingra84

    (@amandhingra84)

    Hey Thank Saumya again for quick reply and help. Its working now. thank you so much ??

    Plugin Author iSaumya

    (@isaumya)

    Glad to help. If the plugin helps you please consider posting a review and if possible making some donation.

    Thank you.

    Thread Starter amandhingra84

    (@amandhingra84)

    Sure ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Country Ban working but user ban is not’ is closed to new replies.