At a glance
The top of the page is available on every plan:- Stat tiles. Conversations, AI replies, visitors, and leads for the selected period.
- Engagement funnel. Widget opens, then conversations started, then leads collected, each stage showing its share of the stage above. It answers “of everyone who opened the widget, how many actually talked to the bot, and how many left contact details?”
Daily trends
Charts break the same numbers down day by day, so you can see spikes, quiet weekends, and the effect of changes you make. Available on Growth and above; on Starter the page shows your real totals with the charts blurred until you upgrade.Conversation insights
AI-classified top topics, conversation outcomes, and top questions live on this page too, for Scale and above. They have their own guide: Conversation insights.Weekly digest
A Monday-morning email with last week’s numbers, top topics, and unanswered questions, for Growth and above. Details: Weekly digest.What the plan terms mean
The pricing page groups these features under three names. Here is exactly what each name includes, and nothing else.Basic analytics
Included on every plan, including Starter: the stat tiles (conversations, AI replies, visitors, and leads) and the engagement funnel. That is the complete list for Starter.Advanced analytics
Included on Growth and above: everything in basic analytics, plus the daily trend charts, CSV export of your data, knowledge gaps with one-click Q&A fixes, and the weekly email digest.AI conversation insights
Included on Scale and above: everything in advanced analytics, plus AI-classified top topics, conversation outcomes (resolved by AI, handed off, negative sentiment), and top questions grouped by meaning. These three names cover every analytics feature SiteGPT has. There are no separate ticket-deflection, satisfaction-score, or resolution-time metrics beyond the outcomes listed above.Plan availability
Read the numbers through the API
The same daily series is available to your own tools:- API:
GET /api/v2/chatbots/{chatbotId}/analyticsreturns the daily counters (widget opens, messages, conversations started, unique visitors, escalations, leads) with totals and a prior-period comparison. See the endpoint reference. - CLI:
sitegpt analytics --chatbot <chatbot-id> --json. - SDKs:
chatbots.analyticsin TypeScript and Python, andChatbots.Analyticsin Go.