@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
15 lines • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TargetPlatform = exports.TargetWindow = void 0;
var TargetWindow;
(function (TargetWindow) {
TargetWindow["TOP"] = "TOP";
TargetWindow["BLANK"] = "BLANK";
})(TargetWindow || (exports.TargetWindow = TargetWindow = {}));
var TargetPlatform;
(function (TargetPlatform) {
TargetPlatform["WEB"] = "WEB";
TargetPlatform["MOBILE"] = "MOBILE";
TargetPlatform["ANY"] = "ANY";
})(TargetPlatform || (exports.TargetPlatform = TargetPlatform = {}));
//# sourceMappingURL=Results.js.map