---
title: "Why Google Analytics does not see the AI agents reading your website"
language: en
topics: ["AI", "cloud", "data", "server", "web", "work"]
full_article_url: https://willem.com/en/2026-07-07_counting-agentic-traffic/
---
# Why Google Analytics does not see the AI agents reading your website

*Count from the server logs, classify instead of filter, and name the bots.*

> In July 2026 I rebuilt Lemmid Count, the website statistics of my platform, from the server logs without AWStats and without a database. Its party piece is the dimension other tools throw away: the agents.

Script-based analytics only sees browsers that run JavaScript. An AI agent fetching your page runs none, so it never appears. The log on the server sees everything, and that is where you have to count.
The rule is classify, do not filter. Humans, known crawlers, AI agents and the pretenders that claim to be a browser each get a name, so the question what did agents read on my site has an answer.
The result goes back to the person who can act on it, in a small app in the pocket. High tech in the log parser, low tech on the screen. The bots read, make sure they read the right thing.
