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.
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The Notifications API endpoint URL and a field name have been updated, and it needs to be enabled from the GCP Console.
A new notification type VOICE_OF_MERCHANT_UPDATED has been added to indicate change in voice of merchant status, encompassing both gain and loss, and LOSS_OF_VOICE_OF_MERCHANT is deprecated.
Previously, the LOSS_OF_VOICE_OF_MERCHANT notification type was added to indicate a loss in the voice of merchant status for a location.
Change log
v1.2: 2022-02-07
LOSS_OF_VOICE_OF_MERCHANT
Addition of VOICE_OF_MERCHANT_UPDATED to indicate a change in voice of merchant status. This status will encompass gain or loss of voice of merchant status.
Deprecation of the LOSS_OF_VOICE_OF_MERCHANT notification type.
v1.1: 2021-12-13
LOSS_OF_VOICE_OF_MERCHANT
Addition of the LOSS_OF_VOICE_OF_MERCHANT notification type which indicates whether the location has a loss in voice of merchant status.
v1
API Access
The Notifications API will need to be enabled from the GCP Console. The OAuth scope remains the same.
Endpoint URLs
The Notifications API is accessible at https://mybusinessnotifications.googleapis.com/v1/accounts/{accountId}/notificationSetting instead of https://mybusiness.googleapis.com/v4/accounts/{accountId}/notifications
topicName has been renamed to pubSubTopic. More info
[[["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 2025-08-28 UTC."],[],["The document outlines updates to a Notifications API. Version 1.1 introduced `LOSS_OF_VOICE_OF_MERCHANT` to indicate a loss of voice of merchant status. Version 1.2 deprecated this in favor of `VOICE_OF_MERCHANT_UPDATED`, which signifies any change in voice of merchant status (gain or loss). The API is now enabled via the GCP Console and its endpoint URL has changed. The parameter `topicName` has also been renamed to `pubSubTopic`.\n"]]