편집

다음을 통해 공유


ConversionValueRule Data Object - Campaign Management

Reserved.

Syntax

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

Elements

The ConversionValueRule object has the following elements: AudienceCondition, CurrencyCode, DeviceCondition, Id, LocationCondition, Name, Operation, Status, Value.

Element Description Data Type
AudienceCondition Reserved. AudienceCondition
CurrencyCode Reserved. string
DeviceCondition Reserved. DeviceCondition
Id Reserved. long
LocationCondition Reserved. LocationCondition
Name Reserved. string
Operation Reserved. ConversionValueRuleOperator
Status Reserved. ConversionValueRuleStatus
Value Reserved. decimal

Requirements

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

Used By

AddConversionValueRules
GetConversionValueRulesByAccountId
GetConversionValueRulesByIds
UpdateConversionValueRules