DisclaimerSetting Data Object - Campaign Management

Defines the DisclaimerSetting Data Object.

Syntax

<xs:complexType name="DisclaimerSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Setting">
      <xs:sequence>
        <xs:element minOccurs="0" name="DisclaimerAdsEnabled" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The DisclaimerSetting object has the following elements: DisclaimerAdsEnabled.

Element Description Data Type
DisclaimerAdsEnabled This is a disclaimer ad when set to true. Note: This will always be a disclaimer ad once this is set to true. You can only set DiscalimerAdsEnabled during ad creation. boolean

The DisclaimerSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

The DisclaimerSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to DisclaimerSetting, and might not apply to other objects that inherit the same elements from the Setting object.

Element Description Data Type
Type The type of setting.

For more information, see Setting Data Object Remarks.
string

Remarks

DisclaimerSetting will not be returned in GetCampaign unless explicitly requested in CampaignAdditionalField.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13