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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 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,["An 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. |"]]