See the ChatGPT traffic your analytics may miss

Your analytics can show you people who clicked through from an assistant. It cannot show you the assistant itself, and the second number is usually the larger one.

Read the quickstartTwo lines of middleware. Free tier is 1,000 agent visits a month.

Your business

Products, services and policies

What is missing

Details a customer needs

A clearer answer

Information you can publish

Conversion lift, AI-referred visitors vs search
~38%
Cyber Week 2025 retail data
Content negotiation vs llms.txt, accurate retrieval
~4.2x
300k-domain study, mid-2026

Two kinds of traffic, one name

When people say ChatGPT traffic they usually mean one of two things, and the distinction is not pedantic: they arrive by different mechanisms, are recorded by different systems, and are worth different amounts.

Agent fetchesReferred humans
What it isThe assistant requesting your pageA person clicking a link in an answer
Runs JavaScriptNoYes
Visible in analyticsNeverYes, as a referrer
Where it is visibleYour server logsYour analytics
Typical volumeHigherLower
What it is worthIt decides whether you get recommendedDirect conversion

Seeing the agent half

It comes from your own request log, which makes it exact rather than sampled. What you want out of it is four things, and all four are properties of your infrastructure rather than estimates of somebody else’s.

  • Which platforms fetched you, classified from real header samples rather than guesswork.
  • What you served each one: the format, the size and the render time.
  • Your answer rate: how many of those requests produced something useful.
  • The miss log: the URLs they asked for and did not get, ranked by frequency.

The miss log is the one worth acting on first. It is a list of things the market asked you for, in the order it asked, which is a rarer artefact than it sounds.

The referred half, and why it converts

People arriving from an assistant have usually had their question answered already and are arriving to act rather than to browse. Retail measurement over Cyber Week 2025 put the conversion rate of AI-referred visitors around 38% above search-referred ones.

That is the commercial argument for the agent half: the fetch is what decides whether the recommendation happens, and the referral is what you collect afterwards. Optimising the second without the first is collecting from a funnel you never filled.

What this does not do

Frequently asked questions

How much traffic does ChatGPT send?

It depends entirely on your category, and any single published figure is describing somebody else’s site. The measurable version is your own: count agent fetches in your server logs and referred sessions in your analytics, and treat them as two separate numbers.

Why does my analytics show no ChatGPT traffic?

Because agent fetches run no JavaScript and fire no beacon, so a page-view tool cannot record them under any configuration. Referred humans do appear as a referrer, and the free Rebilder Tag counts that half from one pasted script line. The agent-fetch half only ever shows up in your server logs.

Is AI traffic worth having?

The referred half converts well: retail measurement over Cyber Week 2025 put AI-referred visitors around 38% above search-referred visitors. The agent half is what determines whether that referral happens at all.

Should I block AI crawlers?

That is a real decision with real trade-offs, and it should be made deliberately rather than inherited from an old anti-scraping rule. Most sites blocking assistants today never chose to; they are simply caught by a filter written for a different threat.