ImportResult 数据对象 - 市场活动管理
包含已运行的导入作业的状态、运行时和统计结果。
注意
语法
<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 对象具有以下元素:EntityStatistics、ErrorLogUrl、ForwardCompatibilityMap、Id、ImportJob、StartTimeInUTC、Status。
元素 | 说明 | 数据类型 |
---|---|---|
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