[[["わかりやすい","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-22 UTC。"],[[["The RunPivotReportResponse provides a pivot report table based on a pivot request, including pivot headers, dimension headers, metric headers, rows, aggregates, metadata, and property quota."],["PivotHeaders summarize the columns and rows formed by pivots in the request, with each pivot generating a corresponding header in the response containing dimension headers."],["PivotDimensionHeaders encapsulate dimension values from a row within a pivot, detailing the values of multiple dimensions."],["The response includes details such as the cardinality of the pivot (rowCount) and the dimension combinations within each PivotHeader (pivotDimensionHeaders)."]]],["The core content details the structure of a pivot report response. This response includes `pivotHeaders`, `dimensionHeaders`, and `metricHeaders` to define the report's layout. The `rows` field contains the report's data. `aggregates` field provides metric aggregations. `metadata` describes the report, and `propertyQuota` details quota usage. `PivotHeader` summarizes columns/rows created by a pivot, composed of `pivotDimensionHeaders`. `PivotDimensionHeader` contains the `dimensionValues` of the pivot dimensions.\n"]]