Für die
Google Business Performance API gibt es eine
NEUE API-Methode, mit der sich mehrere „DailyMetrics“-Objekte in einer einzelnen Anfrage abrufen lassen.
Sehen Sie sich den
Zeitplan für die Einstellung und die Anleitung für die Migration von der reportInsights API-Methode Version 4 zur Google Business Profile Performance API an.
DailyMetric
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]