@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
16 lines • 680 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConsentType = exports.IdentifierType = void 0;
var IdentifierType;
(function (IdentifierType) {
IdentifierType["PUBLISHER_PROVIDED_IDENTIFIER"] = "PUBLISHER_PROVIDED_IDENTIFIER";
IdentifierType["UNKNOWN"] = "UNKNOWN";
})(IdentifierType || (exports.IdentifierType = IdentifierType = {}));
var ConsentType;
(function (ConsentType) {
ConsentType["UNSET"] = "UNSET";
ConsentType["GRANTED"] = "GRANTED";
ConsentType["DENIED"] = "DENIED";
ConsentType["UNKNOWN"] = "UNKNOWN";
})(ConsentType || (exports.ConsentType = ConsentType = {}));
//# sourceMappingURL=UpdateRequest.js.map