Do I need Cloudflare AI Audit if I have Agent Tracking, or the other way round?
Cloudflare AI Audit counts and controls crawlers at the edge, for sites behind Cloudflare, and can block or charge them. Agent Tracking measures referrals, fetches and tool calls in the page and from your own log, needs no CDN, verifies crawlers against vendor IP ranges and follows agents through to a goal. If you want to block crawlers, use Cloudflare. If you want to know what agents do on the site and whether they finish, use Agent Tracking. Many sites use both.
By Gorden Wübbe · Updated 2026-09-08
What a CDN bot audit does well
It sits in front of the site, so it sees every request including the ones your origin never gets, and it can act: allow, block, challenge, or charge per crawl. For a publisher whose main concern is training crawlers taking content, that control is the point.
What it does not see
A visitor sent by ChatGPT is a person to the CDN, not an agent. A WebMCP tool call happens inside the browser and never crosses the edge. Whether an agent completed a booking is invisible from a request log. And it only works if your DNS runs through Cloudflare.
What Agent Tracking covers instead
Referrals attributed to the assistant, crawler fetches from your own log verified against the vendors' address ranges and grouped into bursts, tool calls with success and duration, and conversions reached by agents. It never blocks; it measures. It works on any host, with one script tag and an optional log upload.
Using both
Let Cloudflare enforce your crawler policy at the edge. Let Agent Tracking tell you which assistants send business, which tools work and where agents give up. The crawler counts will roughly agree; the rest only exists on one side.
In short
Can Agent Tracking block a crawler?
No, by design. Blocking belongs in robots.txt or at the edge; this tool tells you what is happening so that decision is informed.
Does Agent Tracking need Cloudflare?
No. It needs a script tag on the page and, for crawlers, an access log from any web server.