Skip to content

Latest commit

 

History

History
39 lines (18 loc) · 1.01 KB

MetricV2Rep.md

File metadata and controls

39 lines (18 loc) · 1.01 KB

LaunchDarklyApi.MetricV2Rep

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 String 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 String The type of unit aggregation to use for the metric [optional]
links {String: Link} The location and content type of related resources

Enum: KindEnum

  • pageview (value: "pageview")

  • click (value: "click")

  • custom (value: "custom")

Enum: UnitAggregationTypeEnum

  • sum (value: "sum")

  • average (value: "average")