sizeType property

String? sizeType
getter/setter pair

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

  • "SIZE_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 (i.e., responsive size) can be resized automatically with the change of outside environment.

Implementation

core.String? sizeType;