Inherits from NSObject
Declared in KAResultQuery.h

Overview

Use this class to generate a query against the analytics data

Tasks

Properties

dateRange

The date range for the query object.

@property (nonatomic, strong) KADateRange *dateRange

Discussion

The date range for the query object.

Exceptions

NSException

Named NSInvalidArgumentException is thrown if dateRange is nil.

Declared In

KAResultQuery.h

filter

The filter associated with the query object.

@property (nonatomic, strong) KAFilter *filter

Discussion

The filter associated with the query object.

Exceptions

NSException

Named NSInvalidArgumentException is thrown if filter is nil or has no element.

Declared In

KAResultQuery.h

groupingKey

The grouping key associated with the query object.

@property (nonatomic, strong) NSString *groupingKey

Discussion

The grouping key associated with the query object.

Exceptions

NSException

Named NSInvalidArgumentException is thrown if groupingKey is invalid. GroupingKey must match with pattern ^[a-zA-Z][a-zA-Z0-9_]{0,63}$

Declared In

KAResultQuery.h