I have integrated GMB API in our platform and working with PubSub to get realtime reviews notification.
For which i have already done the following steps:
- Created topic on google PubSub cloud.
- Created its subscription of push type with a valid https url.
- Updated Google Business Account Notification with the topic created in step one with all kind of notification type.
Problem:
- After successfully completing the 3 steps above, Google is still not pushing the reviews data to my server when I go to My Business API and edit the review.
- Can I create a single topic for all users and use a single subscription of application, so when users authorize their My Business API with our platform we just have to link those businesses with that single topic to get their notification?
This is what i get from google's documentation.
Any respond is highly appreciated.
Thank you :)