Inserts a report request into the reporting system.
Request body
Synchronous report only. The maximum number of rows to return; additional rows are dropped. Acceptable values are 0 to 10000, inclusive. Defaults to 10000.
Synchronous report only. Zero-based index of the first row to return. Acceptable values are 0 to 50000, inclusive. Defaults to 0.
Format that the report should be returned in. Currently csv or tsv is supported.
Determines if removed entities should be included in the report. Defaults to false. Deprecated, please use includeRemovedEntities instead.
Determines the type of rows that are returned in the report. For example, if you specify reportType: keyword, each row in the report will contain data about a keyword. See the Types of Reports reference for the columns that are available for each type.
If true, the report would only be created if all the requested stat data are sourced from a single timezone. Defaults to false.
Asynchronous report only. The maximum number of rows per report file. A large report is split into many files based on this field. Acceptable values are 1000000 to 100000000, inclusive.
Specifies the currency in which monetary will be returned. Possible values are: usd, agency (valid if the report is scoped to agency or lower), advertiser (valid if the report is scoped to * advertiser or lower), or account (valid if the report is scoped to engine account or lower).
Determines if removed entities should be included in the report. Defaults to false.
Response
Successful response