ConversionValueRule 数据对象 - 市场活动管理
定义转换值规则数据对象。
语法
<xs:complexType name="ConversionValueRule" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="AudienceCondition" nillable="true" type="tns:AudienceCondition" />
<xs:element minOccurs="0" name="CurrencyCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DeviceCondition" nillable="true" type="tns:DeviceCondition" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="LocationCondition" nillable="true" type="tns:LocationCondition" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Operation" nillable="true" type="tns:ConversionValueRuleOperator" />
<xs:element minOccurs="0" name="Status" nillable="true" type="tns:ConversionValueRuleStatus" />
<xs:element minOccurs="0" name="Value" nillable="true" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
元素
ConversionValueRule 对象具有以下元素:AudienceCondition、CurrencyCode、DeviceCondition、Id、LocationCondition、Name、Operation、Status、Value。
元素 | 说明 | 数据类型 |
---|---|---|
AudienceCondition | 与转换值规则关联的受众条件。 每个转换值规则最多可以有 2 个条件。 | AudienceCondition |
CurrencyCode | 换算值规则的货币代码。 | string |
DeviceCondition | 与转换值规则关联的设备条件。 每个转换值规则最多可以有 2 个条件。 | DeviceCondition |
ID | 转换值规则的唯一标识符。 添加:可选 更新:必需 |
long |
LocationCondition | 与转换值规则关联的位置条件。 每个转换值规则最多可以有 2 个条件。 | LocationCondition |
名称 | 转换值规则的名称。 | string |
操作 | 转换值规则的操作类型。 | ConversionValueRuleOperator |
状态 | 转换值规则的状态。 | ConversionValueRuleStatus |
值 | 转换值规则的值。 它应大于 0。 添加:必需 更新:可选 |
十进制 |
要求
服务: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
使用者
AddConversionValueRules
GetConversionValueRulesByAccountId
GetConversionValueRulesByIds
UpdateConversionValueRules