Class: Google::Analytics::Data::V1beta::Pivot
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Pivot
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Describes the visible dimension columns and rows in the report response.
Instance Attribute Summary collapse
-
#field_names ⇒ ::Array<::String>
Dimension names for visible columns in the report response.
-
#limit ⇒ ::Integer
The number of unique combinations of dimension values to return in this pivot.
-
#metric_aggregations ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricAggregation>
Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations.
-
#offset ⇒ ::Integer
The row count of the start row.
-
#order_bys ⇒ ::Array<::Google::Analytics::Data::V1beta::OrderBy>
Specifies how dimensions are ordered in the pivot.
Instance Attribute Details
#field_names ⇒ ::Array<::String>
493 494 495 496 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493 class Pivot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#limit ⇒ ::Integer
493 494 495 496 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493 class Pivot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_aggregations ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricAggregation>
493 494 495 496 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493 class Pivot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offset ⇒ ::Integer
493 494 495 496 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493 class Pivot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_bys ⇒ ::Array<::Google::Analytics::Data::V1beta::OrderBy>
493 494 495 496 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 493 class Pivot include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |