CheckReportStatus
Checks the status of a report.
Input
Name | Type | Description |
ReportId | String | The ID for the report in DoubleClick Campaign Manager. |
FileId | String | The ID for the report file in DoubleClick Campaign Manager. |
Result Set Columns
Name | Type | Description |
FileId | String | The unique ID of the file. |
ReportId | String | The ID of the report this file was generated from. |
FileName | String | The name of the report. |
Format | String | The output format of the report. If not specified, default format is 'CSV'. Note that the actual format in the completed report file might differ if for instance the report's size exceeds the format's capabilities. 'CSV' will then be the fallback format. |
Status | String | The status of the report file. Values can be CANCELLED, FAILED, PROCESSING, or REPORT_AVAILABLE. |
DateRange | String | The date range for which the file has report data. The date range will always be the absolute date range for which the report is run. |
URLs | String | The URLs where the completed report file can be downloaded. |
LastModifiedTime | String | The timestamp of when this report was last modified. |
Kind | String | The kind of resource this is, in this case dfareporting#file. |
ETag | String | The eTag of this response for caching purposes. |