Muokkaa

Jaa


DeviceCondition Data Object - Campaign Management

Defines a condition to use conversion value rules for specified devices.

Syntax

<xs:complexType name="DeviceCondition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="DeviceTypes" type="tns:DeviceType" />
    <xs:element minOccurs="0" name="IsPrimary" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>

Elements

The DeviceCondition object has the following elements: DeviceTypes, IsPrimary.

Element Description Data Type
DeviceTypes The device types included in the condition. DeviceType
IsPrimary Indicates if this is the primary condition. Only 1 primary condition is allowed in a conversion value rule. boolean

Requirements

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

Used By

ConversionValueRule