Pivot
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिपोर्ट के जवाब में दिखने वाले डाइमेंशन कॉलम और लाइनों के बारे में बताता है.
JSON के काेड में दिखाना |
{
"fieldNames": [
string
],
"orderBys": [
{
object (OrderBy )
}
],
"offset": string,
"limit": string,
"metricAggregations": [
enum (MetricAggregation )
]
} |
फ़ील्ड |
fieldNames[] |
string
रिपोर्ट के रिस्पॉन्स में दिखने वाले कॉलम के डाइमेंशन के नाम. "dateRange" शामिल करने पर, तारीख की सीमा वाला कॉलम बनता है. रिस्पॉन्स की हर लाइन के लिए, तारीख की सीमा वाले कॉलम में डाइमेंशन वैल्यू, अनुरोध से जुड़ी तारीख की सीमा दिखाएगी.
|
orderBys[] |
object (OrderBy )
यह बताता है कि पिवट में डाइमेंशन किस क्रम में होते हैं. पहले पिवट में, OrderBys, लाइन और PivotDimensionHeader का क्रम तय करते हैं. इसके बाद के पिवट में, OrderBys सिर्फ़ PivotDimensionHeader का क्रम तय करते हैं. इन OrderBy में बताए गए डाइमेंशन, Pivot.field_names का सबसेट होने चाहिए.
|
offset |
string (int64 format)
शुरुआती पंक्ति की पंक्ति की संख्या. पहली पंक्ति को पंक्ति 0 माना जाता है.
|
limit |
string (int64 format)
इस पिवट में डाइमेंशन वैल्यू के यूनीक कॉम्बिनेशन की संख्या. limit पैरामीटर ज़रूरी है. एक पिवट अनुरोध के लिए, limit की वैल्यू 10,000 होती है. RunPivotReportRequest में हर pivot के लिए limit का गुणक 2,50,000 से ज़्यादा नहीं होना चाहिए. उदाहरण के लिए, हर पिवट में limit:
1000 वाला दो पिवट अनुरोध पूरा नहीं होगा, क्योंकि प्रॉडक्ट 1,000,000 है.
|
metricAggregations[] |
enum (MetricAggregation )
तय किए गए metricAggregations का इस्तेमाल करके, इस पिवट में डाइमेंशन के हिसाब से मेट्रिक को एग्रीगेट करें.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-22 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","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."]]],[]]