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