PredicateOperator Value Set - Customer Billing

Defines the condition of results for insertion orders returned using one of the search operations, for example SearchCoupons or SearchInsertionOrders.

Syntax

<xs:simpleType name="PredicateOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Equals" />
    <xs:enumeration value="NotEquals" />
    <xs:enumeration value="Contains" />
    <xs:enumeration value="In" />
    <xs:enumeration value="GreaterThanEquals" />
    <xs:enumeration value="LessThanEquals" />
    <xs:enumeration value="StartsWith" />
    <xs:enumeration value="NotContains" />
  </xs:restriction>
</xs:simpleType>

Values

The PredicateOperator value set has the following values: Contains, Equals, GreaterThanEquals, In, LessThanEquals, NotContains, NotEquals, StartsWith.

Value Description
Contains The field must contain the specified value.
Equals The field must equal the specified value.
GreaterThanEquals The field must be greater than or equal to the specified value.
In The field must equal one of the specified comma separated values.

The maximum number of comma separated values that can be specified is 10.
LessThanEquals The field must be less than or equal to the specified value.
NotContains The field must not contain the specified value.

Not currently supported.
NotEquals The field must not equal the specified value.

Not currently supported.
StartsWith The field must start with the specified value.

Not currently supported.

Requirements

Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

Used By

Predicate