verticalAdsItemVerticalType property

String? verticalAdsItemVerticalType
getter/setter pair

Shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST are associated with a particular vertical (e.g. hotels, things to do, flights, etc.).

This field is required for shared sets of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "HOTELS" : Hotels travel vertical.
  • "VACATION_RENTALS" : Vacation rentals travel vertical.
  • "RENTAL_CARS" : Rental cars travel vertical.
  • "EVENTS" : Events travel vertical.
  • "THINGS_TO_DO" : Things to do travel vertical.
  • "FLIGHTS" : Flights travel vertical.

Implementation

core.String? verticalAdsItemVerticalType;