| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
SortedDimension |
SortedDimension.clone() |
SortedDimension |
SortedDimension.set(java.lang.String fieldName,
java.lang.Object value) |
SortedDimension |
SortedDimension.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#sortedDimension.
|
SortedDimension |
SortedDimension.setName(java.lang.String name)
The name of the dimension.
|
SortedDimension |
SortedDimension.setSortOrder(java.lang.String sortOrder)
An optional sort order for the dimension column.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SortedDimension> |
Report.CrossDimensionReachCriteria.getBreakdown()
The list of dimensions the report should include.
|
java.util.List<SortedDimension> |
Report.PathToConversionCriteria.getConversionDimensions()
The list of conversion dimensions the report should include.
|
java.util.List<SortedDimension> |
Report.PathToConversionCriteria.getCustomFloodlightVariables()
The list of custom floodlight variables the report should include.
|
java.util.List<SortedDimension> |
Report.Criteria.getDimensions()
The list of standard dimensions the report should include.
|
java.util.List<SortedDimension> |
Report.FloodlightCriteria.getDimensions()
The list of dimensions the report should include.
|
java.util.List<SortedDimension> |
Report.ReachCriteria.getDimensions()
The list of dimensions the report should include.
|
java.util.List<SortedDimension> |
Report.PathToConversionCriteria.getPerInteractionDimensions()
The list of per interaction dimensions the report should include.
|
| Modifier and Type | Method and Description |
|---|---|
Report.CrossDimensionReachCriteria |
Report.CrossDimensionReachCriteria.setBreakdown(java.util.List<SortedDimension> breakdown)
The list of dimensions the report should include.
|
Report.PathToConversionCriteria |
Report.PathToConversionCriteria.setConversionDimensions(java.util.List<SortedDimension> conversionDimensions)
The list of conversion dimensions the report should include.
|
Report.PathToConversionCriteria |
Report.PathToConversionCriteria.setCustomFloodlightVariables(java.util.List<SortedDimension> customFloodlightVariables)
The list of custom floodlight variables the report should include.
|
Report.Criteria |
Report.Criteria.setDimensions(java.util.List<SortedDimension> dimensions)
The list of standard dimensions the report should include.
|
Report.FloodlightCriteria |
Report.FloodlightCriteria.setDimensions(java.util.List<SortedDimension> dimensions)
The list of dimensions the report should include.
|
Report.ReachCriteria |
Report.ReachCriteria.setDimensions(java.util.List<SortedDimension> dimensions)
The list of dimensions the report should include.
|
Report.PathToConversionCriteria |
Report.PathToConversionCriteria.setPerInteractionDimensions(java.util.List<SortedDimension> perInteractionDimensions)
The list of per interaction dimensions the report should include.
|