Class: Google::Analytics::Data::V1beta::AudienceDimension

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/analytics_data_api.rb

Overview

An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceExportResponse.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_name::String

Returns Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.

Returns:

  • (::String)

    Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.



773
774
775
776
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 773

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