Pivot
JSON 表示法 |
{
"fieldNames": [
string
],
"orderBys": [
{
object (OrderBy )
}
],
"offset": string,
"limit": string,
"metricAggregations": [
enum (MetricAggregation )
]
} |
欄位 |
fieldNames[] |
string
報表回應中可見欄位的維度名稱。加入「dateRange」會產生日期範圍欄,對於回應中的每一列,日期範圍欄中的維度值會指出來自要求的對應日期範圍。
|
orderBys[] |
object (OrderBy )
指定維度在樞紐資料表中的排序方式。在第一個 Pivot 中,OrderBy 會決定資料列和 PivotDimensionHeader 的排序;在後續的 Pivot 中,OrderBy 只會決定 PivotDimensionHeader 的排序。這些 OrderBy 中指定的維度必須是 Pivot.field_names 的子集。
|
offset |
string (int64 format)
起始資料列的列數。第一列會計為第 0 列。
|
limit |
string (int64 format)
這個樞紐分析表中傳回的維度值組合數量。limit 為必要參數。單一樞紐要求的 limit 通常為 10,000。 RunPivotReportRequest 中每個 pivot 的 limit 乘積不得超過 250,000。舉例來說,如果每個樞紐中都有 limit:
1000 ,兩個樞紐要求就會失敗,因為產品是 1,000,000 。
|
metricAggregations[] |
enum (MetricAggregation )
使用指定的指標匯總,按維度匯總此資料透視中的指標。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-11-19 (世界標準時間)。
[null,null,["上次更新時間:2024-11-19 (世界標準時間)。"],[[["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."]]],[]]