[[["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-02-13 UTC."],[[["`ExportFormat` defines the file format for generating reports, available through the `ReportService`."],["Options include `TSV`, `TSV_EXCEL`, `CSV_DUMP`, `XML`, and `XLSX`, each with specific characteristics for data representation."],["`CSV_DUMP` provides raw data for automated processing, with minimal formatting and qualified column headers."],["Other formats cater to spreadsheet software or XML processing, offering varying levels of structure and readability."],["Reports can be downloaded using the `getReportDownloadURL()` method within the `ReportService`, specifying the desired format."]]],["The `ReportService` allows users to generate reports in various file formats. Key actions include utilizing `getReportDownloadURL()` with `ReportDownloadOptions`. Available `ExportFormat` options are `TSV` (tab-separated values), `TSV_EXCEL` (tab-separated values for Excel), `CSV_DUMP` (comma-separated values for machine processing), `XML`, and `XLSX` (Excel spreadsheet). `CSV_DUMP` outputs include qualified column names, network currency in micros, and ISO 8601 formatted dates/datetimes.\n"]]