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: locations.associate

Associates a location to a place ID. Any previous association is overwritten. This operation is only valid if the location is unverified. The association must be valid, that is, it appears in the list of googleLocations.search.

HTTP request

POST https://mybusinessbusinessinformation.googleapis.com/v1/{name=locations/*}:associate

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the location to associate.

Request body

The request body contains data with the following structure:

JSON representation
{
  "placeId": string
}
Fields
placeId

string

The association to establish. If not set, it indicates no match.

Response body

If successful, the response body is empty.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.