Google Business Performance API has a
NEW API method that allows fetching multiple `DailyMetrics` in a single API request. Review the
deprecation schedule and instructions to migrate over from v4 reportInsights API method to Google Business Profile Performance API.
CategoryView
Stay organized with collections
Save and categorize content based on your preferences.
An enum to help limit the amount of data returned by the server.
Enums |
CATEGORY_VIEW_UNSPECIFIED |
Not specified, equivalent to CATEGORY_METADATA_ONLY. |
BASIC |
The server response will only include Category fields displayName, categoryId and languageCode. It omits any service type metadata related fields. |
FULL |
Returns all the fields in the response. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThis enum limits the amount of data returned from the server when requesting category information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e returns only basic category information like name, ID, and language, while \u003ccode\u003eFULL\u003c/code\u003e returns all available data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCATEGORY_VIEW_UNSPECIFIED\u003c/code\u003e defaults to minimal data, similar to \u003ccode\u003eBASIC\u003c/code\u003e.\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, categoryId and languageCode. It omits any service type metadata related fields. |\n| `FULL` | Returns all the fields in the response. |"]]