Google アナリティクスの MCP サーバーを試します。
GitHub からインストールし、詳細については
お知らせをご覧ください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Method: properties.accessBindings.batchUpdate
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アカウントまたはプロパティへの複数のアクセス バインディングに関する情報を更新します。
HTTP リクエスト
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/accessBindings:batchUpdate
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
| パラメータ |
parent |
string
必須。アクセス バインディングを所有するアカウントまたはプロパティ。UpdateAccessBindingRequest メッセージで指定されたすべての AccessBinding の親がこのフィールドと一致する必要があります。形式: - accounts/{account} - properties/{property}
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
| フィールド |
requests[] |
object (UpdateAccessBindingRequest)
必須。更新するアクセス バインディングを指定するリクエスト。一度に最大 1,000 個のアクセス バインディングを更新できます。
|
レスポンスの本文
成功した場合、レスポンスの本文には BatchUpdateAccessBindingsResponse のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.manage.users
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[],["This document details the process of updating multiple access bindings for an account or property via a `POST` request to a specified URL. The URL requires the `parent` parameter, indicating the account or property. The request body, formatted in JSON, contains an array of `requests`, each defining an access binding to update, with a maximum of 1000 allowed. Successful updates return a `BatchUpdateAccessBindingsResponse`. This process requires the `https://www.googleapis.com/auth/analytics.manage.users` authorization scope.\n"]]