Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
DailyMetric
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]