自
2025 年 9 月 8 日起,每個新委刊項都必須聲明是否會放送歐盟政治廣告。如果透過 Display & Video 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。
|
方法 |
|
大量編輯廣告空間來源與單一廣告空間來源群組之間的多項指派。 |
|
在廣告空間來源和廣告空間來源群組之間建立指派。 |
|
刪除廣告空間來源和廣告空間來源群組之間的指定項目。 |
|
列出指派給廣告空間來源群組的廣告空間來源。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[],["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. |"]]