Class: Google::Analytics::Data::V1beta::AudienceDimension
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::AudienceDimension
- 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
-
#dimension_name ⇒ ::String
Optional.
Instance Attribute Details
#dimension_name ⇒ ::String
Returns Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 786 class AudienceDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |