type property

String? type
getter/setter pair

Type of the ad unit.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified ad unit type.
  • "DISPLAY" : Display ad unit.
  • "FEED" : In-feed ad unit.
  • "ARTICLE" : In-article ad unit.
  • "MATCHED_CONTENT" : Matched content unit.
  • "LINK" : Link ad unit. Note that link ad units have now been retired, see https://support.google.com/adsense/answer/9987221.

Implementation

core.String? type;