Name | Type | Description | Notes |
---|---|---|---|
key | str | The metric key | |
name | str | The metric name | |
kind | str | The kind of event the metric tracks | |
links | {str: (Link,)} | The location and content type of related resources | |
version_id | str | The version ID of the metric | [optional] |
is_numeric | bool | 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] |
unit_aggregation_type | str | The type of unit aggregation to use for the metric | [optional] |
name_in_group | str | Name of the metric when used within the associated metric group. Can be different from the original name of the metric. Required if and only if the metric group is a <code>funnel</code>. | [optional] |
randomization_units | [str] | The randomization units for the metric | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |