Events
An event is a discrete thing that happened in one of your apps — a page view, a feature being used, a button clicked, a custom action you care about.
Event definitions
Events are grouped by event definition — the named kind of event (for example "page_view" or "report_exported"). This keeps the firehose of individual events organized so you can analyze "how often does X happen" rather than wading through raw records.
What you can track
- Page views — where users go.
- Feature usage — which features get used, and how much.
- Custom events — anything specific to your app you want to measure.
Seeing your events
Signed-in, the Events area lets you browse tracked events and their definitions. For numbers that change over time rather than discrete occurrences (like MRR), use values and samples instead.