google_api_analytics_reporting v0.2.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: null.
  • goalCompletions (String.t): Total number of goal completions in this activity. Defaults to: null.
  • goalIndex (integer()): This identifies the goal as configured for the profile. Defaults to: null.
  • goalName (String.t): Name of the goal. Defaults to: null.
  • goalPreviousStep1 (String.t): URL of the page one step prior to the goal completion. Defaults to: null.
  • goalPreviousStep2 (String.t): URL of the page two steps prior to the goal completion. Defaults to: null.
  • goalPreviousStep3 (String.t): URL of the page three steps prior to the goal completion. Defaults to: null.
  • goalValue (float()): Value in this goal. Defaults to: null.

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: any(),
  goalCompletions: any(),
  goalIndex: any(),
  goalName: any(),
  goalPreviousStep1: any(),
  goalPreviousStep2: any(),
  goalPreviousStep3: any(),
  goalValue: any()
}

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.