• Hi support team,

    1. Whether this AICP plugin will work if I already have Nitro pack (speed optimising plugin) on my worpress website. Plz suggest me.

    2. My current php is very 7.3. You have suggested that for above php ver 5.5 on the description you have given complete set of codes including short code and along with the as usual ad code. I have confused regarding which type of shortcodes I need to add their.

    So For your reference – my purposes is just I need to protect my site from invalid clicks so for that can you please give me exact code below and suggest me where I need to add the code.it will be more helpful to apply. I’m a beginner so Please provide me.

    3.your suggested code should be in each and every pages of my website or else just by adding function.Php will be enough to implenet. Because I like to prefer manually adding ad codes using via theme option to sidebars and pages. So please suggest me.

    4. Based on your experience please suggest me that, in your description you have mentioned this plugin will not work for mobile. My query is if multiple clicks happend through mobile or tablet whether it may affect the Adsense account through this invalid Clik activity particularly on mobile and tab. Can it lead to ban account. I’m a beginner so please share your opinion regarding this?

    I’m requesting you please provide me solutions for all my queries 1,2,3and 4. It’s my request sir.

    • This topic was modified 4 years, 7 months ago by palaniappan.
Viewing 15 replies - 16 through 30 (of 43 total)
  • Thread Starter palaniappan

    (@palaniappan)

    Found solutions for my last query sir. Thank you for your amazing support.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    I have used this code on Ad inserter but when I click to preview it is not showing the ads before content.

    <?php
    if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
    $adCode = ‘<div class=”aicp”><!– Don\’t forget to add this div with aicp class –>
    <script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script&gt;
    <!– Before Content in Post, pages, Homepage –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-652*************”
    data-ad-slot=”6701260320″
    data-ad-format=”auto”
    data-full-width-responsive=”true”>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div><!– end of the aicp div –>’;
    echo $adCode;
    } else { // Anything within this part will be shown to your banned visitors or to the blocked country visitors
    echo ‘<div class=”error”>You have been blocked from seeing ads.</div>’;
    }
    ?>

    please check and suggest me any mistakes here

    • This reply was modified 4 years, 7 months ago by palaniappan.
    Plugin Author iSaumya

    (@isaumya)

    Share me a screenshot of your ad inserter box.

    Thread Starter palaniappan

    (@palaniappan)

    Please give me 5 mins i will sent immediately

    Thread Starter palaniappan

    (@palaniappan)

    Please check my screenshot and suggest me sir

    View post on imgur.com

    Plugin Author iSaumya

    (@isaumya)

    Hi @palaniappan, Is this an auto ad? If so auto ads are not supported by this plugin. Only responsive dimension ads are. Auto ads has no way of knowing where the ads is gonna be inserted. BTW what do you see after using the above code?

    Thread Starter palaniappan

    (@palaniappan)

    ACtually on preview ads is not displayed. i need to choose [data-ad-format=”auto”] instead of auto ads other format will support

    Plugin Author iSaumya

    (@isaumya)

    Maybe ads are not generated for the page. Try with just the ad code to see if ads are showing.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    just only copy and pasted the code on ad inserter that also not displayed while i check preview button.

    what i need to do sir?

    • This reply was modified 4 years, 7 months ago by palaniappan.
    Plugin Author iSaumya

    (@isaumya)

    You need to wait. Adsense doesn’t show ads instantly. It takes time for ads to show up even after adding the ad codes.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    1. Please check and suggest to me as per the screenshot( https://imgur.com/LsraWo1 ) shall I save the format of the ad code. The code is correct or anything I need to change theirs. please suggest me.

    2. Also please let me know the aicp will work for the ad code containing this format
    [ data-ad-format=”auto” ]. please tell me sir.

    thank you! please Reply

    Plugin Author iSaumya

    (@isaumya)

    Everything seems ok to me & data ad format auto should also work but auto ads won’t work.
    Auto ads are different than ad format auto

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    I have checked just only pasting the ad codes on theme option and also in ad inserter plugin.

    On theme option – header Actually the size will be fit and exact position when I check on theme option. It works fine

    But while I check pasting the same ad using ad inserter plugin I found a larger position of Ad image on my website. Using Ad inserter the Ad is not fit and find larger. Not fine images – a bigger image size shown.

    So please suggest me any methods to use your aicp codes along with Ad codes using theme option. Because theme option is working fine without any issues when I check only placing ad code. So please suggest me the solution.

    Thank you so much! Please reply me

    Plugin Author iSaumya

    (@isaumya)

    As I said previously what you are looking for is editing the template. So, if you are not familiar with WordPress development, you should consider hiring a WordPress developer.
    I’ve helped you to easily set up the plugin with ad inserter and it works. Beyond these is outside of the scope of free support here. What you are asking about is custom theme template customization.

    Thread Starter palaniappan

    (@palaniappan)

    Hi sir,

    Just now I have inserted on header can you please check and suggest me

Viewing 15 replies - 16 through 30 (of 43 total)
  • The topic ‘General inquiry’ is closed to new replies.