Measuring AI traffic and AI-driven work
Two different things get called AI analytics. One is measuring the traffic AI assistants send you, which is a tracking problem because most of it arrives with no referrer and lands in direct. The other is using AI to do the analysis. These guides cover both, and are explicit about which is which.
14 guides
Traffic from AI assistants
Where it comes from, why it hides in direct traffic, and how to separate real people from crawlers.
- How to Track ChatGPT Traffic: Measuring AI Assistant ReferralsAI assistant referrals mostly land in direct or (not set) because desktop apps send no referrer. Here are the referrer domains that do show up, how to build UTM-independent detection, and how the LLM Acquisition report measures real human arrivals from ChatGPT, Claude, Gemini and Perplexity.
- AI Crawlers vs AI Referrals: GPTBot, ClaudeBot and What to Actually BlockGPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-User, PerplexityBot, Google-Extended, CCBot and Bytespider explained. Why crawlers never show up in client-side analytics, how to tell a crawler hit from a human referral, and the real cost of blocking each one in robots.txt.
- LLM Visibility vs LLM Acquisition: Which AI Search Metric Actually MattersLLM visibility tools tell you whether a model mentions your brand. LLM acquisition tells you whether a real person arrived and converted. A fair comparison of what each measures, when each is worth paying for, and what measuring acquisition actually requires.
- Analytics for AI Agents: Measuring Traffic That Acts on Behalf of a HumanSession-based analytics breaks completely for AI agents. How to separate humans, agents acting for a user, and crawlers, and what to measure instead: person-level events, declared intent, and task completion.
AI doing the analysis
What it automates well, where it is confidently wrong, and how to check it.
- Will AI Replace Data Analysts? The Honest 2026 AnswerAI will not replace data analysts, but it is absorbing the layer where the question is given and the answer is checkable. What that leaves, why the human moat is thinner than analysts assume, and what the job becomes.
- Using AI to Generate SQL Queries: How to Get Accurate Results Without HallucinationsPractical guide to using LLMs for SQL generation covering schema hallucination, join errors, prompting strategies, validation workflows, and when to trust AI versus write queries manually.
- AI in Analytics: Anomaly Detection, Predictions, and Automated InsightsA comprehensive guide to AI-powered analytics covering anomaly detection, predictive analytics, automated insights, and churn prediction. Includes platform comparisons and a practical implementation roadmap for 2026 and beyond.
- AI-Generated Analytics Reports: Building Workflows That Write ThemselvesHow to use AI agents to automatically generate narrative analytics reports from raw data. Covers prompt engineering, data formatting, and distribution workflows.
Agentic workflows
Analytics wired into systems that act on it without a person in the loop.
- AI Agentic Workflows for Analytics: A Practical GuideAI agentic workflows let an agent read behavioral analytics and act: detect funnel drops, trigger campaigns, update segments. How to build one, with guardrails.
- Building an AI Agent Pipeline: From KISSmetrics Data to CRM ActionsLearn how to build an AI agent pipeline that reads KISSmetrics behavioral data and writes actions into your CRM. Covers architecture, prompt design, and guardrails.
- AI Lead Scoring: Building a Model That LearnsAI lead scoring learns which behaviors actually predict conversion in your business. Features, model choice, thresholds, and how to wire scores into your CRM.
- AI Content Personalization: How to Build the WorkflowAI content personalization adapts headlines, CTAs, and offers per visitor from behavioral signals. The data model, the decision layer, and how to measure lift.
- GTM Workflow Orchestration: Coordinating Sales, Marketing, and Product DataA framework for orchestrating go-to-market workflows across teams and tools. Covers data flow architecture, handoff points, and signal-based routing.
- The Modern GTM Stack: Workflow Architecture for Analytics-Driven TeamsA comprehensive guide to designing the workflow architecture of a modern go-to-market stack with analytics at the center. Covers tool selection, data flow, and team alignment.
Common questions
- Why does ChatGPT traffic show up as direct in Google Analytics?
- The ChatGPT desktop and mobile apps do not send a referrer header, so the visit arrives with no source and GA4 files it under direct or (not set). Only the web version at chatgpt.com reliably passes a referrer.
- Is AI crawler traffic the same as AI referral traffic?
- No, and they need opposite handling. Crawlers like GPTBot and ClaudeBot fetch pages to train or ground a model and mostly do not execute JavaScript, so they appear in server logs but not in client-side analytics. AI referrals are real humans who clicked through from a conversation.
- Should I block AI crawlers in robots.txt?
- It is a trade. Blocking training crawlers keeps your content out of model weights, but the same or related agents are often what surface you as a cited source, and citations send real people. Decide per crawler rather than blocking the category.