PromotionDiscountModifier Value Set - Campaign Management

Defines the possible types of promotion discount modifiers.

Syntax

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

Values

The PromotionDiscountModifier value set has the following values: None, Unknown, UpTo.

Value Description
None The promotion discount is not modified.
Unknown Reserved for future use.
UpTo The promotion discount is modified with the "Up to" string prefix.

For example, if the unmodified promotion discount would be "$20 off shoes", the modified promotion is "Up to $20 off shoes."

Requirements

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

Used By

PromotionAdExtension