Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.53 KB

promotiondiscountmodifier.md

File metadata and controls

39 lines (33 loc) · 1.53 KB
title ms.service ms.subservice ms.topic author ms.author description
PromotionDiscountModifier Value Set - Campaign Management
bing-ads
campaign-management-api
article
jonmeyers
jonmeyers
Defines the possible types of promotion discount modifiers.

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