Google Analytics Data V1alpha Client - Class ConcatenateExpression (0.23.3)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class ConcatenateExpression.

Used to combine dimension values to a single dimension.

Generated from protobuf message google.analytics.data.v1alpha.DimensionExpression.ConcatenateExpression

Namespace

Google \ Analytics \ Data \ V1alpha \ DimensionExpression

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ dimension_names string[]

Names of dimensions. The names must refer back to names in the dimensions field of the request.

↳ delimiter 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".

getDimensionNames

Names of dimensions. The names must refer back to names in the dimensions field of the request.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setDimensionNames

Names of dimensions. The names must refer back to names in the dimensions field of the request.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDelimiter

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
Type Description
string

setDelimiter

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".

Parameter
Name Description
var string
Returns
Type Description
$this