Pivot
보고서 응답에서 표시되는 측정기준 열 및 행을 설명합니다.
JSON 표현 |
{
"fieldNames": [
string
],
"orderBys": [
{
object (OrderBy )
}
],
"offset": string,
"limit": string,
"metricAggregations": [
enum (MetricAggregation )
]
} |
필드 |
fieldNames[] |
string
보고서 응답에 표시되는 열의 측정기준 이름입니다. 'dateRange' 포함 날짜 범위 열을 생성합니다. 기간 열의 측정기준 값은 요청의 해당 기간을 나타냅니다.
|
orderBys[] |
object (OrderBy )
피벗에서 크기가 정렬되는 방식을 지정합니다. 첫 번째 피벗에서 OrderBys는 Row 및 PivotDimensionHeader 순서를 결정합니다. 후속 피벗에서 OrderBys는 PivotDimensionHeader 순서만 결정합니다. 이 OrderBys에 지정된 측정기준은 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 )
지정된 metricAggregations를 사용하여 이 피벗의 측정기준별로 측정항목을 집계합니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-08(UTC)
[null,null,["최종 업데이트: 2024-09-08(UTC)"],[[["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."]]],[]]