Represents a retention metric.

interface Cohort {
    data: CohortData[];
    frequency: CohortFrequency;
    period: string;
}

Properties

Properties

data: CohortData[]

Retention data for users who registered during the given period.

frequency: CohortFrequency

The size of the bucket for the returned data.

period: string

The timestamp for the start of the period, at midnight.