What you get
The Analytics tab (/dashboard/help-center/analytics) gives you visibility into how your help center is being used:
| Metric | What it shows |
|---|---|
| Total pageviews | Article and collection page loads over the period |
| Traffic over time | Pageview trend by day |
| Top articles | Most-viewed articles with view counts |
| Top searches | Most-frequent search queries |
| Zero-result searches | Queries that returned no articles — opportunities to write |
| Reactions | Thumbs up / thumbs down per article |
| Per-article views | View counts on every article in the article list |
Time periods
Filter analytics by:- 7 days
- 30 days (default)
- 90 days
Breakdowns
The analytics API supports two breakdowns:| Breakdown | What it shows |
|---|---|
default | Totals, traffic over time, reactions |
search | Top queries, zero-result queries |
articles | Per-article views and reactions aggregation |
Zero-result queries
Probably the most valuable metric for your AI/help center strategy. When customers search for something and nothing comes up, that’s a content gap. Halo shows zero-result queries in a dedicated panel. Workflow:- Review zero-result queries weekly
- For high-frequency ones, write an article
- The new article auto-feeds your AI’s knowledge base too — so the next time someone asks the same question in chat, the AI can answer
Public telemetry
Public help center pages send pageviews to/api/help-center/analytics/pageview:
- CORS-enabled
- Rate-limited per IP
- Records pageviews and links to
help_center_id, article, collection - Used as the source of truth for the analytics dashboards
Limitations
A few things to know:- No identity-resolved analytics — pageviews are anonymous unless the visitor is authenticated via your help center auth
- No funnel/journey tracking — pageviews are individual events, not stitched into journeys
- No exports — analytics data is read-only in the dashboard today
Reactions
Articles can have thumbs up / thumbs down reactions enabled (see Design). The Analytics tab aggregates reactions per article so you can see which articles are landing well and which need work.Where to go next
Articles
Write articles to fill the gaps that zero-result queries reveal.
Knowledge Overview
Articles auto-feed your AI — closing search gaps closes AI knowledge gaps too.