Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [google-my-business]

The tag has no usage guidance.

google-my-business
0 votes
0 answers
17 views

Mapping between Google Place API business type and Google MyBusiness Profile business category

Is there a way to find the mapping between the Place API business type and the business category as shown on the MyBusiness Profile? Trying to filter on a certain business type (restaurants) using the ...
Werner Huijboom's user avatar
1 vote
0 answers
27 views

Can the Google My Business API still be used at this time?

Currently I want to integrate Google My Business in my CRM application, is that possible? because I understand that the business communication API library and the Business message library no longer ...
ibnu malik's user avatar
0 votes
0 answers
13 views

Get maps to recognize my brand as a franchise with multiple locations

If I search for "Chick-fil-a" on google maps, the pop up list gives me "see locations" option with the company logo. If you click on that option, maps will zoom out and show all ...
Nichole Daher's user avatar
1 vote
0 answers
30 views

Google My Business Profile PubSub message listerner is getting message after long delay (hours)

const projectId = 'project-id' const pubSubClient = new PubSub({ projectId }); const subscriptionNameOrId = "subscription-id"; async function pubsubReview() { try { const [subs] = ...
Sehej Wahla's user avatar
-1 votes
1 answer
40 views

How to add StructuredServiceItem in Google my business location using java?

Introduction: If you know what is Business Profile on Google so please skip introduction part. As I have received notification for this question that this question needs more clarifications, I can ...
Shila Mosammami's user avatar
1 vote
1 answer
61 views

Why locations.getGoogleUpdated API respond is always 404

I am trying to read what has changed in my location while I have received GOOGLE_UPDATE notification from Google Business Profile API. The documentation is found here: locations.getGoogleUpdated The ...
Shila Mosammami's user avatar
0 votes
0 answers
191 views

is Web hook for google review?

i want my application allows the client (company) to receive, reply of multiple locations of my application's client. The app also allow client to receive and reply to their customers message through ...
Thiên Lực Lê's user avatar
1 vote
2 answers
84 views

verificationTokens.generate method for Google Business Profiles throws 404

Calling POST method on https://mybusinessverifications.googleapis.com/v1/verificationTokens:generate with correct Location object in request body gets me: Client error: POST https://...
dusoft's user avatar
  • 11.4k
0 votes
1 answer
186 views

What is the maven dependency for Google My Business V4 API in order to read reviews?

Using this documentation accounts.locations.reviews.get I am trying to read the specific review in JAVA 18, The problem is that I do not find the Maven Dependency for this Old API that is not ...
Shila Mosammami's user avatar
0 votes
1 answer
127 views

Google My Business API Access - Admin or owner?

following this example, I wanted to make a request to the API. I get this result: { "accounts": [ { "vettedState": "NOT_VETTED", "type": "PERSONAL", "name": "accounts/...
user998163's user avatar
0 votes
0 answers
160 views

How much delay has the Google Business Performance API to return the info fetchMultiDailyMetricsTimeSeries

I am having problems by the Google Business Performance API being late for more than 5 days to return the insights of my locations ( documentation here: Google Business Performance ). This was the ...
Shila Mosammami's user avatar
0 votes
0 answers
62 views

Google Apps Script simple function that gets a Performance number parameter from Google Business Places and puts that in a Google Sheet

I'm trying to make a script Using Google Apps Script is a simple function that gets a Performance number parameter from Google Business Places and puts that in a Google Sheet. code: function ...
Amr Zhwh's user avatar
0 votes
1 answer
135 views

My Business API: "Provided service type ID is not among those supported by the business's categories."

I am trying to patch a location with some new service types and I am using validateOnly set to true. But the response I am getting is: "Provided service type ID is not among those supported by ...
dusoft's user avatar
  • 11.4k
0 votes
1 answer
847 views

List all locations from a single account in Google my business API

My requirement is I'm trying to get all the reviews from all the locations of an account. So first I'm trying to list all the locations in an account using: https://mybusinessbusinessinformation....
Nagesh Singh Chauhan's user avatar
0 votes
1 answer
126 views

Is there a limitation on primary Category of a location in Google My Business (PlaceActionLinks) for creating Place Action Links?

I am trying to create an "APPOINTMENT" action type link for the location we manage, following this link and I have this error { "code" : 400, "details" : [ { &...
Shila Mosammami's user avatar

15 30 50 per page