Class ProductAnalyticsRetentionGridCohortCell

One cell of the retention grid, holding the result for a single cohort over a single return period. Aggregated rows omit the time and count fields.

Hierarchy

  • ProductAnalyticsRetentionGridCohortCell

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cellCount?: number

Number of entities that returned during the period.

cellRate?: number

Fraction of the cohort that returned, between 0 and 1.

cellRelativeValueChange?: number

Change in the metric relative to the cohort baseline.

cellValue?: number

Value of the computed metric, when a metric other than the retention rate is requested.

isPartialData?: boolean

Whether the return period is still open, so the numbers are not yet final.

returnPeriodEndTime?: number

End of the return period, in epoch milliseconds.

returnPeriodIndex?: number

Zero-based index of the return period this cell belongs to.

returnPeriodStartTime?: number

Start of the return period, in epoch milliseconds.

Whether the row holds one cohort's own numbers, or the weighted roll-up across every cohort.

Generated using TypeDoc