Google Analytics Data V1beta Client - Class MetricAggregation (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1beta Client class MetricAggregation.

Represents aggregation of metrics.

Protobuf type google.analytics.data.v1beta.MetricAggregation

Namespace

Google \ Analytics \ Data \ V1beta

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

METRIC_AGGREGATION_UNSPECIFIED

Value: 0

Unspecified operator.

Generated from protobuf enum METRIC_AGGREGATION_UNSPECIFIED = 0;

TOTAL

Value: 1

SUM operator.

Generated from protobuf enum TOTAL = 1;

MINIMUM

Value: 5

Minimum operator.

Generated from protobuf enum MINIMUM = 5;

MAXIMUM

Value: 6

Maximum operator.

Generated from protobuf enum MAXIMUM = 6;

COUNT

Value: 4

Count operator.

Generated from protobuf enum COUNT = 4;