Notifications API
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
変更ログ
v1.2: 2022-02-07
LOSS_OF_VOICE_OF_MERCHANT
VoiceOfMerchant ステータスの変化を示す VOICE_OF_MERCHANT_UPDATED
を追加しました。VoiceOfMerchant ステータス(そのビジネス情報に対する完全な制御権)の獲得または喪失を表すステータスです。
通知タイプ LOSS_OF_VOICE_OF_MERCHANT
はサポート終了となりました。
v1.1: 2021-12-13
LOSS_OF_VOICE_OF_MERCHANT
ビジネスが VoiceOfMerchant ステータスを失っているかどうかを示す LOSS_OF_VOICE_OF_MERCHANT
通知タイプを追加しました。
v1
API アクセス
Notifications API は GCP コンソールから有効にする必要があります。OAuth スコープに変更はありません。
エンドポイント URL
Notifications API には https://mybusiness.googleapis.com/v4/accounts/{accountId}/notifications
からではなく https://mybusinessnotifications.googleapis.com/v1/accounts/{accountId}/notificationSetting
からアクセスできます。
topicName
の名前が pubSubTopic
に変更されました。詳細
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-05 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-12-05 UTC。"],[[["The Notifications API endpoint URL and a field name have been updated, and it needs to be enabled from the GCP Console."],["A new notification type `VOICE_OF_MERCHANT_UPDATED` has been added to indicate change in voice of merchant status, encompassing both gain and loss, and `LOSS_OF_VOICE_OF_MERCHANT` is deprecated."],["Previously, the `LOSS_OF_VOICE_OF_MERCHANT` notification type was added to indicate a loss in the voice of merchant status for a location."]]],["The document outlines updates to a Notifications API. Version 1.1 introduced `LOSS_OF_VOICE_OF_MERCHANT` to indicate a loss of voice of merchant status. Version 1.2 deprecated this in favor of `VOICE_OF_MERCHANT_UPDATED`, which signifies any change in voice of merchant status (gain or loss). The API is now enabled via the GCP Console and its endpoint URL has changed. The parameter `topicName` has also been renamed to `pubSubTopic`.\n"]]