Google Analytics Data V1alpha Client - Class ResponseMetaData (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class ResponseMetaData.

Response's metadata carrying additional information about the report content.

Generated from protobuf message google.analytics.data.v1alpha.ResponseMetaData

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ data_loss_from_other_row bool

If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

getDataLossFromOtherRow

If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

Returns
TypeDescription
bool

setDataLossFromOtherRow

If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this