Class ProductAnalyticsCalendarInterval

A calendar-aligned bucket definition, such as "every 1 week starting on Monday".

Hierarchy

  • ProductAnalyticsCalendarInterval

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
alignment?: string

Where each bucket starts within the calendar unit. Use an hour for day (for example 1am or 14), a day name for week (for example monday), or an ordinal for month (for example 1st).

quantity?: number

Number of calendar units per bucket.

timezone?: string

Timezone used to align the buckets.

Calendar unit used to bucket cohorts.

Generated using TypeDoc