• hello.

    I installed and set up the aicp plugin to prevent invalid clicks from Google Adsense on my WordPress site.

    To use the aicp plugin as an ad inserter plugin, i had to purchase a paid version that works with php, which failed.

    So I installed the woody snippets plugin that can run php, and made a shortcode to insert ads.

    ㅇ woody snippets plugin : https://ibb.co/nfkv7bc
    ㅇ insert “shortcode” : https://ibb.co/sWtympV

    Ads were sent normally, and the php code check came out normally.

    ㅇ php code check : https://ibb.co/QPrkn0g
    ㅇ screen after executing php code : https://ibb.co/nBkM3bk

    However, none of the IPs are blocked, and when I check Google Analytics, I still get a lot of invalid clicks.

    ㅇ aicp plugin not working : https://ibb.co/rknjHzD
    ㅇ google analytics invalid clicks ip address : https://ibb.co/hCqccXZ

    How can i solve this problem?

    please help me.

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

    (@isaumya)

    Hi,
    I have never suggested to use woody snippet or to buy any pro version. The Ad Inserter is a free plugin that costs no money.

    Now coming to the code you have added in your snipper plugin, you didn’t even created any shortcode, you simply just added the AICP code. Please check the sample code I have provided for creating shortcode in the plugin description section.

    You will see that you did not use the add_shortcode() function to create the shortcode in the fist place. I have no idea how the worry snippet works. But you can put that code in your theme’s function.php to use it.

    Thread Starter moneyhacking777

    (@moneyhacking777)

    It seems that the meaning was conveyed incorrectly when I translated it.

    If i use the free version of the Ad Inserter plugin, i can’t use the php code, so I used woody snippet.

    As you said, i put the code in function.php and put it in the form of shortcode.

    I created a shortcode : https://ibb.co/Vv012d7
    Ads are being sent normally : https://ibb.co/kQ1x5dT

    I’ll tell you after testing. thank you

    Plugin Author iSaumya

    (@isaumya)

    If i use the free version of the Ad Inserter plugin, i can’t use the php code

    – that’s impossible as it’s available in free version: https://i.imgur.com/eElX5WS.jpeg

    Thread Starter moneyhacking777

    (@moneyhacking777)

    The reason that php did not work in the Ad Inserter plugin was because the iThemeSecurity plugin was blocking it. Deleting it fixed the problem.

    But it’s still not working in GeneratePress Theme.
    and using the newspaper theme doesn’t work either.

    I Insert the code into function.php : https://ibb.co/hswtzG6
    Insert shortcode into AD BOX within NEWSPAPER theme : https://ibb.co/p0shNCx
    No ip is found : https://ibb.co/rZ04Fvy
    List of invalid clicks : https://ibb.co/tKRwG0k

    hosting : wordpress.com
    theme : newspaper

    can you help me? please T_T

    Plugin Author iSaumya

    (@isaumya)

    Are you using any kind of page caching system or plugin? If so, disable all kind of page caching as this plugin will not work with page caching enabled. Each requests needs to be handled by PHP rather than caching.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘aicp plugin not working’ is closed to new replies.