enum TimeUnit (v202411)

  • The TimeUnit enumeration represents the various time units available for frequency capping in Google Ad Manager.

  • Options for TimeUnit include standard durations like minutes, hours, days, weeks, and months, as well as 'lifetime', and specialized video units like 'pod' and 'stream'.

  • TimeUnit is utilized within the ForecastService and its related services, namely InventoryService, LineItemService, and ProposalLineItemService, within the Google Ad Manager API.

  • Video-specific time units, POD and STREAM, are exclusively applicable to entities within a VIDEO_PLAYER environment.

Represent the possible time units for frequency capping.


Namespace
https://www.google.com/apis/ads/publisher/v202411
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.