Can you actually see AI citations in your server logs?

IEO Engine Research · Published 2026-07-11 · Measured from production server logs
You can see live retrievals, and you cannot see selections from an existing corpus. When a platform fetches your page at the moment a human asks a question, it identifies itself — ChatGPT-User, Claude-User, Perplexity-User. That request lands in your access log. The signature is a burst of several pages fetched within the same second or two, usually including the homepage. Google Analytics shows none of this, because these agents do not execute JavaScript.

The fan-out signature

On 11 July 2026, a local service site recorded this in its access log:

03:03:56   ChatGPT-User   /articles/pressure-washing-cost-comparison-guide.html
03:03:56   ChatGPT-User   /articles/how-much-does-pressure-washing-cost-2026.html
03:05:23   ChatGPT-User   /articles/house-washing-cost-2026.html
03:05:57   ChatGPT-User   /


Three cost articles plus the homepage, pulled within seconds. That is not a crawler indexing. That is an answer being assembled for a person who asked what pressure washing costs.

The agent split you must know

Every major platform runs two distinct agents, and they mean opposite things:

Corpus crawlers — GPTBot, ClaudeBot, PerplexityBot. These build an index. Their visit means you are being stored.

Retrieval agents — ChatGPT-User, Claude-User, Perplexity-User. These fetch at answer time, because a human asked something. Their visit means you are being used.

Confusing the two is the most common error in reading these logs.

The blind spot

What you cannot see is a model answering from its existing corpus without fetching anything. That produces no request and no log line. So server logs give you a floor on your citation activity, never a ceiling. And nothing in any analytics dashboard shows any of it — these agents never fire a JavaScript tag.

Primary source: this answer is drawn from production access logs across four live deployments, not from vendor documentation or third-party tooling.
Full data and method: read the underlying field note →
All field notes: IEO Engine Research →