WebpageConditionOperand Value Set - Campaign Management

Defines the possible operand values that can be applied to the argument of a webpage condition for dynamic search ads.

Syntax

<xs:simpleType name="WebpageConditionOperand" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="Url" />
    <xs:enumeration value="Category" />
    <xs:enumeration value="PageTitle" />
    <xs:enumeration value="PageContent" />
    <xs:enumeration value="CustomLabel" />
  </xs:restriction>
</xs:simpleType>

Values

The WebpageConditionOperand value set has the following values: Category, CustomLabel, PageContent, PageTitle, Unknown, Url.

Value Description
Category Set a condition that the argument must match one of the categories that Bing thinks is applicable for your site.
CustomLabel Set a condition that the argument must match any of your page feed custom labels.

Although you can manage the page feeds source and custom labels via Bing Ads API, page feeds upload is only supported through the Microsoft Advertising web application. For more details about uploading page feeds, see the About dynamic search ads page feeds help article.
PageContent Set a condition that the argument must match any of your site's content that is indexed by Bing.
PageTitle Set a condition that the argument must match any of your site's page titles that are indexed by Bing.
Unknown Reserved for future use.
Url Set a condition that the argument must match any of your site's URLs that are indexed by Bing.

Requirements

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

Used By

WebpageCondition