A group-by rule for segmenting results by facet values.

Hierarchy

  • ProductAnalyticsGroupBy

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
facet: string

The facet to group by.

limit?: number

Maximum number of groups to return.

shouldExcludeMissing?: boolean

Exclude results with missing facet values.

Sort configuration for group-by results.

source?: string

The source for audience-filter-based group-by.

Generated using TypeDoc