WebpageConditionOperator Value Set - Campaign Management

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 Reserved.

Requirements

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

Used By

WebpageCondition