[[["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."],[[["`ReportDownloadOptions` represents the choices available when requesting an API report download."],["You can select the `exportFormat` for the report, with `CSV_DUMP` as the default, and optionally include report properties and a totals row."],["The `useGzipCompression` option, enabled by default, allows for compressing the report file, although gzip HTTP compression is always available."],["These options are used with the `ReportService.getReportDownloadUrlWithOptions` method to customize report downloads."]]],["The `ReportService` allows downloading reports via `getReportDownloadUrlWithOptions`. `ReportDownloadOptions` control the download format and content. Key options include `exportFormat` (TSV, TSV_EXCEL, CSV_DUMP, XML, XLSX), `includeReportProperties` (add report metadata), `includeTotalsRow` (include a totals row), and `useGzipCompression` (compress the file). The default `exportFormat` is CSV_DUMP. The default of including report properties is false, totals row is true except for CSV_DUMP, and using gzip compression is true.\n"]]