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
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."],[[["This enum limits the amount of data returned from the server when requesting category information."],["`BASIC` returns only basic category information like name, ID, and language, while `FULL` returns all available data."],["`CATEGORY_VIEW_UNSPECIFIED` defaults to minimal data, similar to `BASIC`."]]],[]]