timeZoneResolution property

String? timeZoneResolution
getter/setter pair

The mechanism used to determine which timezone to use for this day and time targeting setting.

Required. Possible string values are:

  • "TIME_ZONE_RESOLUTION_UNSPECIFIED" : Time zone resolution is either unspecific or unknown.
  • "TIME_ZONE_RESOLUTION_END_USER" : Times are resolved in the time zone of the user that saw the ad.
  • "TIME_ZONE_RESOLUTION_ADVERTISER" : Times are resolved in the time zone of the advertiser that served the ad.

Implementation

core.String? timeZoneResolution;