Muokkaa

Jaa


PlacementCriterion Data Object - Campaign Management

Defines a criterion that can be used to show ads to users in a specific placement.

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 The ID of the placement. Possible values include 12: Microsoft Edge New Tab Page, 13: Productivity, 14: Gaming, 15: MSN. long
PlacementName The name of the placement. 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 The type of the criterion. This value is Placement when you retrieve a placement criterion. For more information about criterion types, see the Criterion Data Object Remarks.

Add: Read-only
Update: Read-only
string

Requirements

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