أسماء السمات للأعمدة المرئية في استجابة التقرير يؤدي تضمين "dateRange" إلى إنشاء عمود نطاق زمني. في كل صف في الاستجابة، ستشير قيم السمات في عمود النطاق الزمني إلى النطاق الزمني المقابل من الطلب.
تحدِّد كيفية ترتيب السمات في الجدول المحوري. في الجدول المحوري الأول، تحدِّد OrderBys ترتيب Row وPivotDimensionHeader. وفي الجداول المحورية اللاحقة، تحدِّد OrderBys ترتيب PivotDimensionHeader فقط. يجب أن تكون السمات المحدّدة في OrderBys هذه مجموعة فرعية من Pivot.field_names.
عدد التركيبات الفريدة لقيم السمات المطلوب عرضها في جدول Pivot هذا. المَعلمة limit مطلوبة. إنّ قيمة limit التي تبلغ 10,000 هي شائعة لطلبات محور واحد.
يجب ألا يتجاوز حاصل ضرب limit لكل pivot في RunPivotReportRequest 250,000. على سبيل المثال، سيتعذّر تنفيذ طلب جدولَين محوريَّين يتضمّنان limit:
1000 في كل جدول محوري لأنّ المنتج 1,000,000.
تاريخ التعديل الأخير: 2024-11-22 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]