Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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 계열사의 등록 상표입니다.
최종 업데이트: 2026-04-24(UTC)
[null,null,["최종 업데이트: 2026-04-24(UTC)"],[],["The core content defines the structure for visible report dimensions. `fieldNames` specifies dimension names, including \"dateRange\" for date-specific columns. `orderBys` dictates dimension ordering within pivots. `offset` and `limit` control row selection, with `limit` denoting the number of unique dimension combinations. `metricAggregations` allows for metric aggregation by dimensions. The combined `limit` of all pivots in a request must not exceed 250,000.\n"]]