FileImportJob Data Object - Campaign Management
FileImportJob is reserved for future use.
<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>
Elements
The FileImportJob object has the following elements: FileSource, FileUrl.
Element | Description | Data Type |
---|---|---|
FileSource | Reserved for future use. | string |
FileUrl | Reserved for future use. | string |
The FileImportJob object has Inherited Elements.
Inherited Elements
Inherited Elements from ImportJob
The FileImportJob object derives from the ImportJob object, and inherits the following elements: CreatedByUserId, CreatedByUserName, CreatedDateTimeInUTC, Frequency, Id, ImportOption, LastRunTimeInUTC, Name, NotificationEmail, NotificationType, Status, Type. The descriptions below are specific to FileImportJob, and might not apply to other objects that inherit the same elements from the ImportJob object.
Element | Description | Data Type |
---|---|---|
CreatedByUserId | The unique identifier of the Microsoft Advertising user who created the import job. | long |
CreatedByUserName | The login user name of the Microsoft Advertising user who created the import job. | string |
CreatedDateTimeInUTC | The date and time when the import job was created. The date and time is expressed in Coordinated Universal Time (UTC). |
dateTime |
Frequency | Determines whether the import job should be run once or scheduled on a recurring basis. To run the import job now, this element should be nil or empty. |
Frequency |
Id | The unique Microsoft Advertising identifier of the import job. | long |
ImportOption | The import options that are available via API. | ImportOption |
LastRunTimeInUTC | The most recent import date and time for this job. The date and time is expressed in Coordinated Universal Time (UTC). |
dateTime |
Name | The name of the import job | string |
NotificationEmail | The email address where import results should be sent. This element is not returned by default. To get this element, include the NotificationEmail value in the ReturnAdditionalFields element when you call the GetImportJobsByIds and GetImportResults service operations. |
string |
NotificationType | Determines whether and how often you want to receive email notifications about the import job results. | string |
Status | The status of the import job. | string |
Type | The type of the import job. This value is FileImportJob when you retrieve a File import job. For more information about import job types, see the ImportJob Data Object Remarks. |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13