When I first enabled netlify analytics for a new site, I was surprised at how many pageviews and unique visitors were reported. I wanted to dig into raw server logs, but realized those weren’t accessible.
So I cobbled together some very basic client-side analytics code. Other than my own testing, I see some google crawler, facebook, and an uptime service. However that still doesn’t account for 300-400 daily pageviews that Netlify Analytics reports.
I hate to be accusatory, but it seems to me that Netlify Analytics is reporting incorrect data. At first I thought the site was being visited by crawlers that somehow found the site before there was any public presence of any sort. I can think of a few ways that would be possible, but at least some percentage of that should show up with client-side tracing. I’m seeing nothing that indicates the reported values are accurate.
I mean, yes, I understand server-side logs show things that wouldn’t show up on client-side logs. Any non-javascript running service would trigger that. Nearly every HTTP library short of Selenium would trigger that. I’ve been running and developing against web servers off and on since the late 90s.
But a few things stand out to me. 1) there are 310-330 page views every day, and 260-275 unique visitors reported every day; 2) that traffic seems exclusively to the root page; i.e., no link-following.
So let’s say it’s being monitored by botnets or some other scamming software that got wind of the domain by questionable means. That would explain spikes, and intermittent behavior. It would explain the missing requests for wordpress config paths. But it doesn’t explain the consistency.
Thus, getting back to the question, where is this traffic from? Is this real traffic or a bug in the data aggregation?
I am (currently) running Netlify Analytics along with Counter on a couple of sites. And yes, they show different results. But then so has Google Analytics compared to Mixpanel or Heap Analytics (and others) when I have used them in the past.
I’m obviously very late with this response, but thank you for your time.
Unfortunately it seems that while I appreciate, in concept, what Netlify Analytics does, it’s not really serving any of my needs for actionable data.
Namely I can’t answer the following questions:
How many visitors are “real people” vs automated services, partitioned by type of service?
What percentage of that traffic is mobile/tablet/desktop?
Are people getting frustrated with the mobile experience vs the desktop experience, based on where they exit and/or time spent between navigating links?
Are people using older browsers that I didn’t anticipate in the design?
What are the paths that are often taken through the site?
The actual ip address can be anonymized, but these are questions that can be analyzed with raw server logs, but it seems everyone’s hands are tied on that.