UNPKG

@dmgt/google-ad-manager-api

Version:
42 lines 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreativeRotationType = exports.RoadblockingType = exports.DeliveryRateType = exports.LineItemType = void 0; var LineItemType; (function (LineItemType) { LineItemType["SPONSORSHIP"] = "SPONSORSHIP"; LineItemType["STANDARD"] = "STANDARD"; LineItemType["NETWORK"] = "NETWORK"; LineItemType["BULK"] = "BULK"; LineItemType["PRICE_PRIORITY"] = "PRICE_PRIORITY"; LineItemType["HOUSE"] = "HOUSE"; LineItemType["LEGACY_DFP"] = "LEGACY_DFP"; LineItemType["CLICK_TRACKING"] = "CLICK_TRACKING"; LineItemType["ADSENSE"] = "ADSENSE"; LineItemType["AD_EXCHANGE"] = "AD_EXCHANGE"; LineItemType["BUMPER"] = "BUMPER"; LineItemType["ADMOB"] = "ADMOB"; LineItemType["PREFERRED_DEAL"] = "PREFERRED_DEAL"; LineItemType["UNKNOWN"] = "UNKNOWN"; })(LineItemType || (exports.LineItemType = LineItemType = {})); var DeliveryRateType; (function (DeliveryRateType) { DeliveryRateType["EVENLY"] = "EVENLY"; DeliveryRateType["FRONTLOADED"] = "FRONTLOADED"; DeliveryRateType["AS_FAST_AS_POSSIBLE"] = "AS_FAST_AS_POSSIBLE"; })(DeliveryRateType || (exports.DeliveryRateType = DeliveryRateType = {})); var RoadblockingType; (function (RoadblockingType) { RoadblockingType["ONLY_ONE"] = "ONLY_ONE"; RoadblockingType["ONE_OR_MORE"] = "ONE_OR_MORE"; RoadblockingType["AS_MANY_AS_POSSIBLE"] = "AS_MANY_AS_POSSIBLE"; RoadblockingType["ALL_ROADBLOCK"] = "ALL_ROADBLOCK"; RoadblockingType["CREATIVE_SET"] = "CREATIVE_SET"; })(RoadblockingType || (exports.RoadblockingType = RoadblockingType = {})); var CreativeRotationType; (function (CreativeRotationType) { CreativeRotationType["EVEN"] = "EVEN"; CreativeRotationType["OPTIMIZED"] = "OPTIMIZED"; CreativeRotationType["MANUAL"] = "MANUAL"; CreativeRotationType["SEQUENTIAL"] = "SEQUENTIAL"; })(CreativeRotationType || (exports.CreativeRotationType = CreativeRotationType = {})); //# sourceMappingURL=Results.js.map