ImportResult Data Object - Campaign Management
Contains the status, run time, and statistical results for an import job that has run.
Note
- Upgrade your expanded text ads to responsive search ads by February 1, 2023. After this date, you will no longer be able to create new or edit existing expanded text ads. For more information, see About responsive search ads.
- Existing expanded text ads will continue to serve, and you'll be able to view reports on their performance.
- You'll still be able to pause, enable, or remove your expanded text ads.
- Learn more about this change.
Syntax
<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:q146="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="ForwardCompatibilityMap" nillable="true" type="q146: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>
Elements
The ImportResult object has the following elements: EntityStatistics, ErrorLogUrl, ForwardCompatibilityMap, Id, ImportJob, StartTimeInUTC, Status.
Element | Description | Data Type |
---|---|---|
EntityStatistics | The statistical import results for each supported entity type. For more information, see the ImportEntityStatistics Remarks. |
ImportEntityStatistics array |
ErrorLogUrl | The URL where you can download the error logs. This element will be null or empty if there were no errors. |
string |
ForwardCompatibilityMap | The list of key and value strings for forward compatibility to avoid otherwise breaking changes when new elements are added in the current API version. Forward compatibility changes will be noted here in future releases. There are currently no forward compatibility changes for this object. |
KeyValuePairOfstringstring array |
Id | The unique Microsoft Advertising identifier of the import result. | string |
ImportJob | The settings in effect at the time the import job was run. If the ImportType of the GetImportResults operation was set to "GoogleImportJob", this element will include a GoogleImportJob object. |
ImportJob |
StartTimeInUTC | The date and time the import job was run. | dateTime |
Status | The import job status. | string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13