PriceUnit Value Set - Campaign Management

Defines price units for price ad extensions.

Syntax

<xs:simpleType name="PriceUnit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Unknown" />
    <xs:enumeration value="PerHour" />
    <xs:enumeration value="PerDay" />
    <xs:enumeration value="PerWeek" />
    <xs:enumeration value="PerMonth" />
    <xs:enumeration value="PerYear" />
    <xs:enumeration value="None" />
    <xs:enumeration value="PerNight" />
  </xs:restriction>
</xs:simpleType>

Values

The PriceUnit value set has the following values: None, PerDay, PerHour, PerMonth, PerNight, PerWeek, PerYear, Unknown.

Value Description
None The price of the PriceAdExtension will not be appended with price unit text.
PerDay The Per Day price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Day.
PerHour The Per Hour price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Hour.
PerMonth The Per Month price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Month.
PerNight The Per Night price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Night.
PerWeek The Per Week price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Week.
PerYear The Per Year price unit text will be appended to the price of the PriceAdExtension, for example $9.99 Per Year.
Unknown Reserved for forward compatibility.

Requirements

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

Used By

PriceTableRow