GoogleApi.Analytics.V3.Model.GoalEventDetails (google_api_analytics v0.13.0) 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

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.