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: accounts.locations.localPosts.patch

Updates the specified local post and returns the updated local post.

HTTP request

PATCH https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*/localPosts/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The name of the local post to update.

Query parameters

Parameters
updateMask

string (FieldMask format)

The specific fields to update. You must specify each field that is being updated in the mask.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of LocalPost.

Response body

If successful, the response body contains an instance of LocalPost.

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.