Inventory Source groups

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:

  • create assigns a deal to the group.
  • delete removes a deal from the group.
  • list gets deals assigned to the group.
  • bulkEdit edits 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.