ExpressionOperator Value Set - Campaign Management
Defines the operators that can be applied to expressions within a conversion goal.
Syntax
<xs:simpleType name="ExpressionOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Equals" />
<xs:enumeration value="BeginsWith" />
<xs:enumeration value="RegularExpression" />
<xs:enumeration value="Contains" />
</xs:restriction>
</xs:simpleType>
Values
The ExpressionOperator value set has the following values: BeginsWith, Contains, Equals, RegularExpression.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13