Class Google::Analytics::Data::V1beta::RunPivotReportResponse
Stay organized with collections
Save and categorize content based on your preferences.
The response pivot report table corresponding to a pivot request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregates
defaggregates()->::Array<::Google::Analytics::Data::V1beta::Row>- (::Array<::Google::Analytics::Data::V1beta::Row>) — Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_
#aggregates=
defaggregates=(value)->::Array<::Google::Analytics::Data::V1beta::Row>- value (::Array<::Google::Analytics::Data::V1beta::Row>) — Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_
- (::Array<::Google::Analytics::Data::V1beta::Row>) — Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_
#dimension_headers
defdimension_headers()->::Array<::Google::Analytics::Data::V1beta::DimensionHeader>- (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
#dimension_headers=
defdimension_headers=(value)->::Array<::Google::Analytics::Data::V1beta::DimensionHeader>- value (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
- (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
#kind
defkind()->::String-
(::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON.
#kind=
defkind=(value)->::String-
value (::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON.
-
(::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON.
#metadata
defmetadata()->::Google::Analytics::Data::V1beta::ResponseMetaData- (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
#metadata=
defmetadata=(value)->::Google::Analytics::Data::V1beta::ResponseMetaData- value (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
- (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
#metric_headers
defmetric_headers()->::Array<::Google::Analytics::Data::V1beta::MetricHeader>- (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
#metric_headers=
defmetric_headers=(value)->::Array<::Google::Analytics::Data::V1beta::MetricHeader>- value (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
- (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
#pivot_headers
defpivot_headers()->::Array<::Google::Analytics::Data::V1beta::PivotHeader>-
(::Array<::Google::Analytics::Data::V1beta::PivotHeader>) —
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:
"pivots": [{ "fieldNames": ["country", "city"] }, { "fieldNames": "eventName" }]We will have the following
pivotHeadersin the response:"pivotHeaders" : [{ "dimensionHeaders": [{ "dimensionValues": [ { "value": "United Kingdom" }, { "value": "London" } ] }, { "dimensionValues": [ { "value": "Japan" }, { "value": "Osaka" } ] }] }, { "dimensionHeaders": [{ "dimensionValues": [{ "value": "session_start" }] }, { "dimensionValues": [{ "value": "scroll" }] }] }]
#pivot_headers=
defpivot_headers=(value)->::Array<::Google::Analytics::Data::V1beta::PivotHeader>-
value (::Array<::Google::Analytics::Data::V1beta::PivotHeader>) —
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:
"pivots": [{ "fieldNames": ["country", "city"] }, { "fieldNames": "eventName" }]We will have the following
pivotHeadersin the response:"pivotHeaders" : [{ "dimensionHeaders": [{ "dimensionValues": [ { "value": "United Kingdom" }, { "value": "London" } ] }, { "dimensionValues": [ { "value": "Japan" }, { "value": "Osaka" } ] }] }, { "dimensionHeaders": [{ "dimensionValues": [{ "value": "session_start" }] }, { "dimensionValues": [{ "value": "scroll" }] }] }]
-
(::Array<::Google::Analytics::Data::V1beta::PivotHeader>) —
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:
"pivots": [{ "fieldNames": ["country", "city"] }, { "fieldNames": "eventName" }]We will have the following
pivotHeadersin the response:"pivotHeaders" : [{ "dimensionHeaders": [{ "dimensionValues": [ { "value": "United Kingdom" }, { "value": "London" } ] }, { "dimensionValues": [ { "value": "Japan" }, { "value": "Osaka" } ] }] }, { "dimensionHeaders": [{ "dimensionValues": [{ "value": "session_start" }] }, { "dimensionValues": [{ "value": "scroll" }] }] }]
#property_quota
defproperty_quota()->::Google::Analytics::Data::V1beta::PropertyQuota- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
#property_quota=
defproperty_quota=(value)->::Google::Analytics::Data::V1beta::PropertyQuota- value (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
#rows
defrows()->::Array<::Google::Analytics::Data::V1beta::Row>- (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.
#rows=
defrows=(value)->::Array<::Google::Analytics::Data::V1beta::Row>- value (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.
- (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.