StringOperator 值集 - 市场活动管理

定义可应用于再营销列表规则项字符串值的运算符。

语法

<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>

StringOperator 值集具有以下值:BeginsWithContainsDoesNotBeginWithDoesNotContainDoesNotEndWithEndsWithEqualsNoneNotEquals

说明
BeginsWith 以相应的字符串值开头。
Contains 包含相应的字符串值。
DoesNotBeginWith 不以相应的字符串值开头。
DoesNotContain 不包含相应的字符串值。
DoesNotEndWith 不以相应的字符串值结尾。
EndsWith 不以相应的字符串值结尾。
等于 等于相应的字符串值。
None 保留供以后使用。
NotEquals 不等于相应的字符串值。

要求

服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

CustomEventsRule
StringRuleItem