Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.5 KB

MetricInGroupRep.md

File metadata and controls

40 lines (24 loc) · 1.5 KB

MetricInGroupRep

Properties

Name Type Description Notes
key String The metric key
versionId String The version ID of the metric [optional]
name String The metric name
kind KindEnum The kind of event the metric tracks
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]
unitAggregationType UnitAggregationTypeEnum The type of unit aggregation to use for the metric [optional]
links Map<String, Link> The location and content type of related resources
nameInGroup String 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]
randomizationUnits List<String> The randomization units for the metric [optional]

Enum: KindEnum

Name Value
PAGEVIEW "pageview"
CLICK "click"
CUSTOM "custom"

Enum: UnitAggregationTypeEnum

Name Value
SUM "sum"
AVERAGE "average"