Class ProductAnalyticsRetentionCohortCriteria

Defines the event that places an entity into a cohort, and how cohorts are bucketed over time.

Hierarchy

  • ProductAnalyticsRetentionCohortCriteria

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

A query definition discriminated by the data_source field. Use product_analytics for standard event queries, or product_analytics_occurrence for occurrence-filtered queries.

A retention interval, either aligned to calendar boundaries or of a fixed length. Cohort criteria use calendar intervals; return criteria use fixed intervals.

Generated using TypeDoc