Skip to main content

assigned_inventory_sources

Overview

Nameassigned_inventory_sources
TypeResource
Idgoogledevelopers.displayvideo.assigned_inventory_sources

Fields

NameDatatypeDescription
assignedInventorySourcesarrayThe list of assigned inventory sources. This list will be absent if empty.
nextPageTokenstringA token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListAssignedInventorySources method to retrieve the next page of results.

Methods

NameAccessible byRequired ParamsDescription
inventorySourceGroups_assignedInventorySources_listSELECTinventorySourceGroupsIdLists inventory sources assigned to an inventory source group.
inventorySourceGroups_assignedInventorySources_createINSERTinventorySourceGroupsIdCreates an assignment between an inventory source and an inventory source group.
inventorySourceGroups_assignedInventorySources_deleteDELETEassignedInventorySourcesId, inventorySourceGroupsIdDeletes the assignment between an inventory source and an inventory source group.
inventorySourceGroups_assignedInventorySources_bulkEditEXECinventorySourceGroupsIdBulk edits multiple assignments between inventory sources and a single inventory source group. The operation will delete the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.deleted_assigned_inventory_sources and then create the assigned inventory sources provided in BulkEditAssignedInventorySourcesRequest.created_assigned_inventory_sources.