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 列,且 API 要求中包含 limit 50,回應就會包含 rowCount 175,但只有 50 列。 如要進一步瞭解這個分頁參數,請參閱「分頁」。
|
metadata |
object (ResponseMetaData )
報表的中繼資料。
|
propertyQuota |
object (PropertyQuota )
這項 Google Analytics 資源的配額狀態,包括這項要求。
|
kind |
string
表示訊息的資源類型。這個 kind 一律為固定字串「analyticsData#runReport」。可用於區分 JSON 中的回應類型。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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 (世界標準時間)。"],[[["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."]]],[]]