| Package | Description |
|---|---|
| com.google.api.services.admob.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
MediationReportSpec |
MediationReportSpec.clone() |
MediationReportSpec |
GenerateMediationReportRequest.getReportSpec()
Network report specification.
|
MediationReportSpec |
MediationReportSpec.set(String fieldName,
Object value) |
MediationReportSpec |
MediationReportSpec.setDateRange(DateRange dateRange)
The date range for which the report is generated.
|
MediationReportSpec |
MediationReportSpec.setDimensionFilters(List<MediationReportSpecDimensionFilter> dimensionFilters)
Describes which report rows to match based on their dimension values.
|
MediationReportSpec |
MediationReportSpec.setDimensions(List<String> dimensions)
List of dimensions of the report.
|
MediationReportSpec |
MediationReportSpec.setLocalizationSettings(LocalizationSettings localizationSettings)
Localization settings of the report.
|
MediationReportSpec |
MediationReportSpec.setMaxReportRows(Integer maxReportRows)
Maximum number of report data rows to return.
|
MediationReportSpec |
MediationReportSpec.setMetrics(List<String> metrics)
List of metrics of the report.
|
MediationReportSpec |
MediationReportSpec.setSortConditions(List<MediationReportSpecSortCondition> sortConditions)
Describes the sorting of report rows.
|
MediationReportSpec |
MediationReportSpec.setTimeZone(String timeZone)
A report time zone.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateMediationReportRequest |
GenerateMediationReportRequest.setReportSpec(MediationReportSpec reportSpec)
Network report specification.
|
Copyright © 2011–2021 Google. All rights reserved.