(get-by-id client profile-id advertiser-id)
Returns a single advertiser by provided profile-id
and
advertiser-id
.
Returns a single advertiser by provided `profile-id` and `advertiser-id`.
(get-list client profile-id opts)
Returns a list of advertisers by profile-id
.
The result can be altered using various opts
, which are described
in the official
documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/advertisers/list#query-parameters]].
Options should be provided as a map with kebab-case keys.
Returns a list of advertisers by `profile-id`. The result can be altered using various `opts`, which are described in the official documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/advertisers/list#query-parameters]]. Options should be provided as a map with kebab-case keys.
(insert client profile-id advertiser)
Create a new advertiser.
Create a new advertiser.
(patch client profile-id advertiser-id content)
Updates an existing advertiser.
This method supports patch semantics.
Updates an existing advertiser. This method supports patch semantics.
(put client profile-id advertiser)
Updates an existing advertiser.
Updates an existing advertiser.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close