Traffic Intelligence

Traffic Analytics

Who arrives, from where, and what they were worth, with AI referrals reported by engine instead of collapsed into direct traffic.

With the Surface Tag installed, visits and form interactions land on the lead record that everything else reads.

The traffic analytics overview

Volume, quality and meetings side by side, with the conversion funnel and the high-quality threshold underneath.

The Overview

MetricReads as
Site page views and site visitorsVolume, and the gap between them (a low ratio means shallow visits)
Form viewedHow many visitors even saw a conversion opportunity
Identified sourceShare of traffic with a resolvable origin. The lower it is, the more of your attribution is guesswork
Avg lead scoreQuality, not quantity. The number that should move when targeting improves
Spam rateSee spam protection
High quality and meetings bookedThe two numbers a QBR actually wants

Each card carries a period-over-period delta where there is a previous period to compare against. Pick the window from the date range at the top (today through 12 months), and the form from the selector beside the tabs.

Under the cards: AI insights, a conversion funnel bar chart, a high-quality threshold slider, and a lead score distribution. The Site visitors and Content analytics tabs sit alongside Overview.

AI Referrals

A visit that arrived from an answer engine is reported as such rather than as "direct". get_ai_traffic_sources returns the breakdown by engine (ChatGPT, Gemini, Claude and the rest), and get_user_journey_analytics includes AI referrers in a form's source breakdown.

That makes AI Visibility measurable like any other channel: you can see whether the people who arrived from a citation converted.

Crawler visibility, the bots themselves rather than the humans they send, is part of how we describe Traffic Intelligence publicly, but what the app breaks out per crawler is not documented here. Check the Content analytics tab, or ask your FDE, before you promise a per-vendor report.

Landing Page Performance

Per-URL: visitors, form starts, completions, meetings booked and conversion rate. Two patterns worth looking for:

  • High traffic, no form views. No conversion path, or the form is below the fold.
  • High form views, low starts. The first question is wrong. See form analytics.

get_lead_source_analytics returns this over MCP with urls and dateRange filters.

Reading It over MCP

QuestionTool
Daily visitors, leads, responses, workflow runsget_daily_stats
Per-URL landing page performanceget_lead_source_analytics
UTM and traffic source breakdown for a formget_user_journey_analytics
AI traffic source breakdownget_ai_traffic_sources
Content performance with deltasget_content_analytics
Environment-level totalsget_environment_overview

Full list in the tool reference. Or ask SAM, which does not need the tool names.

On this page