FileImportJob 数据对象 - 市场活动管理
FileImportJob 保留供将来使用。
语法
<xs:complexType name="FileImportJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:ImportJob">
<xs:sequence>
<xs:element name="FileSource" nillable="true" type="xs:string" />
<xs:element name="FileUrl" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
元素
FileImportJob 对象具有以下元素:FileSource、FileUrl。
元素 | 说明 | 数据类型 |
---|---|---|
FileSource | 保留供以后使用。 | string |
FileUrl | 保留供以后使用。 | string |
FileImportJob 对象具有 Inherited Elements。
继承的元素
从 ImportJob 继承的元素
FileImportJob 对象派生自 ImportJob 对象,并继承以下元素:CreatedByUserId、CreatedByUserName、CreatedDateTimeInUTC、Frequency、Id、ImportOption、LastRunTimeInUTC、Name、NotificationEmail、NotificationType、Status、Type。 以下说明特定于 FileImportJob,可能不适用于从 ImportJob 对象继承相同元素的其他对象。
元素 | 说明 | 数据类型 |
---|---|---|
CreatedByUserId | 创建导入作业的Microsoft广告用户的唯一标识符。 | long |
CreatedByUserName | 创建导入作业的 Microsoft Advertising 用户的登录用户名。 | string |
CreatedDateTimeInUTC | 创建导入作业的日期和时间。 日期和时间以协调世界时 (UTC) 表示。 |
dateTime |
频率 | 确定导入作业应运行一次还是定期计划。 若要立即运行导入作业,此元素应为 nil 或空。 |
Frequency |
ID | 导入作业的唯一Microsoft广告标识符。 | long |
ImportOption | 通过 API 提供的导入选项。 | ImportOption |
LastRunTimeInUTC | 此作业的最新导入日期和时间。 日期和时间以协调世界时 (UTC) 表示。 |
dateTime |
名称 | 导入作业的名称 | string |
NotificationEmail | 应在其中发送导入结果的电子邮件地址。 默认情况下不返回此元素。 若要获取此元素,请在调用 GetImportJobsByIds 和 GetImportResults 服务操作时,在 ReturnAdditionalFields 元素中包含 NotificationEmail 值。 |
string |
NotificationType | 确定是否以及想要接收有关导入作业结果电子邮件通知的频率。 | string |
状态 | 导入作业的状态。 | string |
类型 | 导入作业的类型。 检索文件导入作业时,此值为 FileImportJob 。 有关导入作业类型的详细信息,请参阅 ImportJob 数据对象备注。 |
string |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13