Share via


UserRateMetricDefinition interface

The definition of a UserRate metric definition. Calculates the percentage of users who encounter a start event and subsequently an end event. Users must encounter events in the specified order.

Extends

Properties

endEvent

The end event to observe, which is a condition for the rate numerator.

startEvent

The start event to observe as the rate denominator.

type

The type of metric.

Property Details

endEvent

The end event to observe, which is a condition for the rate numerator.

endEvent: ObservedEvent

Property Value

startEvent

The start event to observe as the rate denominator.

startEvent: ObservedEvent

Property Value

type

The type of metric.

type: "UserRate"

Property Value

"UserRate"