Liking cljdoc? Tell your friends :D

com.adgoji.cm-api.reports


deleteclj

(delete client profile-id report-id)

Deletes a report by provided profile-id and report-id.

Deletes a report by provided `profile-id` and `report-id`.
raw docstring

get-by-idclj

(get-by-id client profile-id report-id)

Returns a report by provided profile-id and report-id.

Returns a report by provided `profile-id` and `report-id`.
raw docstring

get-listclj

(get-list client profile-id opts)

Returns list of reports.

The result can be altered using various opts, which are described in the official documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/reports/list#query-parameters]].

Options should be provided as a map with kebab-case keys.

Returns list of reports.

The result can be altered using various `opts`, which are described
in the official
documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/reports/list#query-parameters]].

Options should be provided as a map with kebab-case keys.
raw docstring

insertclj

(insert client profile-id report)

Creates a report.

Creates a report.
raw docstring

patchclj

(patch client profile-id report-id content)

Updates an existing report.

This method supports patch semantics.

Updates an existing report.

This method supports patch semantics.
raw docstring

putclj

(put client profile-id report-id content)

Updates an existing report.

Updates an existing report.
raw docstring

runclj

(run client profile-id report-id opts)

Runs a report.

By default report is run asynchronously, this can be altered by providing option :synchronous true as a last argument.

Runs a report.

By default report is run asynchronously, this can be altered by
providing option `:synchronous true` as a last argument.
raw docstring

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

× close