Class: Google::Analytics::Data::V1beta::DimensionMetadata
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::DimensionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Explains a dimension.
Instance Attribute Summary collapse
-
#api_name ⇒ ::String
This dimension's name.
-
#category ⇒ ::String
The display name of the category that this dimension belongs to.
-
#custom_definition ⇒ ::Boolean
True if the dimension is custom to 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
.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#category ⇒ ::String
Returns The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_definition ⇒ ::Boolean
Returns True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 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
.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Description of how this dimension is used and calculated.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 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
.
986 987 988 989 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 986 class DimensionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |