Event usage stat item
Usage statistics for a single event.
event_name_pathstring
Identifier of the event in source_table.event_name form.
Example:
events.page_viewdisplay_namestring
Display name of the event.
Example:
Page viewusage_count_last_6_monthinteger
Number of times the event was used in Mitzu insights over the last 6 months.
Example:
42last_useddate-timenullable
ISO-8601 timestamp of when the event was last used, or null if never.
Example:
2026-01-15T09:30:00Event usage stat item
{
"event_name_path": "events.page_view",
"display_name": "Page view",
"usage_count_last_6_month": 42,
"last_used": "2026-01-15T09:30:00"
}