PlacementCriterion Data Object - Campaign Management

Defines a data object for PlacementCriterion.

Syntax

<xs:complexType name="PlacementCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:Criterion">
      <xs:sequence>
        <xs:element minOccurs="0" name="PlacementId" type="xs:long" />
        <xs:element minOccurs="0" name="PlacementName" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The PlacementCriterion object has the following elements: PlacementId, PlacementName.

Element Description Data Type
PlacementId Reserved. long
PlacementName Reserved. string

The PlacementCriterion object has Inherited Elements.

Inherited Elements

Inherited Elements from Criterion

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

Element Description Data Type
Type Reserved. string

Requirements

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