Class ProductAnalyticsGraphQueryGroupBy

Segments journey results by the values of a facet.

Hierarchy

  • ProductAnalyticsGraphQueryGroupBy

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

Attribute path to group by.

limit?: number

Maximum number of groups to return. Omit it to let the service choose.

shouldExcludeMissing?: boolean

Whether to exclude entities that have no value for this facet.

Sort configuration for group-by results.

Audience dimension to group by, instead of an event facet.

A reference to a step, or a range of steps, in the journey. Use a node target to name a single step, or a path target to name the range between two steps.

valueFilters?: string[]

Restricts the results to these facet values.

Generated using TypeDoc