AI-generated Key Takeaways
-
ReportDownloadOptions represent options for an API report download request and are used with ReportService.getReportDownloadUrlWithOptions.
-
The exportFormat field specifies how the report file is generated, with options like TSV, TSV_EXCEL, CSV_DUMP, XML, and XLSX, and defaults to CSV_DUMP.
-
The includeReportProperties field determines whether report properties like network and user are included, defaulting to false.
-
The includeTotalsRow field specifies whether a totals row is included, defaulting to true for most formats except CSV_DUMP.
-
The useGzipCompression field controls whether the report file is compressed to a gzip file, defaulting to true.
Represents the options for an API report download request. See ReportService.getReportDownloadUrlWithOptions.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |