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值集具有下列值:StartsWith、Contains、DoesNotBeginWith、DoesNotContain、DoesNotEndWith、EndsWith、Equals、None、NotEquals。
值 | 描述 |
---|---|
StartsWith | 從對應的字串值開始。 |
包含 | 包含對應的字串值。 |
DoesNotBeginWith | 不以對應的字串值開頭。 |
DoesNotContain | 不包含對應的字串值。 |
DoesNotEndWith | 結尾不是對應的字串值。 |
EndsWith | 結尾不是對應的字串值。 |
等於 | 等於對應的字串值。 |
無 | 保留供日後使用。 |
NotEquals | 不等於對應的字串值。 |
需求
服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13