tradingLocation property

String? tradingLocation
getter/setter pair

The trading location that bid requests should be sent from.

See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information. Possible string values are:

  • "TRADING_LOCATION_UNSPECIFIED" : A placeholder for an undefined trading region. This value should not be used.
  • "US_WEST" : The Western US trading location.
  • "US_EAST" : The Eastern US trading location.
  • "EUROPE" : The European trading location.
  • "ASIA" : The Asia trading location.

Implementation

core.String? tradingLocation;