| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
Metric.set(java.lang.String fieldName,
java.lang.Object value) |
Metric |
Metric.setKind(java.lang.String kind)
The kind of resource this is, in this case dfareporting#metric.
|
Metric |
Metric.setName(java.lang.String name)
The metric name, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Metric> |
ReachReportCompatibleFields.getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
java.util.List<Metric> |
FloodlightReportCompatibleFields.getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
java.util.List<Metric> |
CrossDimensionReachReportCompatibleFields.getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
java.util.List<Metric> |
ReportCompatibleFields.getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
java.util.List<Metric> |
PathToConversionReportCompatibleFields.getMetrics()
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
java.util.List<Metric> |
CrossDimensionReachReportCompatibleFields.getOverlapMetrics()
Metrics which are compatible to be selected in the "overlapMetricNames" section of the report.
|
java.util.List<Metric> |
ReachReportCompatibleFields.getPivotedActivityMetrics()
Metrics which are compatible to be selected as activity metrics to pivot on in the "activities"
section of the report.
|
java.util.List<Metric> |
ReportCompatibleFields.getPivotedActivityMetrics()
Metrics which are compatible to be selected as activity metrics to pivot on in the "activities"
section of the report.
|
java.util.List<Metric> |
ReachReportCompatibleFields.getReachByFrequencyMetrics()
Metrics which are compatible to be selected in the "reachByFrequencyMetricNames" section of the
report.
|
| Modifier and Type | Method and Description |
|---|---|
ReachReportCompatibleFields |
ReachReportCompatibleFields.setMetrics(java.util.List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
FloodlightReportCompatibleFields |
FloodlightReportCompatibleFields.setMetrics(java.util.List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
CrossDimensionReachReportCompatibleFields |
CrossDimensionReachReportCompatibleFields.setMetrics(java.util.List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
ReportCompatibleFields |
ReportCompatibleFields.setMetrics(java.util.List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
PathToConversionReportCompatibleFields |
PathToConversionReportCompatibleFields.setMetrics(java.util.List<Metric> metrics)
Metrics which are compatible to be selected in the "metricNames" section of the report.
|
CrossDimensionReachReportCompatibleFields |
CrossDimensionReachReportCompatibleFields.setOverlapMetrics(java.util.List<Metric> overlapMetrics)
Metrics which are compatible to be selected in the "overlapMetricNames" section of the report.
|
ReachReportCompatibleFields |
ReachReportCompatibleFields.setPivotedActivityMetrics(java.util.List<Metric> pivotedActivityMetrics)
Metrics which are compatible to be selected as activity metrics to pivot on in the "activities"
section of the report.
|
ReportCompatibleFields |
ReportCompatibleFields.setPivotedActivityMetrics(java.util.List<Metric> pivotedActivityMetrics)
Metrics which are compatible to be selected as activity metrics to pivot on in the "activities"
section of the report.
|
ReachReportCompatibleFields |
ReachReportCompatibleFields.setReachByFrequencyMetrics(java.util.List<Metric> reachByFrequencyMetrics)
Metrics which are compatible to be selected in the "reachByFrequencyMetricNames" section of the
report.
|