Dashboards and Metrics

The Analytics dashboard gives content authors a view of how visitors interact with their site — without exporting anything or asking a developer for a report. From here you can follow engagement trends, pageview volume and conversion activity across any date range, and see how each one breaks down by device, browser or language.

It has three tabs — Engagement, Pageview and Conversions — plus a site selector, a date-range selector, and a Refresh Data button. Every metric card also shows its trend against the previous period of the same length, so you can see direction as well as volume.

Engagement#


Metric cards: Engagement Rate (with engaged-session count), Avg Interactions (Engaged), Average Session Time and Total Sessions. Charts: Engagement Breakdown (engaged vs bounced sessions), and Engagement by Language / Browser / Device.

Engagement dashboard

Engagement. Engagement Rate carries the engaged-session count and a trend against the previous period; the donut splits engaged from bounced sessions. Note the card is labelled Avg Interactions (Engaged) — the denominator is engaged sessions, not all sessions.

How is it calculated tooltip

The rule is in the product. The info icon on Engagement Rate opens this panel, which states the three engagement criteria and the 10-second threshold. The documentation should match this wording exactly.

Pageview#


Metric cards: Total Pageviews, Unique Visitors (based on user_id) and Top Page Performance. Charts and tables: Pageviews Timeline, Pageviews by Browser, Pageviews by Device, and Top Performing Pages — sortable by title, URL or pageviews, and paginated.

Pageview dashboard

Pageview. Unique Visitors is annotated Based on user_id. Bot shows up as its own category in both breakdowns — here 35% of all pageviews.

Top Performing Pages table

Top Performing Pages is sortable by title, URL or pageviews, and paginated. There is no language breakdown on this tab — language appears only under Engagement.

Conversions#


Metric cards: Total Conversions, Converting Visitors (shown as converting / total) and Site Conversion Rate — the share of all sessions that produced at least one conversion, not a rate among engaged visitors. Charts and tables: Conversion Trend, Traffic vs Conversions, and Content Present in Conversions — the table listing which content items were clicked, seen or viewed on the path to a conversion, with a per-item conversion rate.

Conversions dashboard

Conversions. Converting Visitors is shown as a fraction. Site Conversion Rate reads 0% here even though 14 conversions were recorded — the true rate is 0.24%.

Content Present in Conversions table

Content Present in Conversions is the only place clicks and impressions surface. The Type column tags each row content_click, content_impression or pageview, with a per-item conversion rate.

How Metrics Are Calculated#


MetricFormula
Unique VisitorsCOUNT(DISTINCT user_id)
Engagement RateSUM(engaged_sessions) / SUM(total_sessions) × 100
Avg Interactions (Engaged)SUM(total_events_engaged) / SUM(engaged_sessions)
Average Session TimeSUM(total_duration_all) / SUM(total_sessions) — all sessions
Site Conversion RateSUM(engaged_conversion_sessions) / SUM(total_sessions) × 100
Content conversion rateattributionCount / totalEvents × 100

All rates are ratios of sums — never an average of daily rates — expressed as a percentage from 0 to 100. A zero denominator returns 0.0, not an error.