Inventory source groups are lists of deals. Target a group to target multiple deals at once.
In the Display & Video 360 API, these are InventorySourceGroup
resources. Target them using the targeting type
TARGETING_TYPE_INVENTORY_SOURCE_GROUP.
AssignedInventorySource resource
AssignedInventorySource resources are inventory
sources assigned to a group. The inventory source is set by its ID. Use the
inventorySources service to list available inventory
sources.
Content management
Assigned inventory sources are managed using the functions in the
assignedInventorySources service:
createassigns a deal to the group.deleteremoves a deal from the group.listgets deals assigned to the group.bulkEditedits group content in bulk. The method removes a set of deals from the group and then assigns a separate set of deals to the group in a single request.