expandingDirection property

String? expandingDirection
getter/setter pair

Specifies the expanding direction of the creative.

Required and only valid for third-party expandable creatives. Third-party expandable creatives are creatives with following hosting source: * HOSTING_SOURCE_THIRD_PARTY combined with following creative_type: * CREATIVE_TYPE_EXPANDABLE

Optional. Possible string values are:

  • "EXPANDING_DIRECTION_UNSPECIFIED" : The expanding direction is not specified.
  • "EXPANDING_DIRECTION_NONE" : Does not expand in any direction.
  • "EXPANDING_DIRECTION_UP" : Expands up.
  • "EXPANDING_DIRECTION_DOWN" : Expands down.
  • "EXPANDING_DIRECTION_LEFT" : Expands left.
  • "EXPANDING_DIRECTION_RIGHT" : Expands right.
  • "EXPANDING_DIRECTION_UP_AND_LEFT" : Expands up and to the left side.
  • "EXPANDING_DIRECTION_UP_AND_RIGHT" : Expands up and to the right side.
  • "EXPANDING_DIRECTION_DOWN_AND_LEFT" : Expands down and to the left side.
  • "EXPANDING_DIRECTION_DOWN_AND_RIGHT" : Expands down and to the right side.
  • "EXPANDING_DIRECTION_UP_OR_DOWN" : Expands either up or down.
  • "EXPANDING_DIRECTION_LEFT_OR_RIGHT" : Expands to either the left or the right side.
  • "EXPANDING_DIRECTION_ANY_DIAGONAL" : Can expand in any diagonal direction.

Implementation

core.String? expandingDirection;