NumberRuleItem Data Object - Campaign Management

Represents a number rule item.

Syntax

<xs:complexType name="NumberRuleItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:RuleItem">
      <xs:sequence>
        <xs:element minOccurs="0" name="Operand" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="Operator" type="tns:NumberOperator" />
        <xs:element minOccurs="0" name="Value" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

Elements

The NumberRuleItem object has the following elements: Operand, Operator, Value.

Element Description Data Type
Operand Reserved. string
Operator Reserved. NumberOperator
Value Reserved. string

The NumberRuleItem object has Inherited Elements.

Inherited Elements

Inherited Elements from RuleItem

The NumberRuleItem object derives from the RuleItem object, and inherits the following elements: Type. The descriptions below are specific to NumberRuleItem, and might not apply to other objects that inherit the same elements from the RuleItem object.

Element Description Data Type
Type Reserved. string

Requirements

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