(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`.
(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`.
(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.
(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.
(put client profile-id report-id content)
Updates an existing report.
Updates an existing report.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close