Google Analytics Data V1beta Client - Class DimensionCompatibility (0.13.0)

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

The compatibility for a single dimension.

Generated from protobuf message google.analytics.data.v1beta.DimensionCompatibility

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dimension_metadata Google\Analytics\Data\V1beta\DimensionMetadata

The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.

↳ compatibility int

The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.

getDimensionMetadata

The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.

Returns
TypeDescription
Google\Analytics\Data\V1beta\DimensionMetadata|null

hasDimensionMetadata

clearDimensionMetadata

setDimensionMetadata

The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description.

Parameter
NameDescription
var Google\Analytics\Data\V1beta\DimensionMetadata
Returns
TypeDescription
$this

getCompatibility

The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.

Returns
TypeDescription
int

hasCompatibility

clearCompatibility

setCompatibility

The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report.

Parameter
NameDescription
var int
Returns
TypeDescription
$this