Interface CohortData

interface CohortData {
    date: string;
    rate: number;
    value: number;
}

Properties

Properties

date: string

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

rate: number

The percentage rate of users who registered in the specified period and were active for the given date bucket.

value: number

How many users registered in the specified period and were active for the given date bucket.