UNPKG

@dmgt/google-ad-manager-api

Version:
22 lines 792 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReportableType = exports.Status = exports.Type = void 0; var Type; (function (Type) { Type["PREDEFINED"] = "PREDEFINED"; Type["FREEFORM"] = "FREEFORM"; })(Type || (exports.Type = Type = {})); var Status; (function (Status) { Status["ACTIVE"] = "ACTIVE"; Status["INACTIVE"] = "INACTIVE"; Status["UNKNOWN"] = "UNKNOWN"; })(Status || (exports.Status = Status = {})); var ReportableType; (function (ReportableType) { ReportableType["UNKNOWN"] = "UNKNOWN"; ReportableType["ON"] = "ON"; ReportableType["OFF"] = "OFF"; ReportableType["CUSTOM_DIMENSION"] = "CUSTOM_DIMENSION"; })(ReportableType || (exports.ReportableType = ReportableType = {})); //# sourceMappingURL=Keys.js.map