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

Details for the goal of the type EVENT.

Attributes

  • eventConditions (type: list(GoogleApi.Analytics.V3.Model.GoalEventDetailsEventConditions.t), default: nil) - List of event conditions.
  • useEventValue (type: boolean(), default: nil) - Determines if the event value should be used as the value for this goal.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.GoalEventDetails{
  eventConditions:
    [GoogleApi.Analytics.V3.Model.GoalEventDetailsEventConditions.t()] | nil,
  useEventValue: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.