Tên phương diện cho các cột hiển thị trong phản hồi báo cáo. Việc thêm "dateRange" sẽ tạo ra một cột phạm vi ngày; đối với mỗi hàng trong phản hồi, các giá trị phương diện trong cột phạm vi ngày sẽ cho biết phạm vi ngày tương ứng từ yêu cầu.
Chỉ định cách sắp xếp các phương diện trong dữ liệu tổng hợp. Trong Pivot đầu tiên, OrderBy xác định thứ tự của Hàng và PivotDimensionHeader; trong các Pivot tiếp theo, OrderBy chỉ xác định thứ tự của PivotDimensionHeader. Các phương diện được chỉ định trong các OrderBy này phải là một tập hợp con của Pivot.field_names.
Số lượng tổ hợp giá trị phương diện riêng biệt sẽ trả về trong bảng tổng hợp này. Tham số limit là bắt buộc. limit là 10.000 là thông số phổ biến cho các yêu cầu trục đơn.
Tích của limit cho mỗi pivot trong RunPivotReportRequest không được vượt quá 250.000. Ví dụ: yêu cầu hai bảng tổng hợp có limit:
1000 trong mỗi bảng tổng hợp sẽ không thành công vì sản phẩm là 1,000,000.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]