The analytics query definition containing a base query, compute rule, and optional grouping.

Hierarchy

  • ProductAnalyticsAnalyticsQuery

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

Audience filter definitions for targeting specific user segments.

A compute rule for aggregating data.

Group-by rules for segmenting results.

indexes?: string[]

Restrict the query to specific indexes. Max 1 entry.

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

Generated using TypeDoc