Google Analytics Data V1alpha Client - Class ConcatenateExpression (0.10.1)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDimensionNames

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this