Reference documentation and code samples for the Google Analytics Data V1alpha Client class MetricAggregation.
Represents aggregation of metrics.
Protobuf type google.analytics.data.v1alpha.MetricAggregation
Namespace
Google \ Analytics \ Data \ V1alphaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METRIC_AGGREGATION_UNSPECIFIED
Value: 0Unspecified operator.
Generated from protobuf enum METRIC_AGGREGATION_UNSPECIFIED = 0;
TOTAL
Value: 1SUM operator.
Generated from protobuf enum TOTAL = 1;
MINIMUM
Value: 5Minimum operator.
Generated from protobuf enum MINIMUM = 5;
MAXIMUM
Value: 6Maximum operator.
Generated from protobuf enum MAXIMUM = 6;
COUNT
Value: 4Count operator.
Generated from protobuf enum COUNT = 4;