Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.99 KB

File metadata and controls

45 lines (29 loc) · 1.99 KB

DependentMetricOrMetricGroupRep

Properties

Name Type Description Notes
key String A unique key to reference the metric or metric group
versionId String The version ID of the metric or metric group
name String A human-friendly name for the metric or metric group
kind KindEnum 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
isNumeric Boolean For custom and trace 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]
eventKey String The event key sent with the metric. Only relevant for custom metrics. [optional]
links Map<String, Link> The location and content type of related resources
isGroup Boolean Whether this is a metric group or a metric
metrics List<MetricInGroupRep> An ordered list of the metrics in this metric group [optional]
analysisType AnalysisTypeEnum The method for analyzing metric events. Only set for individual metrics, not metric groups. [optional]
analysisUnit String The context kind chosen as the analysis unit for this metric in the iteration. If null, analysis uses the iteration's randomization unit. [optional]

Enum: KindEnum

Name Value
PAGEVIEW "pageview"
CLICK "click"
CUSTOM "custom"
TRACE "trace"
FUNNEL "funnel"
STANDARD "standard"

Enum: AnalysisTypeEnum

Name Value
MEAN "mean"
PERCENTILE "percentile"