UNPKG

@dmgt/google-ad-manager-api

Version:
21 lines 852 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Status = exports.Ordering = exports.CreativeWrapperType = void 0; var CreativeWrapperType; (function (CreativeWrapperType) { CreativeWrapperType["HTML"] = "HTML"; CreativeWrapperType["VIDEO_TRACKING_URL"] = "VIDEO_TRACKING_URL"; CreativeWrapperType["UNKNOWN"] = "UNKNOWN"; })(CreativeWrapperType || (exports.CreativeWrapperType = CreativeWrapperType = {})); var Ordering; (function (Ordering) { Ordering["NO_PREFERENCE"] = "NO_PREFERENCE"; Ordering["INNER"] = "INNER"; Ordering["OUTER"] = "OUTER"; })(Ordering || (exports.Ordering = Ordering = {})); var Status; (function (Status) { Status["ACTIVE"] = "ACTIVE"; Status["INACTIVE"] = "INACTIVE"; })(Status || (exports.Status = Status = {})); //# sourceMappingURL=CreativeWrappers.js.map