ReportRequestStatus Data Object - Reporting
Defines the status of a report request.
<xs:complexType name="ReportRequestStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ReportDownloadUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Status" type="tns:ReportRequestStatusType" />
</xs:sequence>
</xs:complexType>
Elements
The ReportRequestStatus object has the following elements: ReportDownloadUrl, Status.
Element | Description | Data Type |
---|---|---|
ReportDownloadUrl | The encoded URL from where the report can be downloaded. Once returned, the URL is valid for five minutes. You should not take a dependency on the domain of the download URL as it is subject to change. The report that you download is compressed by using zip compression. You must first unzip the report before you can use its contents. Use the download URL only if the Status element is set to Success. Even when the Status is set to Success, this element can be nil if no data is available for the submitted report parameters. |
string |
Status | The status of a report request. | ReportRequestStatusType |
Requirements
Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13