Google Business Performance API, tek bir API isteğinde birden fazla "GünlükMetrik" getirmeye olanak tanıyan
YENİ bir API yöntemine sahiptir.
Kullanımdan kaldırma planını ve v4 reportInsights API yönteminden Google Business Profile Performance API'ye geçiş talimatlarını inceleyin.
Method: accounts.updateNotificationSetting
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Hesabın pubsub bildirim ayarını, Google'a hangi konu için Pub/Sub bildirimleri gönderileceğini bildirir. Bir hesabın abone olmak istediği etkinlikleri değiştirmek için notificationSettings içindeki notificationTypes alanını kullanın.
Her hesapta yalnızca bir bildirim ayarı kaynağı bulunur ve yalnızca bir Pub/Sub konusu ayarlanabilir. Ayarı silmek için boş bir notificationTypes ile güncelleyin
HTTP isteği
PATCH https://mybusinessnotifications.googleapis.com/v1/{notificationSetting.name=accounts/*/notificationSetting}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
notificationSetting.name |
string
Zorunlu. Bu ayarın hedeflendiği kaynak adı. Bu, accounts/{account_id}/notificationSetting biçimindedir.
|
Sorgu parametreleri
Parametreler |
updateMask |
string (FieldMask format)
Zorunlu. Güncellenmesi gereken belirli alanlar. Düzenlenebilir tek alan NotificationSetting'dir. Bu, tam nitelikli alan adlarının virgülle ayrılmış bir listesidir. Örnek: "user.displayName,photo" .
|
İstek içeriği
İstek metni, NotificationSetting
öğesinin bir örneğini içerir.
Yanıt gövdesi
Başarılıysa yanıt metni, NotificationSetting
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/business.manage
Daha fazla bilgi için OAuth 2.0'a Genel Bakış başlıklı makaleye bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2023-12-01 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2023-12-01 UTC."],[[["Allows configuration of Pub/Sub notification settings for Google My Business accounts to receive event updates."],["Only one notification setting and Pub/Sub topic are allowed per account; update with empty notificationTypes to delete the setting."],["Requires the `https://www.googleapis.com/auth/business.manage` OAuth scope for authorization."],["Uses a PATCH request to `https://mybusinessnotifications.googleapis.com/v1/{notificationSetting.name=accounts/*/notificationSetting}` to update settings."],["Provides a `notificationTypes` field within the `notificationSetting` object for managing event subscriptions."]]],[]]