Measures
Measures are aggregate calculations across your event data. Select one or more measures in the query builder to define what you want to calculate.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.Dimensions
Dimensions define how measures are grouped and broken down. Select one or more dimensions to segment your data.Time Dimensions
Traffic Dimensions
Content Dimensions
Event name formats: When calling the SDK, use
snake_case (e.g., add_to_cart). Upstack transforms these to PascalCase for destinations and analytics storage.Visitor Dimensions
Destination Dimensions
Combining Measures and Dimensions
Here are practical examples of how measures and dimensions work together:Query Guide
Learn how to build queries, set date ranges, and apply filters.
Session & Page Analytics
Explore session-level and page-level metrics in detail.
Custom Measures
Define your own metrics and KPIs from a formula over these measures.