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

Represents all the details pertaining to a goal.

Attributes

  • goalCompletionLocation (String.t): URL of the page where this goal was completed. Defaults to nil.
  • goalCompletions (String.t): Total number of goal completions in this activity. Defaults to nil.
  • goalIndex (integer()): This identifies the goal as configured for the profile. Defaults to nil.
  • goalName (String.t): Name of the goal. Defaults to nil.
  • goalPreviousStep1 (String.t): URL of the page one step prior to the goal completion. Defaults to nil.
  • goalPreviousStep2 (String.t): URL of the page two steps prior to the goal completion. Defaults to nil.
  • goalPreviousStep3 (String.t): URL of the page three steps prior to the goal completion. Defaults to nil.
  • goalValue (float()): Value in this goal. Defaults to nil.

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.