google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.GoalEventDetails View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Analytics.V3.Model.GoalEventDetails{
  eventConditions: [
    GoogleApi.Analytics.V3.Model.GoalEventDetailsEventConditions.t()
  ],
  useEventValue: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.