@niur/google-admanager-api
Version:
Google Ad Manager API Client Library for NodeJs
90 lines • 3.91 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ThirdPartyReachIntegrationPartner = exports.ThirdPartyBrandLiftIntegrationPartner = exports.ThirdPartyViewabilityIntegrationPartner = void 0;
/**
* Possible options for third-party viewabitility integration.
*/
var ThirdPartyViewabilityIntegrationPartner;
(function (ThirdPartyViewabilityIntegrationPartner) {
/**
* Indicates there's no third-party viewability integration partner.
*/
ThirdPartyViewabilityIntegrationPartner["NONE"] = "NONE";
/**
* Indicates third-party viewability integration partner Oracle Moat.
*/
ThirdPartyViewabilityIntegrationPartner["MOAT"] = "MOAT";
/**
* Indicates third-party viewability integration partner Double Verify.
*/
ThirdPartyViewabilityIntegrationPartner["DOUBLE_VERIFY"] = "DOUBLE_VERIFY";
/**
* Indicates third-party viewability integration partner Integral Ad Science.
*/
ThirdPartyViewabilityIntegrationPartner["INTEGRAL_AD_SCIENCE"] = "INTEGRAL_AD_SCIENCE";
/**
* Indicates third-party viewability integration partner Comscore.
*/
ThirdPartyViewabilityIntegrationPartner["COMSCORE"] = "COMSCORE";
/**
* Indicates third-party viewability integration partner Telemetry.
*/
ThirdPartyViewabilityIntegrationPartner["TELEMETRY"] = "TELEMETRY";
/**
* Indicates third-party viewability integration partner Meetrics.
*/
ThirdPartyViewabilityIntegrationPartner["MEETRICS"] = "MEETRICS";
/**
* The value returned if the actual value is not exposed by the requested API version.
*/
ThirdPartyViewabilityIntegrationPartner["UNKNOWN"] = "UNKNOWN";
})(ThirdPartyViewabilityIntegrationPartner = exports.ThirdPartyViewabilityIntegrationPartner || (exports.ThirdPartyViewabilityIntegrationPartner = {}));
/**
* Possible options for third-party brand lift integration.
*/
var ThirdPartyBrandLiftIntegrationPartner;
(function (ThirdPartyBrandLiftIntegrationPartner) {
/**
* The value returned if the actual value is not exposed by the requested API version.
*/
ThirdPartyBrandLiftIntegrationPartner["UNKNOWN"] = "UNKNOWN";
/**
* Indicates there's no third-party brand lift integration partner.
*/
ThirdPartyBrandLiftIntegrationPartner["NONE"] = "NONE";
/**
* Indicates third-party brand lift integration partner Kantar.
*/
ThirdPartyBrandLiftIntegrationPartner["KANTAR_MILLWARD_BROWN"] = "KANTAR_MILLWARD_BROWN";
/**
* Indicates third-party brand lift integration partner Dynata.
*/
ThirdPartyBrandLiftIntegrationPartner["DYNATA"] = "DYNATA";
})(ThirdPartyBrandLiftIntegrationPartner = exports.ThirdPartyBrandLiftIntegrationPartner || (exports.ThirdPartyBrandLiftIntegrationPartner = {}));
/**
* Possible options for third-party reach integration.
*/
var ThirdPartyReachIntegrationPartner;
(function (ThirdPartyReachIntegrationPartner) {
/**
* Indicates there's no third-party reach integration partner.
*/
ThirdPartyReachIntegrationPartner["NONE"] = "NONE";
/**
* Indicates third-party reach integration partner Comscore.
*/
ThirdPartyReachIntegrationPartner["COMSCORE"] = "COMSCORE";
/**
* Indicates third-party reach integration partner Nielsen.
*/
ThirdPartyReachIntegrationPartner["NIELSEN"] = "NIELSEN";
/**
* Indicates third-party reach integration partner Kantar.
*/
ThirdPartyReachIntegrationPartner["KANTAR_MILLWARD_BROWN"] = "KANTAR_MILLWARD_BROWN";
/**
* The value returned if the actual value is not exposed by the requested API version.
*/
ThirdPartyReachIntegrationPartner["UNKNOWN"] = "UNKNOWN";
})(ThirdPartyReachIntegrationPartner = exports.ThirdPartyReachIntegrationPartner || (exports.ThirdPartyReachIntegrationPartner = {}));
//# sourceMappingURL=thirdParty.enum.js.map