[[["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 2024-08-20 UTC."],[[["`ExportFormat` determines the file format used when generating a report through the ReportService."],["Options include TSV, TSV_EXCEL, CSV_DUMP, XML, and XLSX, each with specific characteristics for data organization and formatting."],["CSV_DUMP is intended for automated processing and uses qualified column names, micros for monetary values, and ISO 8601 formatting for dates and times."],["Other formats like TSV, TSV_EXCEL, XML, and XLSX cater to different presentation and compatibility needs, such as spreadsheet software or XML parsing."]]],["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"]]