Dashboards
Dashboards give you an at-a-glance view of your product metrics. Track trends, compare breakdowns, and monitor key events over time.
Overview Metrics
The default dashboard shows core metrics for your selected date range:
- Total events captured
- Unique users (by distinct ID)
- Total sessions
- Bounce rate (single-pageview sessions)
Trends
Visualize event counts over time with flexible breakdowns. Select one or more events and break them down by any property:
| Breakdown | Example |
|---|---|
URL | See which pages get the most traffic |
Browser | Compare Chrome vs Firefox vs Safari usage |
OS | Track desktop vs mobile operating systems |
Device type | desktop, mobile, tablet distribution |
Country | Geographic distribution of users |
Math Operations
| Math | Description |
|---|---|
total | Total count of events |
unique_persons | Count of unique users |
unique_sessions | Count of unique sessions |
per_session | Average events per session |
Intervals
Group data by hour, day, week, or month.
Smart Events
Smart events let you define meaningful events retroactively from your autocapture data. Instead of adding custom tracking code, create a smart event that matches events based on properties you've already captured.
For example, define a “Clicked Upgrade Button” action matching $click events where $element_text contains “Upgrade”. This action applies retroactively to all past data and can be used in trends and funnels like any other event.
Matching Operators
Smart events support these match operators: equals, not_equals, contains, not_contains, starts_with, ends_with, matches_regex, is_set, is_not_set.
Date Ranges & Filters
All dashboard views support configurable date ranges. Apply filters on any property to narrow your analysis — filter by URL, browser, country, device type, or any custom property.