type property

String? type
getter/setter pair

The type of the ad slot size. Possible string values are:

  • "TYPE_UNSPECIFIED" : A placeholder for an undefined size type.
  • "PIXEL" : Ad slot with size specified by height and width in pixels.
  • "INTERSTITIAL" : Special size to describe an interstitial ad slot.
  • "NATIVE" : Native (mobile) ads rendered by the publisher.
  • "FLUID" : Fluid size (responsive size) can be resized automatically with the change of outside environment.

Implementation

core.String? type;