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 值集具有以下值:BeginsWith、Contains、DoesNotBeginWith、DoesNotContain、DoesNotEndWith、EndsWith、Equals、None、NotEquals。
要求
服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13