playerImpressionRate property

String? playerImpressionRate
getter/setter pair

Target inventory to maximize impressions with 400x300 or greater player size. Possible string values are:

  • "PLAYER_SIZE_400X300_UNSPECIFIED" : This enum is only a placeholder and it doesn't specify any impressions options.
  • "PLAYER_SIZE_400X300_95" : Sites with 95%+ of impressions.
  • "PLAYER_SIZE_400X300_70" : Sites with 70%+ of impressions.
  • "PLAYER_SIZE_400X300_25" : Sites with 25%+ of impressions.
  • "PLAYER_SIZE_400X300_5" : Sites with 5%+ of impressions.

Implementation

core.String? playerImpressionRate;