@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
22 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TargetPlatform = void 0;
/**
* Indicates the target platform.
*/
var TargetPlatform;
(function (TargetPlatform) {
/**
* The desktop web.
*/
TargetPlatform["WEB"] = "WEB";
/**
* Mobile devices.
*/
TargetPlatform["MOBILE"] = "MOBILE";
/**
* An universal target platform that combines mobile and desktop features.
*/
TargetPlatform["ANY"] = "ANY";
})(TargetPlatform = exports.TargetPlatform || (exports.TargetPlatform = {}));
//# sourceMappingURL=suggestedAdUnit.enum.js.map