[[["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-05-15 UTC."],[[["`ReportDownloadOptions` represents the choices for downloading an API report, utilized by `ReportService.getReportDownloadUrlWithOptions`."],["It allows customization of the report's format (e.g., CSV, TSV, XML, XLSX), inclusion of report properties and totals row, and gzip compression."],["`ExportFormat.CSV_DUMP` is the default format, offering machine-readable data with specific formatting for currency and date/time values."],["The `includeReportProperties` and `includeTotalsRow` options provide control over additional report content."],["Compression of the report file can be enabled using the `useGzipCompression` option."]]],["The `ReportService` uses `ReportDownloadOptions` to manage API report downloads. Key options include `exportFormat`, which defines the file type (TSV, CSV_DUMP, XML, XLSX), with CSV_DUMP having specific formatting and data representation rules. `includeReportProperties` includes additional report details. `includeTotalsRow` determines if a totals row is present, except for CSV_DUMP. Finally, `useGzipCompression` sets whether the file should be compressed, with HTTP compression being available regardless.\n"]]