ImportResult 数据对象 - 市场活动管理

包含已运行的导入作业的状态、运行时和统计结果。

注意

  • 在 2023 年 2 月 1 日之前,将展开的文本广告升级到响应式搜索广告。 在此日期之后,你将无法再创建新的或编辑现有的扩展文本广告。 有关详细信息,请参阅 关于响应式搜索广告
  • 现有的扩展文本广告将继续投放,你将能够查看其性能报告。
  • 你仍然可以暂停、启用或删除展开的文本广告。
  • 详细了解此更改

语法

<xs:complexType name="ImportResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="EntityStatistics" nillable="true" type="tns:ArrayOfImportEntityStatistics" />
    <xs:element minOccurs="0" name="ErrorLogUrl" nillable="true" type="xs:string" />
    <xs:element xmlns:q147="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="ForwardCompatibilityMap" nillable="true" type="q147:ArrayOfKeyValuePairOfstringstring" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="ImportJob" nillable="true" type="tns:ImportJob" />
    <xs:element minOccurs="0" name="StartTimeInUTC" type="xs:dateTime" />
    <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

元素

ImportResult 对象具有以下元素:EntityStatisticsErrorLogUrlForwardCompatibilityMapIdImportJobStartTimeInUTCStatus

元素 说明 数据类型
EntityStatistics 每个支持的实体类型的统计导入结果。

有关详细信息,请参阅 ImportEntityStatistics 备注
ImportEntityStatistics 数组
ErrorLogUrl 可在其中下载错误日志的 URL。

如果没有错误,此元素将为 null 或空。
string
ForwardCompatibilityMap 用于向前兼容性的键和值字符串列表,以避免在当前 API 版本中添加新元素时发生重大更改。

将来的版本中将在此处记录向前兼容性更改。 此对象当前没有向前兼容性更改。
KeyValuePairOfstringstring 数组
ID 导入结果的唯一Microsoft广告标识符。 string
ImportJob 运行导入作业时生效的设置。

如果 GetImportResults 操作的 ImportType 设置为“GoogleImportJob”,则此元素将包括 GoogleImportJob 对象。
ImportJob
StartTimeInUTC 运行导入作业的日期和时间。 dateTime
状态 导入作业状态。 string

要求

服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

使用者

GetImportResults