Skip to main content

reports

Overview

Namereports
TypeResource
Idgoogleads.doubleclicksearch.reports

Fields

NameDatatypeDescription
idstringAsynchronous report only. Id of the report.
statisticsCurrencyCodestringThe currency code of all monetary values produced in the report, including values that are set by users (e.g., keyword bid settings) and metrics (e.g., cost and revenue). The currency code of a report is determined by the statisticsCurrency field of the report request.
rowCountintegerThe number of report rows generated by the report, not including headers.
isReportReadybooleanAsynchronous report only. True if and only if the report has completed successfully and the report files are ready to be downloaded.
statisticsTimeZonestringIf all statistics of the report are sourced from the same time zone, this would be it. Otherwise the field is unset.
requestobjectA request object used to create a DoubleClick Search report.
kindstringIdentifies this as a Report resource. Value: the fixed string doubleclicksearch#report.
filesarrayAsynchronous report only. Contains a list of generated report files once the report has successfully completed.
rowsarraySynchronous report only. Generated report rows.

Methods

NameAccessible byRequired ParamsDescription
getSELECTreportIdPolls for the status of a report request.
generateEXECGenerates and returns a report immediately.
requestEXECInserts a report request into the reporting system.