google-adwords-node
Version:
Google Ads API Client Library for Node.js
16 lines (15 loc) • 776 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var PriceExtensionType;
(function (PriceExtensionType) {
PriceExtensionType["UNKNOWN"] = "UNKNOWN";
PriceExtensionType["BRANDS"] = "BRANDS";
PriceExtensionType["EVENTS"] = "EVENTS";
PriceExtensionType["LOCATIONS"] = "LOCATIONS";
PriceExtensionType["NEIGHBORHOODS"] = "NEIGHBORHOODS";
PriceExtensionType["PRODUCT_CATEGORIES"] = "PRODUCT_CATEGORIES";
PriceExtensionType["PRODUCT_TIERS"] = "PRODUCT_TIERS";
PriceExtensionType["SERVICES"] = "SERVICES";
PriceExtensionType["SERVICE_CATEGORIES"] = "SERVICE_CATEGORIES";
PriceExtensionType["SERVICE_TIERS"] = "SERVICE_TIERS";
})(PriceExtensionType = exports.PriceExtensionType || (exports.PriceExtensionType = {}));
;