Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::DimensionExpression::ConcatenateExpression (v0.8.3)

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
Returns
  • (::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
Parameter
  • 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".

Returns
  • (::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>
Returns
  • (::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>
Parameter
  • value (::Array<::String>) — Names of dimensions. The names must refer back to names in the dimensions field of the request.
Returns
  • (::Array<::String>) — Names of dimensions. The names must refer back to names in the dimensions field of the request.