रिपोर्ट के रिस्पॉन्स में दिखने वाले कॉलम के डाइमेंशन के नाम. "dateRange" शामिल करने पर, तारीख की सीमा वाला कॉलम बनता है. रिस्पॉन्स की हर लाइन के लिए, तारीख की सीमा वाले कॉलम में डाइमेंशन वैल्यू, अनुरोध से जुड़ी तारीख की सीमा दिखाएगी.
यह बताता है कि पिवट में डाइमेंशन किस क्रम में होते हैं. पहले पिवट में, OrderBys, लाइन और PivotDimensionHeader का क्रम तय करते हैं. इसके बाद के पिवट में, OrderBys सिर्फ़ PivotDimensionHeader का क्रम तय करते हैं. इन OrderBy में बताए गए डाइमेंशन, Pivot.field_names का सबसेट होने चाहिए.
इस पिवट में डाइमेंशन वैल्यू के यूनीक कॉम्बिनेशन की संख्या. limit पैरामीटर ज़रूरी है. एक पिवट अनुरोध के लिए, limit की वैल्यू 10,000 होती है.
RunPivotReportRequest में हर pivot के लिए limit का गुणक 2,50,000 से ज़्यादा नहीं होना चाहिए. उदाहरण के लिए, हर पिवट में limit:
1000 वाला दो पिवट अनुरोध पूरा नहीं होगा, क्योंकि प्रॉडक्ट 1,000,000 है.
[[["समझने में आसान है","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"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eJSON representation describes the structure for defining the layout and data of a report, including visible dimensions and rows.\u003c/p\u003e\n"],["\u003cp\u003eIt allows specifying dimension names, ordering, data range, row limits, and metric aggregations for the report output.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eorderBys\u003c/code\u003e field determines the ordering of dimensions within the report, impacting both row and pivot dimension headers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eoffset\u003c/code\u003e and \u003ccode\u003elimit\u003c/code\u003e fields control the range of rows returned, with \u003ccode\u003elimit\u003c/code\u003e being a required parameter subject to specific constraints.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emetricAggregations\u003c/code\u003e enables the aggregation of metrics based on dimensions, providing summarized insights within the report.\u003c/p\u003e\n"]]],["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"],null,[]]