Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
CategoryView
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]