ImportOption Data Object - Campaign Management
Defines the base object of an import option.
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.
Do not try to instantiate an ImportOption. You can create one or more of the following objects that derive from it.
Syntax
<xs:complexType name="ImportOption" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element xmlns:q142="http://schemas.datacontract.org/2004/07/System.Collections.Generic" minOccurs="0" name="ForwardCompatibilityMap" nillable="true" type="q142:ArrayOfKeyValuePairOfstringstring" />
<xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The ImportOption object has the following elements: ForwardCompatibilityMap, Type.
Element | Description | Data Type |
---|---|---|
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 |
Type | The type of import option. For more information, see Remarks. |
string |
Remarks
If you generate the SOAP manually, use the type attribute of the <ImportOption>
node as shown in the following example to specify the type of import option.
<ImportOption i:type="GoogleImportOption" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
. . .
</ImportOption>
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13