Reference documentation and code samples for the Google Analytics Data V1beta Client class Compatibility.
The compatibility types for a single dimension or metric.
Protobuf type google.analytics.data.v1beta.Compatibility
Namespace
Google \ Analytics \ Data \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPATIBILITY_UNSPECIFIED
Value: 0Unspecified compatibility.
Generated from protobuf enum COMPATIBILITY_UNSPECIFIED = 0;
COMPATIBLE
Value: 1The dimension or metric is compatible. This dimension or metric can be successfully added to a report.
Generated from protobuf enum COMPATIBLE = 1;
INCOMPATIBLE
Value: 2The dimension or metric is incompatible. This dimension or metric cannot be successfully added to a report.
Generated from protobuf enum INCOMPATIBLE = 2;