Skip to main content
AI Demand shows what AI systems and their users do with your site. It leads with evidence of what AI systems crawl, retrieve, and cite, then shows the visible referral and conversion tail from platforms like ChatGPT, Claude, Perplexity, and Gemini.

What AI Demand Tracks

AI Demand answers two questions:
  1. What are AI systems retrieving and citing? - Detects crawlers and answer fetchers such as GPTBot, ClaudeBot, and PerplexityBot, alongside citation evidence from AI Search.
  2. What visible human activity follows? - Tracks attributable referral sessions and conversions without treating them as the full measure of AI-driven demand.
AI referrals are systematically undercounted because most AI-driven visitors arrive as direct traffic. Referral and conversion metrics are the visible tail of AI demand, not a complete linear funnel. You install a lightweight JavaScript snippet on your website. DevTune classifies each visit server-side and presents the data in a dashboard with trends, platform breakdowns, and top pages.

Why AI Demand Matters

AI Platforms Are a Growing Traffic Source

As more users rely on AI assistants to find information and products, the traffic they send to websites is becoming a meaningful channel. Understanding this traffic helps you:
  • Measure retrieval and visibility - See which content AI systems fetch and cite before looking at downstream activity
  • Track AI bot crawling - Know which AI platforms are indexing your content, how frequently, and which pages they visit most
  • Interpret the visible tail - Pair AI Demand with AI Search while treating attributed referrals and conversions as an undercounted fraction

Beyond Traditional Analytics

Standard analytics tools like Google Analytics do not break down AI bot traffic or AI referral traffic in useful ways. AI Demand is purpose-built to:
  • Distinguish AI bots from regular crawlers
  • Identify referral traffic specifically from AI conversation platforms
  • Detect AI-sourced visits via utm_source parameters
  • Show trends and breakdowns by AI platform

Plan Requirements

AI Demand is available on plans that include the AI traffic entitlement.

What Gets Detected

Bot Crawlers

DevTune detects AI bot crawlers by their user-agent strings:

AI Referral Traffic

DevTune detects visitors arriving from AI platforms by checking the referrer URL:

UTM Source Detection

DevTune also checks the utm_source query parameter for AI platform identifiers (e.g., chatgpt, claude, perplexity, gemini, copilot). This catches traffic from AI platforms that include UTM parameters in their outbound links.

Traffic Classification

Every visit is classified into one of three types:
  • Bot - An AI crawler indexing your content
  • Referral - A human visitor arriving from an AI platform
  • Other - Regular traffic (not AI-sourced)
Classification happens entirely server-side. The tracking snippet sends raw signals (user agent, referrer, page URL) and DevTune handles all detection logic. This means detection rules are updated centrally without requiring snippet changes on your website.

How It Works

  1. You add a JavaScript snippet to your website (a single <script> tag)
  2. On each page load, the snippet sends a lightweight beacon to DevTune
  3. DevTune classifies the visit by traffic type and AI platform
  4. Data is summarized into hourly and daily views
  5. The dashboard displays trends, platform breakdowns, and top pages
The snippet is approximately 3KB, uses navigator.sendBeacon() for minimal performance impact, and generates an anonymous session ID (stored in sessionStorage) to count unique sessions without tracking individual users.

Privacy

  • The snippet does not use cookies
  • Session IDs are anonymous and stored only in sessionStorage (cleared when the tab closes)
  • No personally identifiable information is collected
  • All data is associated with your project, not with individual visitors

Getting Started

  1. Set Up Tracking - Generate your tracking snippet and install it on your website
  2. View the Dashboard - Explore your AI traffic data

Next Steps