google-adwords-node
Version:
Google Ads API Client Library for Node.js
8 lines (7 loc) • 339 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var SystemServingStatus;
(function (SystemServingStatus) {
SystemServingStatus["ELIGIBLE"] = "ELIGIBLE";
SystemServingStatus["RARELY_SERVED"] = "RARELY_SERVED";
})(SystemServingStatus = exports.SystemServingStatus || (exports.SystemServingStatus = {}));
;