StringOperator Value Set - Campaign Management
Defines the operators that can be applied to remarketing list rule item string values.
Syntax
<xs:simpleType name="StringOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="Equals" />
<xs:enumeration value="Contains" />
<xs:enumeration value="BeginsWith" />
<xs:enumeration value="EndsWith" />
<xs:enumeration value="NotEquals" />
<xs:enumeration value="DoesNotContain" />
<xs:enumeration value="DoesNotBeginWith" />
<xs:enumeration value="DoesNotEndWith" />
</xs:restriction>
</xs:simpleType>
Values
The StringOperator value set has the following values: BeginsWith, Contains, DoesNotBeginWith, DoesNotContain, DoesNotEndWith, EndsWith, Equals, None, NotEquals.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13