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.

Value Description
BeginsWith The property should begin with the corresponding fixed string expression.
Contains The property should contain the corresponding fixed string expression.
Equals The property should be equal to the corresponding fixed string expression.
RegularExpression The property should match the corresponding regular expression.

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

EventGoal
UrlGoal