REST Resource: inventorySourceGroups

  • InventorySourceGroup is a resource that represents a collection of targetable inventory sources.

  • It has a JSON representation with fields like name, inventorySourceGroupId, and displayName to identify and describe the group.

  • Display Video API provides methods like create, delete, get, list, and patch to manage InventorySourceGroups.

  • The inventorySourceGroupId is a unique, system-assigned identifier, while the displayName is a user-defined name for the group.

  • Users can leverage these groups to target specific sets of inventory sources within their Display & Video 360 campaigns.

Resource: InventorySourceGroup

A collection of targetable inventory sources.

JSON representation
{
  "name": string,
  "inventorySourceGroupId": string,
  "displayName": string
}
Fields
name

string

Output only. The resource name of the inventory source group.

inventorySourceGroupId

string (int64 format)

Output only. The unique ID of the inventory source group. Assigned by the system.

displayName

string

Required. The display name of the inventory source group.

Must be UTF-8 encoded with a maximum size of 240 bytes.

Methods

create

Creates a new inventory source group.

delete

Deletes an inventory source group.

get

Gets an inventory source group.

list

Lists inventory source groups that are accessible to the current user.

patch

Updates an inventory source group.