Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
CustomDimension |
CustomDimension.clone() |
CustomDimension |
CustomDimension.set(String fieldName,
Object value) |
CustomDimension |
CustomDimension.setIndex(Integer index)
Slot number of custom dimension.
|
CustomDimension |
CustomDimension.setValue(String value)
Value of the custom dimension.
|
Modifier and Type | Method and Description |
---|---|
List<CustomDimension> |
Activity.getCustomDimension()
A list of all custom dimensions associated with this activity.
|
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.setCustomDimension(List<CustomDimension> customDimension)
A list of all custom dimensions associated with this activity.
|
Copyright © 2011–2022 Google. All rights reserved.