GoogleApi.AnalyticsReporting.V4.Model.GoalData (google_api_analytics_reporting v0.16.0) 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

Specs

t() :: %GoogleApi.AnalyticsReporting.V4.Model.GoalData{
  goalCompletionLocation: String.t() | nil,
  goalCompletions: String.t() | nil,
  goalIndex: integer() | nil,
  goalName: String.t() | nil,
  goalPreviousStep1: String.t() | nil,
  goalPreviousStep2: String.t() | nil,
  goalPreviousStep3: String.t() | nil,
  goalValue: float() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.