Reference documentation and code samples for the Google Analytics Data V1beta Client class Row.
Report data for each row.
For example if RunReportRequest contains:
"dimensions": [
{
"name": "eventName"
},
{
"name": "countryId"
}
],
"metrics": [
{
"name": "eventCount"
}
]
```php
One row with 'in_app_purchase' as the eventName, 'JP' as the countryId, and
15 as the eventCount, would be:
```none
"dimensionValues": [
{
"value": "in_app_purchase"
},
{
"value": "JP"
}
],
"metricValues": [
{
"value": "15"
}
]
Generated from protobuf message google.analytics.data.v1beta.Row
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dimension_values
array< Google\Analytics\Data\V1beta\DimensionValue
>
List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot.
↳ metric_values
getDimensionValues
List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot.
setDimensionValues
List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot.
$this
getMetricValues
List of requested visible metric values.
setMetricValues
List of requested visible metric values.
$this