You can now create recurring posts through theLocalPosts APIto keep your customers updated automatically. Additionally, you can access review media items and track your review reply status in theReviews APIto better manage customer feedback.
Method: accounts.locations.getGoogleUpdatedStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
Retrieves the Google-updated version of a specified location using a GET request.
Requires providing the location name as a path parameter.
Returns a JSON response containing the updated location data and a diff mask indicating the modified fields.
Needs authorization with specific OAuth scopes likehttps://www.googleapis.com/auth/plus.business.manageorhttps://www.googleapis.com/auth/business.manage.
[[["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 2024-10-16 UTC."],[],["This describes retrieving a Google-updated location using a `GET` request to a specific URL (`https://mybusiness.googleapis.com/v4/{name=accounts/*/locations/*}:googleUpdated`). The `name` path parameter identifies the location. The request body must be empty. A successful response contains a JSON object with the updated location data, including the `location` object and a `diffMask` string that specifies changed fields. Authorization requires either the `plus.business.manage` or `business.manage` OAuth scope.\n"]]