Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::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
defdelimiter()->::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=
defdelimiter=(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
defdimension_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=
defdimension_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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::DimensionExpression::ConcatenateExpression (v0.4.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.3 (latest)](/ruby/docs/reference/google-analytics-data-v1beta/latest/Google-Analytics-Data-V1beta-DimensionExpression-ConcatenateExpression)\n- [0.4.2](/ruby/docs/reference/google-analytics-data-v1beta/0.4.2/Google-Analytics-Data-V1beta-DimensionExpression-ConcatenateExpression) \nReference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::DimensionExpression::ConcatenateExpression.\n\nUsed to combine dimension values to a single dimension. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #delimiter\n\n def delimiter() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The delimiter placed between dimension names.\n\n Delimiters are often single characters such as \"\\|\" or \",\" but can be\n longer strings. If a dimension value contains the delimiter, both will be\n present in response with no distinction. For example if dimension 1 value\n = \"US,FR\", dimension 2 value = \"JP\", and delimiter = \",\", then the\n response will contain \"US,FR,JP\".\n\n### #delimiter=\n\n def delimiter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The delimiter placed between dimension names.\n\n\n Delimiters are often single characters such as \"\\|\" or \",\" but can be\n longer strings. If a dimension value contains the delimiter, both will be\n present in response with no distinction. For example if dimension 1 value\n = \"US,FR\", dimension 2 value = \"JP\", and delimiter = \",\", then the\nresponse will contain \"US,FR,JP\". \n**Returns**\n\n- (::String) --- The delimiter placed between dimension names.\n\n Delimiters are often single characters such as \"\\|\" or \",\" but can be\n longer strings. If a dimension value contains the delimiter, both will be\n present in response with no distinction. For example if dimension 1 value\n = \"US,FR\", dimension 2 value = \"JP\", and delimiter = \",\", then the\n response will contain \"US,FR,JP\".\n\n### #dimension_names\n\n def dimension_names() -\u003e ::Array\u003c::String\u003e\n\n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Names of dimensions. The names must refer back to names in the dimensions field of the request.\n\n### #dimension_names=\n\n def dimension_names=(value) -\u003e ::Array\u003c::String\u003e\n\n**Parameter**\n\n- **value** (::Array\\\u003c::String\\\u003e) --- Names of dimensions. The names must refer back to names in the dimensions field of the request. \n**Returns**\n\n- (::Array\\\u003c::String\\\u003e) --- Names of dimensions. The names must refer back to names in the dimensions field of the request."]]