AI-generated Key Takeaways
-
ReportDownloadOptions represent options for API report download requests and are used with ReportService.getReportDownloadUrlWithOptions.
-
The
exportFormat
field specifies the format of the report file, withCSV_DUMP
as the default, and options includingTSV
,TSV_EXCEL
,XML
, andXLSX
. -
The
includeReportProperties
andincludeTotalsRow
fields control whether report properties and a totals row are included, with defaults of false and true respectively (except forCSV_DUMP
). -
The
useGzipCompression
field determines if the report file is compressed to a gzip file, with a default of true.
Represents the options for an API report download request. See ReportService.getReportDownloadUrlWithOptions.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |