RunReportResponse
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
טבלת דוח התשובה שתואם לבקשה.
ייצוג ב-JSON |
{
"dimensionHeaders": [
{
object (DimensionHeader )
}
],
"metricHeaders": [
{
object (MetricHeader )
}
],
"rows": [
{
object (Row )
}
],
"totals": [
{
object (Row )
}
],
"maximums": [
{
object (Row )
}
],
"minimums": [
{
object (Row )
}
],
"rowCount": integer,
"metadata": {
object (ResponseMetaData )
},
"propertyQuota": {
object (PropertyQuota )
},
"kind": string
} |
שדות |
rows[] |
object (Row )
שורות של שילובים של ערכי מאפיינים וערכי מדדים בדוח.
|
totals[] |
object (Row )
אם יתבקש, הסכומים הכוללים של המדדים.
|
maximums[] |
object (Row )
אם יתבקש, הערכים המקסימליים של המדדים.
|
minimums[] |
object (Row )
אם יתבקש, הערכים המינימליים של המדדים.
|
rowCount |
integer
המספר הכולל של השורות בתוצאת השאילתה. הערך של rowCount לא תלוי במספר השורות שמוחזרות בתגובה, בפרמטר הבקשה limit ובפרמטר הבקשה offset . לדוגמה, אם שאילתה מחזירה 175 שורות וכוללת limit של 50 בבקשת ה-API, התגובה תכלול rowCount של 175 אבל רק 50 שורות. מידע נוסף על הפרמטר הזה של חלוקה לדפים זמין במאמר חלוקה לדפים.
|
metadata |
object (ResponseMetaData )
מטא-נתונים של הדוח.
|
propertyQuota |
object (PropertyQuota )
מצב המכסה של נכס Google Analytics הזה, כולל הבקשה הזו.
|
kind |
string
מזהה את סוג המשאב של ההודעה הזו. הערך של kind הוא תמיד המחרוזת הקבועה analyticsData#runReport. שימושי להבדיל בין סוגי התשובות ב-JSON.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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)."],[[["The JSON response for a report request includes dimension and metric headers, rows of data, and optional totals, maximums, and minimums."],["The response also provides metadata, property quota information, and the total row count, which may exceed the number of rows returned due to pagination."],["`dimensionHeaders` and `metricHeaders` describe the columns, while `rows` contain the actual data values for each dimension-metric combination."],["`rowCount` represents the total rows in the query result, independent of pagination limits, and `metadata` offers additional context about the report."]]],[]]