Three things people mean by "agent analytics"
The term routes to at least two live products and two unrelated noise topics, which is why it's worth a page of its own before anything else. The product sense - what Pendo and Amplitude both ship - measures how your own users interact with an AI assistant built into your product: intent clustering, where the assistant fails, whether it moves conversion. That's a different discipline, a different buyer, and a different part of this estate; we don't cover it here. The visibility sense - what Profound calls Agent Analytics, and what this page is about - measures the AI agents and crawlers visiting your site from the outside: which bots, how often, doing what. There are also two noise senses worth ruling out explicitly: "agent" meaning a human call-center agent, and "agent" meaning infrastructure-monitoring software (an Azure or cloud logging agent). Neither has anything to do with AI. The full three-way disambiguation, including both noise senses, lives at webclat.com's "What is agent analytics?" hub - start there if you're not sure which sense brought you here.
What Profound's Agent Analytics feature actually measures, verified
Per Profound's own documentation and product pages [fact, verified via web search against tryprofound.com and its documentation, 2026-09-02]: Agent Analytics does not rely on a client-side script the way a conventional analytics tag does. It reads CDN and server-layer logs instead - Profound names Cloudflare, Akamai, Fastly, AWS CloudFront, Google Cloud CDN, and Netlify as supported connections, with WordPress support added since launch - to see every HTTP request from every recognized AI system, including the ones that never render a page or execute JavaScript. It verifies claimed AI user-agents against the vendors' official IP ranges to filter out spoofed traffic (a real problem this site documents separately - see spoofed agent user-agents), and it classifies each verified visit by apparent intent: citation (the bot is pulling content to answer a live question), indexing (discovering content for future retrieval), or training (reading content to improve a model). The stated goal is closing the loop from an AI citation through to on-site engagement.
That's a genuinely useful capability, and we're not here to diminish it: server-side, spoof-checked, intent-classified visibility into AI bot traffic is exactly the right shape of answer to "is anything from ChatGPT or Perplexity actually reading my site." [hypothesis, not verified] Anything about Profound's specific pricing tiers, rollout dates for individual CDN connectors, or engine coverage per plan should be checked against Profound directly before you rely on it - that detail changes faster than this page updates.
Where this overlaps our own agentic-traffic cluster, and where it doesn't
The mechanism Profound built - detect an AI system's request, verify it isn't spoofed, classify what it's doing, capture it without depending on a client-side script - is a general measurement-engineering problem, not a capability that belongs to one vendor. It's the exact problem this site's agentic-traffic cluster works through directly, engine-neutral and buildable into your own stack rather than bundled inside someone else's answer-engine-tracking subscription: how to detect AI agent traffic walks the composite signals - no single one proves an agent visit on its own; the AI agent user-agent directory lists which agents identify themselves and which present as an ordinary browser; why AI/agent traffic is undercounted 3-4x explains the structural reason client-side tools miss most of it in the first place; and is agent traffic real, and worth measuring? makes the case for why any of this is worth the engineering effort before you build it. On the capture side, capturing agent traffic server-side is the implementation pattern behind the "no client-side script" half of what Profound's feature does.
Why this is engineering, not an AI-visibility retainer
This property's own position is in its tagline: we are not an SEO agency, and this page is not a pitch to buy AI-visibility or GEO services from us. Whether you use Profound, build the detection and classification logic yourself, or some mix of both, the underlying work - instrumenting requests correctly, verifying identity instead of trusting a header, capturing events server-side when a client-side script won't fire - is measurement engineering, the same discipline as tag management. That's the only angle this site takes on any of it.