google-adwords-node
Version:
Google Ads API Client Library for Node.js
45 lines (44 loc) • 2.65 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var PromotionExtensionOccasion;
(function (PromotionExtensionOccasion) {
PromotionExtensionOccasion["UNKNOWN"] = "UNKNOWN";
PromotionExtensionOccasion["NEW_YEARS"] = "NEW_YEARS";
PromotionExtensionOccasion["VALENTINES_DAY"] = "VALENTINES_DAY";
PromotionExtensionOccasion["EASTER"] = "EASTER";
PromotionExtensionOccasion["MOTHERS_DAY"] = "MOTHERS_DAY";
PromotionExtensionOccasion["FATHERS_DAY"] = "FATHERS_DAY";
PromotionExtensionOccasion["LABOR_DAY"] = "LABOR_DAY";
PromotionExtensionOccasion["BACK_TO_SCHOOL"] = "BACK_TO_SCHOOL";
PromotionExtensionOccasion["HALLOWEEN"] = "HALLOWEEN";
PromotionExtensionOccasion["BLACK_FRIDAY"] = "BLACK_FRIDAY";
PromotionExtensionOccasion["CYBER_MONDAY"] = "CYBER_MONDAY";
PromotionExtensionOccasion["CHRISTMAS"] = "CHRISTMAS";
PromotionExtensionOccasion["BOXING_DAY"] = "BOXING_DAY";
PromotionExtensionOccasion["NONE"] = "NONE";
PromotionExtensionOccasion["INDEPENDENCE_DAY"] = "INDEPENDENCE_DAY";
PromotionExtensionOccasion["NATIONAL_DAY"] = "NATIONAL_DAY";
PromotionExtensionOccasion["END_OF_SEASON"] = "END_OF_SEASON";
PromotionExtensionOccasion["WINTER_SALE"] = "WINTER_SALE";
PromotionExtensionOccasion["SUMMER_SALE"] = "SUMMER_SALE";
PromotionExtensionOccasion["FALL_SALE"] = "FALL_SALE";
PromotionExtensionOccasion["SPRING_SALE"] = "SPRING_SALE";
PromotionExtensionOccasion["RAMADAN"] = "RAMADAN";
PromotionExtensionOccasion["EID_AL_FITR"] = "EID_AL_FITR";
PromotionExtensionOccasion["EID_AL_ADHA"] = "EID_AL_ADHA";
PromotionExtensionOccasion["SINGLES_DAY"] = "SINGLES_DAY";
PromotionExtensionOccasion["WOMENS_DAY"] = "WOMENS_DAY";
PromotionExtensionOccasion["HOLI"] = "HOLI";
PromotionExtensionOccasion["PARENTS_DAY"] = "PARENTS_DAY";
PromotionExtensionOccasion["ST_NICHOLAS_DAY"] = "ST_NICHOLAS_DAY";
PromotionExtensionOccasion["CHINESE_NEW_YEAR"] = "CHINESE_NEW_YEAR";
PromotionExtensionOccasion["CARNIVAL"] = "CARNIVAL";
PromotionExtensionOccasion["EPIPHANY"] = "EPIPHANY";
PromotionExtensionOccasion["ROSH_HASHANAH"] = "ROSH_HASHANAH";
PromotionExtensionOccasion["PASSOVER"] = "PASSOVER";
PromotionExtensionOccasion["HANUKKAH"] = "HANUKKAH";
PromotionExtensionOccasion["DIWALI"] = "DIWALI";
PromotionExtensionOccasion["NAVRATRI"] = "NAVRATRI";
PromotionExtensionOccasion["SONGKRAN"] = "SONGKRAN";
PromotionExtensionOccasion["YEAR_END_GIFT"] = "YEAR_END_GIFT";
})(PromotionExtensionOccasion = exports.PromotionExtensionOccasion || (exports.PromotionExtensionOccasion = {}));
;