試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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 和/或其關聯企業的註冊商標。
上次更新時間:2026-04-25 (世界標準時間)。
[null,null,["上次更新時間:2026-04-25 (世界標準時間)。"],[],["The report response contains a JSON representation with various fields. It includes `dimensionHeaders` and `metricHeaders` which describe the columns and their order in the report's rows. The `rows` field contains the actual data. Additionally, `totals`, `maximums`, and `minimums` can present aggregated metric values. `rowCount` provides the total rows, independent of pagination. `metadata` offers report details, `propertyQuota` shows quota state, and `kind` specifies the resource type as \"analyticsData#runReport\".\n"]]