You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A unique key to reference the metric or metric group
[default to undefined]
_versionId
string
The version ID of the metric or metric group
[default to undefined]
name
string
A human-friendly name for the metric or metric group
[default to undefined]
kind
string
If this is a metric, then it represents the kind of event the metric tracks. If this is a metric group, then it represents the group type
[default to undefined]
isNumeric
boolean
For custom metrics, whether to track numeric changes in value against a baseline (<code>true</code>) or to track a conversion when an end user takes an action (<code>false</code>).
[optional] [default to undefined]
eventKey
string
The event key sent with the metric. Only relevant for custom metrics.