Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::DimensionExpression::ConcatenateExpression.
Used to combine dimension values to a single dimension.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delimiter
def delimiter() -> ::String
-
(::String) — The delimiter placed between dimension names.
Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP".
#delimiter=
def delimiter=(value) -> ::String
-
value (::String) — The delimiter placed between dimension names.
Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP".
-
(::String) — The delimiter placed between dimension names.
Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP".
#dimension_names
def dimension_names() -> ::Array<::String>
- (::Array<::String>) — Names of dimensions. The names must refer back to names in the dimensions field of the request.
#dimension_names=
def dimension_names=(value) -> ::Array<::String>
- value (::Array<::String>) — Names of dimensions. The names must refer back to names in the dimensions field of the request.
- (::Array<::String>) — Names of dimensions. The names must refer back to names in the dimensions field of the request.