sessionPosition property

String? sessionPosition
getter/setter pair

The position where the ad will show in a session. Possible string values are:

  • "SESSION_POSITION_UNSPECIFIED" : This is a placeholder, does not indicate any positions.
  • "SESSION_POSITION_FIRST_IMPRESSION" : The first impression of the session.

Implementation

core.String? sessionPosition;