共用方式為


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值集具有下列值:StartsWithContainsDoesNotBeginWithDoesNotContainDoesNotEndWithEndsWithEqualsNoneNotEquals

描述
StartsWith 從對應的字串值開始。
包含 包含對應的字串值。
DoesNotBeginWith 不以對應的字串值開頭。
DoesNotContain 不包含對應的字串值。
DoesNotEndWith 結尾不是對應的字串值。
EndsWith 結尾不是對應的字串值。
等於 等於對應的字串值。
保留供日後使用。
NotEquals 不等於對應的字串值。

需求

服務: CampaignManagementService.svc v13
命名 空間: https://bingads.microsoft.com/CampaignManagement/v13

消費者

CustomEventsRule
StringRuleItem