Questions tagged [google-business-profile-api]
29 questions
3
votes
1 answer
Business Profile Performance: values are differente than GBP App
I have a gap in values between the one returned by Google Business Profile Performance API and the one in Google Business Profile application.
For example, on 14th July 2022, Google Business Profile Performance API give me a value to 28 for the…

Nowis
- 392
- 3
- 16
2
votes
1 answer
Fetch reviews using GMB API with Python
I'm trying to fetch reviews with the Google My Business API using Python, but since I'm new at this, I'm facing some problems I don't understand very well.
I created a service in order to use the my business api, and used the reviews method :
…

Sandra
- 21
- 1
2
votes
2 answers
How to set multiple metrics for setDailyMetric method while sending request to Business Profile Performance API?
Following this link getDailyMetricsTimeSeries, I wanna have all the metrics in one request, since I have many locations for every client, it does not seem to be professional if I send one separate request for every single metric.
before in Google My…

Shila Mosammami
- 999
- 6
- 20
2
votes
2 answers
Find LocationId using api for Google My Business API
I'm trying to use this API to get all Google business reviews
https://mybusiness.googleapis.com/v4/accounts/{accountId}/locations/{locationId}/reviews
But here I need accountId and locationId. I want to make use of api to get both these values.
I…

Arsene Wenger
- 587
- 4
- 21
2
votes
0 answers
Error: 'Method Not Found' in Google my business API get all reviews endpoint
I am building an application that enables the user to reply to a review from google search & google maps, collectively to google business.
I have created a GCP project and followed all the steps given in the documentation. As of October 2022, there…

Siddhrajsinh Gohil
- 63
- 6
1
vote
0 answers
Google Business Profile Performance API PERMISSION_DENIED
I'm currently working on migrating from the Google My business V4.9 to the Business Profile Performance API .
For number of credentials the changes are working as expected but for others, there is a problem with making the request as I'm getting…

Asa'd Mahajna
- 21
- 2
1
vote
0 answers
How to get the metrics value in Google Business Profile Performance
I was using Google My business V4.9, I used to do
for (LocationMetrics locationMetrics : reportInsights.getLocationMetrics()) {
List metricValue =…

Asa'd Mahajna
- 21
- 2
1
vote
1 answer
Google Business review fetch API response 200 Status But Empty JSON Response
I'm using the Google My Business API in our project to fetch google review. The javascript script iterates over the list of locations and fetches review for each location. I know the code works because the majority of the locations return review…

Vishal patel
- 41
- 6
0
votes
1 answer
Google Business Profile APIs
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…

OSNam
- 16
- 1
0
votes
0 answers
Bulk product upload in Google Business Profile
I have 1000 products in a csv file.
Is there any way to upload this in bulk to Google Business Profile for my site?
I tried connecting with my Google Merchant Center account and activating Google Free Product Listing program and it didn't…

Jia
- 1
- 1
0
votes
0 answers
How can I send non-image attachments (e.g., PDF, videos, documents) using Google Business Messages API?
I'm currently integrating the Google Business Messages API into my application and I'm facing challenges when it comes to sending non-image attachments such as PDF files, videos, and other file types. I've extensively searched through the official…
0
votes
0 answers
Insufficient permission while replying to business review through api
I have a google account where there are 2 accounts (i.e PERSONAL & LOCATION GROUP).
In account of type LOCATION GROUP there are multiple location. accounts information
I can fetch the locations through the api.
I can fetch the reviews through the…
0
votes
0 answers
Is there a way to access google business profile api for your own account without oauth2 verification? I just don't seem to find it online
I am trying to create automation for my business using "Business profile APIs" but I can't use oauth2 verification. Is there a way to let's say get your business reviews without authentication? I don't seem to be able to figure it out. Thanks in…

Utsab Subedi
- 1
- 2
0
votes
1 answer
Is it possible to link and transfer Business Profile Insights data to BigQuery?
In Google Business Profile you are able to download a CSV of Insights data for a chosen date range. Is it possible to link and transfer this data to Big Query, similar to linking GA4 data to BigQuery?
I have tried looking for a way to link Business…

b_sik
- 3
- 2
0
votes
1 answer
Google Business Profile API - Pub/Sub Notification - Review reply
I've implemented a Pub/Sub subscription to get notified when a new review is published on Google Business Profile. I have followed this documentation.
When a new review is published, I'm getting a NEW_REVIEW notification. When a review is updated,…

Nowis
- 392
- 3
- 16