Google Business Profile APIs

247 views Asked by At

Can I track suggested changes to my profile from random users?

I want to update my profile only via my application or google business dashboard.

If any suggestion will be created via random user (for example NAME change) I want to display this information in mine application. Then decline/accept this change.

Is possible to LIST of changes suggested by users?

Example: I created profile with name 'FOOTBALL'. Then user suggests change in google to 'BASKETBALL'. I want to show this suggestion to profile owner. Is is possible? How I can track those changes?

1

There are 1 answers

2
vpgcloud On

The getGoogleUpdated method returns an instance of a location showing the proposed changes that Google has already accepted. For pending changes, there is only a field mask right now.

Link to reference: https://developers.google.com/my-business/reference/businessinformation/rest/v1/locations/getGoogleUpdated