PriceQualifier Value Set - Campaign Management

Defines price qualifiers for price ad extensions.

Syntax

<xs:simpleType name="PriceQualifier" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="From" />
    <xs:enumeration value="UpTo" />
    <xs:enumeration value="None" />
    <xs:enumeration value="Average" />
  </xs:restriction>
</xs:simpleType>

Values

The PriceQualifier value set has the following values: Average, From, None, Unknown, UpTo.

Value Description
Average The price of the PriceAdExtension is prefixed with price qualifier text Average, for example Average $9.99.
From The price of the PriceAdExtension is prefixed with price qualifier text From, for example From $9.99.
None The price of the PriceAdExtension is not prefixed with price qualifier text.
Unknown Reserved for forward compatibility.
UpTo The price of the PriceAdExtension is prefixed with the price qualifier text Up to, for example Up to $9.99.

Requirements

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

Used By

PriceTableRow