ReportRequestStatusType Value Set - Reporting

Defines the status of a report.

Syntax

<xs:simpleType name="ReportRequestStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Error" />
    <xs:enumeration value="Success" />
    <xs:enumeration value="Pending" />
  </xs:restriction>
</xs:simpleType>

Values

The ReportRequestStatusType value set has the following values: Error, Pending, Success.

Value Description
Error An error occurred while generating the report. You will need to submit your report request again. If the request continues to fail, consider getting the tracking identifier from the response message and contacting support.
Pending The report is not yet complete.
Success The report was successfully completed.

The report can be downloaded from the URL contained in the ReportDownloadUrl element of the ReportRequestStatus object.

Requirements

Service: ReportingService.svc v13
Namespace: https://bingads.microsoft.com/Reporting/v13

Used By

ReportRequestStatus