Interfejs
Google Business Performance API udostępnia
NOWĄ metodę interfejsu API, która umożliwia pobieranie wielu parametrów „DailyMetrics” w jednym żądaniu API.
Zapoznaj się z
harmonogramem wycofywania i instrukcjami, jak przejść z metody raportu API w wersji 4 na interfejs Google Business Profile Performance API.
DailyMetric
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]