Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible operator values that can be applied to the argument of a webpage condition for dynamic search ads.
Syntax
<xs:simpleType name="WebpageConditionOperator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="Equals" />
<xs:enumeration value="Contains" />
</xs:restriction>
</xs:simpleType>
Values
The WebpageConditionOperator value set has the following values: Contains, Equals, Unknown.
| Value | Description |
|---|---|
| Contains | The property should contain the corresponding argument value. |
| Equals | The property should be equal to the corresponding argument value. |
| Unknown | For future use. |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13