(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`.
(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.
(bulk-update client advertiser-id bulk-update-request)
Updates multiple line items.
Updates multiple line items.
(create client advertiser-id line-item)
Create a new line item.
Create a new line item.
(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`.
(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`.
(get-list client advertiser-id opts)
Returns a list of all advertiser's line items.
Returns a list of all advertiser's line items.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close