UNPKG

nodejs-google-adwords

Version:
15 lines (14 loc) 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.Ad#type * * @enum {number} */ var Type; (function (Type) { Type["MULTI_ASSET_RESPONSIVE_DISPLAY_AD"] = "MULTI_ASSET_RESPONSIVE_DISPLAY_AD"; Type["EXPANDED_TEXT_AD"] = "EXPANDED_TEXT_AD"; Type["RESPONSIVE_DISPLAY_AD"] = "RESPONSIVE_DISPLAY_AD"; })(Type || (Type = {})); exports.Type = Type;