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.

Value Description
BeginsWith Begin with the corresponding string value.
Contains Contain the corresponding string value.
DoesNotBeginWith Does not begin with the corresponding string value.
DoesNotContain Does not contain the corresponding string value.
DoesNotEndWith Does not end with the corresponding string value.
EndsWith Does not end with the corresponding string value.
Equals Equals the corresponding string value.
None Reserved for future use.
NotEquals Does not equal the corresponding string value.

Requirements

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

Used By

CustomEventsRule
StringRuleItem