Class: Google::Analytics::Data::V1beta::Dimension

Inherits:
Object
  • Object
show all
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

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