ReportRequestStatus 数据对象 - Reporting

定义报表请求的状态。

语法

<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>

元素

ReportRequestStatus 对象具有以下元素:ReportDownloadUrlStatus

元素 说明 数据类型
ReportDownloadUrl 可从中下载报表的编码 URL。

返回后,URL 的有效期为 5 分钟。 不应依赖下载 URL 的域,因为它可能会更改。

下载的报表使用 zip 压缩进行压缩。 必须先解压缩报表,然后才能使用其内容。

仅当 Status 元素设置为 Success 时,才使用下载 URL。 即使 “状态” 设置为 “成功”,如果提交的报告参数没有可用的数据,则此元素可能为零。
string
状态 报告请求的状态。 ReportRequestStatusType

要求

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

使用者

PollGenerateReport