PromotionOccasion Value Set - Campaign Management
Defines the possible types of promotion occasions.
Both the PromotionOccasion and Scheduling elements determine when the promotion is eligible to be shown in ads.
The PromotionOccasion determines the time period or seasonality e.g., WomensDay from February 15 through March 31 each year. The promotion will only run within the dates corresponding to the occasion that you set. See PromotionOccasion for details about the defined date range for each occasion.
The Scheduling can limit the promotion to a shorter timeframe within the occasion's date range e.g., limit the promotion to run from February 20 through March 8. The Scheduling can also be used to run the same promotion multiple years e.g., run the WomensDay promotion every year from February 15 through March 31.
Syntax
<xs:simpleType name="PromotionOccasion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Unknown" />
<xs:enumeration value="NewYears" />
<xs:enumeration value="ValentinesDay" />
<xs:enumeration value="Easter" />
<xs:enumeration value="MothersDay" />
<xs:enumeration value="FathersDay" />
<xs:enumeration value="LaborDay" />
<xs:enumeration value="BackToSchool" />
<xs:enumeration value="Halloween" />
<xs:enumeration value="BlackFriday" />
<xs:enumeration value="CyberMonday" />
<xs:enumeration value="Christmas" />
<xs:enumeration value="BoxingDay" />
<xs:enumeration value="None" />
<xs:enumeration value="IndependenceDay" />
<xs:enumeration value="NationalDay" />
<xs:enumeration value="EndOfSeason" />
<xs:enumeration value="WinterSale" />
<xs:enumeration value="SummerSale" />
<xs:enumeration value="FallSale" />
<xs:enumeration value="SpringSale" />
<xs:enumeration value="Ramadan" />
<xs:enumeration value="EidAlFitr" />
<xs:enumeration value="EidAlAdha" />
<xs:enumeration value="SinglesDay" />
<xs:enumeration value="WomensDay" />
<xs:enumeration value="Holi" />
<xs:enumeration value="ParentsDay" />
<xs:enumeration value="StNicholasDay" />
<xs:enumeration value="ChineseNewYear" />
<xs:enumeration value="Carnival" />
<xs:enumeration value="Epiphany" />
<xs:enumeration value="RoshHashanah" />
<xs:enumeration value="Passover" />
<xs:enumeration value="Hanukkah" />
<xs:enumeration value="Diwali" />
<xs:enumeration value="Navratri" />
<xs:enumeration value="Songkran" />
<xs:enumeration value="YearEndGift" />
</xs:restriction>
</xs:simpleType>
Values
The PromotionOccasion value set has the following values: BackToSchool, BlackFriday, BoxingDay, Carnival, ChineseNewYear, Christmas, CyberMonday, Diwali, Easter, EidAlAdha, EidAlFitr, EndOfSeason, Epiphany, FallSale, FathersDay, Halloween, Hanukkah, Holi, IndependenceDay, LaborDay, MothersDay, NationalDay, Navratri, NewYears, None, ParentsDay, Passover, Ramadan, RoshHashanah, SinglesDay, Songkran, SpringSale, StNicholasDay, SummerSale, Unknown, ValentinesDay, WinterSale, WomensDay, YearEndGift.
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13