positionTopUnit property

String? positionTopUnit
getter/setter pair

Offset top unit for an asset.

This is a read-only field if the asset displayType is ASSET_DISPLAY_TYPE_OVERLAY. Applicable to the following creative types: all RICH_MEDIA. Possible string values are:

  • "OFFSET_UNIT_PIXEL" : Pixels on a screen.
  • "OFFSET_UNIT_PERCENT" : Percent offset for center asset (rather than top and left).
  • "OFFSET_UNIT_PIXEL_FROM_CENTER" : Pixel offset for center of asset from center of browser window.

Implementation

core.String? positionTopUnit;