You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
success_criteria
String
For custom metrics, the success criteria
[optional]
unit
String
For numeric custom metrics, the unit of measure
[optional]
event_key
String
For custom metrics, the event key to use in your code
[optional]
randomization_units
Array<String>
An array of randomization units allowed for this metric
[optional]
unit_aggregation_type
String
The method by which multiple unit event values are aggregated
[optional]
analysis_type
String
The method for analyzing metric events
[optional]
percentile_value
Integer
The percentile for the analysis method. An integer denoting the target percentile between 0 and 100. Required when <code>analysisType</code> is <code>percentile</code>.