Liking cljdoc? Tell your friends :D

com.adgoji.displayvideo-api.advertisers.creatives


createclj

(create client advertiser-id creative)

Create a new asset.

Create a new asset.
raw docstring

deleteclj

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

get-by-idclj

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

get-listclj

(get-list client advertiser-id opts)

Returns a list of all advertiser's creatives.

Returns a list of all advertiser's creatives.
raw docstring

update-by-idclj

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

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

× close