[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-20 (世界標準時間)。"],[[["Data is structured in rows, each containing dimension values and metric values."],["Dimension values represent categorical data like eventName or countryId, stored as strings."],["Metric values represent quantitative data like eventCount, also stored as strings, with their type specified in the MetricHeader."],["Rows align with requested dimensions and metrics defined in the RunReportRequest."],["PivotReports only include dimension values for pivoted dimensions."]]],["The content outlines the structure of report data, specifically `DimensionValue` and `MetricValue`. Report rows contain lists of `dimensionValues` and `metricValues`. `DimensionValue` represents a dimension's value (e.g., \"in_app_purchase\"), and `MetricValue` represents a metric's value (e.g., \"15\"). Both `DimensionValue` and `MetricValue` have a single field, `value`, which is a string. A JSON representation of a row shows the association between dimensions and metrics.\n"]]