2025 年 9 月 8 日以降、すべての新しい広告申込情報で、欧州連合(EU)の政治広告を配信するかどうかを宣言する必要があります。宣言が提供されていないディスプレイ&ビデオ 360 API と SDF のアップロードは失敗します。統合を更新してこの宣言を行う方法について詳しくは、
非推奨のページをご覧ください。
REST Resource: inventorySourceGroups.assignedInventorySources
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: AssignedInventorySource
ターゲティング可能な広告枠ソースと広告枠ソース グループの間の割り当て。
JSON 表現 |
{
"name": string,
"assignedInventorySourceId": string,
"inventorySourceId": string
} |
フィールド |
name |
string
出力専用。割り当てられた広告枠ソースのリソース名。
|
assignedInventorySourceId |
string (int64 format)
出力専用。割り当てられた広告枠ソースの一意の ID。この ID は、特定の在庫ソース グループ内でのみ一意です。他のコンテキストで再利用される可能性があります。
|
inventorySourceId |
string
必須。ターゲティングされている広告枠ソース エンティティの ID。
|
メソッド |
|
広告在庫ソースと単一の広告在庫ソースグループ間の複数の割り当てを一括編集します。 |
|
広告枠ソースと広告枠ソース グループの間に割り当てを作成します。 |
|
広告在庫ソースと広告在庫ソース グループ間の割り当てを削除します。 |
|
広告枠ソースグループに割り当てられた広告枠ソースを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["The Display & Video 360 API v4, in beta, handles `AssignedInventorySource`, representing assignments between targetable inventory sources and groups. Key information includes the assigned inventory source's name, unique ID (`assignedInventorySourceId`), and the targeted inventory source's ID (`inventorySourceId`). Available methods allow users to bulk edit, create, delete, and list these assignments, enabling management of inventory source relationships within groups.\n"],null,["# REST Resource: inventorySourceGroups.assignedInventorySources\n\n- [Resource: AssignedInventorySource](#AssignedInventorySource)\n - [JSON representation](#AssignedInventorySource.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AssignedInventorySource\n---------------------------------\n\nAn assignment between a targetable inventory source and an inventory source group.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"assignedInventorySourceId\": string, \"inventorySourceId\": string } ``` |\n\n| Fields ||\n|-----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name of the assigned inventory source. |\n| `assignedInventorySourceId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the assigned inventory source. The ID is only unique within a given inventory source group. It may be reused in other contexts. |\n| `inventorySourceId` | `string` Required. The ID of the inventory source entity being targeted. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|\n| ### [bulkEdit](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/bulkEdit) | Bulk edits multiple assignments between inventory sources and a single inventory source group. |\n| ### [create](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/create) | Creates an assignment between an inventory source and an inventory source group. |\n| ### [delete](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/delete) | Deletes the assignment between an inventory source and an inventory source group. |\n| ### [list](/display-video/api/reference/rest/v4/inventorySourceGroups.assignedInventorySources/list) | Lists inventory sources assigned to an inventory source group. |"]]