Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
GoalData |
GoalData.clone() |
GoalData |
GoalData.set(String fieldName,
Object value) |
GoalData |
GoalData.setGoalCompletionLocation(String goalCompletionLocation)
URL of the page where this goal was completed.
|
GoalData |
GoalData.setGoalCompletions(Long goalCompletions)
Total number of goal completions in this activity.
|
GoalData |
GoalData.setGoalIndex(Integer goalIndex)
This identifies the goal as configured for the profile.
|
GoalData |
GoalData.setGoalName(String goalName)
Name of the goal.
|
GoalData |
GoalData.setGoalPreviousStep1(String goalPreviousStep1)
URL of the page one step prior to the goal completion.
|
GoalData |
GoalData.setGoalPreviousStep2(String goalPreviousStep2)
URL of the page two steps prior to the goal completion.
|
GoalData |
GoalData.setGoalPreviousStep3(String goalPreviousStep3)
URL of the page three steps prior to the goal completion.
|
GoalData |
GoalData.setGoalValue(Double goalValue)
Value in this goal.
|
Modifier and Type | Method and Description |
---|---|
List<GoalData> |
GoalSetData.getGoals()
All the goals that were reached in the current activity.
|
Modifier and Type | Method and Description |
---|---|
GoalSetData |
GoalSetData.setGoals(List<GoalData> goals)
All the goals that were reached in the current activity.
|
Copyright © 2011–2022 Google. All rights reserved.