{
 "id": 76067,
 "slug": "why-google-analytics-does-not-see-the-ai-agents-reading-your-website",
 "url": "https://agents.willem.com/en/snippets/why-google-analytics-does-not-see-the-ai-agents-reading-your-website/",
 "language": "en",
 "title": "Why Google Analytics does not see the AI agents reading your website",
 "subtitle": "Count from the server logs, classify instead of filter, and name the bots.",
 "summary": "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.",
 "topics": [
  "AI",
  "cloud",
  "data",
  "server",
  "web",
  "work"
 ],
 "date": "2026-07-07",
 "published": "2026-07-07T00:00:00+02:00",
 "created": "2026-09-08T11:20:04.125000+02:00",
 "updated": "2026-09-08T11:48:56.179000+02:00",
 "full_article_url": "https://willem.com/en/2026-07-07_counting-agentic-traffic/",
 "author": {
  "name": "Willem L. Middelkoop",
  "url": "https://willem.com"
 },
 "note": "A short distillation of a longer willem.com post. Not currently published on willem.com itself.",
 "answers_question": "Why does Google Analytics not show the AI agents that read my website?",
 "text": "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.\nThe 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.\nThe 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.",
 "markdown_url": "https://agents.willem.com/en/snippets/why-google-analytics-does-not-see-the-ai-agents-reading-your-website/snippet.md"
}