google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.McfDataRowsConversionPathValue View Source

Attributes

  • interactionType (type: String.t, default: nil) - Type of an interaction on conversion path. Such as CLICK, IMPRESSION etc.
  • nodeValue (type: String.t, default: nil) - Node value of an interaction on conversion path. Such as source, medium etc.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.McfDataRowsConversionPathValue{
  interactionType: String.t(),
  nodeValue: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.