Display & Video 360 API (displayvideo:v3)

2026-04-14

5 removed methods

Deletions

    Methods
  • displayvideo.inventorySources.list

      Flat Path : v3/inventorySources

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/display-video

      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.

      Parameters :

        advertiserId

          Location : query

          Type : string

          Description : The ID of the advertiser that has access to the inventory source.

          Format : int64

        pageSize

          Description : Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.

          Format : int32

          Type : integer

          Location : query

        pageToken

          Location : query

          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

        filter

          Location : query

          Type : string

          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.

        partnerId

          Description : The ID of the partner that has access to the inventory source.

          Format : int64

          Type : string

          Location : query

        orderBy

          Location : query

          Type : string

          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`.

      Path : v3/inventorySources

  • displayvideo.inventorySources.create

      Flat Path : v3/inventorySources

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/display-video

      Parameters :

        partnerId

          Location : query

          Description : The ID of the partner that the request is being made within.

          Format : int64

          Type : string

        advertiserId

          Location : query

          Description : The ID of the advertiser that the request is being made within.

          Format : int64

          Type : string

      Description : Creates a new inventory source. Returns the newly created inventory source if successful.

      Path : v3/inventorySources

  • displayvideo.inventorySources.patch

      Parameter Order : inventorySourceId

      Path : v3/inventorySources/{+inventorySourceId}

      Parameters :

        partnerId

          Description : The ID of the partner that the request is being made within.

          Format : int64

          Type : string

          Location : query

        advertiserId

          Type : string

          Description : The ID of the advertiser that the request is being made within.

          Format : int64

          Location : query

        inventorySourceId

          Pattern : ^[^/]+$

          Required : Yes

          Location : path

          Type : string

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

          Format : int64

        updateMask

          Location : query

          Description : Required. The mask to control which fields to update.

          Format : google-fieldmask

          Type : string

      Description : Updates an existing inventory source. Returns the updated inventory source if successful.

      HTTP Method : PATCH

      Scopes : https://www.googleapis.com/auth/display-video

      Flat Path : v3/inventorySources/{inventorySourcesId}

  • displayvideo.inventorySources.get

      Flat Path : v3/inventorySources/{inventorySourcesId}

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/display-video

      Parameters :

        inventorySourceId

          Location : path

          Type : string

          Description : Required. The ID of the inventory source to fetch.

          Format : int64

          Pattern : ^[^/]+$

          Required : Yes

        partnerId

          Location : query

          Type : string

          Description : Required. The ID of the DV360 partner to which the fetched inventory source is permissioned.

          Format : int64

        advertiserId

          Location : query

          Type : string

          Description : Optional. The ID of the DV360 advertiser to which the fetched inventory source is permissioned. If the user only has access to the advertiser and not the parent partner, use this field to specify the relevant advertiser.

          Format : int64

      Description : Gets an inventory source.

      Parameter Order : inventorySourceId

      Path : v3/inventorySources/{+inventorySourceId}

  • displayvideo.inventorySources.editInventorySourceReadWriteAccessors

      Parameters :

        inventorySourceId

          Required : Yes

          Pattern : ^[^/]+$

          Type : string

          Description : Required. The ID of inventory source to update.

          Format : int64

          Location : path

      Description : Edits read/write accessors of an inventory source. Returns the updated read_write_accessors for the inventory source.

      Parameter Order : inventorySourceId

      Path : v3/inventorySources/{+inventorySourceId}:editInventorySourceReadWriteAccessors

      Flat Path : v3/inventorySources/{inventorySourcesId}:editInventorySourceReadWriteAccessors

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/display-video