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.placeActionLinks.create

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

Creates a place action link associated with the specified location, and returns it. The request is considered duplicate if the parent, placeActionLink.uri and placeActionLink.place_action_type are the same as a previous request.

HTTP request

POST https://mybusinessplaceactions.googleapis.com/v1/{parent=locations/*}/placeActionLinks

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the location where to create this place action link. locations/{locationId}.

Request body

The request body contains an instance of PlaceActionLink.

Response body

If successful, the response body contains a newly created instance of PlaceActionLink.

Authorization Scopes

Requires the following OAuth scope:

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

For more information, see the OAuth 2.0 Overview.