Class: Google::Analytics::Admin::V1alpha::AccessDimension

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/access_report.rb

Overview

Dimensions are attributes of your data. For example, the dimension userEmail indicates the email of the user that accessed reporting data. Dimension values in report responses are strings.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_name::String

Returns The API name of the dimension. See Data Access Schema for the list of dimensions supported in this API.

Dimensions are referenced by name in dimensionFilter and orderBys.

Returns:

  • (::String)

    The API name of the dimension. See Data Access Schema for the list of dimensions supported in this API.

    Dimensions are referenced by name in dimensionFilter and orderBys.



34
35
36
37
# File 'proto_docs/google/analytics/admin/v1alpha/access_report.rb', line 34

class AccessDimension
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end