Google Business Profile एपीआई में
एपीआई का नया तरीका है. इसकी मदद से, एक ही एपीआई अनुरोध में कई `डेली मेट्रिक` फ़ेच की जा सकती हैं.
सेवा बंद होने का शेड्यूल देखें. साथ ही, v4 reportInsights API वाले तरीके से Google Business Profile की परफ़ॉर्मेंस एपीआई में माइग्रेट करने के बारे में निर्देश देखें.
Notifications
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Cloud Pub/Sub का ऐसा विषय जिसमें जगह की जानकारी को अपडेट करने या नई समीक्षा शामिल करने पर सूचनाएं पब्लिश की जा सकती हैं. हर खाते के लिए, सूचना सेटिंग के लिए सिर्फ़ एक संसाधन उपलब्ध होगा.
JSON के काेड में दिखाना |
{
"name": string,
"topicName": string,
"notificationTypes": [
enum (NotificationType )
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. सूचना देने वाले संसाधन का नाम.
|
topicName |
string
Google Cloud Pub/Sub विषय, जिसे इस खाते से मैनेज की जाने वाली जगहों की जानकारी में बदलाव होने पर सूचनाएं मिलेंगी. अगर यह नीति सेट नहीं है, तो कोई सूचना पोस्ट नहीं की जाएगी. mybusiness-api-pubsub@system.gserviceaccount.com खाते के पास Cloud Pub/Sub विषय पर कम से कम, पब्लिश करने की अनुमतियां होनी चाहिए.
|
notificationTypes[] |
enum (NotificationType )
Cloud Pub/Sub विषय पर भेजी जाने वाली सूचनाओं के टाइप. कम से कम एक के बारे में बताना ज़रूरी है. सूचनाएं पूरी तरह से पाना बंद करने के लिए, accounts.deleteNotifications का इस्तेमाल करें.
|
NotificationType
क्लाउड Pub/Sub विषय को भेजी गई सूचना का टाइप.
Enums |
NOTIFICATION_TYPE_UNSPECIFIED |
सूचना का कोई टाइप नहीं है. किसी भी सूचना से मेल नहीं खाएगा. |
GOOGLE_UPDATE |
स्थान में समीक्षा के लिए Google अपडेट मौजूद हैं. सूचना में locationName फ़ील्ड पर Google अपडेट के साथ स्थान के संसाधन का नाम दिया जाएगा. |
NEW_REVIEW |
स्थान में एक नई समीक्षा जोड़ दी गई है. सूचना में जाकर,reviewName फ़ील्ड में, जोड़ी गई समीक्षा के संसाधन का नाम दिखेगा. साथ ही, locationName में जगह के संसाधन का नाम दिखेगा. |
UPDATED_REVIEW |
जगह की समीक्षा अपडेट कर दी गई है. सूचना में जाकर,reviewName फ़ील्ड में, जोड़ी गई समीक्षा के संसाधन का नाम दिखेगा. साथ ही, locationName में जगह के संसाधन का नाम दिखेगा. |
NEW_CUSTOMER_MEDIA |
Google Maps के किसी उपयोगकर्ता ने उस जगह की जानकारी में एक नया मीडिया आइटम जोड़ा है. इस सूचना में, नए मीडिया आइटम के संसाधन का नाम बताया जाएगा. |
NEW_QUESTION |
जगह की जानकारी में एक नया सवाल जोड़ा गया है. इस सूचना में, सवाल के संसाधन का नाम बताया जाएगा. |
UPDATED_QUESTION |
जगह से जुड़ा सवाल अपडेट किया गया है. इस सूचना में, सवाल के संसाधन का नाम बताया जाएगा. |
NEW_ANSWER |
जगह की जानकारी में एक नया जवाब जोड़ा गया है. इस सूचना में, सवाल और जवाब के संसाधन का नाम बताया जाएगा. |
UPDATED_ANSWER |
जगह की जानकारी अपडेट कर दी गई है. इस सूचना में, सवाल और जवाब के संसाधन का नाम बताया जाएगा. |
UPDATED_LOCATION_STATE |
जगह की LocationState अपडेट की गई. सूचना में अपडेट किए गए LocationState फ़ील्ड का फ़ील्ड मास्क शामिल होगा. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGoogle Cloud Pub/Sub topic allows business accounts to receive notifications about location updates and new reviews.\u003c/p\u003e\n"],["\u003cp\u003eEach account has a single notification settings resource which can be configured to receive different types of notifications.\u003c/p\u003e\n"],["\u003cp\u003eNotifications can be triggered by various events including Google updates, new/updated reviews, customer media, questions, answers, and location state changes.\u003c/p\u003e\n"],["\u003cp\u003eTo receive notifications, the 'mybusiness-api-pubsub@system.gserviceaccount.com' must have publish permissions on the specified Cloud Pub/Sub topic.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can stop receiving notifications completely using the \u003ccode\u003eaccounts.deleteNotifications\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["# Notifications\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [NotificationType](#NotificationType)\n\nA Google Cloud Pub/Sub topic where notifications can be published when a location is updated or has a new review. There will be only one notification settings resource per-account.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"topicName\": string, \"notificationTypes\": [ enum (/my-business/reference/rest/v4/Notifications#NotificationType) ] } ``` |\n\n| Fields ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The notifications resource name. |\n| `topicName` | `string` The Google Cloud Pub/Sub topic that will receive notifications when locations managed by this account are updated. If unset, no notifications will be posted. The account [mybusiness-api-pubsub@system.gserviceaccount.com](mailto:mybusiness-api-pubsub@system.gserviceaccount.com) must have at least Publish permissions on the Cloud Pub/Sub topic. |\n| `notificationTypes[]` | `enum (`[NotificationType](/my-business/reference/rest/v4/Notifications#NotificationType)`)` The types of notifications that will be sent to the Cloud Pub/Sub topic. At least one must be specified. To stop receiving notifications entirely, use [accounts.deleteNotifications](/my-business/reference/rest/v4/accounts/deleteNotifications#google.mybusiness.v4.Accounts.DeleteNotifications). |\n\nNotificationType\n----------------\n\nType of notification sent to the Cloud Pub/Sub topic.\n\n| Enums ||\n|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `NOTIFICATION_TYPE_UNSPECIFIED` | No notification type. Will not match any notifications. |\n| `GOOGLE_UPDATE` | The location has Google updates for review. The locationName field on the notification will provide the resource name of the location with Google updates. |\n| `NEW_REVIEW` | A new review has been added to the location. The reviewName field on the notification will provide the resource name of the review that was added, and locationName will have the location's resource name. |\n| `UPDATED_REVIEW` | A review on the location has been updated. The reviewName field on the notification will provide the resource name of the review that was added, and locationName will have the location's resource name. |\n| `NEW_CUSTOMER_MEDIA` | A new media item has been added to the location by a Google Maps user. The notification will provide the resource name of the new media item. |\n| `NEW_QUESTION` | A new question is added to the location. The notification will provide the resource name of question. |\n| `UPDATED_QUESTION` | A question of the location is updated. The notification will provide the resource name of question. |\n| `NEW_ANSWER` | A new answer is added to the location. The notification will provide the resource name of question and answer. |\n| `UPDATED_ANSWER` | An answer of the location is updated. The notification will provide the resource name of question and answer. |\n| `UPDATED_LOCATION_STATE` | The LocationState of the Location was updated. The Notification will contain the field mask of the updated LocationState fields. |"]]