Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13