View Source GoogleApi.Analytics.V3.Model.McfDataRows (google_api_analytics v0.15.0)

A union object representing a dimension or metric value. Only one of "primitiveValue" or "conversionPathValue" attribute will be populated.

Attributes

  • conversionPathValue (type: list(GoogleApi.Analytics.V3.Model.McfDataRowsConversionPathValue.t), default: nil) - A conversion path dimension value, containing a list of interactions with their attributes.
  • primitiveValue (type: String.t, default: nil) - A primitive dimension value. A primitive metric value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.McfDataRows{
  conversionPathValue:
    [GoogleApi.Analytics.V3.Model.McfDataRowsConversionPathValue.t()] | nil,
  primitiveValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.