Method: inventorySourceGroups.patch
広告枠ソース グループを更新します。成功した場合は、更新された広告枠ソース グループを返します。
HTTP リクエスト
PATCH https://displayvideo.googleapis.com/v3/inventorySourceGroups/{inventorySourceGroup.inventorySourceGroupId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
inventorySourceGroup.inventorySourceGroupId |
string (int64 format)
出力専用。広告枠ソース グループの一意の ID。システムによって割り当てられます。
|
クエリ パラメータ
パラメータ |
updateMask |
string (FieldMask format)
必須。どのフィールドを更新するかを制御するマスク。 完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo" 。
|
結合パラメータ owner 。必須。広告枠ソース グループを所有するディスプレイ&ビデオ 360 エンティティを識別します。パートナーまたは広告主のいずれかです。owner は次のいずれかになります。 |
partnerId |
string (int64 format)
広告枠ソース グループを所有するパートナーの ID。 このグループへの書き込みアクセス権を持つのは、このパートナーのみです。
|
advertiserId |
string (int64 format)
広告枠ソース グループを所有する広告主の ID。 親パートナーにはこのグループへのアクセス権がありません。
|
リクエストの本文
リクエストの本文には InventorySourceGroup
のインスタンスが含まれます。
レスポンスの本文
成功した場合、レスポンスの本文には InventorySourceGroup
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-25 UTC。
[null,null,["最終更新日 2025-02-25 UTC。"],[[["Updates an existing inventory source group with the provided details using a PATCH request."],["Requires specifying the inventory source group ID in the path and the fields to update in the query parameter `updateMask`."],["Must identify the owning entity (partner or advertiser) using the `owner` query parameter."],["The request body should contain the updated `InventorySourceGroup` object, and a successful response will return the updated object."],["Authorization requires the `https://www.googleapis.com/auth/display-video` scope."]]],["This describes updating an inventory source group via a `PATCH` HTTP request to a specific URL. The request requires the inventory source group's unique ID as a path parameter. The `updateMask` and an `owner` which could be a `partnerId` or `advertiserId` need to be defined as query parameters. The updated group's data is sent in the request body and returned in the response body. This call requires the `display-video` authorization scope.\n"]]