Google Analytics Data V1beta Client - Class Compatibility (0.10.1)

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 \ V1beta

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

COMPATIBILITY_UNSPECIFIED

Value: 0

Unspecified compatibility.

Generated from protobuf enum COMPATIBILITY_UNSPECIFIED = 0;

COMPATIBLE

Value: 1

The dimension or metric is compatible. This dimension or metric can be successfully added to a report.

Generated from protobuf enum COMPATIBLE = 1;

INCOMPATIBLE

Value: 2

The dimension or metric is incompatible. This dimension or metric cannot be successfully added to a report.

Generated from protobuf enum INCOMPATIBLE = 2;