Liking cljdoc? Tell your friends :D

com.adgoji.cm-api.advertisers


get-by-idclj

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

get-listclj

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

insertclj

(insert client profile-id advertiser)

Create a new advertiser.

Create a new advertiser.
raw docstring

patchclj

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

putclj

(put client profile-id advertiser)

Updates an existing advertiser.

Updates an existing advertiser.
raw docstring

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

× close