enum TimeUnit (v202505)

  • The TimeUnit enumeration represents the possible time units for frequency capping.

  • TimeUnit can be used in ForecastService, InventoryService, LineItemService, and ProposalLineItemService.

  • Time units include minute, hour, day, week, month, lifetime, pod (for video), stream (for video), and unknown.

Represent the possible time units for frequency capping.


Namespace
https://www.google.com/apis/ads/publisher/v202505
Enumeration Description
MINUTE
HOUR
DAY
WEEK
MONTH
LIFETIME
POD Per pod of ads in a video stream. Only valid for entities in a EnvironmentType.VIDEO_PLAYER environment.
STREAM Per video stream. Only valid for entities in a EnvironmentType.VIDEO_PLAYER environment.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.