Starting
September 8, 2025, every new line item will need to declare whether or not they will serve Eurpoean Union (EU) political ads. Display & Video 360 API and SDF uploads that don't provide declarations will fail. See our
deprecations page for more details on how to update your integration to make this declaration.
REST Resource: inventorySourceGroups.assignedInventorySources
Stay organized with collections
Save and categorize content based on your preferences.
Resource: AssignedInventorySource
An assignment between a targetable inventory source and an inventory source group.
JSON representation |
{
"name": string,
"assignedInventorySourceId": string,
"inventorySourceId": string
} |
Fields |
name |
string
Output only. The resource name of the assigned inventory source.
|
assignedInventorySourceId |
string (int64 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.
|
inventorySourceId |
string
Required. The ID of the inventory source entity being targeted.
|
Methods |
|
Bulk edits multiple assignments between inventory sources and a single inventory source group. |
|
Creates an assignment between an inventory source and an inventory source group. |
|
Deletes the assignment between an inventory source and an inventory source group. |
|
Lists inventory sources assigned to an inventory source group. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-27 UTC.
[null,null,["Last updated 2025-03-27 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. |"]]