DailyMetric
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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. |"]]