피벗에서 측정기준이 정렬되는 방식을 지정합니다. 첫 번째 피벗에서는 OrderBy가 행 및 PivotDimensionHeader 순서를 결정합니다. 이후 피벗에서는 OrderBy가 PivotDimensionHeader 순서만 결정합니다. 이러한 OrderBy에 지정된 측정기준은 Pivot.field_names의 하위 집합이어야 합니다.
[[["이해하기 쉬움","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)"],[[["JSON representation describes the structure for defining the layout and data of a report, including visible dimensions and rows."],["It allows specifying dimension names, ordering, data range, row limits, and metric aggregations for the report output."],["`orderBys` field determines the ordering of dimensions within the report, impacting both row and pivot dimension headers."],["`offset` and `limit` fields control the range of rows returned, with `limit` being a required parameter subject to specific constraints."],["`metricAggregations` enables the aggregation of metrics based on dimensions, providing summarized insights within the report."]]],["The core content defines the structure for visible report dimensions. `fieldNames` specifies dimension names, including \"dateRange\" for date-specific columns. `orderBys` dictates dimension ordering within pivots. `offset` and `limit` control row selection, with `limit` denoting the number of unique dimension combinations. `metricAggregations` allows for metric aggregation by dimensions. The combined `limit` of all pivots in a request must not exceed 250,000.\n"]]