Class: Google::Analytics::Data::V1alpha::DimensionMetadata
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::DimensionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
Explains a dimension.
Instance Attribute Summary collapse
-
#api_name ⇒ ::String
This dimension's name.
-
#custom_definition ⇒ ::Boolean
True if the dimension is a custom dimension for this property.
-
#deprecated_api_names ⇒ ::Array<::String>
Still usable but deprecated names for this dimension.
-
#description ⇒ ::String
Description of how this dimension is used and calculated.
-
#ui_name ⇒ ::String
This dimension's name within the Google Analytics user interface.
Instance Attribute Details
#api_name ⇒ ::String
Returns This dimension's name. Useable in Dimension's name
. For
example, eventName
.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 786 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_definition ⇒ ::Boolean
Returns True if the dimension is a custom dimension for this property.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 786 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deprecated_api_names ⇒ ::Array<::String>
Returns Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 786 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Description of how this dimension is used and calculated.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 786 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ui_name ⇒ ::String
Returns This dimension's name within the Google Analytics user interface. For
example, Event name
.
786 787 788 789 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 786 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |