Class ProductAnalyticsAnalyticsListQuery

The analytics list query definition. It selects the events to return with query, then chooses the columns on each event row, the sort applied to those rows, and a row limit. Unlike the scalar and timeseries queries, a list query returns raw event rows rather than aggregates, so it takes no compute or group-by rule.

Hierarchy

  • ProductAnalyticsAnalyticsListQuery

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.

columns?: string[]

Attribute columns to include in each event row.

limit?: number

Maximum number of event rows to return.

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

The sort applied to the returned event rows.

Generated using TypeDoc