Edit

NetworkDistributionSetting Data Object - Campaign Management

Defines the network distribution setting data object.

Syntax

<xs:complexType name="NetworkDistributionSetting" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Setting">
      <xs:sequence>
        <xs:element minOccurs="0" name="NetworkOption" nillable="true" type="tns:Network">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The NetworkDistributionSetting object has the following elements: NetworkOption.

Element Description Data Type
NetworkOption Reserved. Network

The NetworkDistributionSetting object has Inherited Elements.

Inherited Elements

Inherited Elements from Setting

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

Element Description Data Type
Type Reserved. string

Requirements

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