AI-generated Key Takeaways
-
ReportDownloadOptions represents the choices available when requesting a report download through the API.
-
You can select the report's format (CSV, TSV, XML, XLSX), control the inclusion of report properties and totals, and decide on gzip compression.
-
The default export format is CSV_DUMP, which is optimized for automated processing and lacks formatting and totals.
-
Currency values in reports are displayed as micros and follow specific formatting based on the currency type and API version.
-
Dates and times in reports adhere to the ISO 8601 standard for consistency.
Represents the options for an API report download request. See ReportService.getReportDownloadUrlWithOptions.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |