Für die
Google Business Performance API gibt es eine
NEUE API-Methode, mit der sich mehrere „DailyMetrics“-Objekte in einer einzelnen Anfrage abrufen lassen.
Sehen Sie sich den
Zeitplan für die Einstellung und die Anleitung für die Migration von der reportInsights API-Methode Version 4 zur Google Business Profile Performance API an.
Notifications
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ein Google Cloud Pub/Sub-Thema, in dem Benachrichtigungen veröffentlicht werden können, wenn ein Standort aktualisiert wird oder eine neue Überprüfung hat. Es gibt nur eine Ressource für Benachrichtigungseinstellungen pro Konto.
JSON-Darstellung |
{
"name": string,
"topicName": string,
"notificationTypes": [
enum (NotificationType )
]
} |
Felder |
name |
string
Nur Ausgabe. Der Name der Benachrichtigungsressource.
|
topicName |
string
Das Google Cloud Pub/Sub-Thema, das Benachrichtigungen erhält, wenn über dieses Konto verwaltete Standorte aktualisiert werden. Wenn die Richtlinie nicht konfiguriert ist, werden keine Benachrichtigungen gepostet. Das Konto mybusiness-api-pubsub@system.gserviceaccount.com muss mindestens Veröffentlichungsberechtigungen für das Cloud Pub/Sub-Thema haben.
|
notificationTypes[] |
enum (NotificationType )
Die Benachrichtigungstypen, die an das Cloud Pub/Sub-Thema gesendet werden. Es muss mindestens ein Wert angegeben werden. Wenn Sie keine Benachrichtigungen mehr erhalten möchten, verwenden Sie accounts.deleteNotifications .
|
NotificationType
Benachrichtigungstyp, der an das Cloud Pub/Sub-Thema gesendet wurde.
Enums |
NOTIFICATION_TYPE_UNSPECIFIED |
Kein Benachrichtigungstyp. Es werden keine Benachrichtigungen zugeordnet. |
GOOGLE_UPDATE |
Für den Standort liegen Google-Aktualisierungen vor, die überprüft werden müssen. Das Feld „locationName“ in der Benachrichtigung enthält den Ressourcennamen des Standorts, für den Google-Aktualisierungen vorliegen. |
NEW_REVIEW |
Für den Standort wurde eine neue Rezension hinzugefügt. Das Feld „reviewName“ in der Benachrichtigung enthält den Ressourcennamen der hinzugefügten Rezension und „locationName“ den Ressourcennamen des Standorts. |
UPDATED_REVIEW |
Eine Rezension für den Standort wurde aktualisiert. Das Feld „reviewName“ in der Benachrichtigung enthält den Ressourcennamen der hinzugefügten Rezension und „locationName“ den Ressourcennamen des Standorts. |
NEW_CUSTOMER_MEDIA |
Ein Google Maps-Nutzer hat dem Standort ein neues Medienelement hinzugefügt. Die Benachrichtigung enthält den Ressourcennamen des neuen Medienelements. |
NEW_QUESTION |
Dem Ort wird eine neue Frage hinzugefügt. Die Benachrichtigung enthält den Ressourcennamen der Frage. |
UPDATED_QUESTION |
Eine Frage zum Standort wird aktualisiert. Die Benachrichtigung enthält den Ressourcennamen der Frage. |
NEW_ANSWER |
Dem Ort wird eine neue Antwort hinzugefügt. Die Benachrichtigung enthält den Ressourcennamen der Frage und der Antwort. |
UPDATED_ANSWER |
Eine Antwort des Standorts wird aktualisiert. Die Benachrichtigung enthält den Ressourcennamen der Frage und der Antwort. |
UPDATED_LOCATION_STATE |
Der „LocationState“ des Standorts wurde aktualisiert. Die Benachrichtigung enthält die Feldmaske der aktualisierten „LocationState“-Felder. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]