Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
GoalSetData |
GoalSetData.clone() |
GoalSetData |
Activity.getGoals()
This field contains a list of all the goals that were reached in this activity when
`activity_type` equals `GOAL`.
|
GoalSetData |
GoalSetData.set(String fieldName,
Object value) |
GoalSetData |
GoalSetData.setGoals(List<GoalData> goals)
All the goals that were reached in the current activity.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.setGoals(GoalSetData goals)
This field contains a list of all the goals that were reached in this activity when
`activity_type` equals `GOAL`.
|
Copyright © 2011–2022 Google. All rights reserved.