google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetails View Source

Details for the goal of the type URL_DESTINATION.

Attributes

  • caseSensitive (type: boolean(), default: nil) - Determines if the goal URL must exactly match the capitalization of visited URLs.
  • firstStepRequired (type: boolean(), default: nil) - Determines if the first step in this goal is required.
  • matchType (type: String.t, default: nil) - Match type for the goal URL. Possible values are HEAD, EXACT, or REGEX.
  • steps (type: list(GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetailsSteps.t), default: nil) - List of steps configured for this goal funnel.
  • url (type: String.t, default: nil) - URL 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.GoalUrlDestinationDetails{
  caseSensitive: boolean(),
  firstStepRequired: boolean(),
  matchType: String.t(),
  steps: [GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetailsSteps.t()],
  url: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.