InventorySource
import type { InventorySource } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
An inventory source.
§Properties
Whether the inventory source has a guaranteed or non-guaranteed delivery.
The creative requirements of the inventory source. Not applicable for auction packages.
The ID in the exchange space that uniquely identifies the inventory source. Must be unique across buyers within each exchange but not necessarily unique across exchanges.
The delivery method of the inventory source. * For non-guaranteed
inventory sources, the only acceptable value is
INVENTORY_SOURCE_DELIVERY_METHOD_PROGRAMMATIC
. * For guaranteed inventory
sources, acceptable values are INVENTORY_SOURCE_DELIVERY_METHOD_TAG
and
INVENTORY_SOURCE_DELIVERY_METHOD_PROGRAMMATIC
.
The display name of the inventory source. Must be UTF-8 encoded with a maximum size of 240 bytes.
The exchange to which the inventory source belongs.
Immutable. The ID of the guaranteed order that this inventory source
belongs to. Only applicable when commitment is
INVENTORY_SOURCE_COMMITMENT_GUARANTEED
.
Output only. The unique ID of the inventory source. Assigned by the system.
Output only. The product type of the inventory source, denoting the way through which it sells inventory.
Denotes the type of the inventory source.
Required. The rate details of the inventory source.
Output only. The IDs of advertisers with read-only access to the inventory source.
Output only. The IDs of partners with read-only access to the inventory source. All advertisers of partners in this field inherit read-only access to the inventory source.
The partner or advertisers that have read/write access to the inventory
source. Output only when commitment is
INVENTORY_SOURCE_COMMITMENT_GUARANTEED
, in which case the read/write
accessors are inherited from the parent guaranteed order. Required when
commitment is INVENTORY_SOURCE_COMMITMENT_NON_GUARANTEED
. If commitment
is INVENTORY_SOURCE_COMMITMENT_NON_GUARANTEED
and a partner is set in
this field, all advertisers under this partner will automatically have
read-only access to the inventory source. These advertisers will not be
included in read_advertiser_ids.
The status settings of the inventory source.