Pivot
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מתאר את העמודות והשורות של המאפיינים הגלויים בתגובת הדוח.
ייצוג JSON |
{
"fieldNames": [
string
],
"orderBys": [
{
object (OrderBy )
}
],
"offset": string,
"limit": string,
"metricAggregations": [
enum (MetricAggregation )
]
} |
שדות |
fieldNames[] |
string
שמות המאפיינים לעמודות הגלויות בתגובת הדוח. כולל 'dateRange' יוצרת עמודה של טווח תאריכים. בכל שורה בתשובה, ערכי המאפיינים בעמודת טווח התאריכים יציינו את טווח התאריכים התואם של הבקשה.
|
orderBys[] |
object (OrderBy )
מציינת את הסדר של המאפיינים בציר. ב-Pivot הראשון, ערכי ה-OrderBys קובעים את סדר השורות ו-PivotTopicsHeader; בצירים הבאים, סדר ה-OrderBys קובע רק את הסדר של PivotdimensionHeader. המאפיינים שמצוינים ב-OrderBys האלה חייבים להיות קבוצת משנה של Pivot.field_names.
|
offset |
string (int64 format)
מספר השורות בשורת ההתחלה. השורה הראשונה נספרת כשורה 0.
|
limit |
string (int64 format)
מספר השילובים הייחודיים של ערכי מאפיינים שיש להחזיר בציר הזה. הפרמטר limit הוא חובה. הערך limit של 10,000 נפוץ לבקשות צירים בודדות. המכפלה של limit לכל pivot ב-RunPivotReportRequest לא יכולה לחרוג מ-250,000. לדוגמה, בקשה של שני צירים עם limit:
1000 בכל ציר תיכשל כי המוצר הוא 1,000,000 .
|
metricAggregations[] |
enum (MetricAggregation )
צבירת המדדים לפי מאפיינים בציר הזה, באמצעות צבירת המדדים שצוינו.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-08 (שעון 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-09-08 (שעון 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."]]],[]]