Cumulative metrics
Cumulative metrics aggregate a measure over a given accumulation window. If no window is specified, the window is considered infinite and accumulates values over all time. You will need to create a time spine model before you add cumulative metrics.
Cumulative metrics are useful for calculating things like weekly active users, or month-to-date revenue. The parameters, description, and types for cumulative metrics are:
tip
Note that we use the double colon (::) to indicate whether a parameter is nested within another parameter. So for example, measure::name
means the name
parameter is nested under measure
.