UNPKG

@dmgt/google-ad-manager-api

Version:
15 lines 716 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnitType = void 0; var UnitType; (function (UnitType) { UnitType["IMPRESSIONS"] = "IMPRESSIONS"; UnitType["CLICKS"] = "CLICKS"; UnitType["CLICK_THROUGH_CPA_CONVERSIONS"] = "CLICK_THROUGH_CPA_CONVERSIONS"; UnitType["VIEW_THROUGH_CPA_CONVERSIONS"] = "VIEW_THROUGH_CPA_CONVERSIONS"; UnitType["TOTAL_CPA_CONVERSIONS"] = "TOTAL_CPA_CONVERSIONS"; UnitType["VIEWABLE_IMPRESSIONS"] = "VIEWABLE_IMPRESSIONS"; UnitType["IN_TARGET_IMPRESSIONS"] = "IN_TARGET_IMPRESSIONS"; UnitType["UNKNOWN"] = "UNKNOWN"; })(UnitType || (exports.UnitType = UnitType = {})); //# sourceMappingURL=LineItemDeliveryForecasts.js.map