AI-generated Key Takeaways
-
ExportFormat
defines the available file formats for creating reports in the ReportService. -
Available export formats include
TSV
,TSV_EXCEL
,CSV_DUMP
,XML
, andXLSX
. -
CSV_DUMP
is designed for automated machine processing with specific formatting for headers, currency, and dates. -
XLSX
is an Office Open XML spreadsheet format compatible with Excel 2007 and later.
The file formats available for creating the report.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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.
|
XML
|
The report file is generated as XML. |
XLSX
|
The report file is generated as an Office Open XML spreadsheet designed for Excel 2007+. |