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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.