DeviceCondition 数据对象 - 市场活动管理

定义条件以使用指定设备的转换值规则。

语法

<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>

元素

DeviceCondition 对象具有以下元素:DeviceTypesIsPrimary

元素 说明 数据类型
DeviceTypes 条件中包含的设备类型。 DeviceType
IsPrimary 指示这是否是主要条件。 转换值规则中只允许 1 个主要条件。 boolean

要求

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

使用者

ConversionValueRule