Skip to content

Usage metrics

Usage metrics turns the event stream into numbers you can watch. The page shows a card per event: total volume, how many distinct shops triggered it, and a daily trend.

Above the cards is a builder for custom calculations. Pick an event, a calculation, and (for numeric calculations) a property:

  • Count: how many times the event happened.
  • Distinct shops: how many different shops triggered it.
  • Sum / Average / Min / Max of a property: math over a numeric property your app sends, for example the value on a quote_created event, giving you total quoted value per day.

The same calculations are available programmatically through the Usage events API report endpoint, bucketed daily, weekly, or monthly.