Forum Moderators: martinibuster
All that i understood is that someone do a copy of my website, and run a click program on this copy.
But i really dont understand why these clicks are linked with my DNS
Now i stopped automatics clicks from these countries, But the hacker continue to do manual clicks only from FRANCE, until 20 or 30 cliks per days.
Do you have access to the "Publisher Pages" report? Janvitos has determined that his problem is mostly related to the Android Webview browser
I believe that Janvitos implemented this but it did not fix the problem
I am also French speaking
I already disable iFrame using htaccess by using header DENY.
X-Frame-Options: DENY The thing that still puzzles me is how Janvitos continues to get clicks after the ads have been removed
GA provides isp data if I'm not mistaken
lifting of the penalty will without doubt increase the RPM
If a frequency-capped advertisement is cached, there will be impressions on the user side, but Google won't count them in their system
I would consider this a bug on the Google side
do you accept IPv6 traffic on your site?
[edited by: janvitos at 2:55 pm (utc) on Apr 1, 2021]
When you deactivate proprietary cookies, all invalid clicks stop, except those coming from France
(http.request.uri.path contains "/page/" and not cf.client.bot)
(http.request.uri.path contains "/recherche/" and not cf.client.bot) Issues were logged in the Issues panel in Chrome Devtools
SameSite cookie
/adsid/integrator.js?domain=www.example.com(adservice.google.com)
/adsid/integrator.js?domain=www.example.com(adservice.google.com.mx)
…measurement/l?ebcid=(alphanumeric identifier string)…(www.google.com)
Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute
Because a cookie’s SameSite attribute was not set or is invalid, it defaults to SameSite=Lax, which prevents the cookie from being sent in a cross-site request. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery.
Resolve this issue by updating the attributes of the cookie:
Specify SameSite=None and Secure if the cookie should be sent in cross-site requests. This enables third-party use.
Specify SameSite=Strict or SameSite=Lax if the cookie should not be sent in cross-site requests.
13 cookies
NameDomain & Path
SID.google.com.mx/
HSID.google.com.mx/
SSID.google.com.mx/
APISID.google.com.mx/
SAPISID.google.com.mx/
SID.google.com/
HSID.google.com/
SSID.google.com/
APISID.google.com/
SAPISID.google.com/
SIDCC.google.com/
DVwww.google.com/
UULEwww.google.com/
3 requests
integrator.js?domain=www.example.com
integrator.js?domain=www.example.com
l?ebcid=(alphanumeric identifier string)…(more alphanumeric identifier string)
[edited by: not2easy at 7:01 pm (utc) on Apr 2, 2021]
[edit reason] anonymized code [/edit]