Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
DailyMetric
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eEnums represent various daily performance metrics for a business, including impressions, conversations, direction requests, and website/call clicks.\u003c/p\u003e\n"],["\u003cp\u003eMetrics cover interactions across Google Search and Maps, on both desktop and mobile devices.\u003c/p\u003e\n"],["\u003cp\u003eImpressions are counted uniquely per user per day, regardless of the number of times the business is displayed.\u003c/p\u003e\n"],["\u003cp\u003eThe data includes business-specific actions like bookings, food orders, and menu interactions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDAILY_METRIC_UNKNOWN\u003c/code\u003e serves as a default value for uncategorized or undefined metrics.\u003c/p\u003e\n"]]],["This document details daily business metrics, including impressions on Google Maps and Search across desktop and mobile devices. It tracks engagement actions like message conversations, direction requests, call and website clicks. It also covers booking and food-related interactions such as food orders and menu clicks. Each metric represents a specific user interaction. For impressions, multiple interactions by the same user within a day are counted as one. The enum `DAILY_METRIC_UNKNOWN` represents the default unknown value.\n"],null,["# DailyMetric\n\nRepresents all available daily metrics for a business.\n\n| Enums ||\n|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `DAILY_METRIC_UNKNOWN` | Represents the default unknown value. |\n| `BUSINESS_IMPRESSIONS_DESKTOP_MAPS` | Business impressions on Google Maps on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression. |\n| `BUSINESS_IMPRESSIONS_DESKTOP_SEARCH` | Business impressions on Google Search on Desktop devices. Multiple impressions by a unique user within a single day are counted as a single impression. |\n| `BUSINESS_IMPRESSIONS_MOBILE_MAPS` | Business impressions on Google Maps on Mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. |\n| `BUSINESS_IMPRESSIONS_MOBILE_SEARCH` | Business impressions on Google Search on Mobile devices. Multiple impressions by a unique user within a single day are counted as a single impression. |\n| `BUSINESS_CONVERSATIONS` | The number of message conversations received on the business profile. |\n| `BUSINESS_DIRECTION_REQUESTS` | The number of times a direction request was requested to the business location. |\n| `CALL_CLICKS` | The number of times the business profile call button was clicked. |\n| `WEBSITE_CLICKS` | The number of times the business profile website was clicked. |\n| `BUSINESS_BOOKINGS` | The number of bookings made from the business profile via Reserve with Google. |\n| `BUSINESS_FOOD_ORDERS` | The number of food orders received from the business profile. |\n| `BUSINESS_FOOD_MENU_CLICKS` | The number of clicks to view or interact with the menu content on the business profile. Multiple clicks by a unique user within a single day are counted as 1. |"]]