Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the condition of results for one of the search operations, for example SearchAccounts, SearchClientLinks, or SearchCustomers.
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.
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13