Package | Description |
---|---|
com.google.api.services.doubleclicksearch | |
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
Doubleclicksearch.Reports.Generate |
Doubleclicksearch.Reports.generate(ReportRequest content)
Generates and returns a report immediately.
|
Doubleclicksearch.Reports.Request |
Doubleclicksearch.Reports.request(ReportRequest content)
Inserts a report request into the reporting system.
|
Constructor and Description |
---|
Generate(ReportRequest content)
Generates and returns a report immediately.
|
Request(ReportRequest content)
Inserts a report request into the reporting system.
|
Modifier and Type | Method and Description |
---|---|
ReportRequest |
ReportRequest.clone() |
ReportRequest |
Report.getRequest()
The request that created the report.
|
ReportRequest |
ReportRequest.set(String fieldName,
Object value) |
ReportRequest |
ReportRequest.setColumns(List<ReportApiColumnSpec> columns)
The columns to include in the report.
|
ReportRequest |
ReportRequest.setDownloadFormat(String downloadFormat)
Format that the report should be returned in.
|
ReportRequest |
ReportRequest.setFilters(List<ReportRequest.Filters> filters)
A list of filters to be applied to the report.\ The maximum number of filters per request is
300.
|
ReportRequest |
ReportRequest.setIncludeDeletedEntities(Boolean includeDeletedEntities)
Determines if removed entities should be included in the report.
|
ReportRequest |
ReportRequest.setIncludeRemovedEntities(Boolean includeRemovedEntities)
Determines if removed entities should be included in the report.
|
ReportRequest |
ReportRequest.setMaxRowsPerFile(Integer maxRowsPerFile)
Asynchronous report only.
|
ReportRequest |
ReportRequest.setOrderBy(List<ReportRequest.OrderBy> orderBy)
Synchronous report only.
|
ReportRequest |
ReportRequest.setReportScope(ReportRequest.ReportScope reportScope)
The reportScope is a set of IDs that are used to determine which subset of entities will be
returned in the report.
|
ReportRequest |
ReportRequest.setReportType(String reportType)
Determines the type of rows that are returned in the report.
|
ReportRequest |
ReportRequest.setRowCount(Integer rowCount)
Synchronous report only.
|
ReportRequest |
ReportRequest.setStartRow(Integer startRow)
Synchronous report only.
|
ReportRequest |
ReportRequest.setStatisticsCurrency(String statisticsCurrency)
Specifies the currency in which monetary will be returned.
|
ReportRequest |
ReportRequest.setTimeRange(ReportRequest.TimeRange timeRange)
If metrics are requested in a report, this argument will be used to restrict the metrics to a
specific time range.
|
ReportRequest |
ReportRequest.setVerifySingleTimeZone(Boolean verifySingleTimeZone)
If `true`, the report would only be created if all the requested stat data are sourced from a
single timezone.
|
Modifier and Type | Method and Description |
---|---|
Report |
Report.setRequest(ReportRequest request)
The request that created the report.
|
Copyright © 2011–2024 Google. All rights reserved.