InsertionOrder
import type { InsertionOrder } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
A single insertion order.
§Properties
Output only. The unique ID of the advertiser the insertion order belongs to.
Optional. The bidding strategy of the insertion order. By default, fixed_bid is set.
Required. The budget allocation settings of the insertion order.
Required. Immutable. The unique ID of the campaign that the insertion order belongs to.
Required. The display name of the insertion order. Must be UTF-8 encoded with a maximum size of 240 bytes.
Required. Controls whether or not the insertion order can spend its budget
and bid on inventory. * For CreateInsertionOrder method, only
ENTITY_STATUS_DRAFT
is allowed. To activate an insertion order, use
UpdateInsertionOrder method and update the status to ENTITY_STATUS_ACTIVE
after creation. * An insertion order cannot be changed back to
ENTITY_STATUS_DRAFT
status from any other status. * An insertion order
cannot be set to ENTITY_STATUS_ACTIVE
if its parent campaign is not
active.
Required. The frequency capping setting of the insertion order.
Output only. The unique ID of the insertion order. Assigned by the system.
Optional. The type of insertion order. If this field is unspecified in
creation, the value defaults to RTB
.
Optional. Additional integration details of the insertion order.
Optional. Required. The optimization objective of the insertion order.
Optional. The partner costs associated with the insertion order. If absent or empty in CreateInsertionOrder method, the newly created insertion order will inherit partner costs from the partner settings.
Output only. The reservation type of the insertion order.