PriceQualifier 值集 - 市场活动管理

定义价格广告扩展的价格限定符。

语法

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

PriceQualifier 值集具有以下值:AverageFromNoneUnknownUpTo

说明
平均 PriceAdExtension 的价格以价格限定符文本 Average 为前缀,例如 Average $9.99
PriceAdExtension 的价格以价格限定符文本 From 为前缀,例如 From $9.99
None PriceAdExtension 的价格不带有价格限定符文本的前缀。
未知 保留用于向前兼容性。
高达 PriceAdExtension 的价格以价格限定符文本“Up to”为前缀,例如“高达 $9.99”。

要求

服务: CampaignManagementService.svc v13
命名 空间: https://bingads.microsoft.com/CampaignManagement/v13

使用者

PriceTableRow