type property

String? type
getter/setter pair

The type of ad.

Output only. Possible string values are:

  • "UNSPECIFIED" : No value has been specified.
  • "UNKNOWN" : The received value is not known in this version. This is a response-only value.
  • "TEXT_AD" : The ad is a text ad.
  • "EXPANDED_TEXT_AD" : The ad is an expanded text ad. Expanded text ads are deprecated.
  • "EXPANDED_DYNAMIC_SEARCH_AD" : The ad is an expanded dynamic search ad.
  • "HOTEL_AD" : The ad is a hotel ad.
  • "SHOPPING_SMART_AD" : The ad is a Smart Shopping ad.
  • "SHOPPING_PRODUCT_AD" : The ad is a standard Shopping ad.
  • "VIDEO_AD" : The ad is a video ad.
  • "IMAGE_AD" : This ad is an Image ad.
  • "RESPONSIVE_SEARCH_AD" : The ad is a responsive search ad.
  • "LEGACY_RESPONSIVE_DISPLAY_AD" : The ad is a legacy responsive display ad.
  • "APP_AD" : The ad is an app ad.
  • "LEGACY_APP_INSTALL_AD" : The ad is a legacy app install ad.
  • "RESPONSIVE_DISPLAY_AD" : The ad is a responsive display ad.
  • "LOCAL_AD" : The ad is a local ad.
  • "HTML5_UPLOAD_AD" : The ad is a display upload ad with the HTML5_UPLOAD_AD product type.
  • "DYNAMIC_HTML5_AD" : The ad is a display upload ad with one of the DYNAMIC_HTML5_* product types.
  • "APP_ENGAGEMENT_AD" : The ad is an app engagement ad.
  • "SHOPPING_COMPARISON_LISTING_AD" : The ad is a Shopping Comparison Listing ad.
  • "VIDEO_BUMPER_AD" : Video bumper ad.
  • "VIDEO_NON_SKIPPABLE_IN_STREAM_AD" : Video non-skippable in-stream ad.
  • "VIDEO_TRUEVIEW_IN_STREAM_AD" : Video TrueView in-stream ad.
  • "VIDEO_RESPONSIVE_AD" : Video responsive ad.
  • "SMART_CAMPAIGN_AD" : Smart campaign ad.
  • "CALL_AD" : Call ad.
  • "APP_PRE_REGISTRATION_AD" : Universal app pre-registration ad.
  • "DEMAND_GEN_MULTI_ASSET_AD" : Demand Gen multi asset ad.
  • "DEMAND_GEN_CAROUSEL_AD" : Demand Gen carousel ad.
  • "TRAVEL_AD" : Travel ad.
  • "DEMAND_GEN_VIDEO_RESPONSIVE_AD" : Demand Gen video responsive ad.
  • "DEMAND_GEN_PRODUCT_AD" : Demand Gen product ad.
  • "MULTIMEDIA_AD" : Multimedia ad.

Implementation

core.String? type;