UNPKG

@dmgt/google-ad-manager-api

Version:
22 lines 950 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnitType = exports.GoalType = void 0; var GoalType; (function (GoalType) { GoalType["NONE"] = "NONE"; GoalType["LIFETIME"] = "LIFETIME"; GoalType["DAILY"] = "DAILY"; GoalType["UNKNOWN"] = "UNKNOWN"; })(GoalType || (exports.GoalType = GoalType = {})); 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=PrimaryGoal.js.map