Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Comparison
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
개별 비교를 정의합니다. 대부분의 요청에는 여러 비교가 포함되므로 보고서에서 비교 간에 비교합니다.
| JSON 표현 |
{
"name": string,
// Union field one_comparison can be only one of the following:
"dimensionFilter": {
object (FilterExpression)
},
"comparison": string
// End of list of possible types for union field one_comparison.
} |
| 필드 |
name |
string
각 비교는 응답에 별도의 행을 생성합니다. 응답에서 이 비교는 이 이름으로 식별됩니다. 이름을 지정하지 않으면 저장된 비교 표시 이름이 사용됩니다.
|
통합 필드 one_comparison. 비교 값 one_comparison의 한 종류는 다음 중 하나여야 합니다. |
dimensionFilter |
object (FilterExpression)
기본적인 비교입니다.
|
comparison |
string
비교의 리소스 이름으로 식별되는 저장된 비교입니다. 예: 'comparisons/1234'
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-04-24(UTC)
[null,null,["최종 업데이트: 2026-04-24(UTC)"],[],["The content defines a comparison structure for reporting. Each comparison has a `name` for identification in the response. A comparison can be defined in one of two ways: by a `dimensionFilter` object, which specifies a basic filter criteria; or by referencing a pre-existing saved `comparison` via its resource name. Multiple comparisons are used together to create a report, each comparison generating separate rows in the output.\n"]]