Use this file to discover all available pages before exploring further.
Measures and dimensions are the building blocks of every Upstack Analytics query. Measures are the numeric values you calculate (revenue, event counts, conversion rates). Dimensions are the categories you group by (date, traffic source, device type).
Start with a measure you care about (e.g., Revenue), add a dimension to break it down (e.g., utm_source), and apply filters to focus your analysis. Most useful reports use 1–2 measures and 1–2 dimensions.
Measures are aggregate calculations across your event data. Select one or more measures in the query builder to define what you want to calculate.
Name
Type
Description
Unit
total_events
measure
Total count of events matching the query filters.
count
unique_visitors
measure
Count of distinct resolved identities (or anonymous session IDs for unresolved visitors).
count
sessions
measure
Count of distinct browsing sessions. A session ends after 30 minutes of inactivity.
count
page_views
measure
Count of PageView events.
count
purchases
measure
Count of Purchase events.
count
revenue
measure
Sum of value from Purchase events.
currency (store default)
conversion_rate
measure
Ratio of sessions with at least one Purchase to total sessions. Expressed as a percentage.
percentage
avg_order_value
measure
Mean value across Purchase events. Calculated as revenue / purchases.
currency (store default)
bounce_rate
measure
Percentage of sessions with only a single PageView and no further interaction.
percentage
session_duration
measure
Average time between the first and last event in a session.
seconds
add_to_cart_rate
measure
Ratio of sessions with at least one AddToCart event to total sessions.
percentage
cart_abandonment_rate
measure
Ratio of sessions with AddToCart but no Purchase to sessions with AddToCart.
percentage
avg_pages_per_session
measure
Mean number of PageView events per session.
count
Currency-based measures (revenue, avg_order_value) use the currency from the Purchase event’s currency field. If your store transacts in multiple currencies, values are reported in the original currency unless you enable currency normalization in settings.