Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.line-items


bulk-edit-assigned-targeting-optionsclj

(bulk-edit-assigned-targeting-options
  client
  advertiser-id
  bulk-edit-assigned-targeting-options-request)

Bulk edits targeting options under multiple line items.

The operation will delete the assigned targeting options provided in delete-requests and then create the assigned targeting options provided in create-requests.

Bulk edits targeting options under multiple line items.

The operation will delete the assigned targeting options provided in
`delete-requests` and then create the assigned targeting options
provided in `create-requests`.
raw docstring

bulk-list-assigned-targeting-optionsclj

(bulk-list-assigned-targeting-options client advertiser-id opts)

List assigned targeting options under multiple line items.

List assigned targeting options under multiple line items.
raw docstring

createclj

(create client advertiser-id line-item)

Create a new line item.

Create a new line item.
raw docstring

deleteclj

(delete client advertiser-id line-item-id)

Delete a line item by advertiser-id and line-item-id.

Delete a line item by `advertiser-id` and `line-item-id`.
raw docstring

get-by-idclj

(get-by-id client advertiser-id line-item-id)

Get a single LineItem by advertiser-id and line-item-id.

Get a single LineItem by `advertiser-id` and `line-item-id`.
raw docstring

get-listclj

(get-list client advertiser-id opts)

Returns a list of all advertiser's line items.

Returns a list of all advertiser's line items.
raw docstring

update-by-idclj

(update-by-id client advertiser-id line-item-id line-item update-mask)

Update an existing line item by advertiser-id and line-item-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).

Update an existing line item by `advertiser-id` and `line-item-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).
raw docstring

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

× close