ProductPartitionType Value Set - Campaign Management

Defines the possible types of product partitions.

Syntax

<xs:simpleType name="ProductPartitionType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Subdivision">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Unit">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

Values

The ProductPartitionType value set has the following values: Subdivision, Unit.

Value Description
Subdivision The ProductPartition is a product group subdivision. A subdivision is also referred to as a branch node in a tree.
Unit The ProductPartition is a product group unit. A unit is also referred to as a leaf node in a tree.

Requirements

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

Used By

ProductPartition