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
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
setDataLossFromOtherRow
If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|