| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.clone() |
Goal.UrlDestinationDetails |
Goal.getUrlDestinationDetails()
Details for the goal of the type URL_DESTINATION.
|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.set(String fieldName,
Object value) |
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.setCaseSensitive(Boolean caseSensitive)
Determines if the goal URL must exactly match the capitalization of visited URLs.
|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.setFirstStepRequired(Boolean firstStepRequired)
Determines if the first step in this goal is required.
|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.setMatchType(String matchType)
Match type for the goal URL.
|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.setSteps(List<Goal.UrlDestinationDetails.Steps> steps)
List of steps configured for this goal funnel.
|
Goal.UrlDestinationDetails |
Goal.UrlDestinationDetails.setUrl(String url)
URL for this goal.
|
| Modifier and Type | Method and Description |
|---|---|
Goal |
Goal.setUrlDestinationDetails(Goal.UrlDestinationDetails urlDestinationDetails)
Details for the goal of the type URL_DESTINATION.
|
Copyright © 2011–2022 Google. All rights reserved.