Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
CustomDimension |
CustomDimension.clone() |
CustomDimension |
CustomDimension.set(String fieldName,
Object value) |
CustomDimension |
CustomDimension.setName(String name)
Custom dimension name.
|
CustomDimension |
CustomDimension.setValue(String value)
Custom dimension value.
|
Modifier and Type | Method and Description |
---|---|
List<CustomDimension> |
Conversion.getCustomDimension()
Custom dimensions for the conversion, which can be used to filter data in a report.
|
Modifier and Type | Method and Description |
---|---|
Conversion |
Conversion.setCustomDimension(List<CustomDimension> customDimension)
Custom dimensions for the conversion, which can be used to filter data in a report.
|
Copyright © 2011–2024 Google. All rights reserved.