View Source GoogleApi.AnalyticsData.V1alpha.Model.ConcatenateExpression (google_api_analytics_data v0.14.0)

Used to combine dimension values to a single dimension.

Attributes

  • delimiter (type: String.t, default: nil) - 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".
  • dimensionNames (type: list(String.t), default: nil) - Names of dimensions. The names must refer back to names in the dimensions field of the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsData.V1alpha.Model.ConcatenateExpression{
  delimiter: String.t() | nil,
  dimensionNames: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.