Class: Google::Analytics::Data::V1beta::Dimension
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Dimension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be "Paris" or "New York". Requests are allowed up to 9 dimensions.
Instance Attribute Summary collapse
-
#dimension_expression ⇒ ::Google::Analytics::Data::V1beta::DimensionExpression
One dimension can be the result of an expression of multiple dimensions.
-
#name ⇒ ::String
The name of the dimension.
Instance Attribute Details
#dimension_expression ⇒ ::Google::Analytics::Data::V1beta::DimensionExpression
114 115 116 117 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 114 class Dimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
114 115 116 117 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 114 class Dimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |