ชุดค่า 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
ข้อกําหนด
บริการ: การส่งเสริมการขายการจัดการบริการ.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13