bucketBySession property

BucketBySession? bucketBySession
getter/setter pair

Specifies that data be aggregated by user sessions.

Data that does not fall within the time range of a session will not be included in the response. Mutually exclusive of other bucketing specifications.

Implementation

BucketBySession? bucketBySession;