(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:
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
(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.
(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:
Returns the status of the report job with the specified `job-id`. Status can be one of the following values: - COMPLETED - IN_PROGRESS - FAILED
(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.
(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]].
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |