WPIntell

Source evidence

aicp plugin not working

Ad Invalid Click Protector (AICP) · support · 2022-08-11T02:25:00+00:00

complaintsentiment
highseverity
1.0relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
moneyhacking777 unresolved
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. 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. 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 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 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 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.

Comments

5 shown
iSaumya 2022-08-11T07:28:00+00:00

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.

moneyhacking777 2022-08-11T12:29:00+00:00

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

iSaumya 2022-08-12T06:56:00+00:00

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

moneyhacking777 2022-08-19T00:55:00+00:00

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

iSaumya 2022-08-19T08:37:00+00:00

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.