[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eExportFormat\u003c/code\u003e determines the file format used when generating a report through the ReportService.\u003c/p\u003e\n"],["\u003cp\u003eOptions include TSV, TSV_EXCEL, CSV_DUMP, XML, and XLSX, each with specific characteristics for data organization and formatting.\u003c/p\u003e\n"],["\u003cp\u003eCSV_DUMP is intended for automated processing and uses qualified column names, micros for monetary values, and ISO 8601 formatting for dates and times.\u003c/p\u003e\n"],["\u003cp\u003eOther formats like TSV, TSV_EXCEL, XML, and XLSX cater to different presentation and compatibility needs, such as spreadsheet software or XML parsing.\u003c/p\u003e\n"]]],["The `ReportService` offers report generation capabilities with various file format options specified by `ExportFormat`. Available formats include `TSV` (Tab Separated Values), `TSV_EXCEL`, `CSV_DUMP` (for machine processing, using qualified names and ISO 8601 for dates), `XML`, and `XLSX` (Excel 2007+). `getReportDownloadURL()` is a key function within the service, along with the `ReportDownloadOptions`. The service namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ExportFormat (v202408)\n\n**Service** \n**ReportService** **Dependencies** \n[ReportDownloadOptions](/ad-manager/api/reference/v202408/ReportService.ReportDownloadOptions) [getReportDownloadURL()](/ad-manager/api/reference/v202408/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/v202408`\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/v202408/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+. |"]]