UNPKG

@guardian/google-admanager-api

Version:

Google Ad Manager API Client Library for NodeJs

22 lines 604 B
"use strict"; 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 = TargetPlatform = {})); //# sourceMappingURL=suggestedAdUnit.enum.js.map