Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.27 KB

DependentMetricOrMetricGroupRep.md

File metadata and controls

33 lines (18 loc) · 1.27 KB

LaunchDarklyApi.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 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
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]
links {String: Link} The location and content type of related resources
isGroup Boolean Whether this is a metric group or a metric
metrics [MetricInGroupRep] An ordered list of the metrics in this metric group [optional]

Enum: KindEnum

  • pageview (value: "pageview")

  • click (value: "click")

  • custom (value: "custom")

  • funnel (value: "funnel")

  • standard (value: "standard")