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