2026-04-14
▼ ▲ displayvideo.inventorySources.list
Parameters :
pageSize
Description : Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
Type : integer
Format : int32
Location : query
pageToken
Description : A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListInventorySources` method. If not specified, the first page of results will be returned.
Type : string
Location : query
orderBy
Location : query
Description : Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
Type : string
filter
Location : query
Description : Allows filtering by inventory source fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. A sequence of restrictions implicitly uses `AND`. * A restriction has the form of `{field} {operator} {value}`. * All fields must use the `EQUALS (=)` operator. Supported fields: * `status.entityStatus` * `commitment` * `deliveryMethod` * `rateDetails.rateType` * `exchange` Examples: * All active inventory sources: `status.entityStatus="ENTITY_STATUS_ACTIVE"` * Inventory sources belonging to Google Ad Manager or Rubicon exchanges: `exchange="EXCHANGE_GOOGLE_AD_MANAGER" OR exchange="EXCHANGE_RUBICON"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.
Type : string
partnerId
Location : query
Format : int64
Description : The ID of the partner that has access to the inventory source.
Type : string
advertiserId
Description : The ID of the advertiser that has access to the inventory source.
Type : string
Format : int64
Location : query
Description : Lists inventory sources that are accessible to the current user. The order is defined by the order_by parameter. If a filter by entity_status is not specified, inventory sources with entity status `ENTITY_STATUS_ARCHIVED` will not be included in the results.
Path : v2/inventorySources
Scopes : https://www.googleapis.com/auth/display-video
Flat Path : v2/inventorySources
HTTP Method : GET
▼ ▲ displayvideo.inventorySources.patch
Parameters :
updateMask
Description : Required. The mask to control which fields to update.
Type : string
Format : google-fieldmask
Location : query
advertiserId
Location : query
Description : The ID of the advertiser that the request is being made within.
Type : string
Format : int64
inventorySourceId
Pattern : ^[^/]+$
Description : Output only. The unique ID of the inventory source. Assigned by the system.
Type : string
Format : int64
Required : Yes
Location : path
partnerId
Description : The ID of the partner that the request is being made within.
Type : string
Format : int64
Location : query
Description : Updates an existing inventory source. Returns the updated inventory source if successful.
Parameter Order : inventorySourceId
Path : v2/inventorySources/{+inventorySourceId}
Scopes : https://www.googleapis.com/auth/display-video
Flat Path : v2/inventorySources/{inventorySourcesId}
HTTP Method : PATCH
▼ ▲ displayvideo.inventorySources.get
Parameter Order : inventorySourceId
Parameters :
inventorySourceId
Pattern : ^[^/]+$
Description : Required. The ID of the inventory source to fetch.
Type : string
Format : int64
Required : Yes
Location : path
partnerId
Description : Required. The ID of the DV360 partner to which the fetched inventory source is permissioned.
Type : string
Format : int64
Location : query
Description : Gets an inventory source.
Flat Path : v2/inventorySources/{inventorySourcesId}
Scopes : https://www.googleapis.com/auth/display-video
HTTP Method : GET
Path : v2/inventorySources/{+inventorySourceId}
▼ ▲ displayvideo.inventorySources.create
Parameters :
partnerId
Location : query
Format : int64
Description : The ID of the partner that the request is being made within.
Type : string
advertiserId
Format : int64
Description : The ID of the advertiser that the request is being made within.
Type : string
Location : query
Description : Creates a new inventory source. Returns the newly created inventory source if successful.
Flat Path : v2/inventorySources
Scopes : https://www.googleapis.com/auth/display-video
HTTP Method : POST
Path : v2/inventorySources
▼ ▲ displayvideo.inventorySources.editInventorySourceReadWriteAccessors
Path : v2/inventorySources/{+inventorySourceId}:editInventorySourceReadWriteAccessors
HTTP Method : POST
Flat Path : v2/inventorySources/{inventorySourcesId}:editInventorySourceReadWriteAccessors
Scopes : https://www.googleapis.com/auth/display-video
Parameters :
inventorySourceId
Format : int64
Location : path
Required : Yes
Description : Required. The ID of inventory source to update.
Type : string
Pattern : ^[^/]+$
Description : Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.
Parameter Order : inventorySourceId