試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
Pivot
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
| JSON 表示法 |
{
"fieldNames": [
string
],
"orderBys": [
{
object (OrderBy)
}
],
"offset": string,
"limit": string,
"metricAggregations": [
enum (MetricAggregation)
]
} |
| 欄位 |
fieldNames[] |
string
報表回應中可見資料欄的維度名稱。包含「dateRange」會產生日期範圍欄在回應中每列的維度值,日期範圍欄中的維度值將會指出要求中對應的日期範圍。
|
orderBys[] |
object (OrderBy)
指定維度在資料透視表中的排序方式。在第一個資料透視中,OrderBys 會決定 Row 和 PivotDimensionsHeader 的順序;後面,OrderBys 只會決定 PivotDimensionsHeader 順序。這些 OrderBys 中指定的維度必須是 Pivot.field_names 的子集。
|
offset |
string (int64 format)
起始資料列的列數。第一列會計為第 0 列。
|
limit |
string (int64 format)
此資料透視表中要傳回的列數。如未指定 limit 參數,則最多會傳回 10,000 列。無論您要求多少列,API 在每個要求最多只能傳回 100,000 列資料。
|
metricAggregations[] |
enum (MetricAggregation)
使用指定指標匯總功能,依據維度匯總指標。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["This defines the structure of visible dimension columns and rows in a report response. Key components include: `fieldNames` for dimension names; `orderBys` to define dimension ordering; `offset` to specify the starting row number; `limit` to control the number of rows returned (up to 10,000 if unspecified, max 100,000 per request); and `metricAggregations` to aggregate metrics by dimensions. It determines the report's visual layout and data organization.\n"]]