Metric Commands (old v1)
Access metrics data and download CSVs from Slack.
~24 hours after we get access to your first product usage event, the following operational metrics will gradually become available:
- active_30_day_rolling
- active_7_day_rolling
- daily_event_count
- daily_user_count
- dau
- mau
- monthly_event_count
- monthly_user_count
- user_stickiness
- wau
many of these will take longer e.g
monthly_event_count
,monthly_user_count
You can also slice and dice these number by available segments such as:
- Active_Account_Users
- Active_Accounts
- Active_Users
- ALL
- New_Users
- Revenue_Users
- User_Cohort
List Metrics
Run command /list-metric
to list available metrics to download. Sample response:
Download Metric Content
To download the metric, use /download-metric-content ${metric} for ${segment}
. This command supports the following requests:
metric
: metric identifierSegment
: (optional) the segment to filter the result with. Default segment will be used if not set.
e.g /download-metric-content dau for ALL
will return response
All date is following the ISO 8601 format
Updated about 1 year ago