That’s what I’m asking: which is this site?
Google Analytics doesn’t work as server-side analytics and is not a correct measurement tool here, reasons:
- It will only work on the client-side, so after the HTML has been loaded and browser parses the JavaScript.
- Users can have JavaScript disabled or adblockers installed that can block Google Analytics
- Your website might not have included Google Analytics on all pages (like 404 or error pages)
- It won’t count requests that are not HTML, for example some 404 requests, or images and other assets that might have invoked the function, some redirects, etc.
Client side analytics would never give you the complete picture of the traffic to your website.
Checking the current site, it seems to have a consistent inflow of traffic:
40k requests that invoked Lambda functions in the past 7 days.
Checking the user agent, the top one that comes up is:
Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)
The top requested URLs are:
https://www.butteruitvaart.nl/www.linkedin.com/in/butteruitvaartservice/www.facebook.com/www.linkedin.com/in/butteruitvaartservice/www.facebook.com/www.facebook.com/www.linkedin.com/in/butteruitvaartservice/www.facebook.com/www.linkedin.com/in/butteruitvaartservice/www.facebook.com/www.facebook.com/
So that’s where the warnings are coming from. That particular bot seems to be requesting this weird pages.
Checking the docs for that bot: Semrush Bot | Semrush, looks like something you might have setup as Netlify doesn’t have anything to do with this.