View Source GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetails (google_api_analytics v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetails{ caseSensitive: boolean() | nil, firstStepRequired: boolean() | nil, matchType: String.t() | nil, steps: [GoogleApi.Analytics.V3.Model.GoalUrlDestinationDetailsSteps.t()] | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.