Bir işletme için bildirim aboneliği oluşturur. Bağımsız veya alt hesaplarda işletme kendi aboneliğini oluşturabilir. MCA'lar için işletme, tüm yönetilen hesaplar veya belirli bir alt hesap için abonelik oluşturabilir.
Aşağıdaki bildirim aboneliği türlerinin birlikte var olmasına izin vereceğiz (her etkinlik türü için abone olarak işletme başına):
Tüm yönetilen hesaplar için abonelik + kendi hesabı için abonelik.
Yönetilen hesaplar için birden fazla "kısmi" abonelik ve kendi hesabınıza abonelik.
Aşağıdakilere izin verilmez (her etkinlik türü için abone olarak işletme başına):
Birden fazla kendi kendine abonelik.
Birden fazla "tüm yönetilen hesaplar" aboneliği.
"Tüm yönetilen hesaplar" aboneliği ve aynı anda kısmi abonelikler.
Aynı hedef hesap için birden fazla kısmi abonelik.
HTTP isteği
POST https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions
[[["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: 2025-01-23 UTC."],[[["This API creates notification subscriptions for businesses, allowing them to receive updates on various events."],["Businesses can create subscriptions for themselves, all managed accounts, or specific sub-accounts, with certain restrictions to avoid redundancy."],["The API requires a POST request to a specific URL with the merchant account ID and a request body containing the subscription details."],["A successful response will return the newly created notification subscription details."],["Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope."]]],["This describes how to create a notification subscription for a business via a `POST` request to `https://merchantapi.googleapis.com/notifications/v1beta/{parent=accounts/*}/notificationsubscriptions`. The request uses a `parent` path parameter specifying the merchant account. The request and response bodies are `NotificationSubscription` instances. Subscriptions can be for self or managed accounts, with restrictions preventing multiple full or partial subscriptions of the same type. Authorization requires the `https://www.googleapis.com/auth/content` OAuth scope.\n"]]