Represents the options for an API report download request. See ReportService.getReportDownloadUrlWithOptions.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
Field |
|
---|---|
|
The ExportFormat used to generate the report. Default value is ExportFormat.CSV_DUMP. Enumerations
|
|
Whether or not to include the report properties (e.g. network, user, date generated...) in the generated report. Default is false. |
|
Whether or not to include the totals row. Default is true for all formats except ExportFormat.CSV_DUMP. |
|
Whether or not to compress the report file to a gzip file. Default is true. Regardless of value, gzip http compression is available from the URL by normal means. |