Liking cljdoc? Tell your friends :D

com.adgoji.ad-manager-api.reports


get-download-urlclj

(get-download-url client job-id export-format)

Returns the URL at which the report file can be downloaded.

The report will be generated as a gzip archive, containing the report file itself.

export-format can be one of the following values:

  • TSV
  • TSV_EXCEL
  • CSV_DUMP
  • XML
  • XLSX
Returns the URL at which the report file can be downloaded.

The report will be generated as a gzip archive, containing the
report file itself.

`export-format` can be one of the following values:
- TSV
- TSV_EXCEL
- CSV_DUMP
- XML
- XLSX
raw docstring

get-download-url-with-optionsclj

(get-download-url-with-options client job-id opts)

Returns the URL at which the report file can be downloaded, and allows for customization of the downloaded report.

Returns the URL at which the report file can be downloaded, and allows
for customization of the downloaded report.
raw docstring

get-job-statusclj

(get-job-status client job-id)

Returns the status of the report job with the specified job-id.

Status can be one of the following values:

  • COMPLETED
  • IN_PROGRESS
  • FAILED
Returns the status of the report job with the specified `job-id`.

Status can be one of the following values:
- COMPLETED
- IN_PROGRESS
- FAILED
raw docstring

get-saved-queriesclj

(get-saved-queries client statement params)

Return list of saved queries either created by or shared with the current user.

Return list of saved queries either created by or shared with the
current user.
raw docstring

run-jobclj

(run-job client job)

Initiates the execution of a report query on the server.

See the detailed description of the job parameter here: [[https://developers.google.com/ad-manager/api/reference/v202505/ReportService.ReportJob]].

Initiates the execution of a report query on the server.

See the detailed description of the `job` parameter here:
[[https://developers.google.com/ad-manager/api/reference/v202505/ReportService.ReportJob]].
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close