Defines the cohort and return criteria that make up a retention query.

Hierarchy

  • ProductAnalyticsRetentionSearch

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

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

Filters narrowing the events considered by a retention query.

The entity whose retention is measured.

When an entity counts as having returned. Use conversion_on to count only entities that returned during the period itself, or conversion_on_or_after to also count later returns.

Defines the event that counts as a return, and the window in which it must occur.

Generated using TypeDoc