UNPKG

nodejs-google-adwords

Version:
12 lines (11 loc) 333 B
/** * https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.Ad#type * * @enum {number} */ declare enum Type { MULTI_ASSET_RESPONSIVE_DISPLAY_AD = "MULTI_ASSET_RESPONSIVE_DISPLAY_AD", EXPANDED_TEXT_AD = "EXPANDED_TEXT_AD", RESPONSIVE_DISPLAY_AD = "RESPONSIVE_DISPLAY_AD" } export { Type };