nodejs-google-adwords
Version:
Google Ads API Client Library for Node.js
15 lines (14 loc) • 471 B
JavaScript
;
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;