Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
MetricOption
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
응답에 데이터가 표시되는 방식을 지정하는 옵션입니다.
열거형 |
METRIC_OPTION_UNSPECIFIED |
측정항목 옵션을 지정하지 않았습니다. 요청에서 기본값은 AGGREGATED_TOTAL입니다. |
AGGREGATED_TOTAL |
전체 기간에 걸쳐 집계된 반환 값 기본값입니다. |
AGGREGATED_DAILY |
시간 범위의 타임스탬프가 적용된 일일 값을 반환합니다. |
BREAKDOWN_DAY_OF_WEEK |
값은 요일별로 분류되어 반환됩니다. ACTIONS_PHONE에서만 유효합니다. |
BREAKDOWN_HOUR_OF_DAY |
값은 시간별로 분류되어 반환됩니다. ACTIONS_PHONE에서만 유효합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eThe \u003ccode\u003emetricOption\u003c/code\u003e field controls how data is displayed, with \u003ccode\u003eAGGREGATED_TOTAL\u003c/code\u003e as the default, showing aggregated values for the entire timeframe.\u003c/p\u003e\n"],["\u003cp\u003eDaily or hourly breakdowns are available for phone call actions (\u003ccode\u003eACTIONS_PHONE\u003c/code\u003e) using \u003ccode\u003eAGGREGATED_DAILY\u003c/code\u003e, \u003ccode\u003eBREAKDOWN_DAY_OF_WEEK\u003c/code\u003e, or \u003ccode\u003eBREAKDOWN_HOUR_OF_DAY\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf no \u003ccode\u003emetricOption\u003c/code\u003e is specified (\u003ccode\u003eMETRIC_OPTION_UNSPECIFIED\u003c/code\u003e), it defaults to \u003ccode\u003eAGGREGATED_TOTAL\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# MetricOption\n\nOption to specify how data should be displayed in the response.\n\n| Enums ||\n|-----------------------------|------------------------------------------------------------------------------------------|\n| `METRIC_OPTION_UNSPECIFIED` | No metric option specified. Will default to AGGREGATED_TOTAL in a request. |\n| `AGGREGATED_TOTAL` | Return values aggregated over the entire time frame. This is the default value. |\n| `AGGREGATED_DAILY` | Return daily timestamped values across time range. |\n| `BREAKDOWN_DAY_OF_WEEK` | Values will be returned as a breakdown by day of the week. Only valid for ACTIONS_PHONE. |\n| `BREAKDOWN_HOUR_OF_DAY` | Values will be returned as a breakdown by hour of the day. Only valid for ACTIONS_PHONE. |"]]