Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.insertion-orders


createclj

(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.
raw docstring

deleteclj

(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`.
raw docstring

get-by-idclj

(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`.
raw docstring

get-listclj

(get-list client advertiser-id opts)

Returns a list of all campaigns insertion orders

Returns a list of all campaigns insertion orders
raw docstring

update-by-idclj

(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.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close