(create client advertiser-id insertion-order)
Create a new insertion-order.
For insertionOrders.create method, only ENTITY_STATUS_DRAFT is allowed.
To activate an insertion order, use insertionOrders.patch method and update the status to ENTITY_STATUS_ACTIVE after creation.
Create a new insertion-order. For insertionOrders.create method, only ENTITY_STATUS_DRAFT is allowed. To activate an insertion order, use insertionOrders.patch method and update the status to ENTITY_STATUS_ACTIVE after creation.
(delete client advertiser-id insertion-order-id)
Delete an insertion-order by advertiser-id
and insertion-order-id
.
Delete an insertion-order by `advertiser-id` and `insertion-order-id`.
(get-by-id client advertiser-id insertion-order-id)
Returns a single insertion-order by insertion-order-id
.
Returns a single insertion-order by `insertion-order-id`.
(get-list client advertiser-id opts)
Returns a list of all campaigns insertion orders
Returns a list of all campaigns insertion orders
(update-by-id client
advertiser-id
insertion-order-id
insertion-order
update-mask)
Update an existing insertion-order by advertiser-id
and insertion-order-id
.
Request body is the same as for create
function. Additionally
update-mask
is a mandatory parameter, it should be a sequence of
fully qualified names of fields (as keywords).
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.
To activate an insertion order, use insertionOrders.patch method and update the status to ENTITY_STATUS_ACTIVE after creation.
Update an existing insertion-order by `advertiser-id` and `insertion-order-id`. Request body is the same as for [[create]] function. Additionally `update-mask` is a mandatory parameter, it should be a sequence of fully qualified names of fields (as keywords). 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. To activate an insertion order, use insertionOrders.patch method and update the status to ENTITY_STATUS_ACTIVE after creation.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close