google_api_analytics_reporting v0.13.0 GoogleApi.AnalyticsReporting.V4.Model.GoalData View Source

Represents all the details pertaining to a goal.

Attributes

  • goalCompletionLocation (type: String.t, default: nil) - URL of the page where this goal was completed.
  • goalCompletions (type: String.t, default: nil) - Total number of goal completions in this activity.
  • goalIndex (type: integer(), default: nil) - This identifies the goal as configured for the profile.
  • goalName (type: String.t, default: nil) - Name of the goal.
  • goalPreviousStep1 (type: String.t, default: nil) - URL of the page one step prior to the goal completion.
  • goalPreviousStep2 (type: String.t, default: nil) - URL of the page two steps prior to the goal completion.
  • goalPreviousStep3 (type: String.t, default: nil) - URL of the page three steps prior to the goal completion.
  • goalValue (type: float(), default: nil) - Value in 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.AnalyticsReporting.V4.Model.GoalData{
  goalCompletionLocation: String.t(),
  goalCompletions: String.t(),
  goalIndex: integer(),
  goalName: String.t(),
  goalPreviousStep1: String.t(),
  goalPreviousStep2: String.t(),
  goalPreviousStep3: String.t(),
  goalValue: float()
}

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.