Rediger

Del via


ConversionValueRule Data Object - Campaign Management

Defintes a conversion value rule data object.

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 The audience condition associated with the conversion value rule. Each conversion value rule can have up to 2 conditions. AudienceCondition
CurrencyCode The currency code for the conversion value rule. string
DeviceCondition The device condition associated with the conversion value rule. Each conversion value rule can have up to 2 conditions. DeviceCondition
Id The unique identifier of the conversion value rule.

Add: Optional
Update: Required
long
LocationCondition The location condition associated with the conversion value rule. Each conversion value rule can have up to 2 conditions. LocationCondition
Name The name of the conversion value rule. string
Operation The operation type of the conversion value rule. ConversionValueRuleOperator
Status The status of the conversion value rule. ConversionValueRuleStatus
Value The value of the conversion value rule. It should be greater than 0.

Add: Required
Update: Optional
decimal

Requirements

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

Used By

AddConversionValueRules
GetConversionValueRulesByAccountId
GetConversionValueRulesByIds
UpdateConversionValueRules