Edit

BaseDomainSetting Data Object - Campaign Management

Defines the BaseDomainSetting data object.

Syntax

<xs:complexType name="BaseDomainSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Setting">
      <xs:sequence>
        <xs:element minOccurs="0" name="BaseDomain" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The BaseDomainSetting object has the following elements: BaseDomain.

Element Description Data Type
BaseDomain The fundamental part of the URL (e.g., contoso.com).

Note: BaseDomain is initially set automatically, you can't set it.

Add: Read only.
Update: Read only.
string

The BaseDomainSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

The BaseDomainSetting object derives from the Setting object, and inherits the following elements: Type. The descriptions below are specific to BaseDomainSetting, 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. This value is BaseDomainSetting when you retrieve the setting.

For more information, see Setting Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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