The response pivot report table corresponding to a pivot request.
JSON representation |
---|
{ "pivotHeaders": [ { object ( |
Fields | |
---|---|
pivotHeaders[] |
Summarizes the columns and rows created by a pivot. Each pivot in the request produces one header in the response. If we have a request like this:
We will have the following
|
dimensionHeaders[] |
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. |
metricHeaders[] |
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. |
rows[] |
Rows of dimension value combinations and metric values in the report. |
aggregates[] |
Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metricAggregations in the pivot. The type of aggregation returned in each row is shown by the dimensionValues which are set to "RESERVED_ |
metadata |
Metadata for the report. |
propertyQuota |
This Analytics Property's quota state including this request. |
kind |
Identifies what kind of resource this message is. This |
PivotHeader
Dimensions' values in a single pivot.
JSON representation |
---|
{
"pivotDimensionHeaders": [
{
object ( |
Fields | |
---|---|
pivotDimensionHeaders[] |
The size is the same as the cardinality of the corresponding dimension combinations. |
rowCount |
The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters |
PivotDimensionHeader
Summarizes dimension values from a row for this pivot.
JSON representation |
---|
{
"dimensionValues": [
{
object ( |
Fields | |
---|---|
dimensionValues[] |
Values of multiple dimensions in a pivot. |