Setting Data Object - Campaign Management
Defines the base class of a setting.
Do not try to instantiate a Setting. You can create one or more of the following objects that derive from it.
Syntax
<xs:complexType name="Setting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The Setting object has the following elements: Type.
Element | Description | Data Type |
---|---|---|
Type | The type of setting. For more information, see Remarks. |
string |
Remarks
For Java and the .NET languages, do not set the Type element because the value is determined by the type of setting you instantiate.
If you generate the SOAP manually, use the type attribute of the <Setting>
node as shown in the following example, to specify that the setting is a shopping setting.
<Setting i:type="ShoppingSetting">
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13