(create client advertiser-id creative)
Create a new asset.
Create a new asset.
(delete client advertiser-id creative-id)
Delete creative by advertiser-id
and creative-id
.
It is only possible to delete archived creatives, for all other
creatives Google will throw an exception. To archive a creative one
should use update-by-id
function and set :entity-status
to
"ENTITY_STATUS_ARCHIVED" value.
Delete creative by `advertiser-id` and `creative-id`. It is only possible to delete archived creatives, for all other creatives Google will throw an exception. To archive a creative one should use [[update-by-id]] function and set `:entity-status` to "ENTITY_STATUS_ARCHIVED" value.
(get-by-id client advertiser-id creative-id)
Get a single creative by advertiser-id
and creative-id
.
Get a single creative by `advertiser-id` and `creative-id`.
(get-list client advertiser-id opts)
Returns a list of all advertiser's creatives.
Returns a list of all advertiser's creatives.
(update-by-id client advertiser-id creative-id creative update-mask)
Update an existing creative by advertiser-id
and creative-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 creative by `advertiser-id` and `creative-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