enum ExportFormat (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
The file formats available for creating the report.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration |
Description |
TSV
|
The report file is generated as a list of Tab Separated Values.
|
TSV_EXCEL
|
The report file is generated as a list of tab-separated values for Excel.
|
CSV_DUMP
|
The report file is generated as a list of Comma Separated Values,
to be used with automated machine processing.
- There is no pretty printing for the output, and no total
row.
- Column headers are the qualified name e.g.
"Dimension.ORDER_NAME".
- Network currency Monetary amounts are represented as micros in
the currency of the network.
- Starting from v201705, local currency Monetary amounts are
represented as currency symbol + ' ' + micros.
- Dates are formatted according to the ISO 8601 standard
YYYY-MM-DD
- DateTimes are formatted according to the ISO 8601 standard
YYYY-MM-DDThh:mm:ss[+-]hh:mm
|
XML
|
The report file is generated as XML.
|
XLSX
|
The report file is generated as an Office Open XML spreadsheet
designed for Excel 2007+.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The `ReportService` allows for report generation in various formats. Available `ExportFormat` options include `TSV` (tab-separated values), `TSV_EXCEL` (tab-separated for Excel), `CSV_DUMP` (comma-separated for machine processing, with specific formatting for currency, dates, and times), `XML`, and `XLSX` (Excel 2007+ spreadsheet). The `getReportDownloadURL()` method with `ReportDownloadOptions` is used to obtain the report file. The `CSV_DUMP` format is designed for automated processing with no pretty printing.\n"],null,["# enum ExportFormat (v202502)\n\n**Service** \n**ReportService** **Dependencies** \n[ReportDownloadOptions](/ad-manager/api/reference/v202502/ReportService.ReportDownloadOptions) [getReportDownloadURL()](/ad-manager/api/reference/v202502/ReportService#getReportDownloadURL) \n▼\n**ExportFormat**\n\nThe file formats available for creating the report.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Enumeration | Description |\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `TSV` | The report file is generated as a list of Tab Separated Values. |\n| `TSV_EXCEL` | The report file is generated as a list of tab-separated values for Excel. |\n| `CSV_DUMP` | The report file is generated as a list of Comma Separated Values, to be used with automated machine processing. - There is no pretty printing for the output, and no total row. - Column headers are the qualified name e.g. \"Dimension.ORDER_NAME\". - Network currency Monetary amounts are represented as micros in the [currency of the network](/ad-manager/api/reference/v202502/NetworkService.Network#currencyCode). - Starting from v201705, local currency Monetary amounts are represented as currency symbol + ' ' + micros. - Dates are formatted according to the ISO 8601 standard YYYY-MM-DD - DateTimes are formatted according to the ISO 8601 standard YYYY-MM-DDThh:mm:ss\\[+-\\]hh:mm |\n| `XML` | The report file is generated as XML. |\n| `XLSX` | The report file is generated as an Office Open XML spreadsheet designed for Excel 2007+. |"]]