[[["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-11-19 UTC."],[[["ReportDownloadOptions represents the choices available when requesting a report download through the API."],["You can select the report's format (CSV, TSV, XML, XLSX), control the inclusion of report properties and totals, and decide on gzip compression."],["The default export format is CSV_DUMP, which is optimized for automated processing and lacks formatting and totals."],["Currency values in reports are displayed as micros and follow specific formatting based on the currency type and API version."],["Dates and times in reports adhere to the ISO 8601 standard for consistency."]]],["The `ReportDownloadOptions` for the `ReportService` API allow customization of report downloads. Key actions include setting the `exportFormat` (e.g., `TSV`, `CSV_DUMP`, `XML`, `XLSX`), choosing whether to `includeReportProperties` and `includeTotalsRow`, and enabling `useGzipCompression`. `CSV_DUMP` offers raw data, while other formats include options for user-friendliness. `includeTotalsRow` is enabled by default, except for `CSV_DUMP`. Gzip compression is also available.\n"]]