doppiomalto
Forum Replies Created
-
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] la 2.5.1 non blocca in automaticoAggiungo un altro problema.
La 2.5.1 non genera il cookie dopo lo scroll e non refresha in automatico.Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Eu Cookie Law and Adsense PluginPerfetto, grazie
Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Eu Cookie Law and Adsense PluginOk. Maybe I understand it.
The refresh after the scroll is too fast and Google AdSense see the navigation as a fraud.
We need to insert a delay beforewindow.location.reload();I tried some codes but they don’t work.
Could you suggest me something
I triedtry { Thread.sleep(1000); //1000 milliseconds is one second. } catch(InterruptedException ex) { Thread.currentThread().interrupt(); }Forum: Plugins
In reply to: [EU Cookie Law for GDPR/CCPA] Eu Cookie Law and Adsense PluginHi
Well, I’m using the officiale Adsense Plugin and AdInserter, but It’s not the problem.
I’m doing some test and now I’ve seen that I earn more than 70% when eu cookie law is deactivate.
I’ve seen that the function and short code aren’t the problem.
Now I think that the problem may be the refresh after the scroll.
Could help me in some way?
What could be the problem?
At the moment I’m trying EU COOKIE LOW activated, with scroll activated and without function.
Tomorrow I will try EU COOKIE LOW activated without scroll and with function.