Class ProductAnalyticsRetentionGridCohort

One row of the retention grid, holding the results for a single cohort.

Hierarchy

  • ProductAnalyticsRetentionGridCohort

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

The cells of the row, one per return period.

cohortEndTime?: number

End of the cohort window, in epoch milliseconds.

cohortIndex?: number

Zero-based index of the cohort in the grid.

cohortSize?: number

Number of entities in the cohort.

cohortStartTime?: number

Start of the cohort window, in epoch milliseconds.

groupTags?: string[]

The group-by facet values that identify this row.

name?: string

Label identifying the cohort, such as the week it started.

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

Unit definitions for the cell values.

Generated using TypeDoc