inventorySourceProductType property

String? inventorySourceProductType
getter/setter pair

The product type of the inventory source, denoting the way through which it sells inventory.

Output only. Possible string values are:

  • "INVENTORY_SOURCE_PRODUCT_TYPE_UNSPECIFIED" : The product type is not specified or is unknown in this version. Modifying inventory sources of this product type are not supported via API.
  • "PREFERRED_DEAL" : The inventory source sells inventory through Preferred Deal.
  • "PRIVATE_AUCTION" : The inventory source sells inventory through Private Auction.
  • "PROGRAMMATIC_GUARANTEED" : The inventory source sells inventory through Programmatic Guaranteed.
  • "TAG_GUARANTEED" : The inventory source sells inventory through Tag Guaranteed.
  • "YOUTUBE_RESERVE" : The inventory source sells inventory through YouTube Reserve.
  • "INSTANT_RESERVE" : The inventory source sells inventory through Instant Reserve. Modifying inventory sources of this product type are not supported via API.
  • "GUARANTEED_PACKAGE" : The inventory source sells inventory through Guaranteed Package. Modifying inventory sources of this product type are not supported via API.
  • "PROGRAMMATIC_TV" : The inventory source sells inventory through Programmtic TV. Modifying inventory sources of this product type are not supported via API.
  • "AUCTION_PACKAGE" : The inventory source sells inventory through Auction Package. Modifying inventory sources of this product type are not supported via API.

Implementation

core.String? inventorySourceProductType;