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.

Method: categories.batchGet

Stay organized with collections Save and categorize content based on your preferences.

Returns a list of business categories for the provided language and GConcept ids.

HTTP request

GET https://mybusiness.googleapis.com/v4/categories:batchGet

The URL uses gRPC Transcoding syntax.

Query parameters

Parameters
languageCode

string

Required. The BCP 47 code of language that the category names should be returned in.

categoryIds[]

string

Required. At least one name must be set. The GConcept ids the localized category names should be returned for.

regionCode

string

Optional. The ISO 3166-1 alpha-2 country code used to infer non-standard language.

view

enum (CategoryView)

Required. Specifies which parts to the Category resource should be returned in the response.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Response message for BusinessCategories.BatchGetBusinessCategories.

JSON representation
{
  "categories": [
    {
      object (Category)
    }
  ]
}
Fields
categories[]

object (Category)

Categories that match the GConcept ids provided in the request. They will not come in the same order as category ids in the request.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/plus.business.manage
  • https://www.googleapis.com/auth/business.manage

For more information, see the OAuth 2.0 Overview.