Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
CategoryView
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eThe \u003ccode\u003eCategoryView\u003c/code\u003e enum controls the amount of category data returned by the server to improve efficiency.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e view provides minimal data like display name, ID, and language, omitting service details.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL\u003c/code\u003e view returns all available category data fields.\u003c/p\u003e\n"],["\u003cp\u003eUsing \u003ccode\u003eCATEGORY_VIEW_UNSPECIFIED\u003c/code\u003e defaults to \u003ccode\u003eCATEGORY_METADATA_ONLY\u003c/code\u003e, providing basic category information.\u003c/p\u003e\n"]]],[],null,["# CategoryView\n\nAn enum to help limit the amount of data returned by the server.\n\n| Enums ||\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CATEGORY_VIEW_UNSPECIFIED` | Not specified, equivalent to CATEGORY_METADATA_ONLY. |\n| `BASIC` | The server response will only include Category fields displayName, category_id and languageCode. It omits any service type metadata related fields. |\n| `FULL` | Returns all the fields in the response. |"]]